[Mahara-contributors] [Bug 1408577] Re: Elasticsearch not working properly

2015-02-16 Thread Sherry
Dear Aaron, Thank you so much for your response. The version is 1.3.7. I recently find that it works with english search but fails with chinese search. Is there anything about system setting? Best regards, Sherry -- You received this bug notification because you are a member of Mahara Contribut

[Mahara-contributors] [Bug 1409377] Re: Error message when trying to log in with non-existing username

2015-02-16 Thread Aaron Wells
When a Private Security bug gets released, it should be changed to Public Security, not just Public. :) ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscr

[Mahara-contributors] [Bug 898678] Re: Layout: suggest new 2 column with *much* larger right column

2015-02-16 Thread Aaron Wells
Hm, oh, but then how do you add the sortorder to View::$defaultlayoutoptions? Well, it may well turn out that this one is *not* snack-sized. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription f

[Mahara-contributors] [Bug 898678] Re: Layout: suggest new 2 column with *much* larger right column

2015-02-16 Thread Aaron Wells
The available layouts are stored in the view_layout_columns table. We also have descriptions of them stored as lang strings in lang/view.php (i.e. $string['67,33']... although I don't know what these are for exactly because they also seem like they could be computed by just changing the commas to h

[Mahara-contributors] [Bug 1409545] Re: RSS block: "Invalid array key 'url'" messages when using an atom feed

2015-02-16 Thread Aaron Wells
** Changed in: mahara/1.10 Status: Confirmed => 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 f

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

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4288 Committed: http://gitorious.org/mahara/mahara/commit/dd3a64579d871b09456ab935cdea035961e80671 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.10_STABLE commit dd3a64579d871b09456ab935cdea035961e80671 Author: Aaron Wells Date: Mon Jan 12 1

[Mahara-contributors] [Bug 898678] Re: Layout: suggest new 2 column with *much* larger right column

2015-02-16 Thread Aaron Wells
Oh yeah, also worth noting, in addition to inserting the record into the view_layout_columns table, you'd also need to add it to the View::$defaultlayoutoptions array in lib/view.php. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mah

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

2015-02-16 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/4288 -- 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 898678] Re: Layout: suggest new 2 column with *much* larger right column

2015-02-16 Thread Aaron Wells
** Tags removed: bite-sized ** Tags added: snack-sized -- 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 ed

[Mahara-contributors] [Bug 898678] Re: Layout: suggest new 2 column with *much* larger right column

2015-02-16 Thread Aaron Wells
** Tags added: bite-sized -- 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 unsubscribing it! ht

[Mahara-contributors] [Bug 1408577] Re: Elasticsearch not working properly

2015-02-16 Thread Aaron Wells
Hi Sherry, Sorry for the slow reply on this one. The wiki page Kristina linked to is actually somewhat out of date. The current version of Elasticsearch supported by Mahara is 0.90.1.0. That is a rather old version of Elasticsearch, and we have a ticket registered for updating it: https://bugs.lau

[Mahara-contributors] [Bug 1384498] Re: Update Elastica to version 1.3.4

2015-02-16 Thread Aaron Wells
It's worth noting, Son tested out a local copy of the site with the latest version of Elastica (1.3) and the 0.9 version of Elasticsearch, and it appeared to work fine. So in light of that, and of the difficulties of dropping the plugin from core, we might just upgrade the bundled Elastica version

[Mahara-contributors] [Bug 547677] Re: More Distinct Admin Navigation

2015-02-16 Thread Aaron Wells
** Changed in: mahara Milestone: None => 15.10.0 -- 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 edit

[Mahara-contributors] [Bug 1422264] Re: IPv6 Compliance

2015-02-16 Thread Aaron Wells
It's 2015, we really should support IPv6! :) Probably the biggest problem out of the cases listed above is the "HOST.IPADDRESS" column. If the IP address of an MNet host comes back as IPv6, this bug would prevent it from being useable. In the other cases, it's only a problem if you're accessing a

[Mahara-contributors] [Bug 1411234] Re: large image display problem in blog view

2015-02-16 Thread Aaron Wells
Hi Stephane, Thanks for the bug report! Which version of Mahara did you encounter this problem in? Cheers, Aaron ** Tags added: blog style ** Changed in: mahara Status: New => Triaged ** Changed in: mahara Importance: Undecided => Medium ** Changed in: mahara Milestone: None =>

[Mahara-contributors] [Bug 1412950] Re: Problem displaying page when two or more pages have the same clean url

2015-02-16 Thread Aaron Wells
"Null values are not considered equal. A multicolumn unique index will only reject cases where all indexed columns are equal in multiple rows." I think you've got it. The problem is due to both these sentences together. It means that ('page1', 1, NULL, NULL) does not "equal" ('page1', 1, NULL, NUL

