[koha-commits] main Koha release repository branch master updated. v3.14.00-422-g1aeb1d7

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 21:30:31 CET 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, master has been updated
       via  1aeb1d7e0b4c027b0277f5f5878a3b047abd4b82 (commit)
       via  3c7edd1cbef811de89d6ee0b54cd690dd36d6ff4 (commit)
      from  1b08f924513daadaff1258659e17d5caf0a53ea4 (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 1aeb1d7e0b4c027b0277f5f5878a3b047abd4b82
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 14 12:52:34 2014 -0500

    Bug 11765 - Remove unused function isDate from templates
    
    Several administration templates declare but do not use the JavaScript
    function isDate(). This patch removes the declarations.
    
    To test, apply the patch and search for instances of "isDate" in Koha
    templates, includes, and JavaScript files. There should be no results.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I'm not sure this function has ever been used.
    This patch removes the toUC in tools/letter.tt too.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3c7edd1cbef811de89d6ee0b54cd690dd36d6ff4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 14 12:22:19 2014 -0500

    Bug 11764 - Move repeatedly redefined function toUC() into staff-global.js
    
    toUC() is repeatedly declared on many administration templates. This
    function, used to transform user input to uppercase, can be added to
    staff-global.js to prevent repetition.
    
    To test, confirm that transformation to uppercase is working on the
    following Administration pages when text is entered in a form field and
    focus is moved to the next field:
    
    - Authority types -> New: Test the "Authority type" field.
    - MARC bibliographic framework -> New framework: Test the "Framework
      code" field.
    - Patron types and categories -> New category: Test the "Category code"
      field.
    - Currencies and exchange rates -> New currency: Test the "Currency"
      field.
    - Item types -> New item type: Test the "Item type" field.
    - Z39.50 client targets -> New Z39.50 server: Test the "Z39.50 server"
      field.
    
    The following pages do not call the toUC function despite the fact that
    they included it:
    
    auth_tag_structure.tt
    printers.tt
    roadtype.tt
    stopwords.tt
    systempreferences.tt
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    tools/letter.tt declares this js function and don't use it.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js    |    6 ++++++
 .../prog/en/modules/admin/auth_tag_structure.tt       |   13 -------------
 .../intranet-tmpl/prog/en/modules/admin/authtypes.tt  |    6 ------
 .../prog/en/modules/admin/biblio_framework.tt         |    4 ----
 .../intranet-tmpl/prog/en/modules/admin/categorie.tt  |   13 -------------
 .../intranet-tmpl/prog/en/modules/admin/currency.tt   |    5 -----
 .../intranet-tmpl/prog/en/modules/admin/itemtypes.tt  |   13 -------------
 .../intranet-tmpl/prog/en/modules/admin/printers.tt   |   13 -------------
 .../intranet-tmpl/prog/en/modules/admin/roadtype.tt   |   13 -------------
 .../intranet-tmpl/prog/en/modules/admin/stopwords.tt  |    5 -----
 .../prog/en/modules/admin/systempreferences.tt        |   13 -------------
 .../prog/en/modules/admin/z3950servers.tt             |   13 -------------
 .../intranet-tmpl/prog/en/modules/tools/letter.tt     |   17 ++---------------
 13 files changed, 8 insertions(+), 126 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list