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

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 17:07:03 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  b99fbdd8fc85beb989a51142bb531673748bc344 (commit)
       via  04a27425cd71841f4d87c1247ae5be979b865dd8 (commit)
       via  9689a71e1f24d2c17adf3452f136d81d0bf14c13 (commit)
       via  2b8d3fb61d85c0824793fadaa8a37d88752f5b68 (commit)
       via  9109d862a08a53dd6328eed902dd4ed45de7f673 (commit)
       via  a85edfb2be449cf65691d1e4b32080310ac7aad2 (commit)
       via  4852f974f53886e8d7f771107eccc93dca3e0c99 (commit)
      from  8bd263601499ae1aa13587b37c62dfa27b4c7def (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 b99fbdd8fc85beb989a51142bb531673748bc344
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 19 06:49:48 2019 +0000

    Bug 22735: Resolve internal server error on missing item type
    
    Trivial fix, similar to opac-detail, applied to ISBD and MARC detail.
    
    Test plan:
    Enable ArticleRequests pref.
    Make sure you have a biblio with no item type in 942c. (Perhaps you need to
    make 942c not mandatory temporarily and save a biblio record without this
    field being filled.)
    If you are logged in, log out.
    Go to MARC or ISBD detail page. No crash anymore?
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b78bd2faec703bb7d7c750dbc1070ba2449f29a9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04a27425cd71841f4d87c1247ae5be979b865dd8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 16:35:03 2019 +0000

    Bug 22501: (follow-up) Use raw filter for course note on details page
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 22deca9445cb02320a04abb69febc9ef83d4d58f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9689a71e1f24d2c17adf3452f136d81d0bf14c13
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Apr 11 10:32:52 2019 +0100

    Bug 22687: Typo correction for Portuguese manual link
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 38d68299ce7405823c50a6a41ac0f5d18b0b9044)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2b8d3fb61d85c0824793fadaa8a37d88752f5b68
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Mar 12 11:19:35 2019 +0000

    Bug 22174: Add link to help page for API key management
    
    Makes the help link on the API key management page point
    to the proper section in the Koha manual.
    
    To test:
    - Activate RESTOAuth2ClientCredentials system preference
    - Go to any patron account
    - Go to More > Manage API keys
    - Click on the Help link in top right corner
    - Verify that the right section of the Koha manual displays
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b969ccbf97c218da2bf6e22ab7773baf36c4fa71)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9109d862a08a53dd6328eed902dd4ed45de7f673
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon Dec 3 18:02:03 2018 +0100

    Bug 21937: Syspref autoBarcode annual doesn't increment properly barcode
    
    This patch fix the barcode annual builder. The test should pass.
    
    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 31ace6a9347a8260532f6cc50d55fc36f87f1b44)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a85edfb2be449cf65691d1e4b32080310ac7aad2
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon Dec 3 18:27:08 2018 +0100

    Bug 21937: Add test to show autoBarcode annual increment bug
    
    This patch show the issue. If the DB contains a barcode (not auto attributed
    by Koha) which begin with the year used to generate automatically a new one,
    there may be a 'collision'.
    
    prove -v t/db_dependent/Barcodes_ValueBuilder.t
    
    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 7262bc066784247b12ce7f25c390498086e1d72b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4852f974f53886e8d7f771107eccc93dca3e0c99
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 27 17:07:20 2016 +0000

    Bug 15505: Mark Hold Items 'On hold' instead of 'Available'
    
    This patch adds a 'pending hold' column to C4::Items:GetItemsInfo to
    allow for displaying status of an item when it has been selected for a
    hold by the holdsqueue and AllowItemsOnHoldCheckout is set to 'Don't
    allow'
    
    To test:
    00 - Set AllowItemsOnHoldCheckout to 'Allow'
    01 - Place a hold on an item
    02 - Build the holdsqueue (kohadevbox example below)
          sudo koha-shell kohadev
          perl misc/cronjobs/holds/build_holds_queue.pl
    03 - Search for the item on the OPAC
    04 - Note item shows as 'Available' in results and details
    05 - Toggle AllowItemsOnHOldCheckout to 'Don't allow'
    06 - Repeat search, note there is no change
    06 - Apply Patch
    07 - Search for the item on the OPAC
    08 - Note that item now shows as 'Pending hold'
    09 - Toggle AllowItemsOnHoldCheckout to Allow
    10 - Note item shows as available
    11 - prove -v t/db_dependent/Items.t
    
    Signed-off-by: Liz Rea <wizzyrea 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 170085397b23d9b688628a56039f5e485fade6a5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Barcodes/ValueBuilder.pm                             |    2 +-
 C4/Items.pm                                             |    3 +++
 C4/XSLT.pm                                              |    7 +++++--
 Koha/Manual.pm                                          |    3 ++-
 .../prog/en/modules/admin/preferences/cataloguing.pref  |    4 ++--
 .../prog/en/modules/admin/preferences/circulation.pref  |    2 +-
 .../opac-tmpl/bootstrap/en/includes/item-status.inc     |    5 +++++
 .../bootstrap/en/modules/opac-course-details.tt         |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl        |    6 ++++++
 opac/opac-ISBDdetail.pl                                 |    5 ++++-
 opac/opac-MARCdetail.pl                                 |    5 ++++-
 t/db_dependent/Barcodes_ValueBuilder.t                  |    6 ++++++
 t/db_dependent/Items.t                                  |   15 ++++++++++++++-
 13 files changed, 54 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list