[koha-commits] main Koha release repository branch master updated. v3.16.00-347-gdfc5017

Git repo owner gitmaster at git.koha-community.org
Sun Aug 3 17:00:21 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  dfc5017acb276d44e092dfea34f9df68bbbbac6a (commit)
       via  c9fab262405a08a24f46defb9654fc00a7775d31 (commit)
       via  b0e9711ec40bae63ca2feab63711b491042b5df2 (commit)
       via  7d9c554b5fbdd89f4bd66ea9f12b9b29c06b2db2 (commit)
       via  a111d3149dfd1872c0232b2349baf0e8b0c16048 (commit)
       via  5c42809746e4b256766174d4d374f73d02616111 (commit)
      from  8c5671087da1ce3daf9ecf55589761f185e34453 (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 dfc5017acb276d44e092dfea34f9df68bbbbac6a
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Thu Jul 31 11:40:22 2014 -0500

    Bug 12685: Add help file for staff search history
    
    This patch adds a missing help file for the staff search history page.
    
    To test:
    * Turn on EnableSearchHistory
    * Do a search in the catalog
    * Click your username in the top right and choose 'search history'
    * Click 'help' in the top right
    * Confirm that help file is there
       * note: link to manual won't work until after 2014-08-01 in the USA
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c9fab262405a08a24f46defb9654fc00a7775d31
Author: Petter Goksoyr Asen <boutrosboutrosboutros at gmail.com>
Date:   Fri Jul 11 10:54:11 2014 +0200

    Bug 12554: Fix GetMarcPrice for NORMARC
    
    When doing aquisitions and ordering from external z3950 targes, the item price is not inferred from the MARC record when the NORMARC framework is set.
    
    This patch makes GetMarcPrice treat NORMARC the same as MARC21.
    
    Test plan
    
    * Setup Koha with NORMARC framework
    * Add a norwegian z3950 search target (ex: z3950.bibsys.no:2100, database=BIBSYS)
    * Create a new basket, and add order to basket from external source
    * Search for a tile (ex: ISBN 8205341834) from the bibsys z3950 server
    * Click to order the title
    * Observe that vendor price is not set
    * Apply patch, repeat search for same book
    * Order, and observe the vendor price is filled in from the MARC record
    
    http://bugs.koha-community.org/show_bug.cgi?id=12554
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described. No errors.
    
    Tested changing marcflavour syspref to NORMARC,
    and following test plan, bug exist and is fixed.
    
    Changed bug description on patch, too long :)
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Patch adds a check for NORMARC to provide the same functionality
    as for MARC21. No regressions found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b0e9711ec40bae63ca2feab63711b491042b5df2
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Jul 29 15:53:10 2014 -0300

    Bug 12554: (regression test) C4::Biblio::GetMarcPrice does not handle NORMARC
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7d9c554b5fbdd89f4bd66ea9f12b9b29c06b2db2
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Jul 29 13:55:44 2014 -0300

    Bug 12672: GetMarcISBN should return the corresponding subfield
    
    The current GetMarcISBN implementation returns an array of ISBN
    in which all subfields of a ISBN field occurence are appended.
    
    For example, in MARC21, if you have $a and $c defined, they will
    be appended for output. This happens for $z.
    
    To reproduce:
    - Run the regression tests attached to this bug.
    
    To test:
    - Apply the patch, regression tests pass.
    - Sign off
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Now 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 a111d3149dfd1872c0232b2349baf0e8b0c16048
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Jul 29 13:36:03 2014 -0300

    Bug 12672: (regression test) GetMarcISBN should return the corresponding subfield
    
    Run:
     $ prove -v t/db_dependent/Biblio.t
    => FAIL: GetMarcISBN doesn't return the expected value for ISBN
             in MARC21, NORMARC and UNIMARC
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Test fails, 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 5c42809746e4b256766174d4d374f73d02616111
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Jul 31 16:47:30 2014 -0300

    Bug 12687 - Remove CGI::scrolling_list from circulation.pl
    
    This patch removes the only instance in this file
    
    To test:
    1. Apply the patch
    2. Search for patrons on staff CheckOut,
    use a string that gives multiple results
    3. Results are displayed on a select,
    that was replaced.
    
    4. Check for regressions: select a patron and press 'Select',
    or do double click on a patron name, verify you go
    to patron's checkout tab.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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/Biblio.pm                                       |    5 +++--
 circ/circulation.pl                                |   19 +++++-----------
 .../prog/en/modules/circ/circulation.tt            |   16 +++++++++-----
 .../en/modules/help/catalogue/search-history.tt    |   11 ++++++++++
 t/db_dependent/Biblio.t                            |   23 +++++++++++++++-----
 5 files changed, 47 insertions(+), 27 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list