[Mahara-contributors] [Bug 966052] Re: Drop down navigation menu's seem to disappear fairly quickly

2012-08-12 Thread Hugh Davenport
Hi Geoff,

Thanks for that fix, if you like you can submit a patch of that to our
review system, or one of our team can pick it up and do it on your
behalf.

See https://wiki.mahara.org/index.php/Developer_Area/Contributing_Code
for details on how to submit.

Cheers,

Hugh

** Tags added: patch

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

Title:
  Drop down navigation menu's seem to disappear fairly quickly

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Drop down navigation menu's seem to disappear fairly quickly, with the
  schools theme anyway.

  The default theme displays the menu items horizontally, not sure if
  this was in the design. Using Internet Explorer 9, menu's OK with
  Firefox 10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966052/+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 1034223] Re: Unrecoverable error when deleting a view

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => 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/1034223

Title:
  Unrecoverable error when deleting a view

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When clicking on the delete button on the view listings page

   [WAR] 64 (view/delete.php:40) Undefined variable: group
   Call stack (most recent first):

  log_message("Undefined variable: group", 8, true, true, 
"/var/www/mahara-dev/htdocs/view/delete.php", 40) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
  error(8, "Undefined variable: group", 
"/var/www/mahara-dev/htdocs/view/delete.php", 40, array(size 51)) at 
/var/www/mahara-dev/htdocs/view/delete.php:40

   [WAR] 64 (lib/group.php:198) Trying to get property of non-object
   Call stack (most recent first):

  log_message("Trying to get property of non-object", 8, true, true, 
"/var/www/mahara-dev/htdocs/lib/group.php", 198) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
  error(8, "Trying to get property of non-object", 
"/var/www/mahara-dev/htdocs/lib/group.php", 198, array(size 2)) at 
/var/www/mahara-dev/htdocs/lib/group.php:198
  group_within_edit_window(null) at 
/var/www/mahara-dev/htdocs/view/delete.php:40

   [WAR] 64 (lib/errors.php:464) An exception was thrown of class 
InvalidArgumentException.
   THIS IS BAD and should be changed to something extending MaharaException,
   unless the exception is from a third party library.
   Original trace follows
   [WAR] 64 (lib/group.php:1807) group_user_access: group argument should be an 
integer
   Call stack (most recent first):

  group_param_groupid(null) at /var/www/mahara-dev/htdocs/lib/group.php:50
  group_user_access(null) at /var/www/mahara-dev/htdocs/lib/group.php:198
  group_within_edit_window(null) at 
/var/www/mahara-dev/htdocs/view/delete.php:40

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034223/+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 996172] Re: No unique directory for exporting multiple pages written in Japanese

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => 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/996172

Title:
  No unique directory for exporting multiple pages written in Japanese

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When exporting multiple pages with "Standalone HTML web site" option,
  Mahara tries to write all pages, whose titles are written in Japanese,
  to same directory named "-".  As a result, just one page was
  successfully exported and all other pages were not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996172/+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 996172] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1418
Committed: 
http://gitorious.org/mahara/mahara/commit/bc66d5c11e37c89dfd33c24e0009907e02139c5d
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit bc66d5c11e37c89dfd33c24e0009907e02139c5d
Author: Son Nguyen 
Date:   Tue Jul 31 11:47:11 2012 +1200

Enable Unicode filename for exporting HTML
(Bug #996172)

+ Using utf-8 string as file/folder name:
+ Setting the maximum of file/folder name length to 80. (Max filename
length on many OS is limited to 256 bytes)
+ Percent encoding URL. It is a non human-readable string. However, the
modern web browsers (Firefox3, Chrome, >IE7) will automatically display
it into human readable URL.

Change-Id: Ibb0d4e5d5fbe01bc49b5ad9ba68e4bc483938016
Signed-off-by: Son Nguyen 

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

Title:
  No unique directory for exporting multiple pages written in Japanese

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When exporting multiple pages with "Standalone HTML web site" option,
  Mahara tries to write all pages, whose titles are written in Japanese,
  to same directory named "-".  As a result, just one page was
  successfully exported and all other pages were not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996172/+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 1015381] Re: Text box should be locked upon submitting it to a group

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1494 <- 1.6 version

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

Title:
  Text box should be locked upon submitting it to a group

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.5+

  Text boxes are not locked from editing anymore since they became notes
  available under "Content". They should be treated like files and
  journal posts and become non-editable when a page has been submitted
  for assessment to a group.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015381/+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 996172] Re: No unique directory for exporting multiple pages written in Japanese

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/#/c/1418/ <- 1.6 version (will get pushed
when 1.6 branch is pushed)

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

Title:
  No unique directory for exporting multiple pages written in Japanese

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When exporting multiple pages with "Standalone HTML web site" option,
  Mahara tries to write all pages, whose titles are written in Japanese,
  to same directory named "-".  As a result, just one page was
  successfully exported and all other pages were not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996172/+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 1030826] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1471
Committed: 
http://gitorious.org/mahara/mahara/commit/0c75d7a7f345de65d658a0369993a67314189bbf
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 0c75d7a7f345de65d658a0369993a67314189bbf
Author: Christopher Tombleson 
Date:   Wed Aug 1 11:02:38 2012 +1200

Fixing login issue (Bug #1030826)

If possible use mb_strtolower rather than strtolower as it
might not convert UTF-8 characters properly.

Change-Id: I91a78e74b9154362d1c631db24a6d5e5ddeccb14
Signed-off-by: Christopher Tombleson 

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

Title:
  Usernames with diacritics cause an error at login on Windows

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If a username contains a diacritic (Ie. Simoné) on Windows the
  interactive login can fail with an error.

  This effects at least:
  Windows Server 2008 R2
  IIS 7
  Postgresql 9.1.4
  PHP 5.3.13
  Mahara 1.5.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1030826/+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 1030826] Re: Usernames with diacritics cause an error at login on Windows

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1496 <- 1.6 version, will autopush


** Changed in: mahara
   Status: In Progress => 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/1030826

Title:
  Usernames with diacritics cause an error at login on Windows

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If a username contains a diacritic (Ie. Simoné) on Windows the
  interactive login can fail with an error.

  This effects at least:
  Windows Server 2008 R2
  IIS 7
  Postgresql 9.1.4
  PHP 5.3.13
  Mahara 1.5.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1030826/+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 1015381] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1421
Committed: 
http://gitorious.org/mahara/mahara/commit/83c0ed1aedd03462763d5e14de99dd5fc044e555
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 83c0ed1aedd03462763d5e14de99dd5fc044e555
Author: Son Nguyen 
Date:   Thu Jul 19 10:27:57 2012 +1200

