[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-13-gbe77fa0

Git repo owner gitmaster at git.koha-community.org
Wed Jun 12 10:01:50 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.8.x has been updated
       via  be77fa00350d9ea471c2adb7ef8b3dc9586696da (commit)
       via  68bad5874ae7ea8110851368bb6d9848e679d1a7 (commit)
       via  7bac076cdc94051700ece215baec31a60fddc799 (commit)
      from  5a146577813f8f7d8598f762bf880a54a6568c81 (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 be77fa00350d9ea471c2adb7ef8b3dc9586696da
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 23 09:33:48 2013 +0200

    Bug 10310: Followup Prevent submitting form with enter does not work with IE
    
    Check e.target.type instead of using jQuery.
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c4978ef178746df06333c6704ea9e6f888b4b9ff)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5cea7144bc50477f8518ae47e78282de287c1a23)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 5cea7144bc50477f8518ae47e78282de287c1a23)
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 47349148c798ab17762189ef358adfe8d4bfec56)

commit 68bad5874ae7ea8110851368bb6d9848e679d1a7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed May 22 15:49:26 2013 +0200

    Bug 10310: Prevent submitting form with enter does not work with IE
    
    I am not able to test this patch with IE...
    I tested it with Chromium and FF and it works great.
    
    This patch can be tested on the neworderempty.pl page
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit efdf30bc476ab130b0dc4767ba38d68208eb2ca7)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 84481e79527d8ad1c5a3393b716c17f550736857)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 84481e79527d8ad1c5a3393b716c17f550736857)
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 9d5316e2fb4af51721cf7b11f22759811e344c77)

commit 7bac076cdc94051700ece215baec31a60fddc799
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.

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/prevent_submit.js     |   11 +++++++++++
 .../prog/en/modules/acqui/neworderempty.tt         |   19 +------------------
 .../prog/en/modules/acqui/orderreceive.tt          |    1 +
 .../prog/en/modules/serials/serials-edit.tt        |    1 +
 4 files changed, 14 insertions(+), 18 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