[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.04-157-gb61c41f

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 18:19:18 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, 18.11.x has been updated
       via  b61c41f0efebac66d561070d5a3e4533354d90d0 (commit)
       via  07fc6e0c53512882534af0364c3bb741be20c179 (commit)
       via  310330590a14757ac3b35a2956ba56512ee65534 (commit)
       via  57a7cea7200f69966089b06c54e1482d4daae5ef (commit)
      from  84adcb4017e7be038e5e32c37a6b40e4ab9f59c7 (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 b61c41f0efebac66d561070d5a3e4533354d90d0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 23 22:49:46 2019 -0400

    Bug 22621: Fix filters on subscription search results
    
    Caused by
      commit 4e698f7b478a094d7b32ebfeaa917bca05ebcc5b
      Bug 18426: Allow to edit subscriptions in batch
    
    There is a shift caused by a hidden column, which make the filters
    searching on the previous column.
    
    Test plan:
    - Add 1+ searchable additional field for subscription
    - Create a new subscription
    - Search for subscriptions
    - Use the column filters to filter the results
    => The results must be filtered accordingly
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 1d6e9ff44c19379a41e9ce688685a24788583e0c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 07fc6e0c53512882534af0364c3bb741be20c179
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 17 14:43:11 2018 -0400

    Bug 21589: Series link formed from 830 field is incorrect
    
    Bug 13692 corrected the series link for records using a 490/800 combination
    
    When a record has a 490/830 conbination for series, the link is malformed (title is used as author, title is blank)
    
    Test Plan:
    1) Catalog two or more records with 830 fields
    2) Note the series links are broken
    3) Apply this patch
    4) Reload the record details page
    5) The series link should now work
    6) Repeat for the OPAC
    
    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: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 20496bc78b7830d812fda454a0fe243fae9c465c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 310330590a14757ac3b35a2956ba56512ee65534
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 25 17:47:14 2019 +0000

    Bug 22715: Remove extraneous html filter
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7e85754083bd66f45009f55a01e9dec9eda81504)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 57a7cea7200f69966089b06c54e1482d4daae5ef
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 16 10:34:56 2019 -0400

    Bug 22715: Searching for patrons with "" in the circulation note hangs patron search
    
    To replicate:
    Edit a patron to have a circ note, include quoted text in it, such as "this is quoted string"
    Go to the patron search, search for a set of results that would include the patron with the quotes in the note
    Enjoy looking at "Processing" for forever.
    
    Test Plan:
    1) Apply this patch
    2) Attempt to replicate using the steps above
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    I took this a step further and used <script>"something in
    quotes"</script> for my test note and this worked just fine. YAY.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6e641c5bcb7370556326fb64838fce1eefbc2c18)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../en/modules/members/tables/members_results.tt   |    2 +-
 .../prog/en/modules/serials/serials-search.tt      |   18 ++++++-----
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   33 +++++++++++++++++++-
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   32 ++++++++++++++++++-
 4 files changed, 74 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list