[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.02-57-gede934b

Git repo owner gitmaster at git.koha-community.org
Thu Jul 25 16:13:36 CEST 2019


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, 19.05.x has been updated
       via  ede934b90799b0127ae75018e126abe865a4dbed (commit)
       via  05dcd8489c37dc3434e53ddf13f3edf279219cef (commit)
       via  ecff60025871d739f695a2ae5b88613ce6617854 (commit)
       via  dd91300c0454c428aa28f683f281874489578418 (commit)
       via  80cac150b805c3c757c37c546ef1f84010c9344f (commit)
       via  feaaa75f1585e67710caab514e6cf1aa23e830ad (commit)
       via  2bca235b26a1ba5f5b424ed8aefbcad22a377197 (commit)
       via  b7ed2e378ab89885cca4853a03d397bfc2a542fc (commit)
      from  75e886e31e61646e7e1ee34a93d065528f560382 (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 ede934b90799b0127ae75018e126abe865a4dbed
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jul 2 05:05:20 2019 +0000

    Bug 23199: (follow-up) Fix tab/space issues
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 611b60ea9657efbe5f6c1da53d4b6a6d2d5f6a01)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 05dcd8489c37dc3434e53ddf13f3edf279219cef
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jul 2 05:01:55 2019 +0000

    Bug 23199: Added tests for Koha::Patron
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e53bed5375638c8d7baaefb04cd77843dbe8e8a3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ecff60025871d739f695a2ae5b88613ce6617854
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Tue Jun 25 11:17:24 2019 +0200

    Bug 23199: Koha::Patron->store must check 'uppercasesurname' syspref
    
    Test plan:
    1/ set uppercasesurname to 'Do'
    2/ register a new patron using the REST API with lowercase surname
    3/ verify the surname is not saved in uppercase
    4/ apply patch
    5/ repeat 2
    6/ verify the surname now is saved to uppercase
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit fa390ca232a0979c6786a0e00eca8d458f644f3e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit dd91300c0454c428aa28f683f281874489578418
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 2 10:58:53 2019 +0000

    Bug 23077: Fix import of cardnumber 0
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9796f5adb39b3cb56bf82837cd57d14e513e8cae)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 80cac150b805c3c757c37c546ef1f84010c9344f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 7 12:19:28 2019 +0000

    Bug 23077: Don't fill cardnumber with empty string
    
    To test:
    1 - Apply unit test patch only
    2 - prove the tests, they fail
    3 - Attempt to import the attached sample file
    4 - First patron may be imported, second will give error (or both will error)
    5 - If only one error, import agian, now both have error
    6 - Apply this patch
    7 - Prove tests, they pass!
    8 - Import the sample file
    9 - It succeeds!
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit cc60770c4eed3ab8144acd2382e2894f7b63fb37)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit feaaa75f1585e67710caab514e6cf1aa23e830ad
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 7 12:18:55 2019 +0000

    Bug 23077: Unit tests
    
    prove -v t/db_dependent/Koha/Patrons/Import.t
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 51bfa2ce28fc2eed7b5d0361fe4585afd96e3e20)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2bca235b26a1ba5f5b424ed8aefbcad22a377197
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 5 06:07:25 2019 +0000

    Bug 23248: (QA follow-up) Consolidate 404s
    
    Merging two conditions: biblionumber is empty or biblionumber cannot be
    found. This make the strange int($biblionumber) unneeded.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7e559e59635e387ce53a894a67e4323e4984a15f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b7ed2e378ab89885cca4853a03d397bfc2a542fc
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 1 15:52:02 2019 -0300

    Bug 23248: Avoid opac-ISBDdetail.pl breaking on invalid biblionumber
    
    This patch makes opac-ISBDdetail.pl redirect to a 404 page (as it
    should) in the event of a bad biblionumber passed.
    
    To test:
    - Open your browser on a known record detail page (OPAC)
    - Switch to the ISBD view
    => SUCCESS: It shows
    - Alter the biblionumber on the URL into an obviously non-existent
    biblionumber (e.g. very high value)
    => FAIL: Internal errors are shown
    - Apply this patch
    - Reload the bad biblionumber ISBD view
    => SUCCESS: Browser is redirected to the 404 page as it should
    - Sign off :-=> FAIL: Internal errors are shown
    - Apply this patch
    - Reload the bad biblionumber ISBD view
    => SUCCESS: Browser is redirected to the 404 page as it should
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c3f0732eb72dfb3c4c6000a8602424772bd46b61)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Patron.pm                       |    4 +++
 Koha/Patrons/Import.pm               |    2 ++
 members/memberentry.pl               |    4 ---
 opac/opac-ISBDdetail.pl              |    7 ++---
 t/db_dependent/Koha/Patrons.t        |   13 +++++++-
 t/db_dependent/Koha/Patrons/Import.t |   55 +++++++++++++++++++++++++++++++++-
 6 files changed, 75 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list