← Back to team overview

mahara-contributors team mailing list archive

[Bug 1231920] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3147
Committed: http://gitorious.org/mahara/mahara/commit/681da955542322305fcf6ea69e205ed57736b7a3
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    1.8_STABLE

commit 681da955542322305fcf6ea69e205ed57736b7a3
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:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed

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