[koha-commits] main Koha release repository branch master updated. v18.11.00-357-g914f448

Git repo owner gitmaster at git.koha-community.org
Thu Jan 31 14:52:42 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, master has been updated
       via  914f448fe1c1d5c01e3188a827a0d18ec3001b45 (commit)
       via  63f40e519c7fbbba70a2944113830a1d3ed80306 (commit)
       via  8ee08c3922dd892e9432ce243fc7244092fdd18f (commit)
       via  26af040c79e548e9388346b247f509f743401c34 (commit)
       via  103670e726b9938aa1484b7486cba94adf7b69a9 (commit)
       via  3ffed7d55a1d77df2d3c0748614434866612ed24 (commit)
       via  dba6f6de20c81b7621ec6adfb9f0597c85abdd8b (commit)
       via  05fc684788344911bb8b1b038dae7673154be25a (commit)
       via  98b221ca2b0c3b046fa4105a83ce4d60d43e36bc (commit)
       via  2845e4a20d5de2fb07995b6cb45701de86aa11a6 (commit)
       via  1de457c5a5033f044023b24c12bdd7d214a91a14 (commit)
       via  9de11a766b69e110d058b7aea5f6c10d434de542 (commit)
       via  9371bec02e00adc9b26b678e2fdcfc6b003b3ad6 (commit)
       via  f940ee8d8cb16eae0241185af66167f890784a6b (commit)
       via  a3e722c70508021a15cc3c0adee5547850779709 (commit)
       via  3b0ffa1ece454ff0d0a646adc543fceab9fea6dd (commit)
       via  453fd0da1ecfbba2ead6ed0e4a7e27934e6b7e00 (commit)
       via  7e5a9f93b458391d210a815db19c576376ca5137 (commit)
       via  a681830f2ba36496eb7b86d562d1a625b7e04c94 (commit)
       via  78bba50d462880087a2c9539d3aff8c262267d10 (commit)
       via  5a4fcb471840ae17a0ae69fa52bbff6b27555425 (commit)
       via  67e60bd778ff69ca6529817f8a128069ef072e31 (commit)
       via  ed44c864582f6b1aa6bf8d9a1f4d0b7106095568 (commit)
       via  fd30cac85ad91b74000e9878f251906bb0821783 (commit)
       via  598bdc99241909775d35561a9046423c65d4bc86 (commit)
       via  a3993a75822972e1e013410ab020f5a749248017 (commit)
      from  046d5e12e4b5097516f2355f0ccc29da8af277e8 (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 914f448fe1c1d5c01e3188a827a0d18ec3001b45
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 31 13:36:04 2019 +0000

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

commit 63f40e519c7fbbba70a2944113830a1d3ed80306
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 30 15:46:04 2019 -0300

    Bug 22132: (QA follow-up) set_password now expects a hashref
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8ee08c3922dd892e9432ce243fc7244092fdd18f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 24 15:54:08 2019 +0000

    Bug 22132: (QA follow-up) Tests - use Mojo builtin for auth
    
    Mojolicious has built in handling for encoding/decoding of of basic auth
    paramenters. We should use it to simplify our test here.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 26af040c79e548e9388346b247f509f743401c34
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:23:23 2019 -0300

    Bug 22132: Add Basic authentication to the API
    
    This patch implements Basic authentication for the API to aid testers
    and developers with tools like Postman.
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/auth_basic.t
    => SUCCESS: Tests pass!
    - Open Postman or your favourite tool
    - In Authorization, choose Basic auth.
    - Enter the username and password of a known privileged user.
    - Hit an endpoint with Postman, for example:
      ] GET http://kohadev-intra.myDNSname.org:8081/api/v1/patrons
    => SUCCESS: Basic authentication is great!
    - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 103670e726b9938aa1484b7486cba94adf7b69a9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:23:09 2019 -0300

    Bug 22132: Unit tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3ffed7d55a1d77df2d3c0748614434866612ed24
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:22:53 2019 -0300

    Bug 22132: Add RESTBasicAuth syspref
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit dba6f6de20c81b7621ec6adfb9f0597c85abdd8b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 30 12:49:00 2019 +0000

    Bug 17854: Compiled CSS
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 05fc684788344911bb8b1b038dae7673154be25a
Author: Christopher Brannon <cbrannon at cdalibrary.org>
Date:   Mon Sep 24 19:51:36 2018 +0000

    Bug 17854: Adds print/close icon in checkout
    
    To Test:
    1) Apply Patch.
    2) Go to a patron checkout screen (circulation.pl).
    3) Note there are no clear screen buttons in the upper right corner of
    the checkout window.
    4) Turn on the DisplayClearScreenButton preference.
    5) Go back to patron checkout.  Note the clear screen button and the new
    printer icon next to it.
    6) Click the printer icon.  This will trigger a print slip function, and
    close the patron screen.
    7) Try to arrow back to the previous screen.  Should go to main menu and
    not the patron screen, just like the orginal close button (X).
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 98b221ca2b0c3b046fa4105a83ce4d60d43e36bc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 27 05:14:34 2019 +0000

    Bug 21871: (QA follow-up) C4::Biblio qw(GetMarcUrls)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21817
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2845e4a20d5de2fb07995b6cb45701de86aa11a6
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 27 05:13:06 2019 +0000

    Bug 21871: (QA follow-up) Use Koha.Preference in template
    
    Use TT plugin to get value for OPACURLOpenInNewWindow.
    
    Works without, but might be a little nicer.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21817
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1de457c5a5033f044023b24c12bdd7d214a91a14
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 15 19:18:47 2019 +0000

    Bug 21871: (follow-up) Remove link tracking
    
    Links to tracklinks.pl were erroneously copied from detail.tt. This
    patch removes them.
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21817
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9de11a766b69e110d058b7aea5f6c10d434de542
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 21 13:54:45 2018 +0000

    Bug 21871: Show authority 856 links in the OPAC
    
    This patch modifies the authority detail view in the OPAC so that any
    links found in 856 tags are displayed and active.
    
    To test, apply the patch and locate or create an authority record which
    contains one or more URLs in 856 tags.
     - View this record in the OPAC and confirm that the links appear.
     - Test records with and without link text.
     - Test records with and without public notes.
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21817
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9371bec02e00adc9b26b678e2fdcfc6b003b3ad6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 23 15:23:15 2019 +0000

    Bug 22191: Add column configuration to libraries administration
    
    This patch adds column configuration to the table of libraries
    in administration. No new defaults for the table are defined.
    
    To test, apply the patch and clear your browser cache if necessary.
    
     - Go to Administration -> Libraries
       - Test that the "Column visibility" button works to show and hide
         columns. The "actions" column should be excluded.
       - Test that export options (Excel, CSV, etc) exclude the "actions"
         column.
     - Go to Administration -> Columns settings and edit the default
       configuration of the libraries table. Confirm that these
       changes are reflected in libraries administration.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f940ee8d8cb16eae0241185af66167f890784a6b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 23 14:48:31 2019 +0000

    Bug 22190: Add column configuration to patron category administration
    
    This patch adds column configuration to the table of patron categories
    in administration. No new defaults for the table are defined.
    
    To test, apply the patch and clear your browser cache if necessary.
    
     - Go to Administration -> Patron categoires.
       - Test that the "Column visibility" button works to show and hide
         columns. The "actions" column should be excluded.
       - Test that export options (Excel, CSV, etc) exclude the "actions"
         column.
     - Go to Administration -> Columns settings and edit the default
       configuration of the patron categories table. Confirm that these
       changes are reflected in patron category administration.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.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>

