[Mahara-contributors] [Bug 1393472] Re: CSV-Import: auto-test for separation character: Semicolon

2014-11-18 Thread Tobias Zeuch
I don't see the necessity for a confirmation. The first line that defines the fields to import has a pretty strict syntax, we have a couple of fields that are required and we have a fixed set of fields that are valid. If one of the required fields is not identifiable or an invalid field appears,

[Mahara-contributors] [Bug 1393731] [NEW] Date Malfunction with Mahara CPD

2014-11-18 Thread metalaarif
Public bug reported: Hi, I have checked the issue in 2 different version of mahara with no luck so I assume it must be a bug. I checked in Mahara 1.7.3 and Mahara 1.9.1 and it seems both shows same results. Withing Mahara if you go to CONTENT == CPD, create a new CPD and add an activity. As

[Mahara-contributors] [Bug 1393734] [NEW] Textbox config form very slow to load

2014-11-18 Thread Mike Kelly
Public bug reported: In a large instance of Mahara, the loading of the textbox config. form is very slow (often over 10 seconds). This seems to be mainly due to the listing of other textboxes, which can be revealed by clicking on the 'Use content from another note' link. It would be good to load

[Mahara-contributors] [Bug 1393898] [NEW] Small headers don't display custom institution logo

2014-11-18 Thread Kristina Hoeppner
Public bug reported: While discussing https://mahara.org/interaction/forum/topic.php?id=6537 I found that the small headers do not actually take a custom logo uploaded by an institution but always display the default logo even when the custom logo is displayed correctly when the normal navigation

[Mahara-contributors] [Bug 1393734] Re: Textbox config form very slow to load

2014-11-18 Thread Kristina Hoeppner
Hi Mike, Do you mean the Text or the Notes? From due to the listing of other text boxes I assume it is the Notes, but I just want to be sure. And also, in which version of Mahara do you experience this problem? Thanks Kristina -- You received this bug notification because you are a member of

[Mahara-contributors] [Bug 1393731] Re: Date Malfunction with Mahara CPD

2014-11-18 Thread Kristina Hoeppner
Hi Aarif, As mentioned at https://mahara.org/interaction/forum/topic.php?id=6556 please file a bug with the plugin at https://github.com/geoffrowland /mahara-artefact_cpds/issues Cheers Kristina ** Changed in: mahara Status: New = Invalid -- You received this bug notification because

[Mahara-contributors] [Bug 1392749] Re: Statistics don't show

2014-11-18 Thread Kristina Hoeppner
** No longer affects: mahara/1.10 -- 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 1391621] Re: Pagination links don't work in topics menu groups

2014-11-18 Thread Kristina Hoeppner
Aaron, I can show you on my computer. -- 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 1393620] Re: webservices: get_groups_by_id requires institution

2014-11-18 Thread Kristina Hoeppner
** Changed in: mahara Status: New = Confirmed -- 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

[Mahara-contributors] [Bug 1393621] Re: split the webservices/functions.php into user / group / institution functions for better code seperation

2014-11-18 Thread Kristina Hoeppner
** Changed in: mahara Status: New = Confirmed -- 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

[Mahara-contributors] [Bug 1391621] Re: Pagination links broken on the Group - Topics page

2014-11-18 Thread Aaron Wells
** Summary changed: - Pagination links don't work in topics menu groups + Pagination links broken on the Group - Topics page -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara

[Mahara-contributors] [Bug 1393472] Re: CSV-Import: auto-test for separation character: Semicolon

2014-11-18 Thread Aaron Wells
Oh, good point. The first line has to be the column names, so it should indeed be pretty easy to tell whether they've used columns or semicolons. Alright, fair enough, we could auto-detect pretty easily then. :) ** Tags added: csvupload -- You received this bug notification because you are a

[Mahara-contributors] [Bug 1393731] Re: Date Malfunction with Mahara CPD

2014-11-18 Thread Aaron Wells
Yep, the CPD plugin is a third-party plugin, not part of the main Mahara project. So you'll need to file a bug with the plugin's author, as Kristina mentioned. Cheers, Aaron -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1393734] Re: Textbox config form very slow to load

