[Mahara-contributors] [Bug 871487] Re: Url field not cleared when updating links resources item to site file

2011-11-14 Thread Melissa Draper
** Changed in: mahara Assignee: (unassigned) = Melissa Draper (melissa) ** 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/871487

[Mahara-contributors] [Bug 843568] Re: Stored passwords with a stronger hash algorithm

2011-11-14 Thread Hugh Davenport
above review was abandoned. new review(s) at remote: https://reviews.mahara.org/854 remote: https://reviews.mahara.org/855 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/843568 Title:

[Mahara-contributors] [Bug 871487] Re: Url field not cleared when updating links resources item to site file

2011-11-14 Thread François Marier
https://reviews.mahara.org/#change,853 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/871487 Title: Url field not cleared when updating links resources item to site file Status in Mahara

[Mahara-contributors] [Bug 845948] Re: missing primary keys

2011-11-14 Thread Hugh Davenport
** Changed in: mahara Assignee: (unassigned) = Hugh Davenport (hugh-catalyst) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/845948 Title: missing primary keys Status in Mahara

[Mahara-contributors] [Bug 845948] Re: missing primary keys

2011-11-14 Thread Hugh Davenport
Technical points: view_access currently doesn't limit anything at the code level, so the primary key would simply be the entire row. Any thoughts on what to do here? Same with view_visit (though there are only two fields here) Review for the other two at https://reviews.mahara.org/856 **

[Mahara-contributors] [Bug 852298] Re: Names in user search etc. should not be case sensitive

2011-11-14 Thread Hugh Davenport
https://reviews.mahara.org/857 ** Changed in: mahara Status: Triaged = In Progress ** Changed in: mahara Assignee: (unassigned) = Hugh Davenport (hugh-catalyst) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 888424] A change has been merged

2011-11-14 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/843 Committed: http://gitorious.org/mahara/mahara/commit/c7a0ed9a19097fa7154b446a4415d02f34015a42 Submitter: Hugh Davenport (h...@catalyst.net.nz) Branch:master commit c7a0ed9a19097fa7154b446a4415d02f34015a42 Author: Francois Marier

[Mahara-contributors] [Bug 888424] Re: Warn admins if session.entropy_length is 16

2011-11-14 Thread François Marier
** 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/888424 Title: Warn admins if session.entropy_length is 16 Status in Mahara

[Mahara-contributors] [Bug 873991] Re: Content Journal link dashboard journal display differently

2011-11-14 Thread Hugh Davenport
Hi Gordon, Is the problem here that there is no sitewide default for enabling multiple journals, or was there another bug here? Cheers, Hugh ** Changed in: mahara Status: Triaged = Incomplete -- You received this bug notification because you are a member of Mahara Contributors, which

[Mahara-contributors] [Bug 814119] Re: PHP Error when registering a new user and the default views have textbox blocks

2011-11-14 Thread Hugh Davenport
I can't reproduce on master ** Changed in: mahara Status: Triaged = Invalid -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/814119 Title: PHP Error when registering a new user and the

[Mahara-contributors] [Bug 890528] Re: Editing sharing access on institution or site pages gives an error about retainview not being set.

2011-11-14 Thread Hugh Davenport
https://reviews.mahara.org/858 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/890528 Title: Editing sharing access on institution or site pages gives an error about retainview not being

[Mahara-contributors] [Bug 890528] [NEW] Editing sharing access on institution or site pages gives an error about retainview not being set.

2011-11-14 Thread Hugh Davenport
Public bug reported: Problem is because the retainview option isn't set for institutions. ** Affects: mahara Importance: Low Assignee: Hugh Davenport (hugh-catalyst) Status: In Progress ** Changed in: mahara Status: New = In Progress ** Changed in: mahara

[Mahara-contributors] [Bug 890530] Re: Get an error message about undefined variable url when adding a textbox to a view

2011-11-14 Thread Hugh Davenport
https://reviews.mahara.org/859 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/890530 Title: Get an error message about undefined variable url when adding a textbox to a view Status in