Text box should be locked upon submitting it to a group (Bug #1015381)

When a page has been submitted to a group, text boxes will become
non-editable.

Change-Id: I8541d35e072772325dd3fd4de611e0f938a8acea
Signed-off-by: Son Nguyen 

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

Title:
  Text box should be locked upon submitting it to a group

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.5+

  Text boxes are not locked from editing anymore since they became notes
  available under "Content". They should be treated like files and
  journal posts and become non-editable when a page has been submitted
  for assessment to a group.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015381/+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 1034268] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1485
Committed: 
http://gitorious.org/mahara/mahara/commit/5bdc3c8065064f045aeb7c89dd093f2f5685b4b1
Submitter: Melissa Draper (meli...@catalyst.net.nz)
Branch:master

commit 5bdc3c8065064f045aeb7c89dd093f2f5685b4b1
Author: Hugh Davenport 
Date:   Wed Aug 8 18:12:41 2012 +1200

Allow deleting of institutions in mysql (Bug #1034268)

Change-Id: I7bb5c7896402fe7f249974e7176b5b6d937dce38
Signed-off-by: Hugh Davenport 

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

Title:
  Can't delete an institution on mysql

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Because it still has references in the statistics, and postgres
  cascades them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034268/+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 1034249] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1486
Committed: 
http://gitorious.org/mahara/mahara/commit/7121c327270cb0646aa7141ef4c5259cfccc27ed
Submitter: Melissa Draper (meli...@catalyst.net.nz)
Branch:master

commit 7121c327270cb0646aa7141ef4c5259cfccc27ed
Author: Hugh Davenport 
Date:   Wed Aug 8 18:13:04 2012 +1200

Fix selenium tests to run on master (Bug #1034249)

Change-Id: I2f2ee8a1c7ddf696cd5567aa830a3ae11c2a968d
Signed-off-by: Hugh Davenport 

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

Title:
  Fix selenium tests for 1.6

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This should fix outstanding selenium tests so it runs on 1.6, but also
  I would suggest improving the test suite so that it catches more bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034249/+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 1020102] Re: Copying a collection is creating extra duplicates

2012-08-12 Thread Hugh Davenport
May of been fixed by unrelated bug in commit 86d8cc21

** Changed in: mahara
   Status: In Progress => Incomplete

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

Title:
  Copying a collection is creating extra duplicates

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  User A has one collection and two pages:
  * Page One (In Collection One)
  * Page Two

  Cloning of a single page works correctly, can rename and re-edit.

  Cloning of the collection creates two extra collections instead of the one 
specified:
  step 1: asks for new collection name (entered: Collection Two)
  step 2: asks to manage pages  (Page One is missing when it should show a 
copy, Page Two is correctly an option to select - User A chooses no new page)
  Done + Save.

  Now User A can see:
  - 'Collection Two' with no pages
  - Copy of 'Collection One' with 'Copy of Page One'

  Should see only 'Collection Two' with Copy of Page One'.  Images
  attached.

  Issue seen on 1.6.0dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1020102/+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 1015381] Re: Text box should be locked upon submitting it to a group

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1497 <- 1.6 version (will autopush)

** Changed in: mahara
   Status: In Progress => 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/1015381

Title:
  Text box should be locked upon submitting it to a group

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.5+

  Text boxes are not locked from editing anymore since they became notes
  available under "Content". They should be treated like files and
  journal posts and become non-editable when a page has been submitted
  for assessment to a group.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015381/+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 1020102] Re: Copying a collection is creating extra duplicates

2012-08-12 Thread Hugh Davenport
See review, need to retest on master to see if still a bug

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

Title:
  Copying a collection is creating extra duplicates

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  User A has one collection and two pages:
  * Page One (In Collection One)
  * Page Two

  Cloning of a single page works correctly, can rename and re-edit.

  Cloning of the collection creates two extra collections instead of the one 
specified:
  step 1: asks for new collection name (entered: Collection Two)
  step 2: asks to manage pages  (Page One is missing when it should show a 
copy, Page Two is correctly an option to select - User A chooses no new page)
  Done + Save.

  Now User A can see:
  - 'Collection Two' with no pages
  - Copy of 'Collection One' with 'Copy of Page One'

  Should see only 'Collection Two' with Copy of Page One'.  Images
  attached.

  Issue seen on 1.6.0dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1020102/+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 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: 1.6.0 => 1.7.0

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

Title:
  Authenticated RSS feeds should encrypt login credentials

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The externalfeed block should protect user credentials when
  authenticated RSS feeds are used.  The blocktype in Mahara 1.5.1
  appears to store login credentials in cleartext within the database.

  This presents an unfortunate vulnerability that could give access to
  other systems should Mahara's database be compromised.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1016253/+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 1013022] Re: Wishlist : enabling to download an entire folder

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Wishlist : enabling to download an entire folder

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This is not a bug record, but a new item for the wishlist.
  I'd like to add the ability to download a folder at once.
  Right now (Mahara 1.5 or previous versions), if you want to download the 
content of a folder, you have to download each files one by one.
  Would it be possible to enable to download a complete folder at once ? 
(zipped ?)
  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1013022/+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 1032420] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1487
Committed: 
http://gitorious.org/mahara/mahara/commit/0edc705dfadc1de56690adb2abfaff370f2bba1b
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 0edc705dfadc1de56690adb2abfaff370f2bba1b
Author: Alan McNatty 
Date:   Wed Aug 8 20:45:21 2012 +1200

Fix param_ bugs for numerous fields in sync/upload (Bug #1032420)

Sadly the tightening of the param_ has left several bugs ..
i) some of the fields in the sync.php and upload.php are comma separated
ii) usernames need to be param_variable
iii) similarly free text entry forms such as journal titles and
descriptions could contain variable characters.

Change-Id: I93cd0209974de3be326701b8b54ea3c5f1019833
Signed-off-by: Alan McNatty 

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

Title:
  Mobile API upgrade for journals and sync'ing

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  It would be nice if the mobile API would support:

  a) writing journals posts .. 
  b) attaching files to journal posts
  c) syncing recent activity / unread inbox items
  d) syncing tags
  e) syncing file folders
  f) syncing journals
  g) syncing journal posts

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032420/+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 978476] Re: Update to flowplayer 3.2.9 or any later version

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: 1.6.0 => 1.7.0

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

Title:
  Update to flowplayer 3.2.9 or any later version

Status in Mahara ePortfolio:
  In Progress

Bug description:
  We're currently on flowplayer 3.2.7.

  3.2.9 is now out (3.2.8 for the audio plugin), with lots of new shinyness:
  Core: 
http://code.google.com/p/flowplayer-core/source/browse/flowplayer/trunk/README.txt
  Audio Plugin: 
