[Mahara-contributors] [Bug 1222368] Re: Missing lang string for group page with clean URL

2013-09-09 Thread Nitish Bezzala
Is this message OK? 'A page with this URL already exists.' -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1046114] Re: Errors when adding new institution members

2013-09-09 Thread Nitish Bezzala
When a user is added to a new institution, why is it required that they log out and log in to access it? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors --

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

2013-09-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2479 Committed: http://gitorious.org/mahara/mahara/commit/036d82fb14a12f2f35c202a7e5d278d480541f30 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 036d82fb14a12f2f35c202a7e5d278d480541f30 Author: Nitish Bezzala nbezz...@yahoo.com

[Mahara-contributors] [Bug 1223063] Re: Deleting display name does not remove it

2013-09-09 Thread Kristina Hoeppner
Haven't tested on 1.5 and 1.6 yet. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or

[Mahara-contributors] [Bug 1223063] [NEW] Deleting display name does not remove it

2013-09-09 Thread Kristina Hoeppner
Public bug reported: Tested on Mahara 1.7 and 1.8.0dev When you provide a display name and then don't want to use it anymore, you cannot get rid of it. To reproduce: 1. Enter a display name into your profile and save the profile. 2. The display name is shown in the login box in the right

[Mahara-contributors] [Bug 1222995] [NEW] delete forum post gives errors

2013-09-09 Thread Robert Lyon
Public bug reported: On trying to delete a forum post I get the below errors. I suspect it is to do with the having parent deleted also. The offending bit of code looks to be: do { $postrec = get_record('interaction_forum_post', 'id', $postrec-parent, '', '', '', '', 'id, deleted,

[Mahara-contributors] [Bug 1223069] [NEW] Site files located in a subfolder cannot be accessed by normal users

2013-09-09 Thread Aaron Wells
Public bug reported: According to the Site Files documentation, files uploaded into the site files section are meant to be accessible to all logged-in users (via the Site Files tab on any file selector). The one exception to this is files in the hard-coded Public folder, which are meant to also

[Mahara-contributors] [Bug 1221020] Re: JS to enable the Automatically retract checkbox is no longer working on blocks with TinyMCE

2013-09-09 Thread Aaron Wells
Hi Robert, I just checked with the latest version of master (since 2471 has been merged in). I was still able to replicate the problem, in FF23 and Chromium. Cheers, Aaron -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1221020] Re: JS to enable the Automatically retract checkbox is no longer working on blocks with TinyMCE

2013-09-09 Thread Aaron Wells
I just took a look at this with Robert L, using his computer to access my Mahara instance. Doing so, he was able to replicate the issue, although he still couldn't replicate it with the instance running on his computer. So it would appear that this doesn't affect all installations. There was

[Mahara-contributors] [Bug 1221708] Re: Moodle URL not added to page access email

2013-09-09 Thread Aaron Wells
It appears that what's causing this bug is the following: 1. In email_user(), we do a find/replace of all URLs for the MNet URL 2. BUT, we only do this if the $user passed in to the function has a flag set that indicates that they are on MNet 3. Most Activity types use the function

[Mahara-contributors] [Bug 1197154] Re: Hide or move the Retractable and Automatically retract controls for blocks

2013-09-09 Thread Aaron Wells
** Changed in: mahara Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-09 Thread Aaron Wells
** 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. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1220108] Re: 'usersuniquebyusername' config option not in lib/config-defaults.php

2013-09-09 Thread Aaron Wells
** Changed in: mahara Importance: Undecided = Low ** Changed in: mahara Milestone: None = 1.8.0rc1 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors --

[Mahara-contributors] [Bug 1046114] Re: Errors when adding new institution members

2013-09-09 Thread Aaron Wells
Probably because we're drawing their institution memberships from the database when they log in, and then storing them in the user's session and not checking for updates on subsequent page loads (since it's quite rare for a user's institution memberships to change). We could force the user to log

[Mahara-contributors] [Bug 1017281] Re: The pagination drop down shows when less than 10 entries on the page.

2013-09-09 Thread Aaron Wells
** 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. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

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

2013-09-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2467 Committed: http://gitorious.org/mahara/mahara/commit/b69c8a0ad9471966e4dfdc6ece0128291643b043 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:master commit b69c8a0ad9471966e4dfdc6ece0128291643b043 Author: Robert Lyon robe...@catalyst.net.nz

[Mahara-contributors] [Bug 1204309] Re: Edit forum post error if parent is deleted

2013-09-09 Thread Aaron Wells
Thanks for the patch, Nitish! ** 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. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on

[Mahara-contributors] [Bug 1203924] Re: Bruteforce username/email enumeration vuln in password reset screen

2013-09-09 Thread Aaron Wells
** Summary changed: - Bruteforce user enumeration vuln in password reset screen + Bruteforce username/email enumeration vuln in password reset screen -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: