[koha-commits] main Koha release repository branch master updated. v18.05.00-644-gd19d8ec

Git repo owner gitmaster at git.koha-community.org
Fri Aug 31 15:04:26 CEST 2018


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  d19d8ec049271afb5840af15bc9fee9da7ab4e19 (commit)
       via  566badf12ae22cf3748db867dd93b67a91088eff (commit)
       via  302dd7bf8233ebf640bfde82fc050f8b08b2757c (commit)
       via  9582d268af324b33bb6ebc9b9665d5bce994101c (commit)
       via  092d52d5cf34eb061e893f89b7ea3f9168ec4330 (commit)
       via  c883ffe6b384b3e7c265f2bce92233c21354f44a (commit)
       via  eba00a8c6ff447e9701f8d5aeb67ee2a047f796b (commit)
       via  87fb5d53a150b649022ad0b37e995074ee013a85 (commit)
       via  c9da416690a193d7f36493f69667538aafa8affe (commit)
       via  80ae56cb31fbdcceb7f73dbaa8b4856c8548a04d (commit)
       via  a3e8e12364bf266e230b80bd4389cdc3a403b649 (commit)
       via  26976dfba92caec0e261630a46f9a5d68b34ccbc (commit)
       via  87d7ce88f6a0437be360690f6d18915e57add3c6 (commit)
       via  8f4c686e7cb4d7a9825963e480b44b9323967343 (commit)
       via  02222d2e9b538358ec59a8f6d4d0679992743782 (commit)
       via  699e40250f498c45d3a72501121630358af77924 (commit)
       via  bee097b39b4f87d7708cbc7bebc46902705f2f64 (commit)
       via  cc87e0a4583148c13e74376b9ca327cb909414ad (commit)
       via  5cc4865eefc4d70293da63a6d7049566106a21ef (commit)
       via  4f252d611d4996c5b80b222e30a52a7dd02f70c7 (commit)
       via  604cc208b5cbb82020d874b0faa861b2cf6e3329 (commit)
       via  02633edc7de5f92d1fd69747b1fbe9ae9b38b891 (commit)
       via  a42af283176f652a330db54711c64b97ad8faefc (commit)
       via  ff1557fef4fe8d8b458151c1c55a3d23d957b91a (commit)
       via  62a075987af70ec5ed3665fe662adb31a17fdde4 (commit)
       via  5d6efd4847cfb81ef9752f58e95ed761b50d13b4 (commit)
       via  c713e06e700e330db569b518bc426501d155e973 (commit)
       via  4765db2527059fa80a2e4471faab18f4f6968e0f (commit)
       via  f7fe10c6ff15fb9d980762d5082561ece882421c (commit)
      from  4a2bdc80ab1f73315adddf8d24a84c5ec4a82dfe (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 d19d8ec049271afb5840af15bc9fee9da7ab4e19
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jul 10 14:54:17 2018 -0300

    Bug 20944: Add route to add credits to a patron's account
    
    This patch adds the /patrons/{patron_id}/account/credits endpoint, that
    can be used to add credits to a patron's account. It is implemented so
    the new credits are used to pay existing debts.
    
    To test:
    - Run:
      $ kshell
    k$ prove t/db_dependent/api/v1/patrons_accounts.t
    => SUCCESS: Tests pass!
    - Make your favourite REST testing tool (RESTer on Firefox?) do:
      POST /api/v1/patrons/{patron_id}/account/credits
    {
      "amount": 100
    }
    - Play with other possible attributes on the credit object.
    - Sign off :-D
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 566badf12ae22cf3748db867dd93b67a91088eff
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jul 10 14:53:47 2018 -0300

    Bug 20944: OpenAPI spec for /patrons/{patron_id}/account/credits
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 302dd7bf8233ebf640bfde82fc050f8b08b2757c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 24 10:45:52 2018 -0300

    Bug 21267: Set X-FORWARDED-PROTO https if required
    
    This patch makes the apache configuration for the reverse proxy
    (required for Plack) so it sets the X-FORWARDED-PROTO header correctly
    for Plack::Middleware::ReverseProxy to use it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Ulrich Kleiber <ulrich.kleiber at bsz-bw.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Since we actually resolve 19799 now (Changing language on OPAC redirects
    back to homepage), I will move that code to a new enh report.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9582d268af324b33bb6ebc9b9665d5bce994101c
Author: Nightly Build Bot <nightly at abunchofthings.net>
Date:   Fri Aug 31 00:25:45 2018 +0200

    Bug 17084: Automatic debian/control updates (unstable/master)
    
    This is a result of Bug 21068: Remove NorwegianPatronDB related code
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 092d52d5cf34eb061e893f89b7ea3f9168ec4330
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 31 11:58:49 2018 +0000

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

commit c883ffe6b384b3e7c265f2bce92233c21354f44a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Aug 28 07:55:37 2018 +0000

    Bug 18639: (QA follow-up) Fix formatting of replacement cost when modifying an order
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit eba00a8c6ff447e9701f8d5aeb67ee2a047f796b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Aug 27 18:21:23 2018 +0000

    Bug 18639: Alter DB update to populate replacementprice from rpp initially
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 87fb5d53a150b649022ad0b37e995074ee013a85
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Aug 27 13:33:50 2018 +0000

    Bug 18639: (follow-up) Populate replacement price from list price during ordering
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c9da416690a193d7f36493f69667538aafa8affe
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jun 11 11:44:39 2018 +0100

    Bug 18639: Use replacementprice when creating order from quote
    
    Updates column name from rrp -> replacementprice when creating
    order from EDI QUOTE message
    Also ensure other rrp_tax* fields populated
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 80ae56cb31fbdcceb7f73dbaa8b4856c8548a04d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 29 16:22:08 2017 +0000

    Bug 18639: Unit tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a3e8e12364bf266e230b80bd4389cdc3a403b649
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 29 16:16:23 2017 +0000

    Bug 18639: Add replacementprice field to acquisitions workflow
    
    To test:
     0 - Apply patches and updatedatabase
     1 - Add an order to a basket
     2 - You should note new 'Retail price field'
     3 - You should have a separate 'Replacement price' field
     4 - Enter values and ensure they are saved as expected
     5 - In the basket you should see the replacement price
     6 - Modify order and ensure value is loaded and saved correctly
     7 - Add and cancle an order and esure replacement price shows/saves
     8 - Close basket
     9 - Receive an order
    10 - You should be able to edit replacement price
    11 - 'retail price' field is not editable
    12 - Check associated item, replacement price in item should be updated
    13 - Cancel receipt, check item. receive again with new replacement
    price, check item
    14 - Price should be correctly updated
    15 - Finish receipt, value should show in table
    16 - Test with receive from file
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 26976dfba92caec0e261630a46f9a5d68b34ccbc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 29 16:14:07 2017 +0000

    Bug 18639: Add replacementprice field to aqorders
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 87d7ce88f6a0437be360690f6d18915e57add3c6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 24 15:45:16 2018 -0300

    Bug 14302: (follow-up) Remove traces in C4::Search and C4::Context
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8f4c686e7cb4d7a9825963e480b44b9323967343
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 24 15:15:30 2018 -0300

    Bug 14302: (follow-up) Remove traces in koha-create
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 02222d2e9b538358ec59a8f6d4d0679992743782
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 24 14:55:07 2018 -0300

    Bug 14302: (QA follow-up) Remove remaining file
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 699e40250f498c45d3a72501121630358af77924
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 20 16:02:19 2017 +0000

    Bug 14302: Remove grs1 records from test data
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bee097b39b4f87d7708cbc7bebc46902705f2f64
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 20 15:54:59 2017 +0000

    Bug 14302: Remove GRS1 specific code
    
    Remove:
    - BIB_INDEX_MODE and AUTH_INDEX_MODE env var
    - bib_index_mode and auth_index_mode options from scripts
    - Warnings from about page, just kept one if zebra_bib_index_mode or
    zebra_auth_index_mode still exist in config and are set to grs1
    
    Test plan:
    - Install Koha from src
    - Install Koha from pkg
    - Read the code, carefully!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Rebased
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cc87e0a4583148c13e74376b9ca327cb909414ad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 20 16:54:34 2017 +0100

    Bug 14302: Remove GRS1 related files
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5cc4865eefc4d70293da63a6d7049566106a21ef
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 1 15:49:26 2018 +0000

    Bug 20690: Update two-column templates with Bootstrap grid: Acquisitions part 4
    
    This patch modifies several acquisitions templates to use the Bootstrap
    grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags and "text/css" attributes from <style> tags in the
    modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
    - Acquisitions home page -> Click a "spent" value for a fund.
    - Acquisitions -> Vendor -> Vendor details.
    - Acquisitions -> Vendor -> Uncertain prices
    - Acquisitions -> Vendor -> Receive shipments
      - Click an "Invoice number" link in the table of shipments.
        - Click "Receive" for one of the titles in pending orders.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4f252d611d4996c5b80b222e30a52a7dd02f70c7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 1 15:47:24 2018 +0000

    Bug 20672: Update two-column templates with Bootstrap grid: Acquisitions part 3
    
    This patch modifies several acquisitions templates to use the Bootstrap
    grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags in the modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
    - Acquisitions -> Vendor -> Add to basket -> From an existing record ->
      Search results.
      - Order
    - Acquisitions -> Vendor -> Add to basket -> From a subscription
    - Acquisitions -> Vendor -> Add to basket -> From a suggestion
    - Acquisitions -> Vendor -> Add to basket -> From an external source
      - Search for an title which already exists in your catalog
      - Select a search result which has an ISBN matching the title in your
        catalog.
      - Order. The duplicate warning page is the one modified.
    - Acquisitions home page -> Click an "Ordered" value for a fund.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 604cc208b5cbb82020d874b0faa861b2cf6e3329
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 16:40:59 2018 -0300

    Bug 21201: Remove GetItemnumbersForBiblio
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit 02633edc7de5f92d1fd69747b1fbe9ae9b38b891
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 16:40:44 2018 -0300

    Bug 21201: Replace C4::Items::GetItemnumbersForBiblio calls
    
    Those calls to C4::Items::GetItemnumbersForBiblio can be replaced with
        my @itemnumbers = Koha::Items->search({ biblionumber => $biblionumber})->get_column("itemnumber")
    
    Test plan:
    - Use the GetAvailability service of ILS-DI
    - Try to place a hold on an item that is available and another one
    - Use the batch record deletion tool to remove record with and without items.
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit a42af283176f652a330db54711c64b97ad8faefc
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Aug 17 05:26:57 2018 +0000

    Bug 21184: (follow-up) Fix adding barcode to waiting hold item in SIP
    
    Test plan:
    1) Set up your SIP: https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
    2) Run:
    misc/sip_cli_emulator.pl -a localhost -p 6001 -su <login> -sp <passsword> -l <library_code> --patron <borrowernumber> -s "Y         " -m patron_information
    
    the -s parameter says what kind of additional information you want to see
    
    3) Check the response: if the requested patron has waiting hold, there
    is field "AS" with the barcode of waiting item
    
    The right response looks like this:
    64              00120180817
    052434000100000000000000000000AOCPL|AA1|AEKoha Admin|BLY|CC5|AS39999000004410|PCS|PIY|AFGreetings from Koha. |
    
    More reading ;)
    http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit ff1557fef4fe8d8b458151c1c55a3d23d957b91a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 15:59:52 2018 -0300

    Bug 21184: Remove GetBarcodeFromItemnumber
    
    Test plan:
      git grep GetBarcodeFromItemnumber
    should not return anything
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit 62a075987af70ec5ed3665fe662adb31a17fdde4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 15:59:38 2018 -0300

    Bug 21184: Replace C4::Items::GetBarcodeFromItemnumber calls
    
    Those calls to C4::Items::GetBarcodeFromItemnumber can be replaced with
        my $barcode = Koha::Items->find($itemnumber)->barcode;
    But if we are not sure that the item exists, we should test the return
    of ->find before ->barcode
    
    Test plan:
    - Edit an item
    - Check an item in
    
    - Test SIP - I do not really know how to trigger that code, apparently
    misc/sip_cli_emulator.pl does not deal with holds. Any ideas?
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit 5d6efd4847cfb81ef9752f58e95ed761b50d13b4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 17:56:38 2018 -0300

    Bug 21202: Replace C4::Items::GetItemsByBiblioitemnumber calls
    
    http://lists.koha-community.org/pipermail/koha-devel/2018-August/044757.html
    
    Prior to this patch, GetRecords returned timestampX, cardX and borrowerX for
    the last 3 patrons who checked out the items.
    
    I have no idea if it is a desired effects but, as this code has been
    there for a very long time (2005), I suspect it's not.
    The "doc" (/ilsdi.pl?service=Describe&verb=GetRecords) does not say
    anything about the checkouts info.
    
    Test plan:
    hit /ilsdi.pl?service=GetRecords&id=1
    and confirm the info about items are displayed correctly
    
    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: Nick Clemens <nick at bywatersolutions.com>