http://code.google.com/p/flowplayer-plugins/source/browse/flash/audio/trunk/README.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/978476/+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 966001] Re: Switch templating system from dwoo to twig

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Switch templating system from dwoo to twig

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Given that Dwoo is mostly unmaintained now:

https://twitter.com/#!/seldaek/status/167546484865241088

  we should consider switching to Twig:

http://twig.sensiolabs.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966001/+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 799028] Re: Show the end time until when a page is accessible

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: 1.6.0 => 1.7.0

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

Title:
  Show the end time until when a page is accessible

Status in Mahara ePortfolio:
  In Progress

Bug description:
  A user can restrict the access to his page by providing start and end
  dates. However, these do not get communicated to the person who is
  invited to view the page. I think it would be good if at least the end
  date / time appeared so that a user knows until when he has time to
  look at this page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/799028/+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 989195] Re: Allow HTML in Résumé fields

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Allow HTML in Résumé fields

Status in Mahara ePortfolio:
  In Progress

Bug description:
  These days, a number of people have stored publications or other
  things they want to show off online. They should be able to link to
  them in their achievements, e.g. the link to a published article etc.
  At minimum, the link should be clickable, e.g. automatically like in
  forums when you enter a link even without linking it directly. But
  even better if these fields also had the tinyMCE editor available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/989195/+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 1027739] Re: Enhance tagged posts block - copy block

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: 1.6.0 => 1.7.0

** Tags removed: newfeature1.6
** Tags added: newfeature1.7

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

Title:
  Enhance tagged posts block - copy block

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This is a follow-up from https://reviews.mahara.org/#/c/1072/ for
  milestone 1.6

  Add block copy permission selector

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027739/+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 1031592] Re: Folder should not be deleted if containing submitted files or subfolders

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Folder should not be deleted if containing submitted files or
  subfolders

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master
  Database: all
  Browser: all
  Assumptions
   - a group with "Allow to submit"
   - a submitted page has "File(s) to download" block and "Folder" block
  Actions
   - Delete folders which contains files defined in "File(s) to download" block 
and/or subfolders defined in "Folder" block.
  Expected results
   - These actions shouldnot be carried out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1031592/+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 891436] Re: Problems with mahara with javascript disabled

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Problems with mahara with javascript disabled

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This bug will track all the bugs that are caused by javascript being
  disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/891436/+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 1033315] Re: Remove 'Add one' link if user don't have permission to edit group/institution/site collection

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Remove 'Add one' link if user don't have permission to edit
  group/institution/site collection

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master
  Database, browser: all

  Assumptions
   - an member of a group/institution/site that don't have permission to create 
pages/collections
   - No group/institution/site collection

  Expected results
   - 'Add one' link in  Collections tab should be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033315/+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 1031560] Re: json_headers change to use application/json

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  json_headers change to use application/json

Status in Mahara ePortfolio:
  In Progress

Bug description:
  RFC 4627 [1] suggests application/json for json and it whilst it is
  not a 'standard' it seems to be the closest thing to one. See also
  http://en.wikipedia.org/wiki/JSON

  I'm not sure why plain/text is used - is there some legacy browser
  compatibility issue?

  [1] http://www.ietf.org/rfc/rfc4627.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1031560/+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 1026618] Re: The registration link can fail if a user's name contains a diacritic

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  The registration link can fail if a user's name contains a diacritic

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Please note this only seems to effect PHP running on Windows, not
  Ubuntu.

  In the following configuration:
  Windows Server 2008 R2
  IIS 7
  Postgresql 9.1.4
  PHP 5.3.13
  Mahara 1.5.1

  The registration link ("Hi Chéese, Thank you for registering an
  account on Mahara. Please follow this link to complete the signup
  process: ...") won't work if the user has a diacritic in their name.

  Clicking the link results in "A nonrecoverable error occured. This
  probably means you have encountered a bug in the system"

  The email address confirmation message ("Hi Chéese, Thank you for
  registering an account on Mahara. Please select the following link to
  confirm your email address. The ...") and the message sent to the
  administrator to approve the registration work perfectly.

  Attached is a relevant snippet from the PHP error log.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1026618/+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 1023630] Re: Blog post with only images cannot be submitted.

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Blog post with only images cannot be submitted.

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master

  Assumptions
   - logged in user
   
  Actions
   -  Create a new journal entry 
   - Add a title
   - Insert several images from attachments or external links
   - Click 'Save entry'

  Expected results
   - The new entry is valid and must be saved in database.

  Actual results
   -  Error message: "There was an error with submitting this form. Please 
check the marked fields and try again."

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1023630/+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 1021108] Re: Implement markup schema for public pages

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Implement markup schema for public pages

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be really useful to implement markup schemas for public pages
  so searches give more details.

  http://schema.org/ is a vocabulary of RDFa which has been (somewhat)
  standardized for use by Google, Bing and Yahoo searches.

  http://ogp.me/ Open Graph Protocol is what Facebook uses to give you
  nifty snippets when you bash a URL into your post.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1021108/+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 941551] Re: Should display instition's displayname rather than name

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Should display instition's displayname rather than name

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara: 
  version   2011061004
  release   1.4.1

  When displaying a user and the name of the institution they logged in
  from, the name of the institution is displayed rather than the
  displayname. Since the name cannot be changed and is limited to a
  single character, I cannot provide "friendly" display names, and
  cannot change the display once created.

  Finding all instances of the use of name versus displayname may be
  difficult, but at least two I know of

  lib/mahara.php lines 2228 and 2294
  view/view.php line 266

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/941551/+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 900529] Re: Add a static Mahara logo that can be picked up by Facebook

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Add a static Mahara logo that can be picked up by Facebook

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When you share a Mahara page with Facebook, it may not pick up the
  logo but choose another image from the site. In order to tell FB which
  image should be used, the following could be implemented in the raw
  theme so that all pages get it:

  https://developers.facebook.com/docs/share/

  E.g. When you share the Mahara homepage (tested it with
  demo.mahara.org), you don't get the logo but other images that are on
  the page. If you share a link to a portfolio page, there is no logo
  and no information about the site but "Your browser does not have
  javascript enabled for this site. Mahara requires javascript to be
  enabled before you can log in".

  If the following would be possible that would be great:

  1. Always show the Mahara logo -> set that as the image to be used by
  Facebook. If other sites want to use a different image, they could
  exchange that in the raw theme, but at least we would have a default
  logo.

  2. Check (and fix) what / where a short description of a site would
  need tobe put into the header so that it is picked up by Facebook even
  when sharing a portfolio page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/900529/+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 845278] Re: implement a "password strength" meter that shows strength of password as user is typing it in

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  implement a "password strength" meter that shows strength of password
  as user is typing it in

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This is for when users are changing password/admins setting password
  first time, etc.

  Having a pretty meter next to it showing how "strong" the password is
  would be pretty cool

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/845278/+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 785467] Re: [Ongoing] Tainted data should be handled more carefully

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: Triaged => In Progress

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

