[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.10-15-g77a8b48

Git repo owner gitmaster at git.koha-community.org
Wed Oct 3 16:03:53 CEST 2018


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, 17.11.x has been updated
       via  77a8b48c039e6814132c69fa0f74902e9e0edab7 (commit)
       via  38e0b12382368211ebce372de5ba21b14f11ef58 (commit)
       via  9efd499bc19d1d87d6214a920cf3f9b214de28c0 (commit)
       via  ba07e93035829f6763a94bb7320d1648db3c7005 (commit)
       via  bfe2a30c8b7aba539be9c9bec5b18062a5d56825 (commit)
       via  905b732989c0dec1336fdbf25b03b8aa1cc0aec4 (commit)
       via  6f3ecfc10bea5597f9114a0bd98a71bd2ca91308 (commit)
       via  7db5f67f66c41377eda247ddd715b588043b46ef (commit)
      from  3ef1e4ac01ceadc2721449b668dc0da376b6f3c0 (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 77a8b48c039e6814132c69fa0f74902e9e0edab7
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Oct 3 15:41:59 2018 +0200

    Revert "Bug 21353: Display checkboxes to merge patron even if cannot manage lists"
    
    This reverts commit 63ab79d6e478d42f13ac48f62828a1059dff1aad.

commit 38e0b12382368211ebce372de5ba21b14f11ef58
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Oct 3 15:41:49 2018 +0200

    Revert "Bug 21353: (follow-up) same check for select/clear all links"
    
    This reverts commit 3ef1e4ac01ceadc2721449b668dc0da376b6f3c0.

commit 9efd499bc19d1d87d6214a920cf3f9b214de28c0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Sep 26 16:17:06 2018 +0000

    Bug 5458: DBRev 17.11.10.001
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b5becc84f5f2e8f82b765b5ebf3f87a84d89cfd8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d0affd28266fb9e7461521c703dd640e19c82b99)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ba07e93035829f6763a94bb7320d1648db3c7005
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Sep 4 10:40:29 2018 +0200

    Bug 5458: increase ccode column to varchar 80
    
    Koha allows you to define an authorised value having length 80, but then you
    can't use it.
    
    Here is why:
    The SQL field items.ccode is a varchar(10).
    The SQL field authorised_values.authorised_value is a varchar(80).
    Therefore the authorised value is truncated to length 10 in items.ccode and the mapping from authorised value to description string fails in Koha.
    
    This patch increases ccode column to varchar 80, like location.
    
    Test plan :
    1) Dont apply patches
    2) Check there is on item field a subfield with authorised value category CCODE
    3) Check this subfield is linked with database column items.ccode
    4) Create an authorised values in category CCODE with 'DOCUMENTATION'
    5) Edit an item on ccode and choose 'DOCUMENTATION'
    6) Save item
    7) Look at items.ccode in database or export in MARCXML
    8) The value is troncated to 'DOCUMENTAT'
    9) Apply patches and update database with installer/data/mysql/atomicupdate/bug_5458.sql
    10) Repeate step 5 to 7
    11) The value is not truncated 'DOCUMENTATION'
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c59ef0452ccbae17de3b839da4fa2c9f7f6b2e6f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 892492cbda442564a33b1abdf374d43c024de22c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit bfe2a30c8b7aba539be9c9bec5b18062a5d56825
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 21 11:38:15 2018 +0200

    Bug 20023: (QA follow-up) Tiny simplification
    
    Remove empty emails from the list rightaway.
    Would be tempted to lc the params->{email} at the start btw..
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit eec74a2cd1847a859b4fab37c42882ba192ee560)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c5bb4d6529f9dcd2457639c8b7735dfc7001d244)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 905b732989c0dec1336fdbf25b03b8aa1cc0aec4
Author: Blou <philippe.blouin at inlibro.com>
Date:   Mon Sep 17 16:34:19 2018 -0400

    Bug 20023: Password recovery using email should be case insensitive
    
    When entering an email to recover the password, a user should not have to know or remember the casing of the given email.
    
    Test
    0) enable OpacResetPassword
    1) On the OPAC, click "Forgot your password"
    2) Enter your email address as in your user account BUT WITH A DIFFERENT CASING
    3) Submit.  This will fail.
    4) Apply the patch, redo with success.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit cc3bc2920744e35256b45b784c9788a64fe6dd04)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0f019c89c18733c0e0220f41012a06c3b39df595)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6f3ecfc10bea5597f9114a0bd98a71bd2ca91308
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 13 12:40:22 2018 -0300

    Bug 21196: Use replacement cost from the item type if not set at item level
    
    When circ rules are set to cap at item replacement cost, calcfine only
    checks the price in the item record, not the default replacement cost by
    item type.
    
    Note: We do not take '0' into account, what if you do not want to set
    a replacement cost for an item? It is how it is done in chargelostitem
    so keeping the existing behaviour, but that may be considered as a bug (?)
    
    Test plan:
    - Set useDefaultReplacementCost to use
    - Set a default replacement cost for a given item type
    - Create an item of that type with a replacementcost=0
    - Create a circ rule for that item type that accrues fines but caps at
    replacement cost
    - check the item out, forcing a due date in the past
    - check that item in
    => Fines should have been generated
    
    Signed-off-by: Caroline Cyr La rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a62742f4260425af8e69a88822b7affc9cc93c68)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 43b671ac858e9ae63b3ce8e74e555a41600bc383)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7db5f67f66c41377eda247ddd715b588043b46ef
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 13 12:36:41 2018 -0300

    Bug 21196: Add tests
    
    Signed-off-by: Caroline Cyr La rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d415e51180cac0152c2ab0f95e846b196883f42e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit fe4c609d3224f3f71e4a000e2f7857efbefb71ff)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Overdues.pm                                     |   10 +++++++
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/BranchTransferLimit.pm          |    8 ++---
 Koha/Schema/Result/CourseItem.pm                   |    8 ++---
 Koha/Schema/Result/Deleteditem.pm                  |    8 ++---
 Koha/Schema/Result/Item.pm                         |    8 ++---
 installer/data/mysql/kohastructure.sql             |   10 +++----
 installer/data/mysql/updatedatabase.pl             |   10 +++++++
 .../prog/en/modules/members/member.tt              |    7 ++---
 .../en/modules/members/tables/members_results.tt   |    2 +-
 opac/opac-password-recovery.pl                     |   10 ++-----
 t/db_dependent/Circulation/CalcFine.t              |   31 ++++++++++++++++----
 12 files changed, 75 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list