commit c713e06e700e330db569b518bc426501d155e973
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 30 20:13:37 2018 +0000

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

commit 4765db2527059fa80a2e4471faab18f4f6968e0f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Aug 22 20:49:52 2018 +0200

    Bug 19383: (QA follow-up) Remove unused name variable
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f7fe10c6ff15fb9d980762d5082561ece882421c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 3 08:23:13 2018 -0400

    Bug 19383: Add ability to print hold receipts automatically
    
    Some libraries don't wish to require librarians to confirm each hold during checkin. Instead they would like to only be alerted that a hold was filled.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Enable the new syspref HoldsAutoFill
    4) Check in an item that should be trapped for a hold
    5) Note that instead of the modal asking if the hold should be filled,
       instead you get a message box showing the hold was filled, along
       with a button to print the hold slip.
    6) Enable the new syspref HoldsAutoFillPrintSlip
    7) Repeat step 4
    8) Note the same behavior, but this time the print dialog displays
       automatically
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |    8 +
 C4/Context.pm                                      |   19 +-
 C4/ILSDI/Services.pm                               |   10 +-
 C4/Items.pm                                        |   98 --
 C4/Reserves.pm                                     |    8 +-
 C4/SIP/ILS/Patron.pm                               |   14 +-
 C4/Search.pm                                       |    4 +-
 Koha.pm                                            |    2 +-
 Koha/EDI.pm                                        |    4 +-
 Koha/REST/V1/Patrons/Account.pm                    |   87 +
 Koha/Schema/Result/Aqorder.pm                      |   12 +-
 Makefile.PL                                        |   60 +-
 about.pl                                           |   72 +-
 acqui/addorderiso2709.pl                           |    8 +-
 acqui/finishreceive.pl                             |    6 +-
 acqui/neworderempty.pl                             |    2 +
 acqui/orderreceive.pl                              |    1 +
 api/v1/swagger/definitions.json                    |    3 +
 .../swagger/definitions/patron_account_credit.json |   39 +
 api/v1/swagger/paths.json                          |    3 +
 api/v1/swagger/paths/patrons_account.json          |   69 +
 cataloguing/additem.pl                             |    8 +-
 circ/returns.pl                                    |   55 +-
 debian/control                                     |    6 -
 debian/docs/koha-create.xml                        |   16 -
 debian/koha-common.postinst                        |    2 +-
 debian/koha.install                                |    4 +-
 debian/scripts/koha-create                         |  113 --
 debian/templates/apache-shared-intranet-plack.conf |    2 +-
 debian/templates/apache-shared-opac-plack.conf     |    2 +-
 debian/templates/koha-conf-site.xml.in             |   37 +-
 debian/templates/koha-sites.conf                   |   10 -
 .../templates/marc21-retrieval-info-auth-grs1.xml  |   40 -
 .../templates/marc21-retrieval-info-bib-grs1.xml   |   40 -
 .../templates/normarc-retrieval-info-auth-grs1.xml |   40 -
 .../templates/normarc-retrieval-info-bib-grs1.xml  |   40 -
 .../templates/unimarc-retrieval-info-auth-grs1.xml |   40 -
 .../templates/unimarc-retrieval-info-bib-grs1.xml  |   40 -
 debian/templates/zebra-authorities-site.cfg.in     |   61 -
 debian/templates/zebra-biblios-site.cfg.in         |   59 -
 etc/koha-conf.xml                                  |    2 -
 .../marc_defs/marc21/authorities/record.abs        |   82 -
 etc/zebradb/marc_defs/marc21/biblios/record.abs    |  331 ----
 etc/zebradb/marc_defs/normarc/biblios/record.abs   |  327 ----
 .../marc_defs/unimarc/authorities/record.abs       |  173 --
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |  572 -------
 etc/zebradb/retrieval-info-auth-grs1.xml           |   40 -
 etc/zebradb/retrieval-info-bib-grs1.xml            |   40 -
 etc/zebradb/zebra-authorities.cfg                  |   61 -
 etc/zebradb/zebra-biblios.cfg                      |   64 -
 installer/data/mysql/kohastructure.sql             |    3 +-
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   22 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   63 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    6 +
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    5 +
 .../prog/en/modules/acqui/neworderbiblio.tt        |   28 +-
 .../prog/en/modules/acqui/neworderempty.tt         |   35 +-
 .../en/modules/acqui/neworderempty_duplicate.tt    |   33 +-
 .../prog/en/modules/acqui/newordersubscription.tt  |   23 +-
 .../prog/en/modules/acqui/newordersuggestion.tt    |   28 +-
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |   26 +-
 .../prog/en/modules/acqui/orderreceive.tt          |   39 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |  205 +--
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |   32 +-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |   28 +-
 .../prog/en/modules/acqui/supplier.tt              |   38 +-
 .../prog/en/modules/acqui/uncertainprice.tt        |   26 +-
 .../en/modules/admin/preferences/circulation.pref  |   12 +
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   56 +
 koha-tmpl/intranet-tmpl/prog/js/acq.js             |    2 +
 misc/koha-install-log                              |    2 -
 misc/migration_tools/rebuild_zebra.pl              |    5 +-
 rewrite-config.PL                                  |   10 +-
 svc/checkin                                        |    7 +-
 t/db_dependent/Acquisition.t                       |   45 +-
 t/db_dependent/Search.t                            |  158 +-
 t/db_dependent/XISBN.t                             |    5 +-
 t/db_dependent/api/v1/patrons_accounts.t           |  110 +-
 .../exported_records.xml                           |    0
 .../large_biblio_grs1/exported_records.xml         | 1677 --------------------
 t/db_dependent/zebra_config.pl                     |   18 +-
 tools/batch_delete_records.pl                      |    5 +-
 83 files changed, 957 insertions(+), 4633 deletions(-)
 create mode 100644 api/v1/swagger/definitions/patron_account_credit.json
 delete mode 100644 debian/templates/marc21-retrieval-info-auth-grs1.xml
 delete mode 100644 debian/templates/marc21-retrieval-info-bib-grs1.xml
 delete mode 100644 debian/templates/normarc-retrieval-info-auth-grs1.xml
 delete mode 100644 debian/templates/normarc-retrieval-info-bib-grs1.xml
 delete mode 100644 debian/templates/unimarc-retrieval-info-auth-grs1.xml
 delete mode 100644 debian/templates/unimarc-retrieval-info-bib-grs1.xml
 delete mode 100644 debian/templates/zebra-authorities-site.cfg.in
 delete mode 100644 debian/templates/zebra-biblios-site.cfg.in
 delete mode 100644 etc/zebradb/marc_defs/marc21/authorities/record.abs
 delete mode 100644 etc/zebradb/marc_defs/marc21/biblios/record.abs
 delete mode 100644 etc/zebradb/marc_defs/normarc/biblios/record.abs
 delete mode 100644 etc/zebradb/marc_defs/unimarc/authorities/record.abs
 delete mode 100644 etc/zebradb/marc_defs/unimarc/biblios/record.abs
 delete mode 100644 etc/zebradb/retrieval-info-auth-grs1.xml
 delete mode 100644 etc/zebradb/retrieval-info-bib-grs1.xml
 delete mode 100644 etc/zebradb/zebra-authorities.cfg
 delete mode 100644 etc/zebradb/zebra-biblios.cfg
 rename t/db_dependent/data/marc21/zebraexport/{large_biblio_dom => large_biblio}/exported_records.xml (100%)
 delete mode 100644 t/db_dependent/data/marc21/zebraexport/large_biblio_grs1/exported_records.xml


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list