[koha-commits] main Koha release repository branch master updated. v18.11.00-1050-g35921d3

Git repo owner gitmaster at git.koha-community.org
Wed Apr 10 22:29:30 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, master has been updated
       via  35921d30a99f3f4c4cdb21438c8516444a10f24c (commit)
       via  ea7245631ebfb16d4921a6cf7b4b46799a241ff9 (commit)
       via  e90cb16d79f611caa3cd6d6cbbca4ea01d7a8077 (commit)
       via  5b11c25fe76415078d1b48956512c29c0b2030b1 (commit)
       via  383ec1f51b4c505ac23471f8b5ee1622dc862787 (commit)
       via  192e3baa75f16891582244595fe305292b886dda (commit)
       via  d6122ff78d4344441ed45ceb26ed09af83a15d15 (commit)
       via  ec78d0cddbb5cf5455a2c67130062917a0a23484 (commit)
       via  ea3cbef473a8b542b58341ef38beb9f7be20f4a1 (commit)
       via  247d0d1df1ee5cc7f3184d8ac6ab35373af739b3 (commit)
       via  313df03ed06f8c4229b38d0306c380214d895c4e (commit)
       via  fa53eb4cfa1d0c2125fc3097e6d2328899fc4259 (commit)
       via  d7a5925aa0a7a185c8671d8c9989d80bdf2c0939 (commit)
       via  e98dacf9f1f8464f0db394da6bc1152f96713597 (commit)
       via  0b931d5de3c4fe9fa2b4823d9b8727b28a46aa7c (commit)
       via  bdb157645538667cd23f8563ee6700e697a4adc8 (commit)
       via  6d4eb48dd47599dfd9738e1ae125abfa9f1109ee (commit)
       via  34b1713d86602cbfb9d7c6f68dccf7b293d18dce (commit)
       via  a55e50cf62438ce356e8373ee1d03686d3f96e04 (commit)
       via  b1171d9ef399d68e49044fbc2cb17efbeeaee093 (commit)
       via  d2e189ca1c4f11d12435008053336563af2dd911 (commit)
       via  125de75517b64a95b93dead4b1fa5c2326f007eb (commit)
       via  c5bc2563a856981eab29637fb2da0f6f014c0d6b (commit)
       via  9ec4d86636ffd4a11863cafe8d4eddb6e55c13db (commit)
       via  b763b4698b31c8d32f482f13b50e89b58f68c443 (commit)
      from  41e0ff7cd6240c2c9ba2d1bec816b191ef091eb1 (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 35921d30a99f3f4c4cdb21438c8516444a10f24c
Author: Magnus Enger <magnus at libriotech.no>
Date:   Fri Apr 5 10:03:58 2019 +0200

    Bug 22646: Fix use of PrivacyPolicyURL
    
    To test:
    
    PatronSelfRegistration = Allow
    PatronSelfRegistrationDefaultCategory = PT (or some other real category)
    GDPR_Policy = Enforced
    PrivacyPolicyURL = Some URL
    
    - Go to <opac>/cgi-bin/koha/opac-memberentry.pl and verify that the text "privacy
      policy" displays a link to the current page, not the URL in PrivacyPolicyURL
    - Go to Administration > System preferences > Patrons > Privacy
    - Verify that the descriptions of GDPR_Policy and PrivacyPolicyURL does not
      mention that PrivacyPolicyURL needs to be set if GDPR_Policy is set.
    - Apply the patch
    - Verify that opac-memberentry.pl now links to the URL in PrivacyPolicyURL
    - Verify that the syspref descriptions mention the relationship between them
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ea7245631ebfb16d4921a6cf7b4b46799a241ff9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Mar 14 13:15:01 2019 +0000

    Bug 21013: Missing itemtype for checkut makes patron summary print explode
    
    This patch moves retrieval of the item type description from the script
    to the template using the ItemTypes template plugin.
    
    To test, apply the patch and locate an item which is checked out to
    someone. Modify the database record for that item to remove the item
    type (items.itype).
    
    View the print summary for the patron who has that item checked out. The
    page should display correctly. Checked-out items which have an item type
    should show that item type description correctly.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e90cb16d79f611caa3cd6d6cbbca4ea01d7a8077
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Fri Mar 8 13:27:26 2019 +0200

    Bug 22295: Make Elasticsearch query builder group multi-term queries
    
    Test plan:
    
    1. Do an advanced search for
    Title = new
    AND
    Title = york
    2. Verify that the results match an advanced search for:
    Title = new york
    3. Verify that tests in t/db_dependent/Koha/SearchEngine/Elasticsearch still pass
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5b11c25fe76415078d1b48956512c29c0b2030b1
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Apr 9 15:59:14 2019 -0300

    Bug 22675: Fix SCO behaviour on non-existent barcodes
    
    Bug 21206 replaced GetItem for Koha::Items->find, and introduced this
    problem. This patch verifies $item is defined before attempting to use
    its methods.
    
    To test:
    - Log into SCO
    - Type an invalid barcode
    => FAIL: Things explode :-/
    - Apply this patch, reload
    - Type an invalid barcode
    => SUCCESS: A nice error message is displayed :-D
    - Sign off :-D
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 383ec1f51b4c505ac23471f8b5ee1622dc862787
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 9 13:21:08 2019 +0000

    Bug 22553: Unchecking a subpermission does not uncheck the top level permission
    
    This patch makes a minor change to the set permissions page's JavaScript
    so that unchecking a subpermission will uncheck the top level
    permission.
    
    To test, apply the patch and open the "Set permissions" page for a
    patron.
    
     - Expand a permission with multiple subpermissions.
     - Check the top level permission. All subpermissions should be checked.
     - Uncheck one of the subpermissions. The top level permission should
       now be unchecked.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 192e3baa75f16891582244595fe305292b886dda
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Mar 23 11:44:53 2019 +0000

    Bug 22288: Correct item search in batchMod by barcode file
    
    To test:
    1 - Have a list of barcodes that exist in your catalog
    2 - Go to Tools->Batch item modification
    3 - Attempt to modify items using the list
    4 - Get an error page
    5 - Apply patch
    6 - Repeat
    7 - Modification should work correctly
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d6122ff78d4344441ed45ceb26ed09af83a15d15
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 4 16:07:22 2019 -0300

    Bug 22390: Never copy items if original order has been created from a subscription
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tiny change to the code comment: serial => subscription order
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ec78d0cddbb5cf5455a2c67130062917a0a23484
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 21 14:48:24 2019 -0300

    Bug 22390: (bug 15184 follow-up) Use aqorders.subscriptionid instead of biblio.serial
    
    It seems that we made a wrong assumption on bug 15184, see
      commit d658cb6f7ecb18845a78d4708ee63ad1126f220f
      Bug 15184: Do copy items for not a serial OR if items are created on ordering
    
    To know if an order has been created from a subscription we should check
    $order->subscriptionid instead of the $biblio->serial flag
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ea3cbef473a8b542b58341ef38beb9f7be20f4a1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 2 18:02:14 2019 +0000

    Bug 22618: Move tests to t/db_dependent/Acquisition.t
    
    prove -v t/db_dependent/Acquisition.t
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 247d0d1df1ee5cc7f3184d8ac6ab35373af739b3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Mar 23 08:13:13 2019 +0000

    Bug 22641: Use raw filter on html slip
    
    To test:
    Enable SCO
    Load a patron
    Hit finish, print slip
    Note slip shows as raw html
    Apply patch
    Repeat, get a correctly formatted slip
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=22068
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 313df03ed06f8c4229b38d0306c380214d895c4e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Dec 24 15:59:22 2018 +0000

    Bug 17978: Unit tests for changes
    
    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>

commit fa53eb4cfa1d0c2125fc3097e6d2328899fc4259
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Dec 24 14:33:51 2018 +0000

    Bug 17978: Check if hold can be placed before placing on placerequest.pl
    
    To test:
     1 - Set an All/All/All rule with reserves limited 2 to
     2 - Search in the staff side
     3 - Select all records (or more than 2) from the results
     4 - Click 'Place hold'
     5 - Find a patron, place holds
     6 - You get more holds than you should
     7 - Delete those holds
     8 - Apply patch
     9 - Search and select more than 2 records
    10 - Find patron, place holds
    11 - Only 2 holds are placed
    
    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>

commit d7a5925aa0a7a185c8671d8c9989d80bdf2c0939
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 19 14:20:56 2017 -0500

    Bug 17978: Circ rules will not limit holds
    
    The crux of this issue is that all those holds are unfilled record level holds. The code that checks for the number of holds the user already has *always* uses a branchcode of some form. Because of this, any open record level holds are completely ignored for this purpose.
    
    Test Plan:
    1) Set ReservesControlBranch to "item's home library"
    2) Set an All libraries/All Patrons/All itemtypes rules limiting a patron to 2 holds
    3) Place 3 record level holds, you can but you should not be able to!
    4) Delete the holds
    5) Apply this patch
    6) Attempt to place 3 record level holds
    7) Note that you cannot!
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    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>

