mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #21092
[Bug 1376997] A change has been merged
Reviewed: https://reviews.mahara.org/3755
Committed: http://gitorious.org/mahara/mahara/commit/a4561a6c689e8edc8b231a5fc06f461f8da12777
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: master
commit a4561a6c689e8edc8b231a5fc06f461f8da12777
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Tue Oct 7 11:59:58 2014 +1300
Date picker not working for certain languages (Bug #1376997)
Allowing other language's date formats to be used - eg German dates
like 10.05.2013
As the datepicker uses yet another format for parsing dates we need to
add in some new strings to handle this.
Note - lang strings will need to be added to the langconfig.php file
for the languages you are testing, eg:
$string['calendar_dateFormat'] = 'dd.mm.yy';
$string['calendar_timeFormat'] = 'HH:mm';
Change-Id: I40e7c50687d9e42d0f78df450fff0004dd6d5710
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/1376997
Title:
Date picker not working for certain languages
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 1.10 series:
Fix Committed
Status in Mahara 1.11 series:
In Progress
Bug description:
Now that we have switched to a new date picker - it is broken in
languages that deal with dates in the dd.mm.yyyy format, eg german and
french for example.
Need to be able to adjust the dates like we used to.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1376997/+subscriptions
References