commit a3e722c70508021a15cc3c0adee5547850779709
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 24 19:40:03 2019 +0000

    Bug 21449: Update two-column templates with Bootstrap grid: Circulation part 2
    
    This patch modifies several circulation 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. For each page, test with
    the CircSidebar preference both on and off.
    
     - Catalog -> Search -> Details -> Items -> View item's checkout history
     - Circulation -> Overdues with fines
     - Circulation -> Transfer
     - Circulation -> Patron -> Batch checkout
     - Circulation -> Built-in offline circulation interface
       - Synchronize
       - Pending offline circulation actions
       - Check out
       - Check in
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3b0ffa1ece454ff0d0a646adc543fceab9fea6dd
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Wed Jan 16 22:36:20 2019 +0000

    Bug 22148: Changed where user is redirected by cancelling payment
    
    To test:
    1) Create a manual invoice and save
    2) Go to Make a payment tab
    3) Click 'Pay amount', then cancel
    4) Notice you are redirected to the Transactions tab, rather than back to
    Make a payment
    5) Also try this with Pay selected and write off selected result when
    cancelling should be the same
    6) Apply patch and try steps 2-6 again
    7) Verify that you are now redirected to the 'make a payment tab'
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 453fd0da1ecfbba2ead6ed0e4a7e27934e6b7e00
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Wed Oct 17 19:03:00 2018 +0000

    Bug 12283: Disable autocomplete for patron search inputs
    
    In a production system, you don't usually search for the same
    patron over and over, so there's no sense for the browser
    to save a list of searched patrons in the patron quick
    search. Therefore, should set autocomplete=off for that
    input field.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7e5a9f93b458391d210a815db19c576376ca5137
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 23 13:25:33 2019 -0300

    Bug 22144: (QA follow-up) Prepare the ground for other formats
    
    This patch refactors the original implementation so it is ready for
    supporting other formats. It also adds some error handling.
    
    To test:
    - Apply this patch
    - Run:
      $ kshell
     k$ prove t/db_dependent/Koha/Biblio/Metadata.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a681830f2ba36496eb7b86d562d1a625b7e04c94
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 16 14:25:07 2019 -0500

    Bug 22144: Add method metadata() to Koha::Biblio
    
    It would be very convenient to be able to retrieve a bib's attached metadata objects directly from the biblio object. This would be very useful for Template Toolkit syntax in slips and notices where a library would like to use arbitrary metadata fields that aren't stored in the database.
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/Koha/Biblio.t
    
    Signed-off-by: Te Rahui Tunua <terahuitunua at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 78bba50d462880087a2c9539d3aff8c262267d10
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 23 13:10:14 2019 -0300

    Bug 22194: Add Koha::Exceptions::Metadata
    
    This trivial patch adds a basic Koha::Exceptions::Metadata exception and
    Koha::Exceptions::Metadata::Invalid for using when the data cannot be
    decoded (maybe because of incompatibility between format, schema, or
    just bad data).
    
    To test:
    - Apply this patch
    - Run:
      $ kshell
     k$ prove t/Koha/Exceptions.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5a4fcb471840ae17a0ae69fa52bbff6b27555425
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 29 19:56:43 2018 +0000

    Bug 21918: Update buttons on fines to match newer buttons
    
    This patch makes a number of changes to the "Pay fines" template, the
    goal of which is to make the interface look better in general. Changes
    include:
    
     - Styling the "Pay" and "Write off" buttons as Bootstrap buttons.
     - Adding DataTables sorting, searching, and filtering.
     - Adding a column showing the fine date.
     - Hide the "Add note" input, add a link to show it.
     - Add some missing "preventDefault" methods from events.
     - Add "Writeoff selected" to the buttons which are disabled when there
       is no checkbox selection.
     - The <tfoot> tag is now expected by the HTML validator to be after
       <tbody>, so this section has been moved to suppress validator errors.
    
    To test, apply the patch and locate a patron who has multiple
    outstanding fines.
    
     - Go to Fines -> Pay fines
     - Confirm that the table of fines is shown as a DataTable, with sorting
       on columns which have data.
     - Test columns settings in Administration -> Columns settings.
     - Confirm that fine dates are shown, and that sorting by this column
       works correctly.
     - Click an "Add note" link to show a note input field. Focus should be
       in the newly-displayed input.
       - Confirm that notes are still saved correctly when paying or writing
         off single or multiple fines.
       - Confirm that when the "add note" input is hidden, its contents are
         erased.
     - Uncheck all checkboxes by clicking the "Clear all" link at the top.
       The "Pay selected" and "Write off selected" buttons should become
       disabled.
       - Checking any checkbox should re-enable those buttons.
     - Test that the relocated "Apply" button (for outstanding credits)
       still works as expected.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 67e60bd778ff69ca6529817f8a128069ef072e31
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 30 11:36:11 2019 +0000

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

