[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.14-29-g1d5424c

Git repo owner gitmaster at git.koha-community.org
Fri Feb 15 10:03:08 CET 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, 17.11.x has been updated
       via  1d5424c954b8ba3b889b86eb2236d2cb53ed5b3d (commit)
       via  3ae9aa63db3f337886a5c1437c70a50ac1aab6c5 (commit)
       via  0c01c67027890b46512f495535ea077cb772c31c (commit)
       via  8c6f6b88481ddbf2e179dc60b05844d72af6164b (commit)
      from  e4fb7e3f23c657ea945e052b1711b84bcca29921 (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 1d5424c954b8ba3b889b86eb2236d2cb53ed5b3d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Jan 14 05:41:48 2019 +0000

    Bug 17347: Ignore whitespace before and after on renewing
    
    When an item is checked out, Koha ignores whitespace
    at the beginning and the end of the entered barcode.
    This makes life easier, if a barcode is C&P from another
    page. This patch makes the renewal page behave the same.
    
    To test:
    - Checkout an item
    - Renew the item from the renew tab or renewal page
      entering the barcode with leading and trailing
      whitespace
    - "Barcode not found"
    - Apply patch
    - Try again
    - Barcode should be found now
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 0e220869f5a3327eee8f9426d648fbcaaa0fd7fa)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7c881b32b5f7bfca6ccb17b8ddc8045ad37a3524)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 3c9af06611d0642ab96d51ca1c249a8e14a52805)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3ae9aa63db3f337886a5c1437c70a50ac1aab6c5
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Thu Jan 31 22:41:29 2019 +0000

    Bug 22282: Fix PDF issue when exporting PDF in French format.
    
    Fixing up QA comments, keeping 1st instance and removing the 2nd.
    Original test plan by Christophe Croullebois.
    
    To test :
    Without the patch :
    
    1° select in Acquisitions preferences/OrderPdfFormat French 3-page
    2° restart plack if needed
    3° In acqui/basketgroup.pl select closed tab
    4° Click on "Export as PDF" button
    5° You should see a blank page saying "Internal Server Error"
    
    With the patch :
    
    Do the same
    
    Signed-off-by: Maryse Simard <maryse.simard 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 0844f2c174c83ce3da11be07511730b0c220e5ad)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 981670c68cb3d12b30c410c12ed6488f5a555117)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 25111a3182504b712d60f9b39097bdda00c78632)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 0c01c67027890b46512f495535ea077cb772c31c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 12 11:48:23 2018 +0100

    Bug 21808: Field 711 is not handled correctly in showAuthor XSLT for relator term or code
    
    The test should check $4 or $e for fields ne 111,711.
    And should check $4 or $j for 111,711.
    
    Test plan:
    Edit a record, add a meeting in 711 without $4 but with $j.
    Without this patch the term is not visible, with this patch it is.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6179f23dd8b4ed24add2e76c7b8e193372052201)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9199083de8637d96148b873cc745c1a81fe78d01)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 7ce9ac1f7deb6ab016256be3f068ffd342b84eef)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8c6f6b88481ddbf2e179dc60b05844d72af6164b
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jan 31 09:12:13 2019 +0100

    Bug 22242: Javascript error in value builder cased by Select2
    
    Same as Bug 17780 but in value builders.
    
    Select2 (Bug 13501) introduced divs and inputs that broke some
    assumptions about the expected HTML structure. This patch checks if
    input has name attribute, because some inputs in Select2 have not.
    
    It brakes value builders marc21_linking_section.tt and
    unimarc_field_4XX.tt.
    
    Test plan :
    1)  On a MARC21 database
    2)  Define 774$0 as a regular subfield
    3)  Define 774$4 with an authorised value category
    4)  Define 774$t with value builder marc21_linking_section
    5)  Create a new record
    6)  Use value builder in 774$t
    7)  Search for a record and click choose
    8)  Without patch : a popup window does not close and show a blank
        screen
    9)  With patch : popup windows get close and you see in field 774 $0 and
        $t field with values
    10) Same tests with a UNIMARC database on field 461 with value builder
        unimarc_field_4XX.tt
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully with MARC21
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3ca0234d34ac9708a8335cfa97805fb7498201bf)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 55b20ad1a7b8afa5c385bd3f9825014d40936ba1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 800e3ae8eb0cc58bea1f58690ba3683e730fa764)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/pdfformat/layout3pagesfr.pm                                     |    2 +-
 circ/renew.pl                                                        |    1 +
 .../en/modules/cataloguing/value_builder/marc21_linking_section.tt   |    1 +
 .../prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt   |    1 +
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl   |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl      |    2 +-
 6 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list