[koha-commits] main Koha release repository branch master updated. v3.18.00-76-gee02bcb

Git repo owner gitmaster at git.koha-community.org
Mon Dec 29 00:44:04 CET 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  ee02bcb14f30a897c1e3eeac3933ba83dacf3abe (commit)
       via  a5c9947f4305b4a214741ff50345f486232dff56 (commit)
       via  049bd2da2312b26d0a63adecdc8331e48e3a0efd (commit)
       via  36f56b81774340a49f3ad137c77d0d74207acbc1 (commit)
       via  c1621de8a503d5505d0bd697a4b64eacf50c095d (commit)
       via  2b39823c0f4cec1607078de1f2547afc95ae87cd (commit)
       via  90ebffcffae59b5ded2db3dce875be0293b845e1 (commit)
       via  90c32e88561530143ced5d190445850291f6851e (commit)
      from  fe4da2f721c371540fe88d0014a49a866b403ca4 (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 ee02bcb14f30a897c1e3eeac3933ba83dacf3abe
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Nov 27 16:07:23 2014 +0000

    Bug 13252 Allow for IPv6 formatted addresses in Port definition
    
    The SIP config has allowed you to specify an interface ip as
    part of the listeners/service/port attributei
     e. g.  as port="127.0.0.1:6001/tcp"
    with IPv6 the equivalent would normally be
       as port="[::1]:5001/tcp"
    However in this case incoming connections will get rejected because
    Configuration constructs a string without the brackets
    This patch makes tests both formats on incoming connections so that
    they are accepted as they were previously
    
    In future the best course is not to include a port identifier in the
    port definition then if the server has ipv6 it will bind to all
    interfaces and accept both IPv4 and IPv6 traffic
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a5c9947f4305b4a214741ff50345f486232dff56
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Thu Nov 13 20:34:25 2014 +0100

    Bug 13252 - SIP2 server should accept IPv6 connections
    
    This small patch adds a check on the SIP2 socket connection if it is
    IPv6 and resolves socket address accordingly.
    
    Any newer Debian distro would probably default to IPv6 so it would
    eventually affect all SIP servers.
    
    Tests against running SIP server on an IPv6 box:
    
    http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup#Testing_with_Telnet
    
    before patch:
      disconnects immediately. Log output:
      Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16
    
    after patch:
      operates normally
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 049bd2da2312b26d0a63adecdc8331e48e3a0efd
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 36f56b81774340a49f3ad137c77d0d74207acbc1
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c1621de8a503d5505d0bd697a4b64eacf50c095d
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2b39823c0f4cec1607078de1f2547afc95ae87cd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 26 10:22:34 2014 +0100

    Bug 13458: Display the correct patron categories
    
    Bug 9811 removes useful code.
    Actually the AddPatronLists pref is not sent to the template from
    members/member.pl.
    
    To fix this issue, we can use the existing not clean way, or compare the
    syspref value directly in the template. This second solution is
    implemented in this patch.
    
    Test plan:
    1/ Set the AddPatronLists pref to 'specific'
    2/ On the patron home page (members/members-home/pl), the patron search
    result page (members/member.pl after launching a search) and on the
    checkouts page/patron search result (circ/circulation.pl after searching
    a patron using the check out), verify that the patron category list is
    the specific ones.
    3/ Test there are no regression with the AddPatronLists pref set to
    'general'.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Works as described and fixes the problem.
    
    Note: I am not sure if AddPatronLists makes sense -
    if you set it to general patron types, it still preselects the
    wrong category type (tried organization, a child patron category
    was selected). Also the name is confusiong nowadays with the
    Patron list feature.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 90ebffcffae59b5ded2db3dce875be0293b845e1
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Nov 29 11:59:45 2014 +0100

    Bug 9958: Improve RoutingSerials sys pref description
    
    The RoutingSerials preference controls if the routing
    list related functionality is visible in the serials
    module.
    
    To test:
    - Go to the system preference editor - RoutingSerials
    - Check the current description
    - Apply patch
    - Check the new description
    - Verify functionality matches description
    
    NOTE: The preference change is merely cosmetic. The value is
          still YesNo. A few git reset --hard origin/master
          and page refreshes confirmed expected values.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 90c32e88561530143ced5d190445850291f6851e
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Nov 18 14:07:49 2014 +0000

    Bug 13285 Do the right thing if opacthemes is not set
    
    If opacthemes is not defined updatedatabase reports the
    subsequent warnings as an error. Take account of the case where
    it is not set and default that to bootstrap.
    
    This is probably a rare occurence, but should be handled
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    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/Circulation.pm                                        |    5 +++--
 C4/SIP/SIPServer.pm                                      |   12 ++++++++++--
 C4/SIP/Sip/Configuration.pm                              |    2 +-
 circ/circulation.pl                                      |    3 ---
 circ/returns.pl                                          |   14 +++++++++++---
 installer/data/mysql/updatedatabase.pl                   |    2 +-
 .../intranet-tmpl/prog/en/includes/patron-toolbar.inc    |    2 +-
 .../prog/en/modules/admin/preferences/serials.pref       |    6 +++---
 .../opac-tmpl/bootstrap/en/includes/opac-bottom.inc      |    1 +
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js          |    2 +-
 members/members-home.pl                                  |    1 -
 misc/cronjobs/runreport.pl                               |    2 +-
 12 files changed, 33 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list