[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-10-g62a88b8

Git repo owner gitmaster at git.koha-community.org
Thu Jun 6 02:57:42 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, 3.10.x has been updated
       via  62a88b82c47fd361677a32db669567bca22984ef (commit)
      from  363eb07090a90a01f75fdcccd7168dc21a2a19c2 (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 62a88b82c47fd361677a32db669567bca22984ef
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>
    (cherry picked from commit 9e4c289d3f68aaab5d47172940e30fba0819804e)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Refactoring, but needed for 10310 inclusion
    (cherry picked from commit c8ea6ba025455a26a585733fdb214942a9823a45)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit c8ea6ba025455a26a585733fdb214942a9823a45)

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

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