mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #16194
[Bug 1231920] A change has been merged
Reviewed: https://reviews.mahara.org/2553
Committed: http://gitorious.org/mahara/mahara/commit/ae9591c2f086cd55b85089e0b62ff6f9527e23a5
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch: master
commit ae9591c2f086cd55b85089e0b62ff6f9527e23a5
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Fri Jan 3 13:30:45 2014 +1300
Checking case sensitivity for mysql tag tables (bug #1231920)
Compressing array of tags to unique case insensitive values if needed
Eg
array('Test','cat','test','TEST','Cat');
will become
array('Test','cat');
for mysql sites that have case insensitive tables
Change-Id: Idf0b8a4440ef0f9273d5be685cf7ad22fecc746a
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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!
https://bugs.launchpad.net/bugs/1231920
Title:
Duplicate tags in page creation gives error message
Status in Mahara ePortfolio:
Confirmed
Status in Mahara 1.8 series:
Confirmed
Status in Mahara 1.9 series:
Confirmed
Bug description:
Has anyone noticed, when creating a page, that if you put a tag in
twice, the page will be created but you get an error message? I've
tested this on two accounts and it's consistent - I've been able to
test it on our own site and on a free host.
The error message is: Site unavailable
A nonrecoverable error occured. This probably means you have
encountered a bug in the system
For example, if you create a page, and put the tags university and
University, the error is given.
Our version of Mahara is 1.7.0 but I'm not sure what the free host has
(it has all the same functions as our own).
Firefox 23 and IE 9
Marion
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1231920/+subscriptions
References