[Koha-bugs] [Bug 12137] Extend CalendarFirstDayOfWeek to be any day

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 25 01:22:55 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12137

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 27560
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27560&action=edit
Bug 12137 - Extend CalendarFirstDayOfWeek to be any day

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'
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) Find some date picker in the OPAC, and repeat the same
    process.
11) Run koha QA test tools.

NOTE: I was unable to figure out how to trigger OPAC datepicker.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list