[Mahara-contributors] [Bug 1412950] Re: Problem displaying page when two or more pages have the same clean url

2015-02-16 Thread Aaron Wells
Upping the severity to "Medium" because this probably would be a pretty annoying and noticeable problem if you're using clean URLs. This problem will affect all versions of Mahara. I don't anticipate fixing it in 1.8_STABLE and 1.9_STABLE, though, because it's not a high severity bug, and the fix

[Mahara-contributors] [Bug 1412950] Re: Problem displaying page when two or more pages have the same clean url

2015-02-16 Thread Aaron Wells
Although actually, we could just add a validation check on the PHP side, to see whether the urlid is already in use for that user/group/institution. Add it to the Pieform validation function. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribe

[Mahara-contributors] [Bug 1422506] Re: Mahara.org SSO to wiki breaks with a _ in my username

2015-02-16 Thread Aaron Wells
Thanks for the bug report! I wonder why it wouldn't accept an underscore. Our bespoke Mahara -> Mediawiki authentication plugin is a little dodgy... ** Tags added: infrastructure wiki.mahara.org ** Changed in: mahara Status: New => Confirmed ** Changed in: mahara Importance: Undecided

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

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4286 Committed: http://gitorious.org/mahara/mahara/commit/06d9a08fefffcd4ed63b8801a4fe033e5dd31c8c Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.10_STABLE commit 06d9a08fefffcd4ed63b8801a4fe033e5dd31c8c Author: Aaron Wells Date: Thu Jan 29 1

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

2015-02-16 Thread Mahara Bot
*** This bug is a duplicate of bug 1415713 *** https://bugs.launchpad.net/bugs/1415713 Patch for "master" branch: https://reviews.mahara.org/4287 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subs

[Mahara-contributors] [Bug 1414862] Re: update hardcoded data from view/artefact.php to artefact/artefact.php

2015-02-16 Thread Aaron Wells
*** This bug is a duplicate of bug 1415713 *** https://bugs.launchpad.net/bugs/1415713 ** Changed in: mahara/1.10 Status: In Progress => Won't Fix ** This bug has been marked a duplicate of bug 1415713 Rewrite old view/artefact.php URLs to new artefact/artefact.php URLs -- You rec

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

2015-02-16 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/4286 -- 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 1410549] Re: webservice/apptokens.php doesn't show the correct admin side main nav

2015-02-16 Thread Robert Lyon
Fixed as part of another bug/patch ** Changed in: mahara Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask

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

2015-02-16 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/4284 -- 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 1410953] A patch has been submitted for review

2015-02-16 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/4285 -- 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 1410570] Re: Adding a group as non admin causes error

2015-02-16 Thread Robert Lyon
** Changed in: mahara Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1410953] Re: Warnings when access "Account settings" page

2015-02-16 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Fix Committed ** Changed in: mahara/1.10 Status: New => In Progress ** Changed in: mahara/1.10 Importance: Undecided => High ** Changed in: mahara/1.10 Milestone: None => 1.10.3 -- You received this bug notification because you

[Mahara-contributors] [Bug 1414862] Re: update hardcoded data from view/artefact.php to artefact/artefact.php

2015-02-16 Thread Robert Lyon
** Changed in: mahara Status: Confirmed => Fix Committed ** Changed in: mahara/1.10 Status: New => In Progress ** Changed in: mahara/1.10 Assignee: (unassigned) => Robert Lyon (robertl-9) -- You received this bug notification because you are a member of Mahara Contributors, w

[Mahara-contributors] [Bug 1415246] Re: Add an index for the field 'itemid' on 'search_elasticsearch_queue' table

2015-02-16 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 foru

[Mahara-contributors] [Bug 1122653] Re: artefact_in_view() only supports one level of parentage

2015-02-16 Thread Robert Lyon
The problem reported in this bug looks to have been fixed in later versions on mahara so will close this bug ** Changed in: mahara Status: In Progress => Invalid -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1217827] Re: Plan description is not displayed on a portfolio page

2015-02-16 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Fix Committed ** Changed in: mahara 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 all Mahara Contrib

[Mahara-contributors] [Bug 1359109] Re: Fail deleting long name groups

2015-02-16 Thread Robert Lyon
** Changed in: mahara 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 all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before edit

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

2015-02-16 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4283 -- 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 befor

[Mahara-contributors] [Bug 1364227] Re: In clean_html, skip html purifier if no tags are found

2015-02-16 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Triaged -- 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 befo

[Mahara-contributors] [Bug 1378176] Re: Skins folder on upload of background images - multiple images attached to skins

2015-02-16 Thread Robert Lyon
At the very least the adding of the image should have appendix added to it like what happens when we upload a file on the Content -> Files page eg if I upload a file called badger.jpg more than once I get badger.jpg badger.jpg.1 badger.jpg.2 badger.jpg.3 So they are named visually different. Cu

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