2014-11-18 Thread Aaron Wells
Hi Mike, To expand on what Kristina said, in Mahara 1.10 we split the old Text box block into two new block types: Text, a lightweight block which only stores non-reusable text, and Note, which has all the extra functionality of the old Text box block -- attachments, reusability, etc. It sounds

[Mahara-contributors] [Bug 1394017] [NEW] Comment star ratings show up as radio buttons sometimes

2014-11-18 Thread Aaron Wells
Public bug reported: 1. Turn on comment star ratings (by going to the config page for the comment artefact) 2. Create a page 3. Post a comment on the page, with a star rating. 4. Click the submit button 5. When the page reloads after submitting, all the star ratings show up as grayed-out

[Mahara-contributors] [Bug 1394017] Re: Comment star ratings show up as radio buttons sometimes

2014-11-18 Thread Aaron Wells
Only shows up in Mahara 1.9. Using git bisect, I traced it to this commit, which has some JS changes to comment pagination, for accessibility: 572d93f In the JS console there's an error, which is probably preventing the code from running that displays the stars: TypeError: params is undefined,

[Mahara-contributors] [Bug 1394019] [NEW] Comment star ratings don't work at all

2014-11-18 Thread Aaron Wells
*** This bug is a duplicate of bug 1316917 *** https://bugs.launchpad.net/bugs/1316917 Public bug reported: To replicate: 1. Enable comment star ratings (on the plugin config page for the comment artefact) 2. Create a page 3. Write a comment for the page, give it a star rating, and submit

[Mahara-contributors] [Bug 1394019] Re: Comment star ratings don't work at all

2014-11-18 Thread Aaron Wells
*** This bug is a duplicate of bug 1316917 *** https://bugs.launchpad.net/bugs/1316917 Using git bisect I traced it to this commit: 1ebf1e606391ce66. That's the commit where we updated the jQuery and jQuery UI version. Looks like this is fixed by my patch for Bug 1316917 (upgrading the

[Mahara-contributors] [Bug 1316917] Re: Update jquery.rating.js to 4.11

2014-11-18 Thread Aaron Wells
Now that we've upgraded the jQuery version in Mahara 1.10.0, the star rating has stopped working entirely. (See bug 1394019 ) My patch to upgrade it causes it work again. So we'll need to backport this to Mahara 1.10.0 as well. ** Also affects: mahara/1.10 Importance: Undecided Status:

[Mahara-contributors] [Bug 1236102] Re: More logical ordering of blocks in the Page Builder

2014-11-18 Thread Kristina Hoeppner
For testing patch 3944, test that the Text block is above the Image block in the shortcuts area of the content chooser. And test it on an upgraded site and a clean install. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1252085] Re: [ongoing] Tweaks to the css/styles of raw theme

2014-11-18 Thread Kristina Hoeppner
** Also affects: mahara/15.04 Importance: Medium Status: In Progress ** Changed in: mahara/15.04 Milestone: None = 15.04.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3954 Committed: http://gitorious.org/mahara/mahara/commit/99e189336e51eeb98c9d05c1ab8dce750b6543bb Submitter: Son Nguyen (son.ngu...@catalyst.net.nz) Branch:master commit 99e189336e51eeb98c9d05c1ab8dce750b6543bb Author: Robert Lyon

[Mahara-contributors] [Bug 1386010] Re: Author not anonymised on Shared with me page and in Latest pages block

2014-11-18 Thread Son Nguyen
** 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 1394056] [NEW] When calling get_record_sql(), the parameter 'values' must be an array

2014-11-18 Thread Son Nguyen
Public bug reported: Version: master (15.04) After upgrade adodb, I noticed the parameter 'values' is not an array This caused errors in executing SQL commands ** Affects: mahara Importance: High Assignee: Son Nguyen (ngson2000) Status: In Progress ** Changed in: mahara

[Mahara-contributors] [Bug 892959] A patch has been submitted for review

