[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-601-g9e4c289

Git repo owner gitmaster at git.koha-community.org
Wed May 22 16:46:00 CEST 2013


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  9e4c289d3f68aaab5d47172940e30fba0819804e (commit)
      from  1c3dd427fa26e4f84d14a81453e12b868936a3bf (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 9e4c289d3f68aaab5d47172940e30fba0819804e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 30 15:19:58 2013 +0100

    Bug 9507: prevent submit: refactor some code in a js file
    
    This patch refactors some code in a js file.
    
    Test plan:
    On acqui/neworderempty.pl, acqui/orderreceive.pl and
    serials/serials-edit.tt try to scan a barcode (or press enter) on the
    form and check that it is not sent.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Have to note that the code for IE9 does not work. Before and after this patch.
    If we refactor code, it would have been nice to resolve this too.
    But I do not oppose pushing this patch.
    The test uses 'an ancient Netscape property' window.Event (uppercase!) to make
    the distinction between browers and event models. Some more documentation here
    would be welcome too.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/prevent_submit.js     |   18 ++++++++++++++++++
 .../prog/en/modules/acqui/neworderempty.tt         |   19 +------------------
 .../prog/en/modules/acqui/orderreceive.tt          |   20 +-------------------
 .../prog/en/modules/serials/serials-edit.tt        |   19 +------------------
 4 files changed, 21 insertions(+), 55 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/prevent_submit.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list