2015-02-16 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/4282 -- 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 1388669] A change has been merged

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4282 Committed: http://gitorious.org/mahara/mahara/commit/1fd845965b3e65442630b0ba4dcce274c8b06cba Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:1.10_STABLE commit 1fd845965b3e65442630b0ba4dcce274c8b06cba Author: Robert Lyon Date: Tue Nov 4 1

[Mahara-contributors] [Bug 1388669] Re: Change lang strings in export queue

2015-02-16 Thread Robert Lyon
** Changed in: mahara/1.10 Status: Confirmed => 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 f

[Mahara-contributors] [Bug 1422492] Re: Mahara doesn't ask you for your password before deleting your account or changing your username

2015-02-16 Thread Aaron Wells
Indeed, if we wanted to be more secure, we could consider asking for password, and/or sending out email notifications, when certain user actions take place. I think maybe a good rule of thumb, is any action that can prevent you from being able to log in. So that would be: 1. Changing your password

[Mahara-contributors] [Bug 1388669] Re: Change lang strings in export queue

2015-02-16 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 foru

[Mahara-contributors] [Bug 1396845] Re: Change user searches to autocomplete select boxes in webservices

2015-02-16 Thread Robert Lyon
This patch adjusts the 'user' and 'function' search fields to be autocomplete https://reviews.mahara.org/#/c/4114/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributor

[Mahara-contributors] [Bug 1405028] Re: changing edit collection page to use divs

2015-02-16 Thread Robert Lyon
https://reviews.mahara.org/#/c/4057/ ** 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

[Mahara-contributors] [Bug 1422506] [NEW] Mahara.org SSO to wiki breaks with a _ in my username

2015-02-16 Thread Aaron Barnes
Public bug reported: While my username was sry_not4sale, SSO to the wiki didn't work. So after changing my username to srynot4sale, now it works. ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a member of Mahara Contribut

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

2015-02-16 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4281 -- 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 befor

[Mahara-contributors] [Bug 1422498] [NEW] Behat step "I wait until the page is ready" does not work

2015-02-16 Thread Son Nguyen
Public bug reported: Version: master (15.04) This step does not work in checking the contextual helps ** Affects: mahara Importance: High Assignee: Son Nguyen (ngson2000) Status: In Progress ** Tags: behat -- You received this bug notification because you are a member of M

[Mahara-contributors] [Bug 1412950] Re: Problem displaying page when two or more pages have the same clean url

2015-02-16 Thread Robert Lyon
I did a test on my local instance where I set up two pages: A) page1 with urlid=page1 B) page2 with urlid=page2 I go to the db and check that the unique index is present "view_urlowngroins_uix" UNIQUE, btree (urlid, owner, "group", institution) I then update, via db, the urlid of [B] to 'page1

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

2015-02-16 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4280 -- 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 befor

[Mahara-contributors] [Bug 1422480] [NEW] Allow the filebrowser upload field filter by file type

2015-02-16 Thread Robert Lyon
Public bug reported: This bug is similar to bug 1262928 - but it allows the filebrowser to do the same filtering as it's is hardcoded in the filebrowser template rather than coming from the pieform file element. This will allow me, when adding a block that only works for certain files, eg pdf bl

[Mahara-contributors] [Bug 1422232] Re: elasticsearch - reset and indexing

2015-02-16 Thread Robert Lyon
** Changed in: mahara Assignee: (unassigned) => Robert Lyon (robertl-9) ** 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. Matching subscriptions: Subscription fo

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

2015-02-16 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4279 -- 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 befor

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

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4176 Committed: http://gitorious.org/mahara/mahara/commit/10d57e2514208324e296c8b8531949ef041f36d5 Submitter: Son Nguyen (son.ngu...@catalyst.net.nz) Branch:master commit 10d57e2514208324e296c8b8531949ef041f36d5 Author: Doris Tam Date: Wed Jan 14 16:45

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

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4196 Committed: http://gitorious.org/mahara/mahara/commit/6ceb38dc41e87ed3ae52d399b483429fa9e2e222 Submitter: Son Nguyen (son.ngu...@catalyst.net.nz) Branch:master commit 6ceb38dc41e87ed3ae52d399b483429fa9e2e222 Author: Patrick O'Keeffe Date: Fri Jan 1

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

2015-02-16 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/4199 Committed: http://gitorious.org/mahara/mahara/commit/d9f7b6ea77d951f8b2569750314d2c06ba4294eb Submitter: Son Nguyen (son.ngu...@catalyst.net.nz) Branch:master commit d9f7b6ea77d951f8b2569750314d2c06ba4294eb Author: Patrick O'Keeffe Date: Fri Jan 1