Koha/installer/data/mysql/de-DE/mandatory
Mark Tompsett db5fe99b33 Bug 12137: Extend CalendarFirstDayOfWeek to be any day
Mubassir Ahsan asked on the Koha mailing list:
Is there any option to set Saturday as the first day of
the week? Please help me.

CalendarFirstDayOfWeek is currently either Sunday|Monday.

By converting it to 0|1|2|3|4|5|6
(Sunday, Monday, ..., Saturday), we can allow any day of the
week to be the first day of the week in the date picker.

TEST PLAN
---------
1) Backup DB
2) In mysql:
   > DELETE FROM systempreferences;
   > SOURCE .../installer/data/mysql/sysprefs.sql
   > SELECT variable,value FROM systempreferences;
   -- It should say 'CalendarFirstDayOfWeek' and '0'
      May say '1' if you are using Norwegian.
3) Restore your DB
4) .../installer/data/mysql/updatedatabase.pl
   -- If your previous value for 'CalendarFirstDayOfWeek' was
      'Sunday', it should be '0'. For 'Monday', it should be '1'.
5) Test an installation with 'de-DE' as the language.
   -- The default value should be '1'.
6) Test an installation with 'nb-NO' as the language.
   -- The default value should be '1'.
7) In the staff client, confirm that any day of the week is
   available in the I18N/L10N system preferences for the
   CalendarFirstDayOfWeek dropdown.
   -- I'm aware they aren't in order, but I'm after
      functionality, not finesse.
8) In another tab, go to a staff place that has a datepicker.
   For example, Home -> Tools -> Inventory/stocktaking
9) For each possible value in the CalendarFirstDayOfWeek,
   go to the other tab, refresh the page after updating the
   system preference, and click the datepicker icon.
   -- The date picker should then start on the selected
      day of the week.
10) Log into OPAC
    -- This may require setting: opacuserlogin to 'Allow'.
11) Click the personal details tab on the left.
12) There is a date picker for the date of birth.
    -- The date picker should then start on the selected
       day of the week.
13) Run koha QA test tools.

NOTE: not an atomic update, since this is an old patch.

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
2015-07-20 10:43:35 -03:00
..
auth_values.sql Bug 11260: Update German web installer for 3.14 2014-01-08 00:53:11 +00:00
auth_values.txt Bug 11260: Update German web installer for 3.14 2014-01-08 00:53:11 +00:00
class_sources.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
class_sources.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00
message_transport_types.sql Bug 12298: The "feed" MTT does not seem to be used and can be removed 2014-11-25 17:14:50 -03:00
message_transport_types.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00
sample_frequencies.sql Bug 11260: Update German web installer - frequencies and numberpatterns 2014-01-08 00:53:45 +00:00
sample_frequencies.txt Bug 11260: Update German web installer - frequencies and numberpatterns 2014-01-08 00:53:45 +00:00
sample_notices.sql Bug 13014: (follow-up) Notify budget owner on new suggestion - sample notices 2015-06-24 11:49:07 -03:00
sample_notices.txt remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
sample_notices_message_attributes.sql Bug 6530: Item Due notice label displaying as 'unknown' 2011-12-06 19:58:57 +01:00
sample_notices_message_attributes.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00
sample_notices_message_transports.sql Bug 7022: Move sample_notices* sql files from optional to mandatory 2011-10-18 15:57:57 +13:00
sample_notices_message_transports.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00
sample_numberpatterns.sql Bug 11260: Update German web installer - frequencies and numberpatterns 2014-01-08 00:53:45 +00:00
sample_numberpatterns.txt Bug 11260: Update German web installer - frequencies and numberpatterns 2014-01-08 00:53:45 +00:00
stopwords.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
stopwords.txt remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
system_preferences.sql Bug 12137: Extend CalendarFirstDayOfWeek to be any day 2015-07-20 10:43:35 -03:00
system_preferences.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00
userflags.sql Bug 7976: Remove the borrow permission 2015-06-05 13:43:34 -03:00
userflags.txt Bug 7027: [SIGNED-OFF] Corrections to German web installer txt files 2011-10-20 11:40:01 +13:00
userpermissions.sql Bug 14072: Update German web installer for 3.20 2015-05-20 12:10:19 -03:00
userpermissions.txt Bug 10050: Update German web installer files for 3.12 - Mandatory 2013-04-25 21:22:12 -04:00