[Koha-bugs] [Bug 8181] Replace DynArch calendar widget with jQueryUI version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 20 21:17:31 CEST 2012


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

--- Comment #9 from Ian Walls <koha.sekjal at gmail.com> ---
Created attachment 10391
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10391&action=edit
[PASSED QA] Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI
version

All instances of the old DynArch calendar have been replaced with
jQueryUI versions and the old library files have been removed.

calendar.inc has been modified to include jQueryUI localization
strings and global configuration options. Just add a "datepicker"
class to an input field to trigger a datepicker prompt.

If you would like two fields in one from to limit each other (one
is date from, one is date to), add these classes to each:
"datepickerfrom" and "datepickerto." This will prevent an invalid
entry, e.g. a date in the latter which falls before the former.

jQueryUI is now upgraded to the latest verision, 1.8.21.

Edit: Now with proper translatability, date formatting, first day
of the week handling, and RTL support.

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
Signed-off-by: Ian Walls <koha.sekjal at gmail.com>
QA Comment:  rebased on current master; minor merge conflicts with other
patches pushed

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


More information about the Koha-bugs mailing list