Title:
  [Ongoing] Tainted data should be handled more carefully

Status in Mahara ePortfolio:
  In Progress

Bug description:
  There are two types of data that Mahara manipulates directly: images
  and compressed files.

  Images are resized using PHP libraries (running as the Apache user)
  and zip files / tarballs are uncompressed through PHP libraries (in
  the case of Leap) or through shelling out to run unzip.

  The problem with this is that this untrusted user data could
  potentially contain exploits which would take over the web server
  process and potentially write to / delete the dataroot or the
  database.

  Ideally, we should have the current insecure file manipulation mode
  for people on shared hosting or Windows as well as a more secure mode
  where tainted data is handled in a separate process and by an
  unprivileged and separate user account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785467/+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 750301] Re: [Ongoing] Accessibility / Screen Reader Issues - various

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: Triaged => In Progress

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

Title:
  [Ongoing] Accessibility / Screen Reader Issues - various

Status in Mahara ePortfolio:
  In Progress

Bug description:
  A student who is entirely dependant on a screen reader (in this case
  WindowEyes) has been through Mahara 1.3.3 and raised a number of
  accessibility issues as follows:

  1. TinyMCE editor
  It is essential to be able to turn off the TinyMCE editor as screen reader 
users cannot use this editor. 
  A plain text input field works fine (as per education and employment etc)
  Already a wishlist here: https://bugs.launchpad.net/mahara/+bug/548225
  But needs to be user choice.

  2. Files upload
  Disclaimer Check box not obvious.
  Once file 'Browsed' and uploaded, no notification to indicate upload process 
having completed. Other aspects appear to be in the wrong order for the student.

  A suggested process path would be:
  Add a File > Browse > Select > Disclaimer > Upload > Upload Complete dialogue 
> Storage Space remaining warning.

  3. Local Language. 
  More a note to self, but advice to others. If changing Language strings, 
ensure you also change all instance's to cover ALT text. We use the word "CV" 
instead of Resumé. Screen readers read Resumé phonetically as "RE-SOOM"
  Lang files need to include ALT strings.

  4. Add and Delete Buttons: ALT text just says 'add' or 'delete' When there 
are many 'adds' and 'deletes' on a page it is not obvious which resource you 
are adding or deleting. 
  ALT should say something like (eg) "Add Educational History" or "Delete 
Educational History BA Hons Business"

  5. Creating a View;
  The student can create a view, but from that point on cannot make any use of 
drag and drop - partly because the student does not use a mouse and partly 
because there is no indication where anything has been dropped. Suggested use 
of radio buttons - process would be pick an artefact > pick a location to put 
it.

  
  It is possible that some or all of the above can be wrapped up into a single 
'screenreader' or accessibilty' editing mode with toggle link in the header 
somewhere. 
  I also note that there are some workarounds that could potentially be adapted 
from discussions around ie6 versions or ipad versions.

  It is recognised as quite a challenge to offer a very visual tool to a
  non-visual user, who would still like to present themselves to a
  visual audience.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/750301/+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 548311] Re: Support for Time Zones of users in Mahara

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
 Assignee: Hugh Davenport (hugh-catalyst) => (unassigned)

** Changed in: mahara
   Importance: Medium => Wishlist

** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Support for Time Zones of users in Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Did a quick search here and couldn't easily find an existing request for 
timezone support.
  Unlike this eduforge tracker when I created my account, where I was prompted 
to confirm my time zone, there seems to be no such Time Zone support within the 
Mahara system and therefore I have to mentally adjust time stamps against 
forum, blog, and other posts.
  Hope this request can find its way into your todo list soon.
  Cheers, Peter B.

  There is a specification for this:

  
https://wiki.mahara.org/index.php/Developer_Area/Specifications_in_Development/timezones

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548311/+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 1027736] Re: Enhance tagged posts block - show full entries

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => 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/1027736

Title:
  Enhance tagged posts block - show full entries

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is a follow-up from https://reviews.mahara.org/#/c/1072/ for
  milestone 1.6

  Add functionality to show journal items in summary or in full

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027736/+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 798510] Re: Public access settings don't take fully effect until after logout

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Public access settings don't take fully effect until after logout

Status in Mahara ePortfolio:
  Triaged

Bug description:
  on master Mahara version 1.5.0dev (2011061400) just tested it on my
  local install as master.dev is not updated yet:

  I found that when I revoke public access, "public" disappears from the
  access overview page http://mahara/view/share.php immediately, but not
  from the edit access page http://mahara/view/access.php . I have to
  log out and log in again to see the changes. Clearing the browser
  cache doesn't help. I tried it in both Firefox and Chrome.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/798510/+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 785472] Re: Eliminate all raise_memory_limit() calls

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Eliminate all raise_memory_limit() calls

Status in Mahara ePortfolio:
  Triaged

Bug description:
  There are very few places in Mahara were we raise PHP's memory limit,
  but it is bad practice since that memory may not be reclaimed by
  Apache until that child process is terminated.

  Unless we are confident that a particular operation is impossible to
  do without raising the memory limit, we should rewrite code which
  fails to work within 32 MB of memory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785472/+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 760546] Re: Cannot search users with Czech characters (UTF-8 problem?)

2012-08-12 Thread Hugh Davenport
May be related to bug #1030826 and bug #1026618

** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Cannot search users with Czech characters (UTF-8 problem?)

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara version 1.2.5 (same behaviour seen with installation of version 1.3.3)
  platform is Windows 2003 server, PostgreSQL, IIS +PHP version 5.2.11

  Every time I try to search in Mahara any user name containing national
  characters (e.g. nováková) only error page shows up.

  "A nonrecoverable error occured. This probably means you have
  encountered a bug in the system"

  Searching names without national characters works OK.

  In PHP error log (see attached logfile) i have noticed this:

  Failed to get a recordset: postgres7 error: [-1: ERROR:  invalid byte
  sequence for encoding "UTF8": 0xe3a16b

  HINT:  This error can also happen if the byte sequence does not match
  the encoding expected by the server, which is controlled by
  "client_encoding".] in EXECUTE("...

  Database in PostgreSQL was created using following command:
  CREATE DATABASE ...
WITH OWNER = 
 ENCODING = 'UTF8'
 LC_COLLATE = 'Czech, Czech Republic'
 LC_CTYPE = 'Czech, Czech Republic'
 CONNECTION LIMIT = -1;

  When i checked inside PostgreSQL database tables in Mahara i had found
  that username "nováková" is saved correctly.

  I had already set and checked client_encoding=UTF8 variable for
  postgresql, even tried to set default_charset=UTF-8 variable in
  php.ini.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/760546/+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 692769] Re: Make sure that the print stylesheet still works

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Make sure that the print stylesheet still works