commit e98dacf9f1f8464f0db394da6bc1152f96713597
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Apr 5 15:13:36 2019 -0300

    Bug 22068: (QA follow-up) Return meaningful error codes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0b931d5de3c4fe9fa2b4823d9b8727b28a46aa7c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 14 17:03:17 2019 -0300

    Bug 22068: Prevent patrons to cancel article request they did not create
    
    opac-article-request-cancel.pl doesn't check that the article request to
    be cancelled actually belongs to the logged-in borrower. This results in
    any logged-in user being able to cancel any article request just by
    changing the id in the URL.
    
    Test plan:
    - Login with Patron P1, create an article request
    - Cancel it
    - Create another one
    - Copy the cancellation link (must be /cgi-bin/koha/opac-article-request-cancel.pl?id=X)
    - Login with Patron P2
    - Hit the cancellation link
    => Without this patch the article request is cancelled
    => With this patch applied there is a 404 redirection
    
    Note that the 404 will also appears when the article request id does not
    exist.
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bdb157645538667cd23f8563ee6700e697a4adc8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 10 19:57:10 2019 +0000

    Bug 22600: Schema updates
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6d4eb48dd47599dfd9738e1ae125abfa9f1109ee
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 10 19:55:14 2019 +0000

    Bug 22600: DBRev 18.12.00.039
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 34b1713d86602cbfb9d7c6f68dccf7b293d18dce
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 10 19:53:39 2019 +0000

    Bug 22512: DBRev 18.12.00.038
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a55e50cf62438ce356e8373ee1d03686d3f96e04
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Apr 9 11:58:19 2019 -0300

    Bug 22600: (QA follow-up) Raise an exception on missing interface param
    
    This patch makes add_credit and add_debit raise a
    Koha::Exceptions::MissingParameter exception if the 'interface'
    parameter is ommited.
    
    The database will fail to generate the line anyways in strict mode, and
    we better handle it gracefuly.
    
    Bonus: fixed the TODOs in the tests.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b1171d9ef399d68e49044fbc2cb17efbeeaee093
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 29 09:46:12 2019 +0000

    Bug 22600: Update Tests adding 'interface' as needed
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d2e189ca1c4f11d12435008053336563af2dd911
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 28 14:32:05 2019 +0000

    Bug 22600: Set 'commandline' interface appropriately
    
    This patch change Koha::Cron to be a more generic Koha::Script class and
    update all commanline driven scripts to use it.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 125de75517b64a95b93dead4b1fa5c2326f007eb
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 25 19:04:58 2019 +0000

    Bug 22600: Add 'cron' to interface types and set appropriately
    
    This patch adds 'cron' as a valid interface and sets it appropriately for
    existing cron scripts.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c5bc2563a856981eab29637fb2da0f6f014c0d6b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 28 11:33:00 2019 +0000

    Bug 22600: Add 'api' to interface types and set appropriately
    
    This patch adds 'api' as a valid interface and sets it appropriately for
    both the new REST api and previous /svc/ api's.  Handling to keep the
    interface of a logged in session is included such that if the OPAC or
    Intranet use the API's internally via a Cookie we will maintain the
    interface throughout the session.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9ec4d86636ffd4a11863cafe8d4eddb6e55c13db
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 28 10:00:22 2019 +0000

    Bug 22600: Add 'interface' to accountlines
    
    This patch adds the 'interface' field to the accountlines table and
    updates all Koha::Object routines and calls to use it.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b763b4698b31c8d32f482f13b50e89b58f68c443
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 14 12:14:17 2019 +0000

    Bug 22512: Add status field to accountlines
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm                                     |    3 +
 C4/Auth.pm                                         |    6 +
 C4/Circulation.pm                                  |   10 +-
 C4/Context.pm                                      |    8 +-
 C4/Log.pm                                          |    2 +-
 C4/Overdues.pm                                     |   14 +-
 C4/Reserves.pm                                     |    3 +-
 C4/SIP/ILS/Transaction/FeePayment.pm               |   16 +-
 C4/SIP/SIPServer.pm                                |    4 +
 Koha.pm                                            |    2 +-
 Koha/Account.pm                                    |   36 +++-
 Koha/Account/Line.pm                               |    7 +-
 Koha/Acquisition/Order.pm                          |    2 +-
 Koha/Hold.pm                                       |    9 +-
 Koha/Patron.pm                                     |    7 +-
 Koha/REST/V1/Auth.pm                               |    2 +
 Koha/REST/V1/Patrons/Account.pm                    |    1 +
 Koha/Schema/Result/Accountline.pm                  |   20 +-
 Koha/Schema/Result/Issue.pm                        |    9 +-
 Koha/Schema/Result/OldIssue.pm                     |    9 +-
 Koha/Script.pm                                     |   76 ++++++++
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    1 +
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/updatedatabase.pl             |   72 +++++++
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +
 .../prog/en/modules/members/member-flags.tt        |   16 +-
 .../prog/en/modules/members/moremember-print.tt    |    3 +-
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 .../bootstrap/en/modules/sco/printslip.tt          |    6 +-
 members/mancredit.pl                               |    3 +-
 members/pay.pl                                     |    2 +
 members/paycollect.pl                              |    3 +
 members/summary-print.pl                           |    3 -
 misc/admin/koha-preferences                        |    1 +
 misc/batchCompareMARCvsFrameworks.pl               |    1 +
 misc/batchDeleteUnusedSubfields.pl                 |    1 +
 misc/batchImportMARCWithBiblionumbers.pl           |    1 +
 misc/batchRebuildBiblioTables.pl                   |    1 +
 misc/batchRebuildItemsTables.pl                    |    1 +
 misc/batchRepairMissingBiblionumbers.pl            |    2 +-
 misc/batchdeletebiblios.pl                         |    1 +
 misc/check_sysprefs.pl                             |    1 +
 misc/commit_file.pl                                |    1 +
 misc/cronjobs/advance_notices.pl                   |    2 +-
 .../cronjobs/automatic_item_modification_by_age.pl |    1 +
 misc/cronjobs/automatic_renewals.pl                |    2 +-
 misc/cronjobs/batch_anonymise.pl                   |    1 +
 misc/cronjobs/build_browser_and_cloud.pl           |    1 +
 misc/cronjobs/cart_to_shelf.pl                     |    1 +
 misc/cronjobs/check-url-quick.pl                   |    2 +
 misc/cronjobs/check-url.pl                         |    2 +
 misc/cronjobs/cleanup_database.pl                  |    1 +
 misc/cronjobs/cloud-kw.pl                          |    4 +-
 misc/cronjobs/create_koc_db.pl                     |    3 +-
 misc/cronjobs/delete_expired_opac_registrations.pl |    1 +
 misc/cronjobs/delete_items.pl                      |    2 +
 misc/cronjobs/delete_patrons.pl                    |    1 +
 misc/cronjobs/delete_records_via_leader.pl         |    1 +
 misc/cronjobs/edi_cron.pl                          |    1 +
 misc/cronjobs/fines.pl                             |    1 +
 misc/cronjobs/gather_print_notices.pl              |    1 +
 misc/cronjobs/holds/auto_unsuspend_holds.pl        |    1 +
 misc/cronjobs/holds/build_holds_queue.pl           |    1 +
 misc/cronjobs/holds/cancel_expired_holds.pl        |    1 +
 misc/cronjobs/holds/cancel_unfilled_holds.pl       |    1 +
 misc/cronjobs/import_webservice_batch.pl           |    1 +
 misc/cronjobs/j2a.pl                               |    1 +
 misc/cronjobs/longoverdue.pl                       |    2 +
 misc/cronjobs/membership_expiry.pl                 |    1 +
 misc/cronjobs/merge_authorities.pl                 |    5 +-
 misc/cronjobs/notice_unprocessed_suggestions.pl    |    1 +
 misc/cronjobs/overdue_notices.pl                   |    2 +-
 misc/cronjobs/process_message_queue.pl             |    2 +
 misc/cronjobs/purge_suggestions.pl                 |    2 +
 misc/cronjobs/reconcile_balances.pl                |    2 +-
 misc/cronjobs/remove_temporary_edifiles.pl         |    1 +
 misc/cronjobs/rss/rss.pl                           |    2 +
 misc/cronjobs/runreport.pl                         |    1 +
 misc/cronjobs/serialsUpdate.pl                     |    1 +
 misc/cronjobs/share_usage_with_koha_community.pl   |    1 +
 misc/cronjobs/sitemap.pl                           |    2 +
 .../cronjobs/social_data/get_report_social_data.pl |    2 +
 misc/cronjobs/social_data/update_social_data.pl    |    2 +
 misc/cronjobs/staticfines.pl                       |    1 +
 misc/cronjobs/stockrotation.pl                     |    2 +
 .../thirdparty/TalkingTech_itiva_inbound.pl        |    1 +
 .../thirdparty/TalkingTech_itiva_outbound.pl       |    1 +
 misc/cronjobs/update_totalissues.pl                |    2 +
 misc/devel/create_superlibrarian.pl                |    1 +
 misc/devel/populate_db.pl                          |    1 +
 misc/export_borrowers.pl                           |    1 +
 misc/export_records.pl                             |    1 +
 misc/exportauth.pl                                 |    1 +
 misc/import_patrons.pl                             |    1 +
 misc/link_bibs_to_authorities.pl                   |    1 +
 misc/maintenance/UNIMARC_fix_collectiontitle.pl    |    1 +
 .../UNIMARC_sync_date_created_with_marc_biblio.pl  |    1 +
 misc/maintenance/auth_show_hidden_data.pl          |    1 +
 .../borrowers-force-messaging-defaults.pl          |    1 +
 misc/maintenance/cmp_sysprefs.pl                   |    1 +
 misc/maintenance/fix_accountlines_date.pl          |    1 +
 .../fix_accountlines_rmdupfines_bug8253.pl         |    1 +
 misc/maintenance/fix_mysql_constraints.pl          |    1 +
 misc/maintenance/fix_tags_weight.pl                |    1 +
 .../maintenance/make_zebra_dom_cfg_from_record_abs |    1 +
 misc/maintenance/process_record_through_filter.pl  |    2 +
 misc/maintenance/remove_items_from_biblioitems.pl  |    1 +
 misc/maintenance/sanitize_records.pl               |    2 +
 .../maintenance/search_for_data_inconsistencies.pl |    1 +
 misc/maintenance/touch_all_biblios.pl              |    2 +
 misc/maintenance/touch_all_items.pl                |    2 +
 misc/maintenance/update_authorities.pl             |    1 +
 misc/migration_tools/buildCOUNTRY.pl               |    1 +
 misc/migration_tools/buildEDITORS.pl               |    1 +
 misc/migration_tools/buildLANG.pl                  |    1 +
 misc/migration_tools/build_oai_sets.pl             |    1 +
 misc/migration_tools/bulkmarcimport.pl             |    1 +
 misc/migration_tools/checkNonIndexedBiblios.pl     |    1 +
 misc/migration_tools/create_analytical_rel.pl      |    1 +
 misc/migration_tools/fix_onloan.pl                 |    4 +-
 misc/migration_tools/import_lexile.pl              |    1 +
 misc/migration_tools/rebuild_zebra.pl              |    1 +
 misc/migration_tools/remove_unused_authorities.pl  |    1 +
 misc/migration_tools/switch_marc21_series_info.pl  |    1 +
 misc/migration_tools/upgradeitems.pl               |    4 +-
 misc/mod_zebraqueue.pl                             |    1 +
 misc/recreateIssueStatistics.pl                    |    2 +
 misc/search_tools/rebuild_elastic_search.pl        |    1 +
 misc/stage_file.pl                                 |    1 +
 offline_circ/process_koc.pl                        |    2 +-
 opac/opac-account-pay-paypal-return.pl             |    3 +-
 opac/opac-article-request-cancel.pl                |   13 +-
 opac/sco/sco-main.pl                               |    3 +-
 reserve/placerequest.pl                            |   14 +-
 t/Acquisition.t                                    |   68 -------
 t/Context.t                                        |    3 +-
 .../rotatingCollections.pl => t/Koha/Script.t      |   45 +++--
 .../rotatingCollections.pl => t/Koha/Script_cron.t |   45 +++--
 t/db_dependent/Accounts.t                          |   75 ++++----
 t/db_dependent/Acquisition.t                       |   45 ++++-
 t/db_dependent/Circulation.t                       |   21 ++-
 .../Circulation/NoIssuesChargeGuarantees.t         |    2 +-
 t/db_dependent/Holds.t                             |   18 +-
 t/db_dependent/Koha/Account.t                      |  196 ++++++++++++--------
 t/db_dependent/Koha/Account/Lines.t                |   64 ++++---
 t/db_dependent/Koha/Acquisition/Order.t            |   73 +++++++-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   32 +++-
 t/db_dependent/api/v1/patrons_accounts.t           |   11 +-
 tools/batchMod.pl                                  |    4 +-
 149 files changed, 878 insertions(+), 353 deletions(-)
 create mode 100644 Koha/Script.pm
 delete mode 100644 t/Acquisition.t
 copy rotating_collections/rotatingCollections.pl => t/Koha/Script.t (51%)
 mode change 100755 => 100644
 copy rotating_collections/rotatingCollections.pl => t/Koha/Script_cron.t (51%)
 mode change 100755 => 100644


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list