[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2011-01-27 Thread Kristina Hoeppner
Hi,

I'd like to re-open this bug as it has not yet been fixed and we just
got a question about it in the forums:
http://mahara.org/interaction/forum/topic.php?id=2713

I would keep the notice simple and not introduce more buttons, but
certainly provide a link to the view / page export page.

My suggestion (from above adapted to the new 1.4 terminology):
pDo you really want to delete this page? It cannot be 
undone./ppstrongNote:/strong All your files and blog entries that you 
linked in this page will still be available. However, any feedback placed on 
this page as well as text entered directly into text boxes will be deleted. 
br/Consider creating a backup of this page before you delete it by a 
href=http://siteurl/export/; target=_blankexporting/a it./p

Kristina

** Changed in: mahara
Milestone: None = 1.4.0

** Changed in: mahara
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/605705

Title:
  More information when deleting a view

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hello,

  Do you really want to delete this View? It cannot be undone. – Some
  users may ask if their files and blog entries will also be lost when
  the view is deleted.

  Maybe a sentence should be added along the lines of All your files
  and blog entries that you linked in this view will still be available.
  However, if you have written text directly into text boxes, this will
  be gone.

  BUT if text boxes also get the artefact status then the second
  sentence becomes redundant.

  Maybe we can also provide a link to the portfolio export. That could
  be used as backup (they could always do an HTML export to freeze their
  portfolio in time). E.g. If you want to create a copy of your
  portfolio in the state it was in before deleting, you may want to
  [link]export[/link] it before you delete this view.



___
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 708327] Re: Youtube embed code removed by htmlpurifier

2011-01-27 Thread Richard Mansfield
I added a temporary custom filter for youtube to let the iframes
through.  We will remove it when htmlpurifier implements a SafeIframe
option.

** Changed in: mahara
   Status: New = Fix Committed

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

** Changed in: mahara
Milestone: None = 1.4.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/708327

Title:
  Youtube embed code removed by htmlpurifier

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The default embed code on youtube is now an iframe, which gets
  stripped out by htmlpurifier.  See
  http://htmlpurifier.org/phorum/read.php?3,5255,5261

  We may need to go back to the bad old days of custom htmlpurifier
  filters.

  We'd also need to allow iframes through from tinymce (add
  iframe[src|width|height|align|title|class|type|frameborder|allowfullscreen]
  or similar to extended_valid_elements)



___
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 670546] Re: auth saml config form does not work

2011-01-27 Thread Rich Trott
If it helps at all, here's the patch with the whitespace that shouldn't
be there removed.

** Patch added: 
0001-validate_config_options-needs-to-handle-Pieform-obje.patch
   
https://bugs.launchpad.net/mahara/+bug/670546/+attachment/1811272/+files/0001-validate_config_options-needs-to-handle-Pieform-obje.patch

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/670546

Title:
  auth saml config form does not work

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Trying to use the config form for the auth:saml plugin/extension
  results in the form submission hanging and this appears in the error
  log:

  PHP Fatal error:  Cannot use object of type Pieform as array in
  /web/mahara/htdocs/auth/saml/lib.php on line 461, referer:
  
https://example.com/admin/extensions/pluginconfig.php?plugintype=authpluginname=saml

  I'm using a checkout of the current Master branch, 1.4.0dev.  This
  problem does not appear to be in the release branches.  I'm running
  Linux (RedHat CentOS 5) + Postgres.



___
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 670546] Re: auth saml config form does not work

2011-01-27 Thread PiersHarding
Hi Richard -

Thanks for your patch.  I've applied it and pushed to master.

Cheers,
Piers Harding.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/670546

Title:
  auth saml config form does not work

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Trying to use the config form for the auth:saml plugin/extension
  results in the form submission hanging and this appears in the error
  log:

  PHP Fatal error:  Cannot use object of type Pieform as array in
  /web/mahara/htdocs/auth/saml/lib.php on line 461, referer:
  
https://example.com/admin/extensions/pluginconfig.php?plugintype=authpluginname=saml

  I'm using a checkout of the current Master branch, 1.4.0dev.  This
  problem does not appear to be in the release branches.  I'm running
  Linux (RedHat CentOS 5) + Postgres.



___
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 670546] Re: auth saml config form does not work

2011-01-27 Thread Rich Trott
** Changed in: mahara
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/670546

Title:
  auth saml config form does not work

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Trying to use the config form for the auth:saml plugin/extension
  results in the form submission hanging and this appears in the error
  log:

  PHP Fatal error:  Cannot use object of type Pieform as array in
  /web/mahara/htdocs/auth/saml/lib.php on line 461, referer:
  
https://example.com/admin/extensions/pluginconfig.php?plugintype=authpluginname=saml

  I'm using a checkout of the current Master branch, 1.4.0dev.  This
  problem does not appear to be in the release branches.  I'm running
  Linux (RedHat CentOS 5) + Postgres.



___
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 697837] Re: Reordering tabs in Edit Content of a view

2011-01-27 Thread Richard Mansfield
** Changed in: mahara
Milestone: 1.4alpha1 = 1.4.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/697837

Title:
  Reordering tabs in Edit Content of a view

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  The current order of the tabs in Edit Content is alphabetical
  starting now with External feeds as blogs became journals. I'd order
  them according to importance instead because most people will not
  include external feeds as their first things, but rather either files
  or journals.

  Thus, I propose the following order:
  Files... - Journals - General - Profile - Resumé - External feeds

  (Mahara 1.4 master.dev)



___
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 691548] Re: Mahara 1.4 test 1 multiple journals not turning off okay

2011-01-27 Thread Richard Mansfield
** Changed in: mahara
Milestone: 1.4alpha1 = None

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/691548

Title:
  Mahara 1.4 test 1 multiple journals not turning off okay

Status in Mahara ePortfolio:
  Invalid

Bug description:
  In Mahara 1.4 test 1 when I have turned on multiple journals in my
  settings and then turn it off again I am still able to create more
  journals.



___
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