2014-11-18 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3990 -- 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

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3637 Committed: http://gitorious.org/mahara/mahara/commit/f95dc9b44c897bfa113b6b551a36687691e3ec1f Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit f95dc9b44c897bfa113b6b551a36687691e3ec1f Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3634 Committed: http://gitorious.org/mahara/mahara/commit/535c66d4754bb3d7f9d4b5593f25fea735b661fb Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 535c66d4754bb3d7f9d4b5593f25fea735b661fb Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3638 Committed: http://gitorious.org/mahara/mahara/commit/66a0a7ca60010ac4a6f0712847f91edbae706029 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 66a0a7ca60010ac4a6f0712847f91edbae706029 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3644 Committed: http://gitorious.org/mahara/mahara/commit/4fc7736e7f8294143e03a0e9cedf43832b1eaae7 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 4fc7736e7f8294143e03a0e9cedf43832b1eaae7 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3643 Committed: http://gitorious.org/mahara/mahara/commit/e30c2b8baacc3c0c4fe522334104e8dd81f81cd6 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit e30c2b8baacc3c0c4fe522334104e8dd81f81cd6 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3640 Committed: http://gitorious.org/mahara/mahara/commit/25b4f5f15fa9d320e27545f0103fef5ba2af12f7 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 25b4f5f15fa9d320e27545f0103fef5ba2af12f7 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3641 Committed: http://gitorious.org/mahara/mahara/commit/5d1f651152d1e97186114e52ef19ddbbcacac8b8 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 5d1f651152d1e97186114e52ef19ddbbcacac8b8 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3642 Committed: http://gitorious.org/mahara/mahara/commit/34025e76e9c42a4b1f373a2558a5e80d304b7f95 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 34025e76e9c42a4b1f373a2558a5e80d304b7f95 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3646 Committed: http://gitorious.org/mahara/mahara/commit/70c4944a6918ea89031c425ebbce67ef8b4b1586 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 70c4944a6918ea89031c425ebbce67ef8b4b1586 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3645 Committed: http://gitorious.org/mahara/mahara/commit/4953a54a8835d9bce5303a18023879e38140387f Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 4953a54a8835d9bce5303a18023879e38140387f Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3639 Committed: http://gitorious.org/mahara/mahara/commit/318c705150fe97834d6e838db93a8d293d4e2661 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 318c705150fe97834d6e838db93a8d293d4e2661 Author: Robert Lyon robe...@catalyst.net.nz

[Mahara-contributors] [Bug 1037531] Re: Make comments / feedback directly on artefacts on the page

2014-11-18 Thread Robert Lyon
** 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 1037531] A change has been merged

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3635 Committed: http://gitorious.org/mahara/mahara/commit/b7a06a40d4a7f9d07180f182357c6eff91f645ec Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit b7a06a40d4a7f9d07180f182357c6eff91f645ec Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3636 Committed: http://gitorious.org/mahara/mahara/commit/e03327b0f68d6c7bc40cd04cfed441f42b802ba3 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit e03327b0f68d6c7bc40cd04cfed441f42b802ba3 Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3647 Committed: http://gitorious.org/mahara/mahara/commit/c3e794c25a4a373d4e2970898c9b9fc9369356ff Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit c3e794c25a4a373d4e2970898c9b9fc9369356ff Author: Robert Lyon robe...@catalyst.net.nz

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

2014-11-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/3634 Committed: http://gitorious.org/mahara/mahara/commit/535c66d4754bb3d7f9d4b5593f25fea735b661fb Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 535c66d4754bb3d7f9d4b5593f25fea735b661fb Author: Robert Lyon robe...@catalyst.net.nz

[Mahara-contributors] [Bug 1394082] Re: Can create a URL that takes you to a different page depending on whether you're logged in to MNet or not.

2014-11-18 Thread Aaron Wells
Marking as public security because it seems like it could be used for deception. -- 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-contributors] [Bug 1394082] [NEW] Can create a URL that takes you to a different page depending on whether you're logged in to MNet or not.

2014-11-18 Thread Aaron Wells
*** This bug is a security vulnerability *** Public security bug reported: As reported on the mahara.org forum: https://mahara.org/interaction/forum/topic.php?id=6549 To replicate: 1. Set up a Moodle instance with the Mahara assignment submission plugin and connect it up to your Mahara