Status in Mahara ePortfolio:
  Triaged

Bug description:
  We should make sure that views have a working print stylesheet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/692769/+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 634193] Re: post-max-size exceeding error is not tracked

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  post-max-size exceeding error is not tracked

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  If post-max-size PHP setting
  (http://php.net/manual/en/ini.core.php#ini.post-max-size) value is
  exceeded (by large file upload for example) no error is triggered, as
  result wherever upload is handled by ajax, no callback functions are
  called.

  This is partly related to bugs:
 https://bugs.launchpad.net/mahara/+bug/633760
 https://bugs.launchpad.net/mahara/+bug/547505

  Given that this error is triggered by PHP prior to processing the
  code, it can't be catch through exception. As forums suggests, it may
  worth using error_get_last() and grep result for "PHP Warning:  POST
  Content-Length of" string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/634193/+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 1032478] Re: Undefined index: 'tabs' warning after editing a file or folder

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Undefined index: 'tabs' warning after editing a file or folder

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Database: all
  Browser: all

  Undefined index: 'tabs' warning after editing a file or folder

  Details of the warning message:

  [WAR] 14 (artefact/file/form/elements/filebrowser.php:1025) Undefined index: 
tabs
  Call stack (most recent first):
  log_message("Undefined index: tabs", 8, true, true, 
"/home/sonn/code/mahara/htdocs/artefact/file/form/e...", 1025) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, "Undefined index: tabs", 
"/home/sonn/code/mahara/htdocs/artefact/file/form/e...", 1025, array(size 11)) 
at 
/home/sonn/code/mahara/htdocs/artefact/file/form/elements/filebrowser.php:1025
  pieform_element_filebrowser_update(object(Pieform), array(size 11), 
array(size 6)) at 
/home/sonn/code/mahara/htdocs/artefact/file/form/elements/filebrowser.php:486
  pieform_element_filebrowser_doupdate(object(Pieform), array(size 11)) at 
/home/sonn/code/mahara/htdocs/artefact/file/form/elements/filebrowser.php:362
  pieform_element_filebrowser_get_value(object(Pieform), array(size 11)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:802
  Pieform->get_value(array(size 11)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1253
  Pieform->get_submitted_values() at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:490
  Pieform->__construct(array(size 12)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 12)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 12)) at 
/home/sonn/code/mahara/htdocs/artefact/file/index.php:38

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032478/+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 954876] Re: Trying to get property of non-object

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
 Assignee: Christopher Tombleson (christopher-k) => (unassigned)

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

Title:
  Trying to get property of non-object

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Hi all. We're running Mahara (version 1.4.1testing, Ubuntu Server
  10.04.2 LTS, Apache 2.2.14, PHP 5.3.2-1ubuntu4.9 with Suhosin-Patch
  0.9.29, MySQL 5.1.41) and received the following error. The user
  report is as follows:

  "I got this error when I released an assessed page in Mahara.  I think
  I have seen it before.  It doesn’t seem to cause any issues and it
  doesn’t prevent Mahara use so I am not quite sure what the error is.
  Probably nothing you can do but thought I would mention it anyway."

  Log file shows (all lines prefixed with [Tue Mar 13 19:04:20 2012]
  [error] [client 172.x.x.x], removed for clarity, and sanitised):

  [WAR] ff (lib/group.php:1409) Trying to get property of non-object, referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message("Trying to get property of non-object", 8, true, true, 
"/srv/mahara/htdocs/lib/gro...", 1409) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, "Trying to get property of non-object", 
"/srv/mahara/htdocs/lib/gro...", 1409, array(size 2)) at 
/srv/mahara/htdocs/lib/group.php:1409, referer: 
http://mahara.website.com/view/view.php?id=2158
* group_get_homepage_view("11") at /srv/mahara/htdocs/group/view.php:75, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message("Undefined index: ", 8, true, true, 
"/srv/mahara/htdocs/lib/vie...", 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, "Undefined index: ", "/srv/mahara/htdocs/lib/vie...", 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->get_layout() at /srv/mahara/htdocs/lib/view.php:1291, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->build_column_datastructure(false) at 
/srv/mahara/htdocs/lib/view.php:1323, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->get_column_datastructure() at /srv/mahara/htdocs/lib/view.php:1607, 
referer: http://mahara.website.com/view/view.php?id=2158
* View->get_blocktype_javascript() at /srv/mahara/htdocs/group/view.php:85, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message("Undefined index: ", 8, true, true, 
"/srv/mahara/htdocs/lib/vie...", 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, "Undefined index: ", "/srv/mahara/htdocs/lib/vie...", 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->get_layout() at /srv/mahara/htdocs/lib/view.php:1291, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->build_column_datastructure(false) at 
/srv/mahara/htdocs/lib/view.php:1323, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->get_column_datastructure() at /srv/mahara/htdocs/lib/view.php:1607, 
referer: http://mahara.website.com/view/view.php?id=2158
* View->get_blocktype_javascript() at /srv/mahara/htdocs/group/view.php:85, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message("Undefined index: ", 8, true, true, 
"/srv/mahara/htdocs/lib/vie...", 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, "Undefined index: ", "/srv/mahara/htdocs/lib/vie...", 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->get_layout() at /srv/mahara/htdocs/lib/view.php:1291, referer: 
http://mahara.website.com/view/view.php?id=2158
* View->build_column_datastructure(false) at 
/srv/

[Mahara-contributors] [Bug 921994] Re: LEAP2 import does not check if the new user email is already used in Mahara

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  LEAP2 import does not check if the new user email is already used in
  Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When importing a LEAP2 zip  into a 1.5 Mahara site (latest   1.5.0dev
  from git) and if the new user email is already known, importation
  proceeds  normally  but the mahara site then starts to fail in various
  places (search friends, see groups members) ...

  Errors reported in httpd error_log are :

   [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] [WAR] a9 
(lib/errors.php:749) get_record_sql found more than one row. If you meant to 
retrieve more than one record, use get_records_*, otherwise check your code or 
database for inconsistencies, referer: http://x/m
  ahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] Call stack (most 
recent first):, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_message("get_record_sql found more than one row. If you mea...", 8, true, 
true)
   at /var/www/html/mahara.git/htdocs/lib/errors.php:109, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_warn("get_record_sql found more than one row. If you mea...") at 
/var/www/html/
  mahara.git/htdocs/lib/errors.php:749, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
SQLException->__construct("get_record_sql found more than one row. If you 
mea...")
  at /var/www/html/mahara.git/htdocs/lib/dml.php:339, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record_sql("SELECT * FROM "usr"  WHERE "email" = ? ", array(size 1)) at 
/var/www/html/mahara.git/htdocs/lib/dml.php:302, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record("usr", "email", "p...@patrickpollet.net") at 
/var/www/html/mahara.git/htdo
  cs/local/insa/remote_avatar.php:17, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
local_remote_avatar("p...@patrickpollet.net", array(size 2), 
"http:///mahara/theme/raw/stat...";) at 
/var/www/html/mahara.git/htdocs/lib/user.php:2246, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
remote_avatar("p...@patrickpollet.net", array(size 2), "http:///
  mahara/theme/raw/stat...") at 
/var/www/html/mahara.git/htdocs/lib/user.php:2227, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
profile_icon_url(object(stdClass), 40, 40) at 
/var/www/html/mahara.git/htdocs/lib/d
  woo/mahara/plugins/function.profile_icon_url.php:13, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
Dwoo_Plugin_profile_icon_url(object(Dwoo_Mahara), object(stdClass), 40, 40) at 
/wor
  
k/maharadata/dwoo/compile/insalyon/var/www/html/mahara.git/htdocs/theme/raw/templates/user/user.tpl.d17.php:92,
 referer: http:///mahara/

  It is also impossible to delete that user under site administration
  since getting that user data fails with the above error...

  To return site to 'normal operation' one has to go to table usr and
  manually edit the new user email to an unique value

  Cheers.

  Edit : I did not tested it yet, but I do hope that this behaviour does
  not occur also in importing users from a CSV file ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/921994/+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 903534] Re: Users can still login even if their only institution has expired

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Users can still login even if their only institution has expired

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Institutions can have an expiry date.

  However, users who are only members of that institution can still
  login after the institution has expired.

  This is not easy to fix. There are lots of things to consider:

  - what happens when you are a member of more than one institution?
  - what happens when your auth instance is tied to an expired institution?
  - if you can still login, what happens to the content that's tied to an 
expired institution you are a member of?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/903534/+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 898914] Re: Modification dates on shared pages not updating

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Modification dates on shared pages not updating

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a shared page is modified the date and time listed by the shared
  page is not being updated. The comments date and time when created,
  updates but does not update when the comment is edited.

  The shared page states
  'This page lists the most recently modified or commented on pages that have 
been shared with you.'
  This is misleading. I was thinking the lecturers would be able to see all of 
the recent activity on their students pages, so they have a better way of 
providing feedback to the students.

  The date and time of last modification is correct when the page is
  first shared with another user, but it does not update when any
  modifications or edits to a comment are made.

  Mahara version 1.4.1
  PHP version 5.3.8
  psql (PostgreSQL) 8.4.1

  I have attached a screenshot of an example in a word document along
  with the time and date it was meant to update to assist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/898914/+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 605708] Re: Foreign characters in files within zip file cause trouble

2012-08-12 Thread Hugh Davenport
May be related to bug #996172

** Changed in: mahara
Milestone: None => 1.6.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/605708

Title:
  Foreign characters in files within zip file cause trouble

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Hello,

  When uploading files, we ran into some problems with the zip files
  (version 1.2), e.g. when students had special characters or
  punctuation other than a fullstop in them. I know you shouldn't do
  that but there are students who just use the default name that is
  suggested by the system as file name, and if it is "Déjà maintenant,
  il y a des problèmes!" then so be it :-S ➪ Put up a little note about
  "proper” file names so that the zipped files can be extracted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/605708/+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 912028] Re: Use HTML5 client-side validation in pieforms

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Use HTML5 client-side validation in pieforms

Status in Mahara ePortfolio:
  Triaged

Bug description:
  HTML5 adds new attributes on form elements to enable some basic
  client-side form validation:

http://www.marcozehe.de/2011/12/05/from-wai-aria-to-html5-and-back-
  or-maybe-not/

  We should add that to pieforms so that all of our forms get it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/912028/+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 794364] Re: Non unique titles for moodle forum exports

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.7.0

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

