[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-54-g7983a81

Git repo owner gitmaster at git.koha-community.org
Wed Feb 6 19:20:52 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, 18.05.x has been updated
       via  7983a8122359e7c258849c0ea873f84f6f400e9e (commit)
       via  a1bb5588fd1757537c7fe89ed5b0f178c1ee1b39 (commit)
       via  b73a4a79c54b200510714f669f563d1c79f8fe1a (commit)
       via  7cc47deb40b0f969d7793efe7fb444169f613d8b (commit)
       via  e940d87a29dc6f470d66a286d033ad2682b335b5 (commit)
       via  3ea009bcc33656e3644ff71cd1fae086bdf3a529 (commit)
       via  cd7e62f06b2e494de2895bc276371062c6827795 (commit)
       via  3e7bed07c34d0cf62705e4477a6169b5ca68dc62 (commit)
       via  190971bd4eda7ee7f96997af10f0e564a2096705 (commit)
       via  dae6496a4bd3f4a5e5bd699d3b9e98e4b9e10285 (commit)
       via  c641fb1b0840b30f189a16693ffe4306e009aaff (commit)
       via  da0de43d4bd3ac3028f7d3032e028ee1228505a0 (commit)
      from  d1fb153aabe31a816f95785d6225b70e8084113d (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 7983a8122359e7c258849c0ea873f84f6f400e9e
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Thu Jan 17 00:51:11 2019 +0000

    Bug 19994: Used Modern::Perl in Authorities perl scripts
    
    Test plan:
    1. Review code of the following files and confirm that 'use Modern::Perl;' is used in place of
    'use strict; use warnings;'
    
    auth_finder.pl
    authorities-home.pl
    authorities.pl
    blinddetail-biblio-search.pl
    detail-biblio-search.pl
    detail.pl
    export.pl
    merge.pl
    merge_ajax.pl
    
    Signed-off-by: David Nind <david at davidnind.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 843c4a4bae760754d96867d2596bc78651910c8e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 69802bed3e61f2039c14952480e57540e8f03ca8)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit a1bb5588fd1757537c7fe89ed5b0f178c1ee1b39
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Thu Jan 17 02:28:57 2019 +0000

    Bug 15110: Improve decreaseHighHolds system preference description
    
    To test:
    1) Apply patch
    2) Go to Koha admin
    3) Search in system prefernces for 'high demand'
    4) Verify that the system prefernce 'decreaseLoanHighHolds' is in the
    results of the search
    
    Signed-off-by: David Nind <david at davidnind.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 fe2dceba34310c890dd1f06b114de9f3151f59e1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c8ca6926ed114062d4a55ce981b32ffeb670fc7a)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit b73a4a79c54b200510714f669f563d1c79f8fe1a
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Jan 14 09:16:53 2019 +0000

    Bug 22124: Update cataloguing plugin system to not generate type parameter in script tag
    
    Test plan:
    1) Apply the patch
    2) Have defined some cataloguing plugin which generates javascript - for
    example dateaccessioned.pl
    3) Go to cataloguing/adding item and show source
    -> there should be no type parameter in script tag in code added by
    cataloguing pulgin
    4) prove t/db_dependent/FrameworkPlugin.t
    
    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 cadb7eaab2c9617551450f84acadff0d48a846b2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b27150cf9a4c62a636ed7d158e1fe44941de189b)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit 7cc47deb40b0f969d7793efe7fb444169f613d8b
Author: Ethan Amohia <ethan.amohia at gmail.com>
Date:   Wed Jan 16 04:01:44 2019 +0000

    Bug 22136: Added 'ExtendedPatronAttributes' notes to 'Import Patrons' notes.
    
    Fixed ExtendedPatronAttributes typo.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault 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 273656f84c9dbc49c8a3669c7994b8c0ea7f3522)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1debd138ca3603b7bf7fa0929553203c7bcbe2ac)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit e940d87a29dc6f470d66a286d033ad2682b335b5
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Nov 30 10:26:54 2018 +0000

    Bug 21926: Enhance OAI-PMH:archiveID system preference description
    
    Test plan:
    1) Apply the patch
    2) Go to Administration -> System preferences -> Web services, section
    OAI-PMH
    3) See description on OAI-PMH:archiveID and confirm it does make sense
    and have the link to implementation guidelines
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ddc4c5b8aa75cfe8994ff150a0cae4cc51656852)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 62d5d98371a673bb8c1c15d5dad382cf866879d2)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit 3ea009bcc33656e3644ff71cd1fae086bdf3a529
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Wed Jan 16 23:20:38 2019 +0000

    Bug 21290: Updating documentation for ModItem
    
    To test:
    Review the patch and check it is now updated correctly
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9a5bfee706f85bc5fd53a9c2d0616c2e1186379a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e96eed9b841394353cc5c4484ddc608432e22d29)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit cd7e62f06b2e494de2895bc276371062c6827795
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Wed Jan 16 20:53:40 2019 +0000

    Bug 20679: Removed 'rows per page' from report print layout
    
    Test plan:
    1. Create a report or view an existing report
    2. Notice that 'Rows per page:' is visible
    3. Print report (Ctrl+P)
    4. Confirm that on printed report, 'Rows per page:' is no longer visible
    
    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 65b64bcafacf983a101f263e554b6d7274567bb9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ba8cd76c6239ed71246c26666f16f07f56b731b7)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit 3e7bed07c34d0cf62705e4477a6169b5ca68dc62
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Wed Jan 16 23:10:35 2019 +0000

    Bug 22149: Fixed grammar in the manage_circ_rules_from_any_libraries description
    
    Test plan:
    1. Review patch and confirm that the sentence makes sense
    
    Signed-off-by: David Nind <david at davidnind.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 9e79de6ef2d1662d04018203d2f9ff48be8a0f0f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e227fea2a23b9da2f201e49934018342109c9cd7)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit 190971bd4eda7ee7f96997af10f0e564a2096705
