← Back to team overview

mahara-contributors team mailing list archive

[Bug 1376997] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3792
Committed: http://gitorious.org/mahara/mahara/commit/0e942d3e2908a7763a88bad51c3d91869cb03575
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    1.10_STABLE

commit 0e942d3e2908a7763a88bad51c3d91869cb03575
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:
  Fix Committed

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