[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-15-g5c71f8e

Git repo owner gitmaster at git.koha-community.org
Fri Jan 16 21:49:35 CET 2015


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.16.x has been updated
       via  5c71f8ed5a8d250c638703022bb5cb007f7ca095 (commit)
       via  b74252b3b440bdb56f4583a9f15a5de8d98da752 (commit)
       via  6a209116cc8f0bc5876a30a881e752240647fc6f (commit)
       via  25b1fb72cccd6bae927ec9e620a2f5eb923b53a2 (commit)
       via  8926c671e780755706484460e424050d7fa9389d (commit)
       via  fc0e1f23b9b4859c724c31477b557fff82ad8110 (commit)
       via  8efeab9eb8b059cdffdf0141990c9c1c192c5d8f (commit)
       via  1ce97ee20febb171a27d9dda56fe1c13a40d40a7 (commit)
      from  ff4092d79652af629f69f41bba100ae79ac16b94 (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 5c71f8ed5a8d250c638703022bb5cb007f7ca095
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 2 17:41:34 2014 +0100

    Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13
    
    If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for
    import' hangs.  If I use the same UNIMARC record and change 979 to 978 in the
    ISBN, 'Stage MARC for import' works perfectly.
    
    The patch deals with the fact that converting an ISBN-13 to ISBN-10 with
    Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978.
    
    TEST PLAN:
    
    (1) Download, and decompress the ZIP file attached to BZ.
    (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import.
    (3) Choose the MARC file containing the record with an ISBN begining with 979.
        Click on Upload file, then Stage to import.
    (4) The Job progress bar stay at 0%.
    (5) Apply the patch. Repeat steps 2-3. The upload works.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested in a UNIMARC installation, confirmed that the patch fixes the
    problem.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit b74252b3b440bdb56f4583a9f15a5de8d98da752
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Jan 4 11:14:58 2015 -0300

    Bug 13167: (QA followup) regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 6a209116cc8f0bc5876a30a881e752240647fc6f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Aug 26 11:14:33 2014 +0200

    Bug 12823: Alert about defining the SRU search field mappings
    
    This is a follow-up for report 6536 (SRU search targets).
    It will alert a user that saves a SRU server without field mappings.
    
    Test plan:
    Add a Z39.50 server. No confirm message.
    Add a SRU server without field mappings. Cancel the confirm.
    Add one field mapping. No confirm message.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 25b1fb72cccd6bae927ec9e620a2f5eb923b53a2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Aug 26 10:31:29 2014 +0200

    Bug 12823: Add some hints for Host and Database
    
    When adding or editing a SRU server, this patch adds a hint, positioned
    under the Hostname field.
    It also moves similar information for SRU options and XSLT into hints.
    
    Test plan:
    Add/Edit SRU server. Look at Hostname, SRU options and XSLT.
    Add/Edit Z39.50 server. No hints for Hostname and SRU options.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 8926c671e780755706484460e424050d7fa9389d
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Dec 31 10:20:59 2014 +1300

    Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique
    
    To test
    
    1/ Create a borrower with '' as their userid, you may have to edit a
       row in the db to do this
    2/ Run  perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t
    3/ Notice some tests fail and you see
       DBD::mysql::st execute failed: Duplicate entry '' for key 'userid'
       at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184.
    4/ Apply the patch
    5/ Run the tests again, notice they now pass
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit fc0e1f23b9b4859c724c31477b557fff82ad8110
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 10 09:02:57 2014 -0500

    Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js
    
    The OpenLibrary JavaScript includes an untranslated string, "Preview."
    This patch move the string to the template so that it can be translated.
    
    To test, apply the patch and test that the translator picks up the
    string:
    
    1. From misc/translator run 'perl translate update [lang]' (e.g. de-DE)
    2. Edit misc/translator/po/[lang]-opac-bootstrap.po and add a
       translation for the updated "Preview" string
    3. Remove the "#, fuzzy" marker from that entry
    4. From misc/translator run 'perl translate install [lang]'
    5. Enable the [lang] translation for the OPAC in system preferences
    6. Enable the OpenLibraryCovers system preference.
    7. In the OPAC switch to the [lang] translation.
    7. View the detail page for a title for which there is an OpenLibrary
       cover image. Below it you should see a preview link with the
       translated string you added in step 2.
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 8efeab9eb8b059cdffdf0141990c9c1c192c5d8f
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Fri Dec 5 09:27:02 2014 +0100

    Bug 12895 repair dropbox mode
    
    One day late patrons were restricted even with dropbox mode activated
    
    1) Check in the calendar (Tools/Calendar), that the
       previous days you are about to use as date due are
       really entered as opening day (never know).
    2) Add a suspension in the suspension days parameter
       of the circulation rules (Administration/Circulation
       and fine rules) to the MOST specific category of
       borrower and MOST specific type of document among the
       existing rules of the LOGGED IN Site(cf explications
       in the circ-rules page).
    3) Choose a borrower using the search by category and an
       item through the advanced search using the limit by type.
    4) Checkout the item selecting the previous opening date
       in the Specify-due-date box.
    5) Click on Circulation in the upper menu, then on Checkin
       and check the Book drop mode. The Book drop date showed
       should be the previous opening date.
    6) Check in the item : you can see that the patron is restricted
    7) apply the patch
    8) Redo 1 to 5 : Now, you can see that the patron is not restricted.
    9) If you redo the test with two day late, you will see that
       the patron is not restricted : that's ok because his
       restriction of one day is already finished.
    10) If you redo the test with more than two day late, you see
        that the patron restriction is, as expected, one day shorter
        than it were if the item had been returned without dropbox mode.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 1ce97ee20febb171a27d9dda56fe1c13a40d40a7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Dec 12 12:18:47 2014 +0000

    BUG 13447: Fixed HTML Email Reports
    
    A tiny typo made in runreport.pl when updating it for bug 9530 lead to
    no body being attached to html emails.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    5 +-
 C4/Koha.pm                                         |    1 +
 C4/Members.pm                                      |   28 +++++----
 circ/returns.pl                                    |   14 ++++-
 .../prog/en/modules/admin/z3950servers.tt          |   63 ++++++++++++++++++--
 .../bootstrap/en/includes/opac-bottom.inc          |    1 +
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js    |    2 +-
 misc/cronjobs/runreport.pl                         |   13 ++--
 t/Koha.t                                           |   29 ++++++++-
 9 files changed, 124 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list