Author: Jack Kelliher <jke0429 at stacmail.net>
Date:   Tue Jan 15 03:24:17 2019 +0000

    Bug 21930: Reworded message on permissions.inc
    
    1. Go to patrons account, more, Set Permissions.
    2. Dropdown the Parameters section.
    3. Text should display "If not set the logged in user could only edit
    circulation rules for its the own library (please note that
            manage_circ_rules is still required)"
    4. Apply patch and reload page
    5. Text should now display "Edit circulation rules from any library. If
    not set the logged in user could only edit circulation rules for their
    own library (please note that manage_circ_rules is still required)"
    
    Signed-off-by: David Nind <david at davidnind.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 ae84cf1e7a512ce198e5fe7e0b4dd3930967ba76)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ea8bd52f6dbb6aab6aabb1d9e191b0356ba1a529)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit dae6496a4bd3f4a5e5bd699d3b9e98e4b9e10285
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Tue Jan 15 21:34:32 2019 +0000

    Bug 20569: Improved description of CheckPrevCheckout system preference
    
    The CheckPrevCheckout preference can be overriden by a setting in the
    patron categories, I've edited the options to reflect this.
    
    Test plan:
    1. Check the CheckPrevCheckout system preferences and confirm that the
    options are clear
    
    Signed-off-by: David Nind <david at davidnind.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 9b69ceeac64850dce05b56c978856bd5d1c43b06)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 52e13bf70c68df255b241f248ec138b96cc41cf1)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit c641fb1b0840b30f189a16693ffe4306e009aaff
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Tue Jan 8 09:28:35 2019 -0500

    Bug 22083: Typo in circulation_batch_checkouts.tt
    
    There is a typo in circulation_batch_checkouts.tt that makes Koha skip
    a warning if the user cannot borrow due to circulation rules.
    
    This patch corrects this typo.
    
    To test:
    
    1. In Administration > Global system preferences, 'Allow'
       BatchCheckouts and enter patron categories in
       BatchCheckoutsValidCategories
    2. Go to Administration > Circulation and fines rules
    3. Enter a rule where a certain category of patrons (that is in
       BatchCheckoutsValidCategories) cannot take out a particular item type
    4. Search the catalog for an item of that item type
    5. Copy the barcode
    6. Go into patrons and find a patron of that category
    7. Click on the Batch checkout tab
    8. Paste the barcode in the box and click Check out
    9. It should say 'Too many checked out'
    10. Apply the patch
    11. Try the check out again, it should show both warnings ('Too many
        checked out' and 'This patron can't check out this item per library
        circulation policy')
    
    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 3ee95bd0213943b625ea5a35eb04e45835cf6f65)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4c928041f1ee5ec4c21aab24dfd7f69399ae330f)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

commit da0de43d4bd3ac3028f7d3032e028ee1228505a0
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 25 15:37:21 2019 +0000

    Bug 22207: course reserves page does not have unique <body> id
    
    Test plan: Go to cgi-bin/koha/opac-course-reserves.pl in the OPAC and
    make sure the body id is opac-course-reserves
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois 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 358adce2e75bdd317165c86a9b5064bc52d9e2ad)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a4345d8af3b6e30d21d7cd310dc144fd50d04b8e)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                                        |    3 +--
 Koha/FrameworkPlugin.pm                                            |    4 +---
 authorities/auth_finder.pl                                         |    3 +--
 authorities/authorities-home.pl                                    |    3 +--
 authorities/authorities.pl                                         |    4 ++--
 authorities/blinddetail-biblio-search.pl                           |    3 +--
 authorities/detail-biblio-search.pl                                |    4 +---
 authorities/detail.pl                                              |    4 +---
 authorities/export.pl                                              |    3 +--
 authorities/merge.pl                                               |    3 +--
 authorities/merge_ajax.pl                                          |    3 +--
 koha-tmpl/intranet-tmpl/prog/css/print.css                         |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc           |    1 +
 .../prog/en/modules/admin/preferences/circulation.pref             |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref   |    4 ++--
 .../prog/en/modules/admin/preferences/web_services.pref            |    4 +++-
 .../prog/en/modules/circ/circulation_batch_checkouts.tt            |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt  |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt   |    2 +-
 19 files changed, 23 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list