Title:
  Non unique titles for moodle forum exports

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/794364/+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 624455] Re: Collections are missing "Who can see..."

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Collections are missing "Who can see..."

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When you are on the Collectiosn overview page, there is no "Who can
  see this collection" below "Edit collection access". This is
  inconsistent IMO to the the view overview page. It would be even
  better if that information was also displayed on the view overview
  page below "Collection: Name of the collection".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/624455/+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 1031524] Re: "Clean URLs" should be listed on "Admin home"

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  "Clean URLs" should be listed on "Admin home"

Status in Mahara ePortfolio:
  Triaged

Bug description:
  "Clean URLs" should be listed on /admin/ under "Administer extensions"
  as it has a submenu item like the other items listed there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1031524/+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 1026335] Re: Undefined property: stdClass::$author raised when configuring "Files to download" in group page

2012-08-12 Thread Son Nguyen
I can not reproduce this bug any more.

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

Title:
  Undefined property: stdClass::$author raised when configuring "Files
  to download" in group page

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Version: master

  Assumptions
   - logged in user
   - user can edit a group page

  Actions
   1. Edit a group page
   2. Add a "Files to download" block
   3. In configure page, click "Site files"
   4. Browse site folders
   5. Click Save
   6. Click Done

  Unexpected results
   - Warning message: [WAR] 6d (artefact/file/lib.php:464) Undefined property: 
stdClass::$author

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1026335/+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 1036020] [NEW] large collections that have clean urls produce unusable urls

2012-08-12 Thread Hugh Davenport
Public bug reported:

>From a user:

Hi there,


I am wondering if you could help me with an issue a number of our staff
are having with their portfolios. All teachers have their own portfolio
and we have taught them to create collections to organise their folders.
We haven't had any problems until now. When you have more then 4 or 5
pages within a collection an error message now appears. (Below)

The requested URL /user/username/pagename&showmore=1 was not found on
this server.

The pages are still there individually but cannot be seen by those who
have been set as 'shared' and able to view the contents. Most of our
staff have a least 5 pages in a collection. Any suggestions?

** Affects: mahara
 Importance: Medium
 Assignee: Hugh Davenport (hugh-catalyst)
 Status: In Progress


** Tags: bite-sized

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

Title:
  large collections that have clean urls produce unusable urls

Status in Mahara ePortfolio:
  In Progress

Bug description:
  From a user:

  Hi there,


  I am wondering if you could help me with an issue a number of our
  staff are having with their portfolios. All teachers have their own
  portfolio and we have taught them to create collections to organise
  their folders. We haven't had any problems until now. When you have
  more then 4 or 5 pages within a collection an error message now
  appears. (Below)

  The requested URL /user/username/pagename&showmore=1 was not found on
  this server.

  The pages are still there individually but cannot be seen by those who
  have been set as 'shared' and able to view the contents. Most of our
  staff have a least 5 pages in a collection. Any suggestions?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036020/+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 1036020] Re: large collections that have clean urls produce unusable urls

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1501

