[koha-commits] main Koha release repository branch master updated. v3.16.00-141-g0310acf

Git repo owner gitmaster at git.koha-community.org
Tue Jun 24 14:17:17 CEST 2014


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  0310acf425c35e7a30a96da2130044cd0d7b86f5 (commit)
       via  486f3a3edaf0ecbb841f98e6854f7ca0968ecb2d (commit)
       via  6f4baf2c59ff00b64a0beb891605c2dd4a7452a6 (commit)
       via  a52a0a8811f6ad03c422c62280bc184a9e16996d (commit)
      from  e497b131943b375723bffebe89a0ce8a8600f112 (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 0310acf425c35e7a30a96da2130044cd0d7b86f5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jun 19 13:50:31 2014 +0200

    Bug 12427: Allow execution of UTs on a DB with issues
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 486f3a3edaf0ecbb841f98e6854f7ca0968ecb2d
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Tue Jun 17 16:53:14 2014 +0200

    Bug 12427: adding unit tests of module C4::Members::Attributes.pm
    
    The subroutines UpdateBorrowerAttribute, SearchIdMatchingAttribute, DeleteBorrowerAttribute, GetBorrowerAttributes, GetAttributes, GetBorrowerAttributeValue, SetBorrowerAttributes and CheckUniqueness of the module C4::Members::Attributes.pm were not tested.
    
    Test plan:
    1/ Execute the command: prove t/db_dependent/Members_Attributes.t
    2/ The result has to be:
    t/db_dependent/Members_Attributes.t .. ok
    All tests successful.
    Files=1, Tests=60,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.45 cusr  0.08 csys =  1.58 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Test with patrons on db having issues and attributes
    New test file, all test pass
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6f4baf2c59ff00b64a0beb891605c2dd4a7452a6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 16 07:30:03 2014 -0400

    Bug 11292 [QA Followup] - Use noEnterSubmit instead of new keypress handler
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a52a0a8811f6ad03c422c62280bc184a9e16996d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 22 08:35:16 2014 -0400

    Bug 11292 - barcode scanner clicking 'save'
    
    When cataloging a bib record if you scan an ISBN barcode in the barcode
    scanner clicks the 'save' button before the cataloging is done. This did
    not happen in 3.10, but is happening again in 3.12.
    
    Test Plan:
    1) Open the marc editor
    2) Focus on a field, hit the enter key
    3) Note the record tries to save
    4) Focus on an indicator, hit the enter key
    5) Note the record tries to save
    6) Apply this patch
    7) Repeat steps 2 and 4, note the record no longer
       tries to save upon carriage return
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Patch tested with a sandbox.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js |    4 +
 t/db_dependent/Members_Attributes.t              |  200 ++++++++++++++++++++++
 2 files changed, 204 insertions(+)
 create mode 100755 t/db_dependent/Members_Attributes.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list