[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.09-40-g9fa8b73

Git repo owner gitmaster at git.koha-community.org
Sun Jul 16 14:04:24 CEST 2017


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, 16.11.x has been updated
       via  9fa8b73db54d1a92fc8fe1ec6a9011bc243a8f6c (commit)
       via  ba945a154dd5d9d9a03eec294161f4e6c15c3890 (commit)
       via  aa453e7cf37027891efaf6ba6775f599e8bdc6aa (commit)
       via  dc6d792479647962defd3dde2cc89f235ff8e60b (commit)
       via  3775ba1c4422fe30799da6e85b9ac7a195804527 (commit)
       via  aefdb757bf13192f9de898ff77e208f319672ee9 (commit)
       via  e04bdc226ef2e9b08123f2a1652e0532e8c7c3c7 (commit)
      from  193f139062226547d42f66ebfce5a094003e3ea4 (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 9fa8b73db54d1a92fc8fe1ec6a9011bc243a8f6c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Jun 20 16:35:35 2017 +0100

    Bug 18830: Fix phrasing of screen message
    
    Verb should be plural in this message
    
    Signed-off-by: Israelex A Veleña for KohaCon17 <israelex19 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8a0ecda6c4ff368b9ff7a18593d7bdf4fc07e541)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5bbb863147959471a1a11e019eb18007c5c78583)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit ba945a154dd5d9d9a03eec294161f4e6c15c3890
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jun 19 21:23:54 2017 +0200

    Bug 18824: Remove stray i from matching-rules.tt
    
    The file
    koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt
    contains a stray i that should not be there.
    This patch removes it.
    
    Signed-off-by: Chris Kirby <chris.kirby at ilsleypubliclibrary.org>
    Applied patch.
    Checked line 516. Stray i had been removed.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ce176fd170227456fa725e5f1f2f6b1b04fd044d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 1224ec9dbd1bf4a254918ddebd11a47eb0ae2ee5)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit aa453e7cf37027891efaf6ba6775f599e8bdc6aa
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Thu Jun 22 16:42:15 2017 +0000

    Bug 18848: borrowers.lastseen comment typo
    
    Typo in comment for the lastseen column in the borrowers table.
    
    To test:
    1. Verify lastseen column displays "last time a patron has been seed"
    2. Apply patch
    3. Verify lastseen column changed to "last time a patron has been seen"
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e3bf4fc8bb821456305d587a8d49fe39b07abd06)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit ad5d72658b21b7c7fe163b411ec637300ee528c2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit dc6d792479647962defd3dde2cc89f235ff8e60b
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Thu Jun 22 16:42:15 2017 +0000

    Bug 18848: borrowers.lastseen comment typo
    
    Typo in comment for the lastseen column in the borrowers table.
    
    To test:
    1. Verify lastseen column displays "last time a patron has been seed"
    2. Apply patch
    3. Verify lastseen column changed to "last time a patron has been seen"
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 23b84c0b6532d9c42894b648891d835e7624db49)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 0905eabc45a028cadf329f82f1287b49cb17023d)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 3775ba1c4422fe30799da6e85b9ac7a195804527
Author: Rodrigo Santellan <rsantellan at gmail.com>
Date:   Wed Jun 21 15:40:43 2017 -0300

    Bug 14572 - insert_single_holiday() forces a value on an AUTO_INCREMENT column, during an INSERT
    
    Removing all the id from the columns on the inserts and removing the
    parameter '' of the values for the id.
    
    Test plan:
    1) Go to tools -> calendar
    2) Add a Holiday only on this day.
    3) Add a Holiday repeated every same day of the week.
    4) Add a Holiday repeated yearly on the same date.
    5) Add a Holidays on a range.
    6) Add a Holidays repeated yearly on a range.
    7) You should have the five calendars displayed.
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b94b16f67963b03fd17170d2c2f2efa581c12c0f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 9efe6332901e081cb7f7fc0a510449b697da4ce4)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit aefdb757bf13192f9de898ff77e208f319672ee9
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Jun 8 12:59:55 2017 +0100

    Bug 18755: Allow empty passwords in Patron Info to return OK
    
    With this patch a parameter 'allow_empty_passwords="1" can be added to a
    login in the SIP configuration file to allow the behaviour as was normal
    before the patch for bug 16610 was applied. Some sip clients rely on
    this behaviour sending an empty password field when they wish to
    validate to user but do not have the password.
    If a password is supplied it will be validated
    
    A test has been added to Message.t to confirm this behaviour
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ebb887e5c93c96c6fc51d95b76de6a221ba4463e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 459c144f2a54f4b1ddeb9e7595030107e821d2b2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit e04bdc226ef2e9b08123f2a1652e0532e8c7c3c7
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 9 13:01:14 2017 -0400

    Bug 18771: CGI.pm: Subroutine multi_param redefined
    
    The commands in the test plan are examples, and may need varying
    depending on your installation. This was created as a result
    of attempting to clean the installation process up. However,
    I believe the redefine might exist normally too. I just didn't
    check. This is tested on a Debian 8 box sudo apt-get update'd
    fully.
    
    TEST PLAN
    ---------
    empty error log
    $ echo > ~/koha-dev/var/log/koha-error_log
    
    drop and recreate and empty db
    > drop database koha_library;
    > create database koha_library;
    > quit
    
    run the web installer, but DO NOT LOG IN!
    *opening chrome to Staff Client URL*
    
    check the error log
    $ less ~/koha-dev/var/log/koha-error_log
    ...
    [Fri Jun 09 13:08:52.793627 2017] [cgi:error] [pid 5802] [client 192.168.71.101:58169] AH01215: [Fri Jun  9 13:08:52 2017] CGI.pm: Subroutine multi_param redefined at /usr/share/perl5/CGI.pm line 419.
    ...
    
    apply patch
    
    empty error log
    $ echo > ~/koha-dev/var/log/koha-error_log
    
    refresh the installation login page
    
    recheck the error log
    $ less ~/koha-dev/var/log/koha-error_log
    
    notice no reference to "Subroutine multi_param redefined"
    
    run koha qa test tools
    
    Notice that it is just a require CGI; and comment added.
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d222da0602ba96f08cc6c026f39451b0aa7de01e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 037e056c0451e1d383a414e47573f5a4cece9677)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Calendar.pm                                                |    8 ++++----
 C4/Context.pm                                                 |    1 +
 C4/SIP/Sip/MsgType.pm                                         |    3 +++
 installer/data/mysql/kohastructure.sql                        |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt     |    2 +-
 t/db_dependent/SIP/Message.t                                  |    9 ++++++++-
 7 files changed, 20 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list