[Mahara-contributors] [Bug 890530] [NEW] Get an error message about undefined variable url when adding a textbox to a view

2011-11-14 Thread Hugh Davenport
Public bug reported: The problem is in the function artefact_get_owner_info If the institution is mahara, url isn't set, it should be set to '' It seems to happen after you add a text box to a site or institution page. ** Affects: mahara Importance: Low Assignee: Hugh Davenport

[Mahara-contributors] [Bug 890528] Re: Editing sharing access on institution or site pages gives an error about retainview not being set.

2011-11-14 Thread Hugh Davenport
** Changed in: mahara Status: In Progress = Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/890528 Title: Editing sharing access on institution or site pages gives an

[Mahara-contributors] [Bug 890528] A change has been merged

2011-11-14 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/858 Committed: http://gitorious.org/mahara/mahara/commit/de027f1f9bc80f6f5227fc5ebf8025591eac5ff8 Submitter: Hugh Davenport (h...@catalyst.net.nz) Branch:master commit de027f1f9bc80f6f5227fc5ebf8025591eac5ff8 Author: Hugh Davenport h...@catalyst.net.nz

[Mahara-contributors] [Bug 837013] Re: Incorrect parameter passing between execute_sql_arr and execute_sql

2011-11-14 Thread Hugh Davenport
It seems that the feedback isn't use anyway, but there are functions that call it with that argument so we can't just remove it from the function. Though a quick survey shows that it isn't being used in the other functions as well The fix would be to remove the 2nd parameter to the

[Mahara-contributors] [Bug 890045] Re: Change ensure_sanity to check for PHP 5.3+ instead of 5.2+

2011-11-14 Thread Hugh Davenport
After this dependency is lifted, we can most likely remove a lot of redundant checks, below is a comment from the review. If we require 5.3, there are probably a bunch of things we can clean up. Maybe we can assume fileinfo is around remove the fallback to mime_content_type(). Aren't we also

[Mahara-contributors] [Bug 890045] Re: Change ensure_sanity to check for PHP 5.3+ instead of 5.2+

2011-11-14 Thread Hugh Davenport
Scratch the 1.4.2, 1.4 is already released so shouldn't be changing requirements for point releases -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/890045 Title: Change ensure_sanity to check

[Mahara-contributors] [Bug 890045] Re: Change ensure_sanity to check for PHP 5.3+ instead of 5.2+

2011-11-14 Thread Hugh Davenport
Also thought this would be good for 1.4.2 as well. https://reviews.mahara.org/861 ** Changed in: mahara Milestone: None = 1.5.0 ** Changed in: mahara Milestone: 1.5.0 = 1.4.2 ** Changed in: mahara Milestone: 1.4.2 = 1.5.0 -- You received this bug notification because you are a

[Mahara-contributors] [Bug 804598] Re: External video block should be External media

2011-11-14 Thread Hugh Davenport
https://reviews.mahara.org/862 Not changing the name of the folder containing the blocktype, just the displayed name. ** Changed in: mahara Assignee: (unassigned) = Hugh Davenport (hugh-catalyst) ** Changed in: mahara Status: Confirmed = In Progress -- You received this bug

[Mahara-contributors] [Bug 882376] Re: New mnet functions to share dashboard content

2011-11-14 Thread François Marier
** 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/882376 Title: New mnet functions to share dashboard content Status in Mahara

[Mahara-contributors] [Bug 882376] A change has been merged

2011-11-14 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/809 Committed: http://gitorious.org/mahara/mahara/commit/59c4d1b4a9563606d59e3862bfc87052f5aefc39 Submitter: Francois Marier (franc...@catalyst.net.nz) Branch:master commit 59c4d1b4a9563606d59e3862bfc87052f5aefc39 Author: Francois Marier

[Mahara-contributors] [Bug 871487] Re: Url field not cleared when updating links resources item to site file

2011-11-14 Thread François Marier
** 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/871487 Title: Url field not cleared when updating links resources item to