** Changed in: mahara
   Status: Confirmed => In Progress

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

Title:
  large collections that have clean urls produce unusable urls

Status in Mahara ePortfolio:
  In Progress

Bug description:
  From a user:

  Hi there,


  I am wondering if you could help me with an issue a number of our
  staff are having with their portfolios. All teachers have their own
  portfolio and we have taught them to create collections to organise
  their folders. We haven't had any problems until now. When you have
  more then 4 or 5 pages within a collection an error message now
  appears. (Below)

  The requested URL /user/username/pagename&showmore=1 was not found on
  this server.

  The pages are still there individually but cannot be seen by those who
  have been set as 'shared' and able to view the contents. Most of our
  staff have a least 5 pages in a collection. Any suggestions?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036020/+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 1036020] Re: large collections that have clean urls produce unusable urls

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1502 (1.6 version)

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

Title:
  large collections that have clean urls produce unusable urls

Status in Mahara ePortfolio:
  In Progress

Bug description:
  From a user:

  Hi there,


  I am wondering if you could help me with an issue a number of our
  staff are having with their portfolios. All teachers have their own
  portfolio and we have taught them to create collections to organise
  their folders. We haven't had any problems until now. When you have
  more then 4 or 5 pages within a collection an error message now
  appears. (Below)

  The requested URL /user/username/pagename&showmore=1 was not found on
  this server.

  The pages are still there individually but cannot be seen by those who
  have been set as 'shared' and able to view the contents. Most of our
  staff have a least 5 pages in a collection. Any suggestions?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036020/+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 1032013] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1470
Committed: 
http://gitorious.org/mahara/mahara/commit/64d7e2349e8fd4853712091a27f76e44d39114db
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 64d7e2349e8fd4853712091a27f76e44d39114db
Author: Son Nguyen 
Date:   Mon Aug 6 11:46:04 2012 +1200

'Create one' link in collection navigation block should create a
group/institution/site collection while editing a group/institution/site
page.

