[koha-commits] main Koha release repository branch master updated. v16.05.00-775-g7293d81

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 15:54:50 CEST 2016


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  7293d812904ec0bae78d5ced5afd6c879063912f (commit)
      from  4e52b81247b852f9cda9838825148bb2696dc064 (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 7293d812904ec0bae78d5ced5afd6c879063912f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 1 10:20:00 2016 -0400

    Bug 17011 - Remove "onblur" event attribute from some templates
    
    Several templates have an "onblur" event attribute in the markup. This
    patch moves the onblur event definition into the JavaScript.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    In Administration -> Authority types:
    
      - Choose "New authority type."
      - Enter any text into the "Authority type" field.
      - Moving the cursor focus away from this field should convert your
        text to uppercase.
    
    In Administration -> MARC bibliographic framework:
    
      - Choose "New framework."
      - Enter any text into the "Framework code" field.
      - Moving the cursor focus away from this field should convert your
        text to uppercase.
    
    In Administration -> Currencies and exchange rates:
    
     - Choose "New currency."
      - Enter any text into the "Currency" field.
      - Moving the cursor focus away from this field should convert your
        text to uppercase.
    
    In Administration -> Item types
    
     - Choose "New item type."
      - Enter any text into the "Item type" field.
      - Moving the cursor focus away from this field should convert your
        text to uppercase.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt        |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt         |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt        |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js               |    5 ++++-
 5 files changed, 17 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list