- 20 May, 2019 1 commit
-
-
Ghada El-Zoghbi authored
Sponsored by The Australian National University behatnotneeded Change-Id: Ibcfc43c787ad359e6dd778670eb213f671e70c6a
-
- 31 Oct, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I1a5417ab6730d01d7a22828ff07d84ddedf4d212 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Oct, 2015 1 commit
-
-
Aaron Wells authored
The main thing this fixes, is that it causes the JS calendar to use ONLY the new lang strings pieform_calendar_dateformat & pieform_calendar_timeformat, for its formatting. These strings are in strftime() format, and are converted into the JQuery Datepicker/Timepicker format by PHP (if we change to a different calendar plugin in the future, we can change the PHP conversion function). This fixes the bug where translators could break the calendar by changing the JS format strings so they no longer matched the PHP format strings. As a side effect of this change, I've also made it so that the help strings are derived from the format string, and are translatable. behatnotneeded: Date field is already tested by resume_page.feature Change-Id: I152962cc27f36f93b51ee0327ed942fb089f7f5b
-
- 07 Oct, 2014 1 commit
-
-
Robert Lyon authored
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@catalyst.net.nz>
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 19 Jun, 2012 1 commit
-
-
Hugh Davenport authored
Bug #1014962 Change-Id: I74df25603d988436f17ff70fea048cb0eb362697 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 28 Feb, 2012 1 commit
-
-
Francois Marier authored
While this fixed dates on Windows, it broke them on Solaris, OSX and BSD (bug #795494). This reverts commit c78df32c. Change-Id: Ib74acd94ae202ec65cd6c08369e258c3c750aacc Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 06 Jan, 2012 1 commit
-
-
Richard Mansfield authored
Change-Id: I0633b440452767f336ca821cccf811fd7ca9052b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 12 Dec, 2011 1 commit
-
-
Richard Mansfield authored
Allows language packs to specify an array of strings (one for each plural form in the language) instead of a single string. The first of the variable (sprintf) arguments is assumed to be the number we need to check to choose a plural form. This argument is passed into a language-specific function defined in langconfig.php, which returns the appropriate plural form based on a formula. A similar scheme is used for strings formatted by the javascript get_string function in mahara.js. See http://www.gnu.org/s/hello/manual/gettext/Plural-forms.html Change-Id: Ifb58ac4f1e13a54edbc57e5c0a9faaf8454e53a4 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 27 Oct, 2011 1 commit
-
-
Melissa Draper authored
Add get_string support for the DoB field and descriptions. The strings are strfdateofbirth for the date, and dateofbirthformatguide for the description. Change-Id: I2a5eb8cc7c17bff3a4298bc9776a7439fc4bd1f7 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 20 May, 2011 1 commit
-
-
Darryl Hamilton authored
This bug was introduced in 5e827024 but seems to affect only Leap2A exports. Change-Id: I4a27d473d5612222de9b06e3957eb07a7112d702 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 13 May, 2011 1 commit
-
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 10 May, 2011 1 commit
-
-
Darryl Hamilton authored
Bug #771597 - This appears to be only for Windows hosts, which return a full string identifier (eg New Zealand Standard Time) where others return +1200. Also, modified the format string to have better compatibility with more hosts for hour:minute:second formatting. Change-Id: I979f2b6f1d5e0d08ac3aa6dec05036b718bb8ee1 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 15 Nov, 2010 1 commit
-
-
Sean Brennan authored
windows systems do not support %e so a workarround is %#d, where the # removes leading zeros. this is a fix for the bug but a new bug will be created outlining that this should become a code practice, or a formatting wrapper dependant of OS. Signed-off-by:
Sean Brennan <sean@catalyst.net.nz> Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 18 Oct, 2010 1 commit
-
-
Richard Mansfield authored
See http://mahara.org/interaction/forum/topic.php?id=2370Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 24 Jun, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 10 May, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 21 Apr, 2009 1 commit
-
-
Richard Mansfield authored
-
- 01 Oct, 2008 1 commit
-
-
Richard Mansfield authored
-
- 03 Jul, 2008 1 commit
-
-
Nigel McNie authored
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 21 Dec, 2007 1 commit
-
-
Clare Lenihan authored
%l and %k don't have leading zeros, where %I and %H do
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 14 Dec, 2006 1 commit
-
-
Richard Mansfield authored
-
- 07 Nov, 2006 1 commit
-
-
Penny Leach authored
function
-
- 06 Nov, 2006 1 commit
-
-
Penny Leach authored
-
- 30 Oct, 2006 1 commit
-
-
Penny Leach authored
-
- 24 Oct, 2006 1 commit
-
-
Nigel McNie authored
-
- 19 Oct, 2006 2 commits
-
-
Penny Leach authored
installed_$plugintype instead of config_$plugintype. lots of changes to support this. new plugin_types function too
-
Nigel McNie authored
the usr table.
-
- 17 Oct, 2006 1 commit
-
-
Nigel McNie authored
-
- 12 Oct, 2006 1 commit
-
-
Penny Leach authored
-
- 09 Oct, 2006 1 commit
-
-
Nigel McNie authored
-
- 05 Oct, 2006 1 commit
-
-
Penny Leach authored
-