[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-33-g72360fa

Git repo owner gitmaster at git.koha-community.org
Thu Sep 5 17:34:20 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  72360fa80c38b88035b5d18100d5126b1017e809 (commit)
       via  1e63658b308507bb5e23bff4250b0425f2b614e3 (commit)
       via  2af893d671ce4fe4adefd30c477194ef8d2b7c84 (commit)
       via  c8d170a6883c5b72de270ad556abd78080d3cf16 (commit)
       via  a924e1e0507812222614e0ed9030b6977babbdf4 (commit)
       via  bb6f4f13ce94231edbbdb5530f1d9734e02fc526 (commit)
       via  dd959f83ac9a9f51eaa2ae1f13af782dafa2c601 (commit)
       via  aad38483c75e349cb360ff23a76fb3c801d6e8b7 (commit)
       via  0aecd404f6cc9de2889068da951b2c634afef583 (commit)
       via  04595c2150aa5fd48ae1a9f926281e18adfe759a (commit)
      from  1fe12aef4d4c676c4a291615e3d5248dd8501014 (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 72360fa80c38b88035b5d18100d5126b1017e809
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Aug 20 15:59:06 2019 +0100

    Bug 23273: (RM follow-up) Add missing filters
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a5828bc7dccdfbc574b30a7f39c822d4a4cab8fe)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1e63658b308507bb5e23bff4250b0425f2b614e3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 19 18:09:58 2019 -0400

    Bug 23273: Fix CSV export for overdues
    
    We should construct the URI parameters string manually to avoid
    filtering problems.
    We cannot send the full query_string to the template and expect that the
    string will be escaped correctly.
    
    Test plan:
    - go to overdues.pl
    - construct a search limiting by date due and library
    - note number of overdues in results
    - click "Download file of displayed overdues"
    => note that downloaded file contains just those in your search
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b8f382b82172b70166db48d572f767b06a4834ef)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2af893d671ce4fe4adefd30c477194ef8d2b7c84
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Aug 7 12:39:51 2019 +0000

    Bug 23437: Use authorities for tracing series
    
    To test:
    1 - Set UseAuthoritiesForTracing to use
    2 - Find some records with an 800 or 830 series entry
    3 - View the record in staff and opac, note the series link does a search for title and author
    4 - Apply patch
    5 - restart all the things
    6 - View the records, note the links now use the authority number
    
    Signed-off-by: Ron Houk <RHouk at ottumwapubliclibrary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 8c1d54dab1818ba212704442a37902e7a9ef089d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c8d170a6883c5b72de270ad556abd78080d3cf16
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 16 06:03:55 2019 +0000

    Bug 23324: (QA follow-up) Typo and remove unneeded use statement
    
    Two typos in POD typo for routine name.
    Remove "use Business::ISBN" from Normalize.pm.
    
    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 b48e2d5e7a41511dccadb01808e1ece259c5f0b9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a924e1e0507812222614e0ed9030b6977babbdf4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 9 10:47:17 2019 +0000

    Bug 23324: (QA follow-up) Use existing NormalizeISBN function
    
    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 5104d1eae67db94bebb05b2e9f1817685649b224)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit bb6f4f13ce94231edbbdb5530f1d9734e02fc526
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 16 13:11:06 2019 +0000

    Bug 23324: Add an ISBN normalization routine
    
    To test:
    1 - Set SearchEngine to ElasticSearch
    2 - Stage the sample file (import it if it doesn't already exist in your catalog and then stage again)
    3 - Set matching rule to ISBN
    4 - No matches found
    5 - Apply patch
    6 - Apply no matchign rule
    7 - Change the ISBN matching rule to use ISBN normalizer
    8 - Apply matching rule for ISBN
    9 - It matches!
    
    Signed-off-by: Ron Houk <rhouk at ottumwapubliclibrary.org>
    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 3d15819443bd114a5e61a7a9ee947a3307d39b8f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit dd959f83ac9a9f51eaa2ae1f13af782dafa2c601
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Aug 16 13:47:49 2019 +0100

    Bug 23445: (RM follow-up) Missing filter
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7e4f25e088305d9dd299bbfaa33b6140137c2f01)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit aad38483c75e349cb360ff23a76fb3c801d6e8b7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Aug 16 12:17:42 2019 +0100

    Bug 23445: (RM follow-up) Add warning for unexpected lengthunit
    
    Discussions on this bug highlighted worries about behind the scenes
    fallbacks to 'days' as a lengthunit should the lengthunit be set to an
    unrecognised value. This patch adds a warning to the about page for any
    such occurrences so librarians may be made aware of and resolve the issue.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1aae63606caeb389a40bd644b1f9e30917325573)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 0aecd404f6cc9de2889068da951b2c634afef583
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 9 15:49:34 2019 +0000

    Bug 23445: Make loan period unit translatable fixing editing issue
    
    In the circulation rules, the loan period displayed in the table
    of circulation rules is not translatable, always displaying in English.
    This causes an issue when editing a circ rule with unit hours in any
    other language than English.
    When editing these rules, instead of hours, days will be preselected.
    
    To test:
    - Before applying the patch:
    - Install a translation
    - Activate and switch to the tranlation
    - Create a circulation rule using 'hours' as the unit
    - Edit the circulation rule
    - Verify that instead of 'hours' 'days' will be selected in the pull-down
    - Apply patch
    - Update po files (kshell, cd misc/translator, perl translate update <langcode>)
    - Edit po file <langcode-staff..., search for Hours and translate line,
      make sure to also remove fuzzy, and that your translation matches the
      pull down values for your language
    - Reinstall translation
    - Repeat circ rule edit test
    - Verify the unit now shows up with your translation and editing works
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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 16789351efd1f7dca88ed0797208ba5723922b62)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 04595c2150aa5fd48ae1a9f926281e18adfe759a
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Apr 29 01:25:46 2019 +0000

    Bug 22799: Avoiding batch item modification case sensitivity when entering barcodes
    
    Note: this fixes the bug that is present right now where batch item
    modification barcode matching is case sensitive, but if Koha barcodes
    ever do become case sensitive, this patch will need to be removed.
    
    To test:
    1) Make/use an item with a barcode with letters in it. For testing
    purposes, I'll be using an item with the barcode 'abcde'.
    2) Go to Tools -> Batch item modification and enter this barcode in the
    barcode list text input field, but change the case of one or some
    letters. (i.e. enter the barcode in the field as 'abCDE')
    3) Click Continue
    4) Notice that the next page shows an error 'the following barcodes were
    not found', but the item still shows underneath (was correctly fetched from database).
    5) Create a text file and put the changed-case barcode in it (i.e. put
    the barcode 'abCDE' in the text file)
    6) Go back to batch item modification and upload the
    text file as a barcode file
    7) Notice same error as in Step 4
    8) Apply patch and refresh page
    9) Run through steps 1 to 6. There should no longer be an error and the
    barcodes should be found as expected.
    
    Sponsored-by: South Taranaki District Council
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Kyle Hall <kyle at bywatersolutions.com>
    Signed-off-by: Donna Bachowski <donna at bywatersolutions.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 2071fa4aca27f6748f32fd62037a203df2347141)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Koha.pm                                         |   14 ++++--
 C4/Matcher.pm                                      |    8 +++-
 Koha/Util/Normalize.pm                             |   22 +++++++++
 about.pl                                           |   16 +++++++
 circ/overdue.pl                                    |   30 +++++++-----
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   17 ++++++-
 .../prog/en/modules/admin/matching-rules.tt        |    1 +
 .../prog/en/modules/admin/smart-rules.tt           |    8 +++-
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |   18 ++++---
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   22 +++++++++
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   22 +++++++++
 t/Koha.t                                           |    4 +-
 t/Matcher.t                                        |   49 +++++++++++++++++++-
 tools/batchMod.pl                                  |   12 ++++-
 14 files changed, 213 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list