(Bug #1032013)

When adding a collections block in a group/institution/site page, if
there is no group/institution/site collection, a message is displayed
including a link to create a collection. This link does so, but for a
personal collection, not a group/institution/site one. The message needs
to be updated for this use case.

Change-Id: I446d94d493397ccda79d613fda5b2f320d22e7f9
Signed-off-by: Son Nguyen 

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

Title:
  'Create one' link should create a group collection when adding a
  collection navigation block to group page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When adding a collections block in a group page, but you can't
  create/edit collections for that group, a message is displayed
  including a link to create a collection. This link does so, but for a
  personal collection, not a group one (as you don't have permissions).
  The message needs to be updated for this use case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032013/+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 1032013] Re: 'Create one' link should create a group collection when adding a collection navigation block to group page

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/#/c/1503/ <- (1.6 version)

** Changed in: mahara
   Status: In Progress => 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/1032013

Title:
  'Create one' link should create a group collection when adding a
  collection navigation block to group page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When adding a collections block in a group page, but you can't
  create/edit collections for that group, a message is displayed
  including a link to create a collection. This link does so, but for a
  personal collection, not a group one (as you don't have permissions).
  The message needs to be updated for this use case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032013/+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 1034194] Re: When adding a folder/file to a group page warnings are shown

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
 Assignee: (unassigned) => Son Nguyen (ngson2000)

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

Title:
  When adding a folder/file to a group page warnings are shown

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When adding a folder artefact, below is shown (twice)

   [WAR] 3a (artefact/file/lib.php:464) Undefined property: stdClass::$author
   Call stack (most recent first):
   log_message("Undefined property: stdClass::$author", 8, true, true, 
"/var/www/mahara-dev/htdocs/artefact/file/lib.php", 464) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
   error(8, "Undefined property: stdClass::$author", 
"/var/www/mahara-dev/htdocs/artefact/file/lib.php", 464, array(size 14)) at 
/var/www/mahara-dev/htdocs/artefact/file/lib.php:464
   ArtefactTypeFileBase::get_my_files_data(0null, "1", "mahara", array(size 1)) 
at /var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:142
   pieform_element_filebrowser(object(Pieform), array(size 16)) at 
/var/www/mahara/dev/htdocs/lib/pieforms/pieform.php:1378
   Pieform->build_element_html(array(size 16)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:659
   Pieform->build() at /var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:899
   Pieform->json_reply(0array(size 7)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:866
   Pieform->reply(0array(size 7)) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:588
   BlockInstance->instance_config_store(object(Pieform), array(size 8)) at 
Unknown:0
   call_user_func_array(array(size 2), array(size 2)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:514
   Pieform->__construct(array(size 15)) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:872
   BlockInstance->build_configure_form() at 
/var/www/mahara-dev/htdocs/view/blocks.php:87

  
  When adding a file artefact, the following (repeated 12 times)

   [WAR] 10 (artefact/file/lib.php:464) Undefined property: stdClass::$author
   Call stack (most recent first):
   log_message("Undefined property: stdClass::$author", 8, true, true, 
"/var/www/mahara-dev/htdocs/artefact/file/lib.php", 464) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
   error(8, "Undefined property: stdClass::$author", 
"/var/www/mahara-dev/htdocs/artefact/file/lib.php", 464, array(size 14)) at 
/var/www/mahara-dev/htdocs/artefact/file/lib.php:464
   ArtefactTypeFileBase::get_my_files_data(0null, "1", "mahara", null) at 
/var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:142
   pieform_element_filebrowser(object(Pieform), array(size 15)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:1378
   Pieform->build_element_html(array(size 15)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:659
   Pieform->build() at /var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:899
   Pieform->json_reply(0array(size 7)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:866
   Pieform->reply(0array(size 7)) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:588
   BlockInstance->instance_config_store(object(Pieform), array(size 8)) at 
Unknown:0
   call_user_func_array(array(size 2), array(size 2)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:514
   Pieform->__construct(array(size 15)) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:872
   BlockInstance->build_configure_form() at 
/var/www/mahara-dev/htdocs/view/blocks.php:87

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034194/+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 1026335] Re: Undefined property: stdClass::$author raised when configuring "Files to download" in group page

2012-08-12 Thread Hugh Davenport
*** This bug is a duplicate of bug 1034194 ***
https://bugs.launchpad.net/bugs/1034194

Only happens on group pages. duplicate of bug #1026335

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

Title:
  Undefined property: stdClass::$author raised when configuring "Files
  to download" in group page

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Version: master

  Assumptions
   - logged in user
   - user can edit a group page

  Actions
   1. Edit a group page
   2. Add a "Files to download" block
   3. In configure page, click "Site files"
   4. Browse site folders
   5. Click Save
   6. Click Done

  Unexpected results
   - Warning message: [WAR] 6d (artefact/file/lib.php:464) Undefined property: 
stdClass::$author

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1026335/+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 1026335] Re: Undefined property: stdClass::$author raised when configuring "Files to download" in group page

2012-08-12 Thread Hugh Davenport
*** This bug is a duplicate of bug 1034194 ***
https://bugs.launchpad.net/bugs/1034194

bug #1034194...

** This bug has been marked a duplicate of bug 1034194
   When adding a folder/file to a group page warnings are shown

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

Title:
  Undefined property: stdClass::$author raised when configuring "Files
  to download" in group page

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Version: master

  Assumptions
   - logged in user
   - user can edit a group page

  Actions
   1. Edit a group page
   2. Add a "Files to download" block
   3. In configure page, click "Site files"
   4. Browse site folders
   5. Click Save
   6. Click Done

  Unexpected results
   - Warning message: [WAR] 6d (artefact/file/lib.php:464) Undefined property: 
stdClass::$author

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1026335/+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 1034249] Re: Fix selenium tests for 1.6

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => 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/1034249

Title:
  Fix selenium tests for 1.6

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This should fix outstanding selenium tests so it runs on 1.6, but also
  I would suggest improving the test suite so that it catches more bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034249/+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 1034268] Re: Can't delete an institution on mysql

2012-08-12 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress => 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/1034268

Title:
  Can't delete an institution on mysql

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Because it still has references in the statistics, and postgres
  cascades them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034268/+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 1033315] Re: Remove 'Add one' link if user don't have permission to edit group/institution/site collection

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/#/c/1504/ (1.6 version)

** Changed in: mahara
   Status: In Progress => 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/1033315

Title:
  Remove 'Add one' link if user don't have permission to edit
  group/institution/site collection

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Version: master
  Database, browser: all

  Assumptions
   - an member of a group/institution/site that don't have permission to create 
pages/collections
   - No group/institution/site collection

  Expected results
   - 'Add one' link in  Collections tab should be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033315/+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 1033315] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1477
Committed: 
http://gitorious.org/mahara/mahara/commit/5b3df34a61bdcb63192101371ae9f466906c6353
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 5b3df34a61bdcb63192101371ae9f466906c6353
Author: Son Nguyen 
Date:   Mon Aug 13 16:41:00 2012 +1200

Remove 'Add one' link if user don't have permission to edit
group collections

(Bug #1033315)

Change-Id: Ie8c7c2378b756dcfc871e72ab33f2a6fd7073831
Signed-off-by: Son Nguyen 

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

Title:
  Remove 'Add one' link if user don't have permission to edit
  group/institution/site collection

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Version: master
  Database, browser: all

  Assumptions
   - an member of a group/institution/site that don't have permission to create 
pages/collections
   - No group/institution/site collection

  Expected results
   - 'Add one' link in  Collections tab should be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033315/+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 1034172] Re: When editing access to a folder or file in the groups area, the folder dissapears until refreshed

2012-08-12 Thread Hugh Davenport
This also happens for archive files, maybe for general files

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

Title:
  When editing access to a folder or file in the groups area, the folder
  dissapears until refreshed

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Gets following warning. Steps to reproduce, upload a file, or make a
  folder, click edit button, click Save

   [WAR] fe (artefact/file/form/elements/filebrowser.php:482) Creating default 
object from empty value
   Call stack (most recent first):
   log_message("Creating default object from empty value", 8, true, true, 
"/var/www/mahara-dev/htdocs/artefact/file/form/elem...", 482) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
   error(2, "Creating default object from empty value", 
"/var/www/mahara-dev/htdocs/artefact/file/form/elem...", 482, array(size 15)) 
at /var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:482
   pieform_element_filebrowser_doupdate(object(Pieform), array(size 11)) at 
/var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:362
   pieform_element_filebrowser_get_value(object(Pieform), array(size 11)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:802
   Pieform->get_value(array(size 11)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:1253
   Pieform->get_submitted_values() at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:490
   Pieform->__construct(array(size 12)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:161
   Pieform::process(array(size 12)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:71
   pieform(array(size 12)) at 
/var/www/mahara-dev/htdocs/artefact/file/groupfiles.php:49
   [WAR] fe (artefact/file/form/elements/filebrowser.php:1031) Undefined index: 
tabs
   Call stack (most recent first):
   log_message("Undefined index: tabs", 8, true, true, 
"/var/www/mahara-dev/htdocs/artefact/file/form/elem...", 1031) at 
/var/www/mahara-dev/htdocs/lib/errors.php:446
   error(8, "Undefined index: tabs", 
"/var/www/mahara-dev/htdocs/artefact/file/form/elem...", 1031, array(size 11)) 
at /var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:1031
   pieform_element_filebrowser_update(object(Pieform), array(size 11), 
array(size 7)) at 
/var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:486
   pieform_element_filebrowser_doupdate(object(Pieform), array(size 11)) at 
/var/www/mahara-dev/htdocs/artefact/file/form/elements/filebrowser.php:362
   pieform_element_filebrowser_get_value(object(Pieform), array(size 11)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:802
   Pieform->get_value(array(size 11)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:1253
   Pieform->get_submitted_values() at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:490
   Pieform->__construct(array(size 12)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:161
   Pieform::process(array(size 12)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:71
   pieform(array(size 12)) at 
/var/www/mahara-dev/htdocs/artefact/file/groupfiles.php:49

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1034172/+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 1032009] Re: Extracting a zip file should not be carried out if its folder has been in submitted pages

2012-08-12 Thread Hugh Davenport
https://reviews.mahara.org/1505 (1.6 version)

** Changed in: mahara
   Status: In Progress => 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/1032009

Title:
  Extracting a zip file should not be carried out if its folder has been
  in submitted pages

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Version: master
  Database: all
  Browser: all

  Extracting a zip file should not be carried out if its folder has been
  in submitted pages (locked)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032009/+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 1032009] A change has been merged

2012-08-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1475
Committed: 
http://gitorious.org/mahara/mahara/commit/1aa33b82d3d99af91aff863406f698dd6bf75edd
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 1aa33b82d3d99af91aff863406f698dd6bf75edd
Author: Son Nguyen 
Date:   Mon Aug 13 14:12:57 2012 +1200

Extracting a zip file should not be carried out if its folder has been
in submitted pages

(Bug #1032009)

Disable extract button.

Change-Id: I906598d256c317b1a2ad314ee18e41d51ae93bec
Signed-off-by: Son Nguyen 

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

Title:
  Extracting a zip file should not be carried out if its folder has been
  in submitted pages

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Version: master
  Database: all
  Browser: all

  Extracting a zip file should not be carried out if its folder has been
  in submitted pages (locked)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1032009/+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