[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-16-ged34661

Git repo owner gitmaster at git.koha-community.org
Mon Jun 3 16:05:39 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.12.x has been updated
       via  ed34661870e50e04acf61c7f687343b9a2a8f1da (commit)
       via  5cea7144bc50477f8518ae47e78282de287c1a23 (commit)
       via  84481e79527d8ad1c5a3393b716c17f550736857 (commit)
       via  c8ea6ba025455a26a585733fdb214942a9823a45 (commit)
       via  d22fb794dcc977c096665c4aa44ffc2185af7d46 (commit)
      from  8e478703296bc128f5974c15e259a0a8167b2d3f (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 ed34661870e50e04acf61c7f687343b9a2a8f1da
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed May 22 19:32:45 2013 +0100

    Bug 10313 Fix link to invoice from orders
    
    Need to have invoiceid and pass it to retrieve selected
    invoicenumber. Wrong data passed causing incorrect
    records to be displayed
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 3f4d31309203b85b5415788967d4c8cf3ce83570)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    There's a small POD error, I'll try to provide a followup for it.

commit 5cea7144bc50477f8518ae47e78282de287c1a23
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>

commit 84481e79527d8ad1c5a3393b716c17f550736857
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>

commit c8ea6ba025455a26a585733fdb214942a9823a45
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

commit d22fb794dcc977c096665c4aa44ffc2185af7d46
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 30 15:33:48 2013 -0400

    Bug 10036 - adding header search to additem page
    
    The add item screen lacks a header search form. This patch adds the
    cataloging header search include to additem.tt.
    
    To test, apply the patch and add items to or edit items of an existing
    record. The header search form should appear with options for cataloging
    search and circulation.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 646015c6471fa3d248696a55b6f18d268b5a2f60)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    This should have been tagged as a bugfix...

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

Summary of changes:
 C4/Acquisition.pm                                  |    1 +
 .../intranet-tmpl/prog/en/js/prevent_submit.js     |   11 +++++++++++
 .../prog/en/modules/acqui/histsearch.tt            |    4 ++--
 .../prog/en/modules/acqui/neworderempty.tt         |   19 +------------------
 .../prog/en/modules/acqui/orderreceive.tt          |   20 +-------------------
 .../prog/en/modules/cataloguing/additem.tt         |    2 ++
 .../prog/en/modules/serials/serials-edit.tt        |   19 +------------------
 7 files changed, 19 insertions(+), 57 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