[koha-commits] main Koha release repository branch master updated. v3.16.00-159-g25193d0

Git repo owner gitmaster at git.koha-community.org
Mon Jun 30 20:29:41 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  25193d088a62e62a4b638f251415220389a83559 (commit)
       via  4132ac28bf088960d25766fccc60ba1535a0e8ef (commit)
       via  870cafa4afa9b94d54ed68daa3866a55d86e8c22 (commit)
       via  51d881069e5ef79e23c17368dc83e2f49c4eafa1 (commit)
      from  059f20171077a8f78af4d1c89d1e547948ae1e9f (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 25193d088a62e62a4b638f251415220389a83559
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 13 15:27:45 2014 +0200

    Bug 12419: Not for loan items are not listed
    
    On the cataloguing search (cataloguing/addbook.pl), if an item has a
    notforloan value > 0, the item is not listed in the Location column.
    
    It is quite confusing, the current behavior let patrons believe that
    there is not item for the biblio (or less than the real count).
    
    Test plan:
    1/ Create 2 biblio records A and B
    2/ Create some items for A
    3/ Create 1+ item(s) for B with a notforloan status > 0
    4/ Reindex both records
    5/ Launch a search on the cataloguing module and verify that the
    notforloan items are not listed in the 'Location' column.
    6/ Apply this patch and verify the not for loan items are listed ("Not
    for loan (XXX)").
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, not for loan items now show up.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4132ac28bf088960d25766fccc60ba1535a0e8ef
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 30 14:55:04 2014 -0300

    Bug 12419: (QA followup) regression tests
    
    Changes to searchResults deserve unit tests.
    
    Edit: minor tweaks:
     - Remove warning in line 702
     - Modernize
     - License added
     - "This file is a stub" removed
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 870cafa4afa9b94d54ed68daa3866a55d86e8c22
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 30 12:27:45 2014 -0300

    Bug 12455: (QA followup) license text missing
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 51d881069e5ef79e23c17368dc83e2f49c4eafa1
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Fri Jun 20 10:42:13 2014 +0200

    Bug 12455: adding unit tests for the module C4/SMS.pm
    
    The module C4/SMS.pm was not tested
    
    Test plan:
    1/ Execute the command : prove t/SMS.t
    2/ The result has to be a success without error or warning :
    t/SMS.t .. ok
    All tests successful.
    Files=1, Tests=7,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.17 cusr  0.02 csys =  0.23 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Replace stub test, all test pass.
    Removed "use strict/warnings", no need for that with "use Modern::Perl"
    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>

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

Summary of changes:
 C4/Search.pm                                       |    4 ++
 .../prog/en/modules/cataloguing/addbooks.tt        |    3 +-
 t/SMS.t                                            |   59 ++++++++++++++++++--
 t/db_dependent/Search.t                            |   32 ++++++++---
 .../large_biblio_dom/exported_records.xml          |   12 ++++
 .../large_biblio_grs1/exported_records.xml         |   12 ++++
 6 files changed, 108 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list