[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-14-g51345e9

Git repo owner gitmaster at git.koha-community.org
Tue Jun 3 14:18:40 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  51345e99fbb572546c5507543442b683bb87cdf9 (commit)
      from  61c6bffaa7adec94b51dab781fb5f29115162037 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 51345e99fbb572546c5507543442b683bb87cdf9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jan 27 09:21:15 2014 -0500

    Bug 11618: ensure jQuery timepicker is picked up by the i18n toolchain
    
    We handle internationalization of the jQuery datepicker by adding
    language configuration strings to calendar.inc which can be processed by
    the translation script. This patch adds a similar configuration file for
    the timepicker.
    
    This patch also upgrades the timepicker plugin to the latest version,
    minified, and places it outside the prog template directory for global
    use. The path in templates has been updated accordingly.
    
    CSS has been added to more completely hide the controls for seconds,
    milliseconds, and microseconds.
    
    To test, apply the patch and clear your cache so that the browser
    loads the new version of the jQuery plugin. Confirm that date and time
    selection still function correctly on the circulation page, the patron
    detail page, and the offline circulation page (circ/offline.pl).
    
    Test at least one datepicker instance which does not use the
    timepicker.
    
    Run translate update on a po file and confirm that the timepicker
    strings are now present.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Works as expected, no regression found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 76daec8bff3edeea65b6e5e59602e7c3aa2521f3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 .../plugins/jquery-ui-timepicker-addon.min.js      |    5 +
 .../intranet-tmpl/prog/en/css/staff-global.css     |    5 +
 .../intranet-tmpl/prog/en/includes/timepicker.inc  |   26 +
 .../jquery/plugins/jquery-ui-timepicker-addon.js   | 1530 --------------------
 .../prog/en/modules/circ/circulation.tt            |    3 +-
 .../prog/en/modules/circ/offline-mf.tt             |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/offline.tt  |    4 +-
 .../prog/en/modules/members/moremember.tt          |    3 +-
 8 files changed, 44 insertions(+), 1534 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/timepicker.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery-ui-timepicker-addon.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list