mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01906
[Bug 548308] Re: bad paths to embedded media in html exported views
The fix for this was apparently causing breakage in media players on
some OSes (see https://bugs.launchpad.net/mahara/+bug/638751). So I
reverted this fix (now outputs & rather than & again) and changed
replace_download_link in export/html/lib.php->filter() to search for
&, &, or %26 in the download.php links.
--
bad paths to embedded media in html exported views
https://bugs.launchpad.net/bugs/548308
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Released
Bug description:
Hi,
I am experimenting with Mahara v1.2 and I have found that when I generate a html export of a view that includes embedded media files e.g. mov then the main index.html file appears to unnecessarily append the following "&view=10" to the paths to the media. This appears in line 45 and 57 of the attached file. Consequently when I try to view these artefacts the path is invalid. When I manually delete the characters the view and artefacts behave as expected.
This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detail&aid=3438&group_id=176&atid=739