[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-36-g656d2d0

Git repo owner gitmaster at git.koha-community.org
Mon May 19 15:47:54 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  656d2d070d92086bd2423c9200c536e62efa7296 (commit)
      from  46b69c5a9f07df0ab5f42fd8260063e1763ccc82 (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 656d2d070d92086bd2423c9200c536e62efa7296
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>
    (cherry picked from commit 3c7edd1cbef811de89d6ee0b54cd690dd36d6ff4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list