[koha-commits] main Koha release repository branch master updated. v19.11.00-1414-gb3b58d406e

Git repo owner gitmaster at git.koha-community.org
Tue Mar 24 13:00:31 CET 2020


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, master has been updated
       via  b3b58d406ee7857a973e4f07f9732bf94f70452a (commit)
       via  09f2b5f90b96d3548f0d6801f8b2d64050317865 (commit)
       via  b1c6d14d14951ace480667d778e88013460c059e (commit)
       via  1e90641cd64e42b10079e75f092f63ee6f6281a4 (commit)
       via  99831b25e16b0a6b296b7312b8686c15cb44f688 (commit)
       via  def50e034d0529be75641b1b0bf8b6ba8d69c12d (commit)
       via  2e90a02fdd63be5693b481b9bdd08bf0e4c52885 (commit)
       via  ba630130651b87d83b94c1fbf4dcb149b23edefe (commit)
       via  187e80d0a805f97e88bf8fd773898cb3a79be106 (commit)
       via  3cdd94065c1158eb9695faa13e006c7729239fde (commit)
       via  33bbbdd1a3af058896c00617f64c8972f5144a64 (commit)
       via  964a63b486ca47a6c32c31916d9d9d9f44bae1af (commit)
       via  fc4434d5fd43ae1bca67e4aa92241ce28fb11352 (commit)
       via  9933cc7b592e7a733c8eca9dddd45e850616b9fd (commit)
       via  cf1f99a017a84e867587211088996874ba5ce8c2 (commit)
       via  ec4b769ddbee9c06563c8f8c80dc09b086a0b120 (commit)
       via  e3c6c4beedaa7b1fafc9d7ad93d85b6b0284336a (commit)
       via  47f9ec94464c45830f273e560eddd5fe31ce5699 (commit)
       via  7182ebe4567eb764b432bb147b7aae76d9fb4981 (commit)
       via  4e69b19de8c95f66eabae245950224c21cf8d039 (commit)
       via  012af329ab2fead6426c37d2eaa9d3b5e02b0aeb (commit)
       via  f6028a3d34ba8a3d92362b624fe213b05df165f3 (commit)
       via  806b664aef0836ede9984edee6c6e131dba59d60 (commit)
       via  bb4a582a449c370faa862f98e7888f203993b8f3 (commit)
       via  01fcb6fe3f8c3c739ad75fa81c50bd430f2c0129 (commit)
       via  fe3817a8b7d631009b60f2d408bb4115ab96ec33 (commit)
       via  17ec659f85e1a41d6fddc69709bc75f99c99a915 (commit)
       via  1230f0815b995080b4c0c4722961ed187c26689a (commit)
       via  55e42a172e6541b8310267c4c82b67cc39d8c7cd (commit)
       via  c5b6b9aa65c5869b12e0b566aecc773729a8c2da (commit)
       via  38ac98ffbc16aabb54d3f862c6b26c561f95507d (commit)
       via  f6f1a56a98119507e5f455448518a4fb23546b6b (commit)
       via  4fdc914cdd11cba4f4a08b529a5b36a39ded9343 (commit)
      from  287b1313696f07568d05fa41b4c4223c734d5757 (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 b3b58d406ee7857a973e4f07f9732bf94f70452a
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jan 20 11:08:23 2020 -0300

    Bug 24461: Add to_api_mapping to Koha::Acquisition::BasketGroup
    
    This patch adds to_api_mapping to the Koha::Acquistion::BasketGroup
    class.
    
    To test:
    1. Compare the mapping with the one on the RFC
    => SUCCESS: They match
    2. Sigh off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 09f2b5f90b96d3548f0d6801f8b2d64050317865
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 24 09:41:06 2020 +0100

    Bug 24962: Do not display the toolbar when editing a patron and dup is found
    
    Whe a duplicate patron is found, the toolbar to save is display without
    the button.
    We must hide it completely, user has to use the 2 buttons from the dup
    message "Editing existing" or "Save as new".
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b1c6d14d14951ace480667d778e88013460c059e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 24 11:04:28 2020 +0100

    Bug 21503: Restore existing ternary operator logic
    
    This syntax is much more readable IMO. Precendent patch also missed the
    case where the parameter was undef.
    I think we are good now.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1e90641cd64e42b10079e75f092f63ee6f6281a4
Author: Christopher Brannon <cbrannon at cdalibrary.org>
Date:   Wed Oct 17 21:19:43 2018 +0000

    Bug 21503: Changed logic for checking values
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 99831b25e16b0a6b296b7312b8686c15cb44f688
Author: Christopher Brannon <cbrannon at cdalibrary.org>
Date:   Wed Oct 17 21:15:36 2018 +0000

    Bug 21503: Tests clarification for debugging
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit def50e034d0529be75641b1b0bf8b6ba8d69c12d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 10:45:55 2018 -0300

    Bug 21503: Tests cleanup and highlight a missing case
    
    This patch does the following changes:
    - Use build_object to create the MSS
    - Store the generate AVs. That was not the case before and so we were
    not testing the right things
    - Split the tests into 2 parts: staff and OPAC, for readability
    - Update the tests' descriptions
    - Highlight a problem: If descriptions are missing for both OPAC and
    staff, undef is returned. Is that what we expect? It seems that it is
    not what were expecting the tests.
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2e90a02fdd63be5693b481b9bdd08bf0e4c52885
Author: Christopher Brannon <cbrannon at cdalibrary.org>
Date:   Fri Oct 12 18:45:29 2018 +0000

    Bug 21503: Fix AV to fail to other values
    
    To Test (Test both detail.pl and opac-detail.pl for functionality):
        1) Apply patch (restart_all)
        2) Look up an item that has a shelving location with a description
            defined (opac description too).
        3) Remove opac description from shelving location.  Refresh
            opac-detail.pl and note that description fails back to the
            regular description.  Refresh detail.pl and note no change.
        4) Remove regular description from shelving location.  Refresh
            opac-detail.pl and detail.pl.  Note that both default to the
            shelving location code.
        5) Remove the shelving location from the LOC table all together.
            Refresh opac-detail.pl and detail.pl.  Note that both default to
            the requested shelving location code.
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ba630130651b87d83b94c1fbf4dcb149b23edefe
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 8 16:21:25 2018 -0300

    Bug 21503: Tests for the existing behavior
    
    This patch introduces 7 tests for the current behaviour for the
    AuthorisedValues template plugin.
    
    To test:
    - Apply this patch
    - Run:
      $ kshell
     k$ prove t/db_dependent/Template/Plugin/AuthorisedValues.t
    => SUCCESS: Tests pass, all green!
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 187e80d0a805f97e88bf8fd773898cb3a79be106
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 13 20:52:24 2020 +0000

    Bug 24877: Add link from vendor to linked subscriptions
    
    Koha shows the number of subscriptions linked to a vendor,
    but there is no way to look them up. This adds a link to the
    subscription search with the vendor name, so there is an easy way
    to find the subscriptions.
    
    To test:
    - Be superlibrarian or have serials permission
    - Make sure you have one or more subscriptions linked to vendors
    - Go to the vendor's detail page in acquisitions
    - Verify the number of subscriptions is now a link
    - Verify the search results are correct when clicking on it
    - Remove permissions (no serials, not superlibrarian)
    - Verify now the number shows, but is not linked
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3cdd94065c1158eb9695faa13e006c7729239fde
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 13 20:30:06 2020 +0000

    Bug 24875: Remove extra punctuation from tools start page
    
    The patron clubs note was ending with .., but patch also removed
    some single . to be consistent with the majority of entries on the
    tools page.
    
    To test:
    - Check the tools start page for ending . in the notes
    - Apply patch
    - Verify the punctuation is now consistent
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 33bbbdd1a3af058896c00617f64c8972f5144a64
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 24 11:26:17 2020 +0000

    Bug 24476: DBRev 19.12.00.053
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 964a63b486ca47a6c32c31916d9d9d9f44bae1af
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Mar 24 10:14:55 2020 +0100

    Bug 24476: (QA follow-up) Move new option below warnings and messages in OPAC account
    
    This makes it so the new option appears right above the table of checkouts etc.
    but below any warnings, messages or dialogs.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fc4434d5fd43ae1bca67e4aa92241ce28fb11352
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 28 19:16:52 2020 +0000

    Bug 24476: Add boolean for TINYINT
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9933cc7b592e7a733c8eca9dddd45e850616b9fd
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 23 11:48:47 2020 +0000

    Bug 24476: Schema changes
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cf1f99a017a84e867587211088996874ba5ce8c2
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Mar 22 17:07:57 2020 +0000

    Bug 24476: (QA follow-up) Standardize on 'auto renew(al)' and improve db update
    
    There were several versions: auto renew, auto-renew, autorenew
    I've decided to use auto renew (from automatic renewal) to keep
    things a bit more consistent.
    
    The DB update was missing AFTER and IGNORE for the sys pref.
    Also fixed a tiny typo (tp > to)
    Also changed
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ec4b769ddbee9c06563c8f8c80dc09b086a0b120
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 28 20:06:32 2020 +0000

    Bug 24476: Allow direct editing of autorenew_checkouts by patron
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e3c6c4beedaa7b1fafc9d7ad93d85b6b0284336a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 28 17:30:07 2020 +0000

    Bug 24476: Rename autorenewal to autorenew_checkouts
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 47f9ec94464c45830f273e560eddd5fe31ce5699
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 23 02:38:50 2020 +0000

    Bug 24476: Allow patrons to opt out of auto-renewal
    
    To test:
    1 - Verify on staff side that patron can be edited to opt in our out of auto renewal
    2 - Check out some items to a patron opted in to auto renewal
    3 - Ensure the items are checked out and set to autorenew
    4 - Login on the opac at the patron
    5 - Verify items cannot be renewed as scheduled for auto-renewal
    6 - On staff side, opt patron out of auto renewal
    7 - Verify on opac items are no longer marked for auto renewal
    8 - Run the auto renewal cron job, items are not renewed
    9 - Set 'no renewal before' to a setting that would prevent renewal
    10 - Verify that opting patron in or out of auto renewal changes only the reason items cannot be renewed
    11 - Set 'no renewal before' to a setting that would allow for renewal
    12 - Verify that opting patron in/out changes their ability to renew
    13 - Verify that when opted out cron does not renew
    14 - Verify that when opted in the item is auto renewed
    15 - Reset the due date, opt out, verify manual renewal succeeds
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7182ebe4567eb764b432bb147b7aae76d9fb4981
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 23 02:37:19 2020 +0000

    Bug 24476: Change CanBookBeRenewed and adjust tests
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4e69b19de8c95f66eabae245950224c21cf8d039
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 23 02:36:29 2020 +0000

    Bug 24476: API Updates
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 012af329ab2fead6426c37d2eaa9d3b5e02b0aeb
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 23 02:35:38 2020 +0000

    Bug 24476: Database updates
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f6028a3d34ba8a3d92362b624fe213b05df165f3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 20 08:20:23 2019 +0000

    Bug 24276: Add unit tests for mandatory parameter of FillWithDefaultValues
    
    Test plan:
    Run t/db_dependent/Acquisition/FillWithDefaultValues.t
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 806b664aef0836ede9984edee6c6e131dba59d60
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 19 14:17:39 2019 +0000

    Bug 24276: Add FillWithDefaultValues call in neworderempty
    
    Apply mandatory defaults from the ACQ framework to records from external
    source in Acquisition.
    
    Test plan:
    [1] Add 'BK' as mandatory default in ACQ framework for 942$c.
    [2] Add order to basket via external source.
    [3] Check 942$c on detail page of new record, MARC tab.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bb4a582a449c370faa862f98e7888f203993b8f3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 19 13:46:21 2019 +0000

    Bug 24276: First change indent
    
    No other changes than whitespace, guys.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 01fcb6fe3f8c3c739ad75fa81c50bd430f2c0129
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 23 12:47:27 2020 +0000

    Bug 24951: Add id to payout modal confirm button
    
    This patch adds an ID to the payout confirmation modal on the
    borrower account details page.
    
    Test plan:
    1/ Apply patch
    2/ Attempt to issue a payout to a patron
    3/ Inspect the page and note the presence of an ID for the confirm
       button
    4/ Signoff
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fe3817a8b7d631009b60f2d408bb4115ab96ec33
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 24 11:12:51 2020 +0000

    Bug 21443: DBRev 19.12.00.052
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 17ec659f85e1a41d6fddc69709bc75f99c99a915
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 23 08:06:08 2020 -0400

    Bug 21443: Remove the dependency on finesCalendar
    
    Considering that the the use of finesCalendar for this calculation is
    already a binary choice, it makes sense to remove the use of
    finesCalendar here. It is an uneccessary complication that could
    introduce confusion. Allowing this new setting to directly control
    the behavior makes it clear and obvious what is going on.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1230f0815b995080b4c0c4722961ed187c26689a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 23 06:50:05 2020 -0400

    Bug 21443: Mark new columns as boolean in schema file
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 55e42a172e6541b8310267c4c82b67cc39d8c7cd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 9 13:36:22 2020 -0400

    Bug 21443: Unit tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marti Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c5b6b9aa65c5869b12e0b566aecc773729a8c2da
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 9 13:28:16 2020 -0400

    Bug 21443: Add ability to exclude holidays when calculating rentals fees by time period
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marti Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 38ac98ffbc16aabb54d3f862c6b26c561f95507d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 9 13:13:46 2020 -0400

    Bug 21443: Update Schema
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marti Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f6f1a56a98119507e5f455448518a4fb23546b6b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 9 13:11:55 2020 -0400

    Bug 21443: Update database
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marti Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4fdc914cdd11cba4f4a08b529a5b36a39ded9343
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 13 18:03:12 2020 +0000

    Bug 24837: Rename selectbranchprinter.pl to set-library.pl
    
    This renames the selectbranchprinter.pl file to the more
    fitting set-library.pl.
    
    To test:
    - Change the library with "Set library" from
      - The menu in the top navigation bar
      - The circulation start page
    - Verify the help link on page leads to the correct
      section in the manual
    - Read the code... and verify all occurences have been caught
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |  9 ++-
 C4/Circulation.pm                                  |  8 +-
 Koha.pm                                            |  2 +-
 Koha/Acquisition/BasketGroup.pm                    | 18 ++++-
 Koha/Charges/Fees.pm                               |  4 +-
 Koha/Manual.pm                                     |  2 +-
 Koha/Patron.pm                                     |  1 +
 Koha/Schema/Result/Aqbasketgroup.pm                |  3 +
 Koha/Schema/Result/Borrower.pm                     | 15 +++-
 Koha/Schema/Result/Deletedborrower.pm              | 20 ++++-
 Koha/Schema/Result/Itemtype.pm                     | 25 +++++-
 Koha/Template/Plugin/AuthorisedValues.pm           | 10 +--
 acqui/neworderempty.pl                             | 13 ++--
 admin/itemtypes.pl                                 |  6 ++
 api/v1/swagger/definitions/patron.json             |  4 +
 api/v1/swagger/paths/patrons.json                  |  6 ++
 circ/branchtransfers.pl                            |  2 +-
 circ/{selectbranchprinter.pl => set-library.pl}    |  4 +-
 installer/data/mysql/kohastructure.sql             |  4 +
 installer/data/mysql/sysprefs.sql                  |  1 +
 installer/data/mysql/updatedatabase.pl             | 43 ++++++++++
 .../intranet-tmpl/prog/en/includes/circ-nav.inc    |  2 +-
 .../intranet-tmpl/prog/en/includes/header.inc      |  4 +-
 .../prog/en/includes/patroncards-errors.inc        |  4 +-
 .../prog/en/modules/acqui/supplier.tt              |  8 +-
 .../prog/en/modules/admin/itemtypes.tt             | 18 +++++
 .../prog/en/modules/admin/preferences/patrons.pref |  6 ++
 .../prog/en/modules/circ/circulation-home.tt       |  2 +-
 .../prog/en/modules/circ/circulation.tt            | 14 +++-
 .../{selectbranchprinter.tt => set-library.tt}     |  6 +-
 .../prog/en/modules/members/boraccount.tt          |  2 +-
 .../prog/en/modules/members/memberentrygen.tt      | 35 ++++++++-
 .../prog/en/modules/members/members-update.tt      |  1 +
 .../prog/en/modules/members/moremember-brief.tt    |  1 +
 .../prog/en/modules/members/moremember.tt          |  6 ++
 .../prog/en/modules/tools/tools-home.tt            | 10 +--
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    | 37 ++++++++-
 members/memberentry.pl                             |  1 +
 misc/cronjobs/automatic_renewals.pl                |  2 +-
 opac/opac-user.pl                                  | 16 ++++
 t/db_dependent/Acquisition/FillWithDefaultValues.t | 25 +++++-
 t/db_dependent/Circulation.t                       | 28 ++++++-
 t/db_dependent/Koha/Charges/Fees.t                 | 34 +++++---
 t/db_dependent/Template/Plugin/AuthorisedValues.t  | 91 +++++++++++++++++++++-
 44 files changed, 479 insertions(+), 74 deletions(-)
 rename circ/{selectbranchprinter.pl => set-library.pl} (95%)
 rename koha-tmpl/intranet-tmpl/prog/en/modules/circ/{selectbranchprinter.tt => set-library.tt} (94%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list