commit ed44c864582f6b1aa6bf8d9a1f4d0b7106095568
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 30 11:35:59 2019 +0000

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

commit fd30cac85ad91b74000e9878f251906bb0821783
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 17 23:25:38 2019 -0300

    Bug 22155: Adapt uses of biblio_metadata.marcflavour to schema
    
    This patch makes the code using Koha::Biblio::Metadata->marcflavour use
    ->schema instead for all interactions.
    
    To test:
    - Update the DB structure:
      $ updatedatabase
    - Update the schema files:
      $ dbic
    - Notice all the places in which biblio_metadata is used
      $ cd kohaclone
      $ git grep biblio_metadata
    => SUCCESS: They all use `schema` instead of marcflavour
    - Notice all the places that use Koha::Biblio::Metadata:
      $ git grep Koha::Biblio::Metadata
    => SUCCESS: They all use the schema attribute when they used to use
    marcflavour
    - Run all the modified tests and scripts
    => SUCCESS: We are all good
    - Sign off :-D
    
    Note: while this seems like a minor change, the places in which plain
    SQL is used really require understanding the queries and how they are
    used, because some query results might be passed to some other method
    that in turn uses the marcflavour attribute. I of course took that into
    account but errare humanum est :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 598bdc99241909775d35561a9046423c65d4bc86
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 17 22:55:11 2019 -0300

    Bug 22155: DB update
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a3993a75822972e1e013410ab020f5a749248017
Author: Olivia Lu <olivialokm at gmail.com>
Date:   Tue Jan 15 21:24:25 2019 +0000

    Bug 20634: Changing the identical label "Library:" to "Location" in Inventory Home.
    
    To find fix:
    
    1. Go to tools
    2. Go to Inventory
    3. Verify that under Item location filters the label should be "Location"
    
    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>

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

Summary of changes:
 C4/Biblio.pm                                       |    9 +-
 C4/Items.pm                                        |    2 +-
 Koha.pm                                            |    2 +-
 Koha/Biblio.pm                                     |   23 +++-
 Koha/Biblio/Metadata.pm                            |   59 ++++++++-
 Koha/Exceptions/{Hold.pm => Metadata.pm}           |   34 +++---
 Koha/REST/V1/Auth.pm                               |   46 ++++++-
 Koha/Schema/Result/BiblioMetadata.pm               |   12 +-
 Koha/Schema/Result/DeletedbiblioMetadata.pm        |   12 +-
 admin/columns_settings.yml                         |   76 ++++++++++++
 installer/data/mysql/kohastructure.sql             |    8 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   30 +++++
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   22 ++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../intranet-tmpl/prog/en/includes/home-search.inc |    2 +-
 .../prog/en/includes/patron-search-box.inc         |    2 +-
 .../prog/en/includes/patron-search.inc             |    2 +-
 .../prog/en/modules/admin/branches.tt              |   13 +-
 .../prog/en/modules/admin/categories.tt            |    5 +-
 .../en/modules/admin/preferences/web_services.pref |    6 +
 .../prog/en/modules/circ/bookcount.tt              |   27 +++--
 .../prog/en/modules/circ/branchoverdues.tt         |   36 +++---
 .../prog/en/modules/circ/branchtransfers.tt        |   39 +++---
 .../prog/en/modules/circ/circulation.tt            |    1 +
 .../en/modules/circ/circulation_batch_checkouts.tt |   38 +++---
 .../intranet-tmpl/prog/en/modules/circ/offline.tt  |  126 ++++++++++----------
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |  112 +++++++++++------
 .../prog/en/modules/members/paycollect.tt          |    2 +-
 .../prog/en/modules/reserve/request.tt             |    2 +-
 .../prog/en/modules/tools/inventory.tt             |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/categories.js      |    7 +-
 koha-tmpl/intranet-tmpl/prog/js/members-menu.js    |    4 +
 .../bootstrap/en/modules/opac-auth-detail.tt       |   25 ++++
 misc/cronjobs/delete_records_via_leader.pl         |    2 +-
 misc/maintenance/sanitize_records.pl               |    2 +-
 misc/migration_tools/build_oai_sets.pl             |    2 +-
 misc/migration_tools/switch_marc21_series_info.pl  |    4 +-
 opac/opac-authoritiesdetail.pl                     |    9 +-
 t/Koha/Exceptions.t                                |   29 ++++-
 t/db_dependent/Exporter/Record.t                   |    4 +-
 t/db_dependent/Koha/Biblio.t                       |   57 +++++++++
 t/db_dependent/Koha/Biblio/Metadata.t              |   85 +++++++++++++
 t/db_dependent/OAI/Server.t                        |    2 +-
 t/db_dependent/api/v1/auth_basic.t                 |   93 +++++++++++++++
 45 files changed, 844 insertions(+), 234 deletions(-)
 copy Koha/Exceptions/{Hold.pm => Metadata.pm} (57%)
 create mode 100644 t/db_dependent/Koha/Biblio.t
 create mode 100644 t/db_dependent/Koha/Biblio/Metadata.t
 create mode 100644 t/db_dependent/api/v1/auth_basic.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list