[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2018-03-17 Thread Kristina Hoeppner
Created bug #1756642 to keep better track of it as this one here was
fixed in Mahara 1.3.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/548308

Title:
  bad paths to embedded media in html exported views

Status in Mahara:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548308/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2018-03-15 Thread Ulises Martínez Miralles
I'm using Mahara 17.04.3.
If we embed Youtube videos with 'https://' it is exported and shows correctly.
If we embed them with 'http://' the URLs are changed to start with '//'.
So if we embed the 'https://www.youtube.com/embed/' it is shown correctly.
If we embed the 'http://www.youtube.com/embed/' it is replaced with the 
'//www.youtube.com/embed/'.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/548308

Title:
  bad paths to embedded media in html exported views

Status in Mahara:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548308/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2010-10-07 Thread Richard Mansfield
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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2010-09-09 Thread Richard Mansfield
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2010-07-18 Thread Richard Mansfield
Andrew,

Applying your patch for this doesn't seem to cause any trouble for me,
so I've pushed it.  But your comment above implies there might be some
other page that gets broken.  Do you remember what that was about, or do
you think it's okay to just apply it?

R.

** Changed in: mahara
   Status: Confirmed => Fix Committed

-- 
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 Committed

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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2010-07-18 Thread Richard Mansfield
** Changed in: mahara
 Assignee: (unassigned) => Richard Mansfield (richard-mansfield)

-- 
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: Confirmed

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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 548308] Re: bad paths to embedded media in html exported views

2010-07-12 Thread François Marier
** Changed in: mahara
Milestone: None => 1.3.0

** Changed in: mahara
 Assignee: Richard Mansfield (richard-mansfield) => (unassigned)

-- 
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: Confirmed

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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp