[koha-commits] main Koha release repository branch master updated. v18.11.00-852-g2d8a011

Git repo owner gitmaster at git.koha-community.org
Sat Mar 16 15:10:54 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  2d8a01172edab1843b093ed484050a787caf6703 (commit)
       via  0b81721d2d4c6975accc39d4ad456258894e3aba (commit)
       via  3d167645beae7a05ac6a0dfaac8a87d12b0b4824 (commit)
       via  40d0a77a01be40b21f1190b195f47ae88c889b5b (commit)
       via  5c2f3d236aa97ece1cdcfb1addc33bb46544326e (commit)
       via  f5270a792c3f1ae53f050dc7fb861e14f9869afe (commit)
       via  eabd2f0e5464ba4a52f0f638b8af791991c1a7bb (commit)
       via  3aae5d2751ee5be1fcf4514541a4aee00d5cd01c (commit)
       via  23ac3f061156f016e9543482833ff8f7f7cd4f64 (commit)
       via  db454c70432b19389e79d508f28e47338ef127b2 (commit)
       via  a344b8cf8cd97b46f11966c2e903ccd883529f91 (commit)
       via  4fdf3c9849b3226a06c71b2bdaeda406e608e125 (commit)
       via  f97d88ef647fe7a08c101b0e993d4963087f6f6c (commit)
       via  31ed9cf8bfbcae6f937c1d9f9a36be9ba9b8e23a (commit)
       via  cc8e0b904e9881286e45cbe05333948f858b4c45 (commit)
       via  d922b8871364f10b3af3daf0dad2a0ca9a0451f8 (commit)
       via  6f5f675194ba3de51e2f24354893faec2856bc91 (commit)
       via  0c0ac4161eb02acea55b0543b33e9095a5c9521c (commit)
       via  913b130ee4d7efdf6cff0bbf81136d69ffded4a7 (commit)
       via  0118ccf9dd06ee93cd1d12976d70ab93b1c210fb (commit)
       via  a23577cefae2312efe4f91709dccdf39370504d9 (commit)
       via  12a8dfb934bf3819d6581f9df82987475334a302 (commit)
       via  e0e431bab17c095852c752db64d1ac33147324ed (commit)
       via  b99180bcaa0b508c3e41c54f4de26399feb35e49 (commit)
       via  3fb6cf02895081adb8c3e259a7e5e4e4d659d269 (commit)
       via  c0df2d0e8612e1ca428f51462fcfb99fbc3f0009 (commit)
       via  20ce110f5c656f51bad262708d4b577568c1a52a (commit)
       via  0748911eb26f2a35d8ba881dcb92e37a979fc9a9 (commit)
      from  739180594608adba137e294cc81a0034e870f0d2 (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 2d8a01172edab1843b093ed484050a787caf6703
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 12 13:14:18 2019 +0000

    Bug 19417: (QA follow-up) Fix missing $raw filter
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0b81721d2d4c6975accc39d4ad456258894e3aba
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Mon Mar 4 20:15:04 2019 +0000

    Bug 19417: Make error just a wee more human
    
    Small follow up to make the text explicitly say "Import of records
    failed" instead of "Failed to submit form"
    
    Users don't even know that they're submitting a form, what they think
    they're doing is uploading records. Let's use their words instead of
    developer words.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3d167645beae7a05ac6a0dfaac8a87d12b0b4824
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 5 15:26:46 2017 +0000

    Bug 19417: Display full error text when problem importing records
    
    To test:
    1 - Upload a file to stage
    2 - Select your import options
    3 - Delete the file from the server, example:
        sudo rm /tmp/koha_kohadev_uploads/
    4 - 'Click stage for import'
    5 - Get an alert 'Failed to submit form: error'
    6 - Apply patches
    7 - Repeat 1-4
    8 - Get a pretty error with additional info
    
    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 40d0a77a01be40b21f1190b195f47ae88c889b5b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 5 11:00:44 2019 -0300

    Bug 22455: Add Koha::Biblio::hidden_in_opac method
    
    This patch adds a hidden_in_opac method that does the same calculation
    done in places like opac-tags.pl. The condition that is checked is that
    all items belonging to the biblio are hidden. This is the current
    behaviour in the code.
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/Koha/Biblio.t
    => SUCCESS: Tests 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 5c2f3d236aa97ece1cdcfb1addc33bb46544326e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 5 11:00:31 2019 -0300

    Bug 22455: Unit tests
    
    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 f5270a792c3f1ae53f050dc7fb861e14f9869afe
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 5 09:44:59 2019 -0300

    Bug 22454: Add Koha::Item::hidden_in_opac method
    
    This patch adds a hidden_in_opac method that does the same calculation
    done in GetHiddenItemnumbers, but for a single item, and doesn't get the
    OpacHiddenItems syspref, but expects them to be passed as parameters (to
    avoid multiple reads).
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/Koha/Item.t
    => SUCCESS: Tests 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 eabd2f0e5464ba4a52f0f638b8af791991c1a7bb
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 5 09:44:40 2019 -0300

    Bug 22454: Unit tests
    
    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 3aae5d2751ee5be1fcf4514541a4aee00d5cd01c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Mar 13 04:08:29 2019 +0000

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

commit 23ac3f061156f016e9543482833ff8f7f7cd4f64
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Tue Mar 12 06:11:51 2019 +0000

    Bug 22023: (QA follow-up) Remove console.log used for debugging
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit db454c70432b19389e79d508f28e47338ef127b2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Mar 11 16:07:59 2019 +0000

    Bug 22023: (follow-up) Right-to-left layout improvements
    
    This patch makes some corrections to accommodate right-to-left layouts.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a344b8cf8cd97b46f11966c2e903ccd883529f91
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 18 19:10:14 2018 +0000

    Bug 22023: Further improve responsive layout handling of staff client menu bar
    
    This patch makes a number of changes in order to improve the way the
    staff client's header menu adjusts at narrower browser widths:
    
     - Updated version of Bootstrap 3.3.7 which includes the "collapse"
       JavaScript plugin.
     - Modified default Bootstrap CSS using Bootstrap's customization tool.
       These changes facilitate the removal of some custom CSS (overriding
       Bootstrap) from staff-global.scss.
     - Added Bootstrap config file for loading customizations at
       https://getbootstrap.com/docs/3.3/customize/
     - Revised button classes for buttons in Bootstrap-styled toolbars.
    
       The modified default CSS resets the base font size in Bootstrap to
       better match our global CSS. A side-effect of this is that toolbar
       buttons ended up looking smaller than they should. Changing the
       button class solves this.
    
     - Restructure the header menu in order to allow different rules to
       govern the appearance of the navigational part of the menu
       (Circulation, Search, etc) and the user menu (Set library, My
       account, Log out).
    
     - Modify the cart JS to so that the popup works well at narrow widths.
    
    To test, apply the patch, regenerate the staff client CSS, and clear
    your browser cache.
    
     - Log in to the staff client and observe the layout of the header menu
       as you adjust the browser to various widths.
       - Confirm that sections of the menu "collapse" as the window gets
         narrower.
       - Confirm that dropdown menus behave correctly and that links work.
       - Confirm that the Cart link works as expected when the cart empty
         and when it has items.
    - Install and enable multiple translations, including at least one
      set of sub-languages (e.g. fr-FR and fr-CA).
      - Test the appearance of the language menus in the footer at
        various browser widths.
    - View pages with button toolbars and confirm that they appear unchanged
      (e.g. biblio detail page, patron detail page).
    
    NOTE: While this patch is intended to make improvements to staff client
    responsiveness, it does so within a limited scope. There are still many
    pages which do not work well at narrower browser widths.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4fdf3c9849b3226a06c71b2bdaeda406e608e125
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Mar 13 05:30:24 2019 +0000

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

commit f97d88ef647fe7a08c101b0e993d4963087f6f6c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Mar 13 04:02:51 2019 +0000

    Bug 21756: Fix spelling error
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 31ed9cf8bfbcae6f937c1d9f9a36be9ba9b8e23a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 7 14:04:23 2019 +0000

    Bug 21756: (QA follow-up) Add offest types to installer file
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cc8e0b904e9881286e45cbe05333948f858b4c45
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 22 09:39:49 2019 +0000

    Bug 21756: (QA follow-up) Add offset_types to database
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d922b8871364f10b3af3daf0dad2a0ca9a0451f8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 22 09:29:49 2019 +0000

    Bug 21756: (QA follow-up) Add `Account Fee` mapping
    
    Required for add_enrolement_fee_if_needed within Koha::Patron
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6f5f675194ba3de51e2f24354893faec2856bc91
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Feb 21 08:47:55 2019 +0000

    Bug 21756: (follow-up) Replace newly introduced manualinvoice call
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0c0ac4161eb02acea55b0543b33e9095a5c9521c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Feb 21 08:41:29 2019 +0000

    Bug 21756: (follow-up) Add test for deprecation warning
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 913b130ee4d7efdf6cff0bbf81136d69ffded4a7
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Feb 20 13:05:38 2019 +0000

    Bug 21756: (QA follow-up) Fix Circulation.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0118ccf9dd06ee93cd1d12976d70ab93b1c210fb
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 20 11:10:49 2019 +0000

    Bug 21756: (QA follow-up) Correct the test for 'Lost Item' offsets
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a23577cefae2312efe4f91709dccdf39370504d9
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 20 10:43:47 2019 +0000

    Bug 21756: (QA follow-up) Fix for 'Spurious text after =cut'
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 12a8dfb934bf3819d6581f9df82987475334a302
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Dec 17 08:56:53 2018 +0000

    Bug 21756: Add deprecation warning to manualinvoice
    
    https://bugs.koha-community.org/show_bug.cgi?id=21756
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e0e431bab17c095852c752db64d1ac33147324ed
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sun Dec 16 13:11:42 2018 +0000

    Bug 21756: Replace manualinvoice with add_debit in tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b99180bcaa0b508c3e41c54f4de26399feb35e49
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Dec 15 16:16:33 2018 +0000

    Bug 21756: Remove use of manualinvoice from Koha::Hold
    
    Known Side Effect: Prior to this patch hold cancellation fees
    were not recorded in the FinesLog. After this patch, if the
    FinesLog is enabled then the 'action' will be recorded as
    `create_hold_expiration`.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3fb6cf02895081adb8c3e259a7e5e4e4d659d269
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Dec 15 15:58:46 2018 +0000

    Bug 21756: Remove use of manualinvoice from Koha::Patron
    
    Known Side Effect: Prior to this patch enrolment fees were not
    recorded in the FinesLog. After this patch, if the FinesLog is
    enabled then the 'action' will be recorded as `create_account`.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c0df2d0e8612e1ca428f51462fcfb99fbc3f0009
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Mar 7 14:46:29 2019 +0100

    Bug 21832: add is_expired to ILS-DI example
    
    Test plan :
    1) Apply patch
    2) Enable ILS-DI
    3) Go to <opac URL>/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetPatronInfo
    4) Check you see is_expired in example response
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 20ce110f5c656f51bad262708d4b577568c1a52a
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Feb 12 15:52:22 2019 +0100

    Bug 21832: add unit test
    
    Adds a check that is_expired exists in service GetPatronInfo.
    
    Test plan :
    Run : prove t/db_dependent/ILSDI_Services.t
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: remove ref to bug number, we have git for that
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0748911eb26f2a35d8ba881dcb92e37a979fc9a9
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 14 11:18:58 2018 +0100

    Bug 21832: Restore is_expired in ILS-DI GetPatronInfo service
    
    Since Bug 17578 removed C4::Member::GetMemberDetails, the information "is_expired" disappeared from ILS-DI service GetPatronInfo.
    
    I propose to restore in by adding the code that exisited in C4::Member::GetMemberDetails directly in C4::ILSDI::Services.
    
    Test plan :
    1) Enable ILS-DI webservice
    2) Choose a patron not expired
    3) Call web-service (replace X with patron's borrowernumber) :
       /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X
    4) You see : <is_expired>0</is_expired>
    5) Choose a patron expired
    6) Call web-service (replace X with patron's borrowernumber) :
       /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X
    7) You see : <is_expired>1</is_expired>
    
    Signed-off-by: Maryse Simard <maryse.simard 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: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm                                     |   24 +-
 C4/ILSDI/Services.pm                               |    3 +
 Koha.pm                                            |    2 +-
 Koha/Account.pm                                    |    3 +-
 Koha/Biblio.pm                                     |   25 ++
 Koha/Hold.pm                                       |   14 +-
 Koha/Item.pm                                       |   35 ++
 Koha/Patron.pm                                     |   18 +-
 installer/data/mysql/account_offset_types.sql      |    2 +
 installer/data/mysql/updatedatabase.pl             |   14 +
 .../lib/bootstrap/bootstrap-theme.min.css          |    8 +-
 .../intranet-tmpl/lib/bootstrap/bootstrap.min.css  |    8 +-
 .../intranet-tmpl/lib/bootstrap/bootstrap.min.js   |    8 +-
 koha-tmpl/intranet-tmpl/lib/bootstrap/config.json  |  426 ++++++++++++++++++++
 .../intranet-tmpl/lib/jquery/plugins/humanmsg.js   |    1 -
 koha-tmpl/intranet-tmpl/prog/css/right-to-left.css |   66 ++-
 .../intranet-tmpl/prog/css/src/staff-global.scss   |  335 ++++++++-------
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/acquisitions-toolbar.inc      |   10 +-
 .../prog/en/includes/authorities-toolbar.inc       |    6 +-
 .../prog/en/includes/budgets-admin-toolbar.inc     |    8 +-
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   20 +-
 .../intranet-tmpl/prog/en/includes/header.inc      |   19 +-
 .../prog/en/includes/intranet-bottom.inc           |    2 +-
 .../prog/en/includes/labels-toolbar.inc            |    4 +-
 .../prog/en/includes/members-toolbar.inc           |   20 +-
 .../prog/en/includes/patron-toolbar.inc            |    6 +-
 .../prog/en/includes/quotes-toolbar.inc            |    6 +-
 .../prog/en/includes/reports-toolbar.inc           |   21 +-
 .../prog/en/includes/serials-toolbar.inc           |   18 +-
 .../prog/en/includes/stockrotation-toolbar.inc     |    6 +-
 .../prog/en/includes/virtualshelves-toolbar.inc    |   10 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   18 +-
 .../prog/en/modules/acqui/basketgroup.tt           |   10 +-
 .../prog/en/modules/acqui/supplier.tt              |    6 +-
 .../prog/en/modules/admin/audio_alerts.tt          |    2 +-
 .../prog/en/modules/admin/auth_tag_structure.tt    |    2 +-
 .../prog/en/modules/admin/authorised_values.tt     |    4 +-
 .../prog/en/modules/admin/authtypes.tt             |    2 +-
 .../prog/en/modules/admin/biblio_framework.tt      |    2 +-
 .../prog/en/modules/admin/branches.tt              |    2 +-
 .../prog/en/modules/admin/categories.tt            |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/cities.tt  |    2 +-
 .../prog/en/modules/admin/classsources.tt          |    6 +-
 .../prog/en/modules/admin/currency.tt              |    2 +-
 .../prog/en/modules/admin/edi_accounts.tt          |    2 +-
 .../prog/en/modules/admin/edi_ean_accounts.tt      |    2 +-
 .../prog/en/modules/admin/items_search_fields.tt   |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |    2 +-
 .../prog/en/modules/admin/library_groups.tt        |    2 +-
 .../prog/en/modules/admin/marctagstructure.tt      |    2 +-
 .../prog/en/modules/admin/matching-rules.tt        |    2 +-
 .../prog/en/modules/admin/oai_sets.tt              |    2 +-
 .../prog/en/modules/admin/patron-attr-types.tt     |    2 +-
 .../prog/en/modules/admin/printers.tt              |    2 +-
 .../prog/en/modules/admin/sms_providers.tt         |    2 +-
 .../prog/en/modules/admin/systempreferences.tt     |    2 +-
 .../prog/en/modules/admin/z3950servers.tt          |    4 +-
 .../prog/en/modules/authorities/authorities.tt     |    8 +-
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |   14 +-
 .../prog/en/modules/catalogue/advsearch.tt         |    2 +-
 .../prog/en/modules/catalogue/itemsearch.tt        |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |   22 +-
 .../prog/en/modules/cataloguing/addbooks.tt        |    8 +-
 .../prog/en/modules/cataloguing/editor.tt          |   16 +-
 .../intranet-tmpl/prog/en/modules/circ/offline.tt  |    4 +-
 .../prog/en/modules/labels/label-edit-batch.tt     |   14 +-
 .../intranet-tmpl/prog/en/modules/labels/result.tt |    4 +-
 .../prog/en/modules/members/memberentrygen.tt      |    6 +-
 .../en/modules/members/purchase-suggestions.tt     |    2 +-
 .../prog/en/modules/patron_lists/lists.tt          |    2 +-
 .../prog/en/modules/plugins/plugins-home.tt        |    4 +-
 .../en/modules/serials/subscription-frequencies.tt |    2 +-
 .../modules/serials/subscription-numberpatterns.tt |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    6 +-
 .../tools/automatic_item_modification_by_age.tt    |   10 +-
 .../prog/en/modules/tools/csv-profiles.tt          |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    6 +-
 .../modules/tools/marc_modification_templates.tt   |    4 +-
 .../prog/en/modules/tools/stage-marc-import.tt     |    9 +-
 .../prog/js/background-job-progressbar.js          |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/basket.js          |   32 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt  |    1 +
 t/db_dependent/Accounts.t                          |    9 +-
 t/db_dependent/Circulation.t                       |   31 +-
 .../Circulation/NoIssuesChargeGuarantees.t         |    7 +-
 t/db_dependent/ILSDI_Services.t                    |    4 +-
 t/db_dependent/Koha/Biblio.t                       |   35 +-
 t/db_dependent/Koha/{Tags/Indexes.t => Item.t}     |   31 +-
 t/db_dependent/api/v1/patrons_accounts.t           |    1 -
 91 files changed, 1111 insertions(+), 431 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/bootstrap/config.json
 copy t/db_dependent/Koha/{Tags/Indexes.t => Item.t} (54%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list