[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.13-46-ge90f88f857

Git repo owner gitmaster at git.koha-community.org
Mon Aug 31 23:39:02 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  e90f88f857fa1a886d9960e1c2aa34a7fe97d509 (commit)
       via  21ebe3c0357ef6c48b0b0aa5acd0d6887f5dabb8 (commit)
       via  8830bf16e110acccc3680589e870b34b28382b22 (commit)
       via  15799e42c88d1aeebaf9530826c420aa1f072959 (commit)
       via  f101a0b020977e990f1b24384011b15724ae4452 (commit)
       via  62a481449ab798183a4e26a208946bcbc5912c31 (commit)
       via  5c8844f12d8c39cee287a2527285807ff4af0af1 (commit)
       via  106f93931833b39b0ca6af2c44724e58463fc31c (commit)
       via  3cc0e7cae3ab063a0e77a12123177bb26348f20a (commit)
       via  848512d46627f9a3b6748c8a9af0f50ee6869012 (commit)
       via  d94983c3499ca9676aecd738d7dea6d68b86f558 (commit)
       via  1b9a9ca28976643e6259443f9e94d7c4f1129d1b (commit)
       via  6a274ce64b49dde0bb5f00aa8adb0e45ba0b3d82 (commit)
       via  498d84ad9f29e438e50998a2e0e5ac32186fbd8e (commit)
       via  a2cf4365f1a97a34c2e3154f977541c08f816835 (commit)
       via  1b84d551b4ef7484dc2cc87180ebc31d0b329f23 (commit)
       via  f422a434e0adf85292f29bea568e757e471f6146 (commit)
       via  bf47b719a05c667226e5449ed54c316e10f781a8 (commit)
      from  31900b557d1bca3245f239a2856e2a7694a28ecb (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 e90f88f857fa1a886d9960e1c2aa34a7fe97d509
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Tue Aug 25 15:03:58 2020 +0200

    Update release notes for 19.05.14 release
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 21ebe3c0357ef6c48b0b0aa5acd0d6887f5dabb8
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Tue Aug 25 13:33:00 2020 +0200

    Increment version for 19.05.14 release
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 8830bf16e110acccc3680589e870b34b28382b22
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Tue Aug 25 13:29:41 2020 +0200

    Fix translations for Koha 19.05.14
    
    Marked as fuzzy the errors found by junitmsgfmt
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 15799e42c88d1aeebaf9530826c420aa1f072959
Author: Koha translators <>
Date:   Tue Aug 25 05:51:22 2020 -0300

    Translation updates for Koha 19.05.14
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit f101a0b020977e990f1b24384011b15724ae4452
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 13 12:25:13 2020 -0300

    Bug 23634: (QA follow-up) Our PUT is really a PATCH
    
    This patch makes the controller not expect that there will always be all
    the email fields. So it now checks if an email field was passed, and
    changed, and renders the error if that stands.
    
    To test:
    1. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/patrons.t
    => FAIL: Tests written by Nick highlight a problem
    2. Apply this patch
    3. Repeat 1
    => SUCCESS: Problems solved
    4. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit cc1e2ae3b73c7bc45f4cc2a05a3836e295453e0b)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 62a481449ab798183a4e26a208946bcbc5912c31
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jul 10 09:38:31 2020 +0100

    Bug 23634: (QA follow-up) Catch all email cases in API
    
    The API was only catching the primary email change case, but we need to
    catch email, emailpro and B_email.
    
    We were also not accounting for any of the emails (on PUT or from the
    DB) being undefined.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 0a6f3e285ed2e792f1e49dfe85ff82bf12e61ded)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 5c8844f12d8c39cee287a2527285807ff4af0af1
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Nov 19 16:59:06 2019 +0000

    Bug 23634: (follow-up) Prevent updates on POST
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 32c1f27c74b17a7d22a1a95cccffbe320810b6df)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 106f93931833b39b0ca6af2c44724e58463fc31c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 19 13:16:16 2019 -0300

    Bug 23634: Secure the email on the API
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 05b6ac7bc97a4d1ef4a4d1e4c41fe0b99de86aa8)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 3cc0e7cae3ab063a0e77a12123177bb26348f20a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Nov 19 14:51:50 2019 +0000

    Bug 23634: Prevent non-superlibrarians from editing superlibarian emails
    
    This patchset prevents a non-superlibrarian user from editing a
    superlibrarians email address via memberentry.  This is to prevent a
    privilege escalation vulnerability whereby a user could update a
    superlibrarians contact details to match their own and then request a
    password reset via the OPAC.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit e707fdf7b6ca155ec9abd47e2e8aef1549f01f10)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 848512d46627f9a3b6748c8a9af0f50ee6869012
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 19 13:22:18 2019 -0300

    Bug 23634: Add tests for is_superlibrarian
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 6cbe60e25de95b81b11766764846864a46b8b88b)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit d94983c3499ca9676aecd738d7dea6d68b86f558
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Nov 19 14:11:34 2019 +0000

    Bug 23634: Add is_superlibrarian method to Koha::Patron
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit c19855ca5ecf58f0dfb2068172bd6dda6c5b6c1c)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 1b9a9ca28976643e6259443f9e94d7c4f1129d1b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Aug 5 13:48:59 2020 +0000

    Bug 25360: (follow-up) Remove the https FIXME in Auth.pm
    
    The FIXME is no longer valid since we fixed the X-Forwarded headers
    for Plack. And since we do not even use using_https anymore in
    the templates (see bug 21094).
    
    Test plan:
    Run Auth.t
    Git grep for using_https
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit b219dcc283a4e3c9aad9070ca67037405086c9b9)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 6a274ce64b49dde0bb5f00aa8adb0e45ba0b3d82
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 4 11:12:26 2020 +1000

    Bug 25360: Use secure flag for CGISESSID cookie when using HTTPS
    
    This patch adds the secure flag to the CGISESSID cookie when using HTTPS.
    This prevents the cookie being used again over a normal HTTP
    request.
    
    Bug 25360: [Follow-up] Test for "on" or "ON" value for HTTPS env var
    
    This patch tests for HTTPS "on" or "ON" before setting the secure
    cookie.
    
    Bug 25360: [Follow-up] Fix typo in C4/InstallAuth.pm
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    [EDIT] Amended number of tests in Context.t
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit b9d92bdc6c43e8d242c274682b16b6f45af35f86)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 498d84ad9f29e438e50998a2e0e5ac32186fbd8e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 17 16:44:37 2020 +0100

    Bug 24663: [19.05.x] Handle special cases for recovery password and selfreg
    
    The password recovery and self-registration features need to be
    accessible at the OPAC even if not public.
    
    Test plan:
    Self register a new account, then ask for a new password with OpacPublic
    turned off
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Tomás Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit a2cf4365f1a97a34c2e3154f977541c08f816835
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 17 13:31:38 2020 +0100

    Bug 24663: [19.05.x] Force authentication in svc/records/preview (?)
    
    Was this wrong?
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Tomás Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 1b84d551b4ef7484dc2cc87180ebc31d0b329f23
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 17 13:31:17 2020 +0100

    Bug 24663: [19.05.x] Force auth in adveditorshortcuts.pl
    
    This was wrong!
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit f422a434e0adf85292f29bea568e757e471f6146
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 17 13:20:48 2020 +0100

    Bug 24663: [19.05.x] Remove authnotrequired if set to 0
    
    It defaults to 0 in get_template_and_user
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit bf47b719a05c667226e5449ed54c316e10f781a8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 17 13:16:48 2020 +0100

    Bug 24663: [19.05.x] Test OpacPublic for all OPAC scripts
    
    Prior to this patchset there were 3 different calls to
    get_template_and_user (or checkauth) with the authnotrequired param:
     * authnotrequired => 0
     * authnotrequired => 1
     * authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 )
    
    The first one says that an unauthenticated user can access the page, the
    second that the user has to be authenticated, and the last one that it
    depends on the OpacPublic syspref.
    Actually we must replace the first one with the third one, if the OPAC
    is not public, the authentication must be forced.
    
    To do so we are going to remove the "authnotrequired => 0" occurrences,
    and check the OpacPublic syspref's value in C4::Auth
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/Auth.pm                                         |  43 +-
 C4/Context.pm                                      |  26 +
 C4/InstallAuth.pm                                  |   8 +-
 Koha.pm                                            |   2 +-
 Koha/Patron.pm                                     |  13 +
 Koha/REST/V1/Patrons.pm                            |  36 +-
 about.pl                                           |   1 -
 acqui/acqui-home.pl                                |   1 -
 acqui/add_user_search.pl                           |   1 -
 acqui/addorder.pl                                  |   2 -
 acqui/addorderiso2709.pl                           |   1 -
 acqui/basket.pl                                    |   1 -
 acqui/basketgroup.pl                               |   1 -
 acqui/basketheader.pl                              |   1 -
 acqui/booksellers.pl                               |   1 -
 acqui/cancelorder.pl                               |   1 -
 acqui/check_budget_total.pl                        |   1 -
 acqui/duplicate_orders.pl                          |   1 -
 acqui/edi_ean.pl                                   |   1 -
 acqui/edifactmsgs.pl                               |   1 -
 acqui/edimsg.pl                                    |   1 -
 acqui/histsearch.pl                                |   1 -
 acqui/invoice-files.pl                             |   1 -
 acqui/invoice.pl                                   |   1 -
 acqui/invoices.pl                                  |   1 -
 acqui/lateorders-export.pl                         |   1 -
 acqui/lateorders.pl                                |   1 -
 acqui/modordernotes.pl                             |   1 -
 acqui/neworderempty.pl                             |   2 -
 acqui/newordersubscription.pl                      |   1 -
 acqui/ordered.pl                                   |   1 -
 acqui/orderreceive.pl                              |   1 -
 acqui/parcel.pl                                    |   1 -
 acqui/parcels.pl                                   |   1 -
 acqui/showorder.pl                                 |   1 -
 acqui/spent.pl                                     |   1 -
 acqui/supplier.pl                                  |   1 -
 acqui/uncertainprice.pl                            |   1 -
 admin/add_user_search.pl                           |   1 -
 admin/additional-fields.pl                         |   1 -
 admin/admin-home.pl                                |   1 -
 admin/adveditorshortcuts.pl                        |   1 -
 admin/aqbudgetperiods.pl                           |   1 -
 admin/aqbudgets.pl                                 |   1 -
 admin/aqcontract.pl                                |   1 -
 admin/aqplan.pl                                    |   1 -
 admin/audio_alerts.pl                              |   1 -
 admin/auth_subfields_structure.pl                  |   1 -
 admin/auth_tag_structure.pl                        |   1 -
 admin/authorised_values.pl                         |   1 -
 admin/authtypes.pl                                 |   1 -
 admin/biblio_framework.pl                          |   1 -
 admin/branches.pl                                  |   1 -
 admin/categories.pl                                |   1 -
 admin/check_budget_parent.pl                       |   1 -
 admin/check_parent_total.pl                        |   1 -
 admin/checkmarc.pl                                 |   1 -
 admin/cities.pl                                    |   1 -
 admin/classsources.pl                              |   1 -
 admin/clone-rules.pl                               |   1 -
 admin/columns_settings.pl                          |   1 -
 admin/currency.pl                                  |   1 -
 admin/didyoumean.pl                                |   1 -
 admin/edi_accounts.pl                              |   1 -
 admin/edi_ean_accounts.pl                          |   1 -
 admin/item_circulation_alerts.pl                   |   1 -
 admin/items_search_field.pl                        |   1 -
 admin/items_search_fields.pl                       |   1 -
 admin/itemtypes.pl                                 |   1 -
 admin/koha2marclinks.pl                            |   1 -
 admin/library_groups.pl                            |   1 -
 admin/localization.pl                              |   1 -
 admin/marc_subfields_structure.pl                  |   1 -
 admin/marctagstructure.pl                          |   1 -
 admin/matching-rules.pl                            |   1 -
 admin/oai_set_mappings.pl                          |   1 -
 admin/oai_sets.pl                                  |   1 -
 admin/overdrive.pl                                 |   1 -
 admin/patron-attr-types.pl                         |   1 -
 admin/preferences.pl                               |   1 -
 admin/searchengine/elasticsearch/mappings.pl       |   1 -
 admin/share_content.pl                             |   1 -
 admin/smart-rules.pl                               |   1 -
 admin/sms_providers.pl                             |   1 -
 admin/sru_modmapping.pl                            |   1 -
 admin/systempreferences.pl                         |   1 -
 admin/transport-cost-matrix.pl                     |   1 -
 admin/usage_statistics.pl                          |   1 -
 admin/z3950servers.pl                              |   1 -
 authorities/auth_finder.pl                         |   1 -
 authorities/authorities-home.pl                    |   3 -
 authorities/authorities.pl                         |   1 -
 authorities/blinddetail-biblio-search.pl           |   1 -
 authorities/detail-biblio-search.pl                |   1 -
 authorities/detail.pl                              |   1 -
 authorities/export.pl                              |   1 -
 authorities/merge.pl                               |   1 -
 basket/downloadcart.pl                             |   1 -
 basket/sendbasket.pl                               |   1 -
 catalogue/ISBDdetail.pl                            |   1 -
 catalogue/MARCdetail.pl                            |   1 -
 catalogue/detail.pl                                |   1 -
 catalogue/export.pl                                |   1 -
 catalogue/imageviewer.pl                           |   1 -
 catalogue/issuehistory.pl                          |   1 -
 catalogue/itemsearch.pl                            |   1 -
 catalogue/labeledMARCdetail.pl                     |   1 -
 catalogue/moredetail.pl                            |   1 -
 catalogue/search-history.pl                        |   1 -
 catalogue/search.pl                                |   1 -
 catalogue/showmarc.pl                              |   1 -
 catalogue/stockrotation.pl                         |   1 -
 cataloguing/addbiblio.pl                           |   1 -
 cataloguing/addbooks.pl                            |   1 -
 cataloguing/additem.pl                             |   1 -
 cataloguing/editor.pl                              |   1 -
 cataloguing/linkitem.pl                            |   1 -
 cataloguing/merge.pl                               |   1 -
 cataloguing/moveitem.pl                            |   1 -
 cataloguing/value_builder/EXAMPLE.pl               |   1 -
 cataloguing/value_builder/callnumber-KU.pl         |   1 -
 cataloguing/value_builder/callnumber.pl            |   1 -
 cataloguing/value_builder/cn_browser.pl            |   1 -
 cataloguing/value_builder/macles.pl                |   1 -
 cataloguing/value_builder/marc21_field_006.pl      |   1 -
 cataloguing/value_builder/marc21_field_007.pl      |   1 -
 cataloguing/value_builder/marc21_field_008.pl      |   1 -
 .../value_builder/marc21_field_008_authorities.pl  |   1 -
 .../marc21_field_008_classifications.pl            |   1 -
 cataloguing/value_builder/marc21_leader.pl         |   1 -
 .../value_builder/marc21_leader_authorities.pl     |   1 -
 .../value_builder/marc21_linking_section.pl        |   3 -
 cataloguing/value_builder/normarc_field_007.pl     |   1 -
 cataloguing/value_builder/normarc_field_008.pl     |   1 -
 cataloguing/value_builder/normarc_leader.pl        |   1 -
 cataloguing/value_builder/stocknumberAV.pl         |   1 -
 cataloguing/value_builder/stocknumberam123.pl      |   1 -
 cataloguing/value_builder/unimarc_field_010.pl     |   1 -
 cataloguing/value_builder/unimarc_field_100.pl     |   1 -
 .../value_builder/unimarc_field_100_authorities.pl |   1 -
 cataloguing/value_builder/unimarc_field_105.pl     |   1 -
 cataloguing/value_builder/unimarc_field_106.pl     |   1 -
 cataloguing/value_builder/unimarc_field_110.pl     |   1 -
 cataloguing/value_builder/unimarc_field_115a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_115b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_116.pl     |   1 -
 cataloguing/value_builder/unimarc_field_117.pl     |   1 -
 cataloguing/value_builder/unimarc_field_120.pl     |   1 -
 cataloguing/value_builder/unimarc_field_121a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_121b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_122.pl     |   1 -
 cataloguing/value_builder/unimarc_field_123a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123d.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123e.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123f.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123g.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123i.pl    |   1 -
 cataloguing/value_builder/unimarc_field_123j.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124.pl     |   1 -
 cataloguing/value_builder/unimarc_field_124a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124c.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124d.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124e.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124f.pl    |   1 -
 cataloguing/value_builder/unimarc_field_124g.pl    |   1 -
 cataloguing/value_builder/unimarc_field_125.pl     |   1 -
 cataloguing/value_builder/unimarc_field_125a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_125b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_126.pl     |   1 -
 cataloguing/value_builder/unimarc_field_126a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_126b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_127.pl     |   1 -
 cataloguing/value_builder/unimarc_field_128a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_128b.pl    |   1 -
 cataloguing/value_builder/unimarc_field_128c.pl    |   1 -
 cataloguing/value_builder/unimarc_field_130.pl     |   1 -
 cataloguing/value_builder/unimarc_field_135a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_140.pl     |   1 -
 cataloguing/value_builder/unimarc_field_141.pl     |   1 -
 cataloguing/value_builder/unimarc_field_210c.pl    |   2 -
 .../value_builder/unimarc_field_210c_bis.pl        |   1 -
 cataloguing/value_builder/unimarc_field_225a.pl    |   1 -
 .../value_builder/unimarc_field_225a_bis.pl        |   1 -
 cataloguing/value_builder/unimarc_field_4XX.pl     |   3 -
 cataloguing/value_builder/unimarc_field_686a.pl    |   1 -
 cataloguing/value_builder/unimarc_field_700-4.pl   |   1 -
 cataloguing/value_builder/unimarc_leader.pl        |   1 -
 circ/add_message.pl                                |   1 -
 circ/article-request-slip.pl                       |   1 -
 circ/article-requests.pl                           |   1 -
 circ/bookcount.pl                                  |   1 -
 circ/branchoverdues.pl                             |   1 -
 circ/branchtransfers.pl                            |   1 -
 circ/checkout-notes.pl                             |   1 -
 circ/circulation-home.pl                           |   1 -
 circ/circulation.pl                                |   1 -
 circ/del_message.pl                                |   1 -
 circ/hold-transfer-slip.pl                         |   1 -
 circ/offline-mf.pl                                 |   1 -
 circ/offline.pl                                    |   1 -
 circ/on-site_checkouts.pl                          |   1 -
 circ/overdue.pl                                    |   1 -
 circ/pendingreserves.pl                            |   1 -
 circ/renew.pl                                      |   1 -
 circ/request-article.pl                            |   1 -
 circ/reserveratios.pl                              |   1 -
 circ/returns.pl                                    |   1 -
 circ/selectbranchprinter.pl                        |   1 -
 circ/transfer-slip.pl                              |   1 -
 circ/transferstoreceive.pl                         |   1 -
 circ/view_holdsqueue.pl                            |   1 -
 circ/waitingreserves.pl                            |   1 -
 clubs/club-enrollments.pl                          |   1 -
 clubs/clubs-add-modify.pl                          |   1 -
 clubs/clubs.pl                                     |   1 -
 clubs/patron-clubs-tab.pl                          |   1 -
 clubs/patron-enroll.pl                             |   1 -
 clubs/templates-add-modify.pl                      |   1 -
 course_reserves/add_items.pl                       |   1 -
 course_reserves/batch_add_items.pl                 |   1 -
 course_reserves/course-details.pl                  |   1 -
 course_reserves/course-reserves.pl                 |   1 -
 course_reserves/course.pl                          |   1 -
 course_reserves/mod_course.pl                      |   1 -
 installer/data/mysql/updatedatabase.pl             |   6 +
 installer/html-template-to-template-toolkit.pl     |  12 +-
 installer/install.pl                               |   1 -
 installer/onboarding.pl                            |   1 -
 .../prog/en/modules/members/memberentrygen.tt      |  12 +-
 labels/label-create-pdf.pl                         |   1 -
 labels/label-edit-batch.pl                         |   1 -
 labels/label-edit-layout.pl                        |   1 -
 labels/label-edit-profile.pl                       |   1 -
 labels/label-edit-template.pl                      |   1 -
 labels/label-home.pl                               |   1 -
 labels/label-item-search.pl                        |   2 -
 labels/label-manage.pl                             |   1 -
 labels/label-print.pl                              |   1 -
 labels/spinelabel-home.pl                          |   1 -
 labels/spinelabel-print.pl                         |   1 -
 mainpage.pl                                        |   1 -
 members/accountline-details.pl                     |   1 -
 members/apikeys.pl                                 |   1 -
 members/boraccount.pl                              |   1 -
 members/deletemem.pl                               |   1 -
 members/discharge.pl                               |   1 -
 members/discharges.pl                              |   1 -
 members/files.pl                                   |   1 -
 members/guarantor_search.pl                        |   1 -
 members/holdshistory.pl                            |   1 -
 members/housebound.pl                              |   1 -
 members/ill-requests.pl                            |   1 -
 members/mancredit.pl                               |   1 -
 members/maninvoice.pl                              |   1 -
 members/member-flags.pl                            |   1 -
 members/member-password.pl                         |   1 -
 members/member.pl                                  |   1 -
 members/memberentry.pl                             |  20 +-
 members/members-home.pl                            |   1 -
 members/members-update-do.pl                       |   1 -
 members/members-update.pl                          |   1 -
 members/merge-patrons.pl                           |   1 -
 members/moremember.pl                              |   1 -
 members/notices.pl                                 |   1 -
 members/pay.pl                                     |   1 -
 members/paycollect.pl                              |   1 -
 members/print_overdues.pl                          |   1 -
 members/printfeercpt.pl                            |   1 -
 members/printinvoice.pl                            |   1 -
 members/printslip.pl                               |   1 -
 members/purchase-suggestions.pl                    |   1 -
 members/readingrec.pl                              |   1 -
 members/routing-lists.pl                           |   1 -
 members/statistics.pl                              |   1 -
 members/summary-print.pl                           |   1 -
 members/update-child.pl                            |   1 -
 ...s_19_05_13.html => release_notes_19_05_14.html} | 217 ++++---
 misc/release_notes/release_notes_19_05_14.md       | 344 +++++++++++
 misc/translator/po/am-Ethi-marc-MARC21.po          |  15 +-
 misc/translator/po/am-Ethi-marc-NORMARC.po         |   2 +-
 misc/translator/po/am-Ethi-marc-UNIMARC.po         |   2 +-
 misc/translator/po/am-Ethi-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/am-Ethi-staff-prog.po           | 256 ++++----
 misc/translator/po/ar-Arab-marc-MARC21.po          |  25 +-
 misc/translator/po/ar-Arab-marc-NORMARC.po         |   2 +-
 misc/translator/po/ar-Arab-marc-UNIMARC.po         |   8 +-
 misc/translator/po/ar-Arab-opac-bootstrap.po       | 643 +++++++++----------
 misc/translator/po/ar-Arab-pref.po                 |  84 +--
 misc/translator/po/ar-Arab-staff-prog.po           | 352 ++++++-----
 misc/translator/po/as-IN-marc-MARC21.po            |  15 +-
 misc/translator/po/as-IN-marc-NORMARC.po           |   2 +-
 misc/translator/po/as-IN-marc-UNIMARC.po           |   2 +-
 misc/translator/po/as-IN-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/as-IN-staff-prog.po             | 256 ++++----
 misc/translator/po/az-AZ-marc-MARC21.po            |  15 +-
 misc/translator/po/az-AZ-marc-NORMARC.po           |   2 +-
 misc/translator/po/az-AZ-marc-UNIMARC.po           |   2 +-
 misc/translator/po/az-AZ-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/az-AZ-staff-prog.po             | 256 ++++----
 misc/translator/po/be-BY-marc-MARC21.po            |  15 +-
 misc/translator/po/be-BY-marc-NORMARC.po           |   2 +-
 misc/translator/po/be-BY-marc-UNIMARC.po           |   2 +-
 misc/translator/po/be-BY-opac-bootstrap.po         | 616 +++++++++---------
 misc/translator/po/be-BY-staff-prog.po             | 256 ++++----
 misc/translator/po/bg-Cyrl-marc-MARC21.po          |  15 +-
 misc/translator/po/bg-Cyrl-marc-NORMARC.po         |   2 +-
 misc/translator/po/bg-Cyrl-marc-UNIMARC.po         |   2 +-
 misc/translator/po/bg-Cyrl-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/bg-Cyrl-staff-prog.po           | 256 ++++----
 misc/translator/po/bn-IN-marc-MARC21.po            |  15 +-
 misc/translator/po/bn-IN-marc-NORMARC.po           |   2 +-
 misc/translator/po/bn-IN-marc-UNIMARC.po           |   2 +-
 misc/translator/po/bn-IN-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/bn-IN-staff-prog.po             | 256 ++++----
 misc/translator/po/ca-ES-marc-MARC21.po            |  15 +-
 misc/translator/po/ca-ES-marc-NORMARC.po           |   2 +-
 misc/translator/po/ca-ES-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ca-ES-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/ca-ES-staff-prog.po             | 256 ++++----
 misc/translator/po/cs-CZ-marc-MARC21.po            |  15 +-
 misc/translator/po/cs-CZ-marc-NORMARC.po           |   2 +-
 misc/translator/po/cs-CZ-marc-UNIMARC.po           |   2 +-
 misc/translator/po/cs-CZ-opac-bootstrap.po         | 632 ++++++++++---------
 misc/translator/po/cs-CZ-pref.po                   |  19 +-
 misc/translator/po/cs-CZ-staff-prog.po             | 271 ++++----
 misc/translator/po/cy-GB-marc-MARC21.po            |  15 +-
 misc/translator/po/cy-GB-marc-NORMARC.po           |   2 +-
 misc/translator/po/cy-GB-marc-UNIMARC.po           |   2 +-
 misc/translator/po/cy-GB-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/cy-GB-staff-prog.po             | 256 ++++----
 misc/translator/po/da-DK-marc-MARC21.po            |  15 +-
 misc/translator/po/da-DK-marc-NORMARC.po           |   2 +-
 misc/translator/po/da-DK-marc-UNIMARC.po           |   2 +-
 misc/translator/po/da-DK-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/da-DK-staff-prog.po             | 258 ++++----
 misc/translator/po/de-CH-marc-MARC21.po            |  15 +-
 misc/translator/po/de-CH-marc-NORMARC.po           |   2 +-
 misc/translator/po/de-CH-marc-UNIMARC.po           |   2 +-
 misc/translator/po/de-CH-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/de-CH-staff-prog.po             | 259 ++++----
 misc/translator/po/de-DE-marc-MARC21.po            |  19 +-
 misc/translator/po/de-DE-marc-NORMARC.po           |   2 +-
 misc/translator/po/de-DE-marc-UNIMARC.po           |   2 +-
 misc/translator/po/de-DE-opac-bootstrap.po         | 622 ++++++++++---------
 misc/translator/po/de-DE-pref.po                   |  13 +-
 misc/translator/po/de-DE-staff-prog.po             | 271 ++++----
 misc/translator/po/dz-marc-MARC21.po               |  15 +-
 misc/translator/po/dz-marc-NORMARC.po              |   2 +-
 misc/translator/po/dz-marc-UNIMARC.po              |   2 +-
 misc/translator/po/dz-opac-bootstrap.po            | 608 +++++++++---------
 misc/translator/po/dz-staff-prog.po                | 256 ++++----
 misc/translator/po/el-GR-marc-MARC21.po            |  15 +-
 misc/translator/po/el-GR-marc-NORMARC.po           |   2 +-
 misc/translator/po/el-GR-marc-UNIMARC.po           |   2 +-
 misc/translator/po/el-GR-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/el-GR-staff-prog.po             | 258 ++++----
 misc/translator/po/en-GB-marc-MARC21.po            |  15 +-
 misc/translator/po/en-GB-marc-NORMARC.po           |   2 +-
 misc/translator/po/en-GB-marc-UNIMARC.po           |   2 +-
 misc/translator/po/en-GB-opac-bootstrap.po         | 685 +++++++++++----------
 misc/translator/po/en-GB-staff-prog.po             | 512 ++++++++-------
 misc/translator/po/en-NZ-marc-MARC21.po            |  15 +-
 misc/translator/po/en-NZ-marc-NORMARC.po           |   2 +-
 misc/translator/po/en-NZ-marc-UNIMARC.po           |   2 +-
 misc/translator/po/en-NZ-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/en-NZ-staff-prog.po             | 258 ++++----
 misc/translator/po/eo-marc-MARC21.po               |  15 +-
 misc/translator/po/eo-marc-NORMARC.po              |   2 +-
 misc/translator/po/eo-marc-UNIMARC.po              |   2 +-
 misc/translator/po/eo-opac-bootstrap.po            | 615 +++++++++---------
 misc/translator/po/eo-staff-prog.po                | 256 ++++----
 misc/translator/po/es-ES-marc-MARC21.po            |  23 +-
 misc/translator/po/es-ES-marc-NORMARC.po           |   2 +-
 misc/translator/po/es-ES-marc-UNIMARC.po           |   2 +-
 misc/translator/po/es-ES-opac-bootstrap.po         | 618 ++++++++++---------
 misc/translator/po/es-ES-pref.po                   |  28 +-
 misc/translator/po/es-ES-staff-prog.po             | 272 ++++----
 misc/translator/po/eu-marc-MARC21.po               |  15 +-
 misc/translator/po/eu-marc-NORMARC.po              |   2 +-
 misc/translator/po/eu-marc-UNIMARC.po              |   2 +-
 misc/translator/po/eu-opac-bootstrap.po            | 615 +++++++++---------
 misc/translator/po/eu-staff-prog.po                | 259 ++++----
 misc/translator/po/fa-Arab-marc-MARC21.po          |  15 +-
 misc/translator/po/fa-Arab-marc-NORMARC.po         |   2 +-
 misc/translator/po/fa-Arab-marc-UNIMARC.po         |   2 +-
 misc/translator/po/fa-Arab-opac-bootstrap.po       | 615 +++++++++---------
 misc/translator/po/fa-Arab-pref.po                 |  14 +-
 misc/translator/po/fa-Arab-staff-prog.po           | 258 ++++----
 misc/translator/po/fi-FI-marc-MARC21.po            |  15 +-
 misc/translator/po/fi-FI-marc-NORMARC.po           |   2 +-
 misc/translator/po/fi-FI-marc-UNIMARC.po           |   2 +-
 misc/translator/po/fi-FI-opac-bootstrap.po         | 616 +++++++++---------
 misc/translator/po/fi-FI-staff-prog.po             | 259 ++++----
 misc/translator/po/fo-FO-marc-MARC21.po            |  15 +-
 misc/translator/po/fo-FO-marc-NORMARC.po           |   2 +-
 misc/translator/po/fo-FO-marc-UNIMARC.po           |   2 +-
 misc/translator/po/fo-FO-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/fo-FO-staff-prog.po             | 256 ++++----
 misc/translator/po/fr-CA-marc-MARC21.po            |  15 +-
 misc/translator/po/fr-CA-marc-NORMARC.po           |   2 +-
 misc/translator/po/fr-CA-marc-UNIMARC.po           |   2 +-
 misc/translator/po/fr-CA-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/fr-CA-staff-prog.po             | 259 ++++----
 misc/translator/po/fr-FR-marc-MARC21.po            |  15 +-
 misc/translator/po/fr-FR-marc-NORMARC.po           |   2 +-
 misc/translator/po/fr-FR-marc-UNIMARC.po           |   2 +-
 misc/translator/po/fr-FR-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/fr-FR-staff-prog.po             | 269 ++++----
 misc/translator/po/ga-marc-MARC21.po               |  15 +-
 misc/translator/po/ga-marc-NORMARC.po              |   2 +-
 misc/translator/po/ga-marc-UNIMARC.po              |   2 +-
 misc/translator/po/ga-opac-bootstrap.po            | 608 +++++++++---------
 misc/translator/po/ga-staff-prog.po                | 256 ++++----
 misc/translator/po/gd-marc-MARC21.po               |  15 +-
 misc/translator/po/gd-marc-NORMARC.po              |   2 +-
 misc/translator/po/gd-marc-UNIMARC.po              |   2 +-
 misc/translator/po/gd-opac-bootstrap.po            | 608 +++++++++---------
 misc/translator/po/gd-staff-prog.po                | 256 ++++----
 misc/translator/po/gl-marc-MARC21.po               |  15 +-
 misc/translator/po/gl-marc-NORMARC.po              |   2 +-
 misc/translator/po/gl-marc-UNIMARC.po              |   2 +-
 misc/translator/po/gl-opac-bootstrap.po            | 613 +++++++++---------
 misc/translator/po/gl-staff-prog.po                | 256 ++++----
 misc/translator/po/he-Hebr-marc-MARC21.po          |  15 +-
 misc/translator/po/he-Hebr-marc-NORMARC.po         |   2 +-
 misc/translator/po/he-Hebr-marc-UNIMARC.po         |   2 +-
 misc/translator/po/he-Hebr-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/he-Hebr-staff-prog.po           | 256 ++++----
 misc/translator/po/hi-marc-MARC21.po               |  19 +-
 misc/translator/po/hi-marc-NORMARC.po              |   2 +-
 misc/translator/po/hi-marc-UNIMARC.po              |   2 +-
 misc/translator/po/hi-opac-bootstrap.po            | 621 ++++++++++---------
 misc/translator/po/hi-pref.po                      |  14 +-
 misc/translator/po/hi-staff-prog.po                | 263 ++++----
 misc/translator/po/hr-HR-marc-MARC21.po            |  15 +-
 misc/translator/po/hr-HR-marc-NORMARC.po           |   2 +-
 misc/translator/po/hr-HR-marc-UNIMARC.po           |   2 +-
 misc/translator/po/hr-HR-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/hr-HR-staff-prog.po             | 256 ++++----
 misc/translator/po/hu-HU-marc-MARC21.po            |  15 +-
 misc/translator/po/hu-HU-marc-NORMARC.po           |   2 +-
 misc/translator/po/hu-HU-marc-UNIMARC.po           |   2 +-
 misc/translator/po/hu-HU-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/hu-HU-staff-prog.po             | 258 ++++----
 misc/translator/po/hy-Armn-marc-MARC21.po          |  15 +-
 misc/translator/po/hy-Armn-marc-NORMARC.po         |   2 +-
 misc/translator/po/hy-Armn-marc-UNIMARC.po         |   2 +-
 misc/translator/po/hy-Armn-opac-bootstrap.po       | 628 ++++++++++---------
 misc/translator/po/hy-Armn-pref.po                 |  16 +-
 misc/translator/po/hy-Armn-staff-prog.po           | 266 ++++----
 misc/translator/po/ia-marc-MARC21.po               |  15 +-
 misc/translator/po/ia-marc-NORMARC.po              |   2 +-
 misc/translator/po/ia-marc-UNIMARC.po              |   2 +-
 misc/translator/po/ia-opac-bootstrap.po            | 608 +++++++++---------
 misc/translator/po/ia-staff-prog.po                | 256 ++++----
 misc/translator/po/id-ID-marc-MARC21.po            |  15 +-
 misc/translator/po/id-ID-marc-NORMARC.po           |   2 +-
 misc/translator/po/id-ID-marc-UNIMARC.po           |   2 +-
 misc/translator/po/id-ID-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/id-ID-staff-prog.po             | 256 ++++----
 misc/translator/po/iq-CA-marc-MARC21.po            |  15 +-
 misc/translator/po/iq-CA-marc-NORMARC.po           |   2 +-
 misc/translator/po/iq-CA-marc-UNIMARC.po           |   2 +-
 misc/translator/po/iq-CA-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/iq-CA-staff-prog.po             | 256 ++++----
 misc/translator/po/is-IS-marc-MARC21.po            |  15 +-
 misc/translator/po/is-IS-marc-NORMARC.po           |   2 +-
 misc/translator/po/is-IS-marc-UNIMARC.po           |   2 +-
 misc/translator/po/is-IS-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/is-IS-staff-prog.po             | 256 ++++----
 misc/translator/po/it-IT-marc-MARC21.po            |  15 +-
 misc/translator/po/it-IT-marc-NORMARC.po           |   2 +-
 misc/translator/po/it-IT-marc-UNIMARC.po           |   2 +-
 misc/translator/po/it-IT-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/it-IT-pref.po                   |  13 +-
 misc/translator/po/it-IT-staff-prog.po             | 259 ++++----
 misc/translator/po/iu-CA-marc-MARC21.po            |  15 +-
 misc/translator/po/iu-CA-marc-NORMARC.po           |   2 +-
 misc/translator/po/iu-CA-marc-UNIMARC.po           |   2 +-
 misc/translator/po/iu-CA-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/iu-CA-staff-prog.po             | 256 ++++----
 misc/translator/po/ja-Jpan-JP-marc-MARC21.po       |  15 +-
 misc/translator/po/ja-Jpan-JP-marc-NORMARC.po      |   2 +-
 misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po      |   2 +-
 misc/translator/po/ja-Jpan-JP-opac-bootstrap.po    | 617 ++++++++++---------
 misc/translator/po/ja-Jpan-JP-staff-prog.po        | 256 ++++----
 misc/translator/po/ka-marc-MARC21.po               |  15 +-
 misc/translator/po/ka-marc-NORMARC.po              |   2 +-
 misc/translator/po/ka-marc-UNIMARC.po              |   2 +-
 misc/translator/po/ka-opac-bootstrap.po            | 615 +++++++++---------
 misc/translator/po/ka-staff-prog.po                | 256 ++++----
 misc/translator/po/km-KH-marc-MARC21.po            |  15 +-
 misc/translator/po/km-KH-marc-NORMARC.po           |   2 +-
 misc/translator/po/km-KH-marc-UNIMARC.po           |   2 +-
 misc/translator/po/km-KH-opac-bootstrap.po         | 612 +++++++++---------
 misc/translator/po/km-KH-staff-prog.po             | 256 ++++----
 misc/translator/po/kn-Knda-marc-MARC21.po          |  15 +-
 misc/translator/po/kn-Knda-marc-NORMARC.po         |   2 +-
 misc/translator/po/kn-Knda-marc-UNIMARC.po         |   2 +-
 misc/translator/po/kn-Knda-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/kn-Knda-staff-prog.po           | 256 ++++----
 misc/translator/po/ko-Kore-KP-marc-MARC21.po       |  15 +-
 misc/translator/po/ko-Kore-KP-marc-NORMARC.po      |   2 +-
 misc/translator/po/ko-Kore-KP-marc-UNIMARC.po      |   2 +-
 misc/translator/po/ko-Kore-KP-opac-bootstrap.po    | 613 +++++++++---------
 misc/translator/po/ko-Kore-KP-staff-prog.po        | 258 ++++----
 misc/translator/po/ku-Arab-marc-MARC21.po          |  15 +-
 misc/translator/po/ku-Arab-marc-NORMARC.po         |   2 +-
 misc/translator/po/ku-Arab-marc-UNIMARC.po         |   2 +-
 misc/translator/po/ku-Arab-opac-bootstrap.po       | 615 +++++++++---------
 misc/translator/po/ku-Arab-staff-prog.po           | 258 ++++----
 misc/translator/po/lo-Laoo-marc-MARC21.po          |  15 +-
 misc/translator/po/lo-Laoo-marc-NORMARC.po         |   2 +-
 misc/translator/po/lo-Laoo-marc-UNIMARC.po         |   2 +-
 misc/translator/po/lo-Laoo-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/lo-Laoo-staff-prog.po           | 256 ++++----
 misc/translator/po/lv-marc-MARC21.po               |  15 +-
 misc/translator/po/lv-marc-NORMARC.po              |   2 +-
 misc/translator/po/lv-marc-UNIMARC.po              |   2 +-
 misc/translator/po/lv-opac-bootstrap.po            | 613 +++++++++---------
 misc/translator/po/lv-staff-prog.po                | 256 ++++----
 misc/translator/po/mi-NZ-marc-MARC21.po            |  15 +-
 misc/translator/po/mi-NZ-marc-NORMARC.po           |   2 +-
 misc/translator/po/mi-NZ-marc-UNIMARC.po           |   2 +-
 misc/translator/po/mi-NZ-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/mi-NZ-staff-prog.po             | 256 ++++----
 misc/translator/po/ml-marc-MARC21.po               |  15 +-
 misc/translator/po/ml-marc-NORMARC.po              |   2 +-
 misc/translator/po/ml-marc-UNIMARC.po              |   2 +-
 misc/translator/po/ml-opac-bootstrap.po            | 608 +++++++++---------
 misc/translator/po/ml-staff-prog.po                | 256 ++++----
 misc/translator/po/mon-marc-MARC21.po              |  15 +-
 misc/translator/po/mon-marc-NORMARC.po             |   2 +-
 misc/translator/po/mon-marc-UNIMARC.po             |   2 +-
 misc/translator/po/mon-opac-bootstrap.po           | 613 +++++++++---------
 misc/translator/po/mon-staff-prog.po               | 256 ++++----
 misc/translator/po/mr-marc-MARC21.po               |  15 +-
 misc/translator/po/mr-marc-NORMARC.po              |   2 +-
 misc/translator/po/mr-marc-UNIMARC.po              |   2 +-
 misc/translator/po/mr-opac-bootstrap.po            | 613 +++++++++---------
 misc/translator/po/mr-staff-prog.po                | 256 ++++----
 misc/translator/po/ms-MY-marc-MARC21.po            |  15 +-
 misc/translator/po/ms-MY-marc-NORMARC.po           |   2 +-
 misc/translator/po/ms-MY-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ms-MY-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/ms-MY-staff-prog.po             | 256 ++++----
 misc/translator/po/my-marc-MARC21.po               |  15 +-
 misc/translator/po/my-marc-NORMARC.po              |   2 +-
 misc/translator/po/my-marc-UNIMARC.po              |   2 +-
 misc/translator/po/my-opac-bootstrap.po            | 609 +++++++++---------
 misc/translator/po/my-staff-prog.po                | 256 ++++----
 misc/translator/po/nb-NO-marc-MARC21.po            |  15 +-
 misc/translator/po/nb-NO-marc-NORMARC.po           |   2 +-
 misc/translator/po/nb-NO-marc-UNIMARC.po           |   2 +-
 misc/translator/po/nb-NO-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/nb-NO-staff-prog.po             | 259 ++++----
 misc/translator/po/ne-NE-marc-MARC21.po            |  15 +-
 misc/translator/po/ne-NE-marc-NORMARC.po           |   2 +-
 misc/translator/po/ne-NE-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ne-NE-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/ne-NE-staff-prog.po             | 256 ++++----
 misc/translator/po/nl-BE-marc-MARC21.po            |  15 +-
 misc/translator/po/nl-BE-marc-NORMARC.po           |   2 +-
 misc/translator/po/nl-BE-marc-UNIMARC.po           |   2 +-
 misc/translator/po/nl-BE-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/nl-BE-staff-prog.po             | 260 ++++----
 misc/translator/po/nl-NL-marc-MARC21.po            |  15 +-
 misc/translator/po/nl-NL-marc-NORMARC.po           |   2 +-
 misc/translator/po/nl-NL-marc-UNIMARC.po           |   2 +-
 misc/translator/po/nl-NL-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/nl-NL-staff-prog.po             | 260 ++++----
 misc/translator/po/nn-NO-marc-MARC21.po            |  15 +-
 misc/translator/po/nn-NO-marc-NORMARC.po           |   2 +-
 misc/translator/po/nn-NO-marc-UNIMARC.po           |   2 +-
 misc/translator/po/nn-NO-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/nn-NO-staff-prog.po             | 256 ++++----
 misc/translator/po/oc-marc-MARC21.po               |  15 +-
 misc/translator/po/oc-marc-NORMARC.po              |   2 +-
 misc/translator/po/oc-marc-UNIMARC.po              |   2 +-
 misc/translator/po/oc-opac-bootstrap.po            | 615 +++++++++---------
 misc/translator/po/oc-staff-prog.po                | 258 ++++----
 misc/translator/po/pbr-marc-MARC21.po              |  15 +-
 misc/translator/po/pbr-marc-NORMARC.po             |   2 +-
 misc/translator/po/pbr-marc-UNIMARC.po             |   2 +-
 misc/translator/po/pbr-opac-bootstrap.po           | 613 +++++++++---------
 misc/translator/po/pbr-staff-prog.po               | 256 ++++----
 misc/translator/po/pl-PL-marc-MARC21.po            |  15 +-
 misc/translator/po/pl-PL-marc-NORMARC.po           |   2 +-
 misc/translator/po/pl-PL-marc-UNIMARC.po           |   2 +-
 misc/translator/po/pl-PL-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/pl-PL-staff-prog.po             | 258 ++++----
 misc/translator/po/prs-marc-MARC21.po              |  15 +-
 misc/translator/po/prs-marc-NORMARC.po             |   2 +-
 misc/translator/po/prs-marc-UNIMARC.po             |   2 +-
 misc/translator/po/prs-opac-bootstrap.po           | 613 +++++++++---------
 misc/translator/po/prs-staff-prog.po               | 256 ++++----
 misc/translator/po/pt-BR-marc-MARC21.po            |  15 +-
 misc/translator/po/pt-BR-marc-NORMARC.po           |   2 +-
 misc/translator/po/pt-BR-marc-UNIMARC.po           |   2 +-
 misc/translator/po/pt-BR-opac-bootstrap.po         | 627 ++++++++++---------
 misc/translator/po/pt-BR-staff-prog.po             | 258 ++++----
 misc/translator/po/pt-PT-marc-MARC21.po            |  15 +-
 misc/translator/po/pt-PT-marc-NORMARC.po           |   2 +-
 misc/translator/po/pt-PT-marc-UNIMARC.po           |   2 +-
 misc/translator/po/pt-PT-opac-bootstrap.po         | 623 ++++++++++---------
 misc/translator/po/pt-PT-pref.po                   |   6 +-
 misc/translator/po/pt-PT-staff-prog.po             | 258 ++++----
 misc/translator/po/ro-RO-marc-MARC21.po            |  15 +-
 misc/translator/po/ro-RO-marc-NORMARC.po           |   2 +-
 misc/translator/po/ro-RO-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ro-RO-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/ro-RO-staff-prog.po             | 256 ++++----
 misc/translator/po/ru-RU-marc-MARC21.po            |  15 +-
 misc/translator/po/ru-RU-marc-NORMARC.po           |   2 +-
 misc/translator/po/ru-RU-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ru-RU-opac-bootstrap.po         | 616 +++++++++---------
 misc/translator/po/ru-RU-staff-prog.po             | 256 ++++----
 misc/translator/po/rw-RW-marc-MARC21.po            |  15 +-
 misc/translator/po/rw-RW-marc-NORMARC.po           |   2 +-
 misc/translator/po/rw-RW-marc-UNIMARC.po           |   2 +-
 misc/translator/po/rw-RW-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/rw-RW-staff-prog.po             | 256 ++++----
 misc/translator/po/sd-PK-marc-MARC21.po            |  15 +-
 misc/translator/po/sd-PK-marc-NORMARC.po           |   2 +-
 misc/translator/po/sd-PK-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sd-PK-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/sd-PK-staff-prog.po             | 256 ++++----
 misc/translator/po/sk-SK-marc-MARC21.po            |  25 +-
 misc/translator/po/sk-SK-marc-NORMARC.po           |   2 +-
 misc/translator/po/sk-SK-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sk-SK-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/sk-SK-staff-prog.po             | 266 ++++----
 misc/translator/po/sl-SI-marc-MARC21.po            |  15 +-
 misc/translator/po/sl-SI-marc-NORMARC.po           |   2 +-
 misc/translator/po/sl-SI-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sl-SI-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/sl-SI-staff-prog.po             | 256 ++++----
 misc/translator/po/sq-AL-marc-MARC21.po            |  15 +-
 misc/translator/po/sq-AL-marc-NORMARC.po           |   2 +-
 misc/translator/po/sq-AL-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sq-AL-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/sq-AL-staff-prog.po             | 256 ++++----
 misc/translator/po/sr-Cyrl-marc-MARC21.po          |  15 +-
 misc/translator/po/sr-Cyrl-marc-NORMARC.po         |   2 +-
 misc/translator/po/sr-Cyrl-marc-UNIMARC.po         |   2 +-
 misc/translator/po/sr-Cyrl-opac-bootstrap.po       | 611 +++++++++---------
 misc/translator/po/sr-Cyrl-staff-prog.po           | 256 ++++----
 misc/translator/po/sv-SE-marc-MARC21.po            |  15 +-
 misc/translator/po/sv-SE-marc-NORMARC.po           |   2 +-
 misc/translator/po/sv-SE-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sv-SE-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/sv-SE-staff-prog.po             | 258 ++++----
 misc/translator/po/sw-KE-marc-MARC21.po            |  15 +-
 misc/translator/po/sw-KE-marc-NORMARC.po           |   2 +-
 misc/translator/po/sw-KE-marc-UNIMARC.po           |   2 +-
 misc/translator/po/sw-KE-opac-bootstrap.po         | 608 +++++++++---------
 misc/translator/po/sw-KE-staff-prog.po             | 256 ++++----
 misc/translator/po/ta-LK-marc-MARC21.po            |  15 +-
 misc/translator/po/ta-LK-marc-NORMARC.po           |   2 +-
 misc/translator/po/ta-LK-marc-UNIMARC.po           |   2 +-
 misc/translator/po/ta-LK-opac-bootstrap.po         | 612 +++++++++---------
 misc/translator/po/ta-LK-staff-prog.po             | 256 ++++----
 misc/translator/po/ta-marc-MARC21.po               |  15 +-
 misc/translator/po/ta-marc-NORMARC.po              |   2 +-
 misc/translator/po/ta-marc-UNIMARC.po              |   2 +-
 misc/translator/po/ta-opac-bootstrap.po            | 612 +++++++++---------
 misc/translator/po/ta-staff-prog.po                | 256 ++++----
 misc/translator/po/tet-marc-MARC21.po              |  15 +-
 misc/translator/po/tet-marc-NORMARC.po             |   2 +-
 misc/translator/po/tet-marc-UNIMARC.po             |   2 +-
 misc/translator/po/tet-opac-bootstrap.po           | 615 +++++++++---------
 misc/translator/po/tet-staff-prog.po               | 258 ++++----
 misc/translator/po/th-TH-marc-MARC21.po            |  15 +-
 misc/translator/po/th-TH-marc-NORMARC.po           |   2 +-
 misc/translator/po/th-TH-marc-UNIMARC.po           |   2 +-
 misc/translator/po/th-TH-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/th-TH-staff-prog.po             | 256 ++++----
 misc/translator/po/tl-PH-marc-MARC21.po            |  15 +-
 misc/translator/po/tl-PH-marc-NORMARC.po           |   2 +-
 misc/translator/po/tl-PH-marc-UNIMARC.po           |   2 +-
 misc/translator/po/tl-PH-opac-bootstrap.po         | 613 +++++++++---------
 misc/translator/po/tl-PH-staff-prog.po             | 256 ++++----
 misc/translator/po/tr-TR-marc-MARC21.po            |  21 +-
 misc/translator/po/tr-TR-marc-NORMARC.po           |   2 +-
 misc/translator/po/tr-TR-marc-UNIMARC.po           |   2 +-
 misc/translator/po/tr-TR-opac-bootstrap.po         | 623 ++++++++++---------
 misc/translator/po/tr-TR-pref.po                   |  24 +-
 misc/translator/po/tr-TR-staff-prog.po             | 287 ++++-----
 misc/translator/po/tvl-marc-MARC21.po              |  15 +-
 misc/translator/po/tvl-marc-NORMARC.po             |   2 +-
 misc/translator/po/tvl-marc-UNIMARC.po             |   2 +-
 misc/translator/po/tvl-opac-bootstrap.po           | 608 +++++++++---------
 misc/translator/po/tvl-staff-prog.po               | 256 ++++----
 misc/translator/po/uk-UA-marc-MARC21.po            |  15 +-
 misc/translator/po/uk-UA-marc-NORMARC.po           |   2 +-
 misc/translator/po/uk-UA-marc-UNIMARC.po           |   2 +-
 misc/translator/po/uk-UA-opac-bootstrap.po         | 620 ++++++++++---------
 misc/translator/po/uk-UA-staff-prog.po             | 258 ++++----
 misc/translator/po/ur-Arab-marc-MARC21.po          |  15 +-
 misc/translator/po/ur-Arab-marc-NORMARC.po         |   2 +-
 misc/translator/po/ur-Arab-marc-UNIMARC.po         |   2 +-
 misc/translator/po/ur-Arab-opac-bootstrap.po       | 613 +++++++++---------
 misc/translator/po/ur-Arab-staff-prog.po           | 256 ++++----
 misc/translator/po/vi-VN-marc-MARC21.po            |  15 +-
 misc/translator/po/vi-VN-marc-NORMARC.po           |   2 +-
 misc/translator/po/vi-VN-marc-UNIMARC.po           |   2 +-
 misc/translator/po/vi-VN-opac-bootstrap.po         | 615 +++++++++---------
 misc/translator/po/vi-VN-staff-prog.po             | 259 ++++----
 misc/translator/po/zh-Hans-CN-marc-MARC21.po       |  15 +-
 misc/translator/po/zh-Hans-CN-marc-NORMARC.po      |   2 +-
 misc/translator/po/zh-Hans-CN-marc-UNIMARC.po      |   2 +-
 misc/translator/po/zh-Hans-CN-opac-bootstrap.po    | 615 +++++++++---------
 misc/translator/po/zh-Hans-CN-staff-prog.po        | 256 ++++----
 misc/translator/po/zh-Hant-TW-marc-MARC21.po       |  15 +-
 misc/translator/po/zh-Hant-TW-marc-NORMARC.po      |   2 +-
 misc/translator/po/zh-Hant-TW-marc-UNIMARC.po      |   2 +-
 misc/translator/po/zh-Hant-TW-opac-bootstrap.po    | 624 ++++++++++---------
 misc/translator/po/zh-Hant-TW-pref.po              |   8 +-
 misc/translator/po/zh-Hant-TW-staff-prog.po        | 273 ++++----
 offline_circ/enqueue_koc.pl                        |   1 -
 offline_circ/list.pl                               |   1 -
 offline_circ/process.pl                            |   1 -
 offline_circ/process_koc.pl                        |   1 -
 opac/clubs/clubs-tab.pl                            |   1 -
 opac/clubs/enroll.pl                               |   1 -
 opac/opac-account-pay-paypal-return.pl             |   1 -
 opac/opac-account-pay.pl                           |   1 -
 opac/opac-account.pl                               |   1 -
 opac/opac-addbybiblionumber.pl                     |   1 -
 opac/opac-article-request-cancel.pl                |   1 -
 opac/opac-ics.pl                                   |   1 -
 opac/opac-illrequests.pl                           |   1 -
 opac/opac-issue-note.pl                            |   1 -
 opac/opac-messaging.pl                             |   1 -
 opac/opac-modrequest-suspend.pl                    |   1 -
 opac/opac-modrequest.pl                            |   1 -
 opac/opac-mymessages.pl                            |   1 -
 opac/opac-passwd.pl                                |   1 -
 opac/opac-patron-consent.pl                        |   1 -
 opac/opac-privacy.pl                               |   1 -
 opac/opac-readingrecord.pl                         |   1 -
 opac/opac-renew.pl                                 |   1 -
 opac/opac-request-article.pl                       |   1 -
 opac/opac-reserve.pl                               |   1 -
 opac/opac-routing-lists.pl                         |   1 -
 opac/opac-sendbasket.pl                            |   1 -
 opac/opac-sendshelf.pl                             |   1 -
 opac/opac-suggestions.pl                           |   1 -
 opac/opac-user.pl                                  |   1 -
 opac/sci/sci-main.pl                               |   1 -
 opac/sco/sco-main.pl                               |   1 -
 opac/svc/auth/googleopenidconnect                  |   1 -
 patron_lists/add-modify.pl                         |   1 -
 patron_lists/delete.pl                             |   1 -
 patron_lists/list.pl                               |   1 -
 patron_lists/lists.pl                              |   1 -
 patron_lists/patrons.pl                            |   1 -
 patroncards/add_user_search.pl                     |   1 -
 patroncards/create-pdf.pl                          |   1 -
 patroncards/edit-batch.pl                          |   1 -
 patroncards/edit-layout.pl                         |   1 -
 patroncards/edit-profile.pl                        |   1 -
 patroncards/edit-template.pl                       |   1 -
 patroncards/home.pl                                |   1 -
 patroncards/image-manage.pl                        |   1 -
 patroncards/manage.pl                              |   1 -
 patroncards/print.pl                               |   1 -
 plugins/plugins-home.pl                            |   1 -
 plugins/plugins-uninstall.pl                       |   1 -
 plugins/plugins-upload.pl                          |   1 -
 plugins/run.pl                                     |   1 -
 reports/acquisitions_stats.pl                      |   1 -
 reports/bor_issues_top.pl                          |   1 -
 reports/borrowers_out.pl                           |   1 -
 reports/borrowers_stats.pl                         |   1 -
 reports/cash_register_stats.pl                     |   1 -
 reports/cat_issues_top.pl                          |   1 -
 reports/catalogue_out.pl                           |   1 -
 reports/catalogue_stats.pl                         |   1 -
 reports/dictionary.pl                              |   1 -
 reports/guided_reports.pl                          |   1 -
 reports/issues_avg_stats.pl                        |   1 -
 reports/issues_stats.pl                            |   1 -
 reports/itemslost.pl                               |   1 -
 reports/manager.pl                                 |   1 -
 reports/orders_by_fund.pl                          |   1 -
 reports/reports-home.pl                            |   1 -
 reports/reserves_stats.pl                          |   1 -
 reports/serials_stats.pl                           |   1 -
 reserve/modrequest.pl                              |   1 -
 reserve/modrequest_suspendall.pl                   |   1 -
 reserve/request.pl                                 |   1 -
 reviews/reviewswaiting.pl                          |   1 -
 rotating_collections/addItems.pl                   |   1 -
 rotating_collections/editCollections.pl            |   1 -
 rotating_collections/rotatingCollections.pl        |   1 -
 rotating_collections/transferCollection.pl         |   1 -
 serials/acqui-search-result.pl                     |   1 -
 serials/acqui-search.pl                            |   1 -
 serials/add_user_search.pl                         |   1 -
 serials/checkexpiration.pl                         |   1 -
 serials/claims.pl                                  |   1 -
 serials/routing-preview.pl                         |   2 -
 serials/routing.pl                                 |   1 -
 serials/serials-collection.pl                      |   1 -
 serials/serials-edit.pl                            |   1 -
 serials/serials-home.pl                            |   1 -
 serials/serials-search.pl                          |   1 -
 serials/showpredictionpattern.pl                   |   1 -
 serials/subscription-add.pl                        |   1 -
 serials/subscription-batchedit.pl                  |   1 -
 serials/subscription-bib-search.pl                 |   2 -
 serials/subscription-detail.pl                     |   1 -
 serials/subscription-frequencies.pl                |   1 -
 serials/subscription-history.pl                    |   1 -
 serials/subscription-numberpatterns.pl             |   1 -
 serials/subscription-renew.pl                      |   1 -
 serials/viewalerts.pl                              |   1 -
 svc/convert_report                                 |   1 -
 svc/letters/preview                                |   1 -
 svc/mana/search                                    |   1 -
 svc/members/search                                 |   1 -
 svc/records/preview                                |   1 -
 svc/report                                         |   1 -
 svc/virtualshelves/search                          |   1 -
 t/Context.t                                        |  18 +-
 .../{Template/Plugin/To.t => Koha/Patron.t}        |  37 +-
 t/db_dependent/Search/History.t                    |   2 -
 tags/list.pl                                       |   1 -
 tags/review.pl                                     |   1 -
 tools/access_files.pl                              |   1 -
 tools/automatic_item_modification_by_age.pl        |   1 -
 tools/batchMod.pl                                  |   1 -
 tools/batch_delete_records.pl                      |   1 -
 tools/batch_record_modification.pl                 |   1 -
 tools/cleanborrowers.pl                            |   1 -
 tools/csv-profiles.pl                              |   1 -
 tools/export.pl                                    |   1 -
 tools/holidays.pl                                  |   1 -
 tools/import_borrowers.pl                          |   1 -
 tools/inventory.pl                                 |   1 -
 tools/koha-news.pl                                 |   1 -
 tools/letter.pl                                    |   1 -
 tools/manage-marc-import.pl                        |   1 -
 tools/marc_modification_templates.pl               |   1 -
 tools/modborrowers.pl                              |   1 -
 tools/overduerules.pl                              |   1 -
 tools/picture-upload.pl                            |   1 -
 tools/quotes-upload.pl                             |   1 -
 tools/quotes.pl                                    |   1 -
 tools/scheduler.pl                                 |   1 -
 tools/showdiffmarc.pl                              |   1 -
 tools/stage-marc-import.pl                         |   1 -
 tools/stockrotation.pl                             |   1 -
 tools/tools-home.pl                                |   1 -
 tools/upload-cover-image.pl                        |   1 -
 tools/upload.pl                                    |   1 -
 tools/viewlog.pl                                   |   1 -
 virtualshelves/addbybiblionumber.pl                |   1 -
 virtualshelves/downloadshelf.pl                    |   1 -
 virtualshelves/sendshelf.pl                        |   2 -
 virtualshelves/shelves.pl                          |   1 -
 863 files changed, 40815 insertions(+), 37806 deletions(-)
 copy misc/release_notes/{release_notes_19_05_13.html => release_notes_19_05_14.html} (56%)
 create mode 100644 misc/release_notes/release_notes_19_05_14.md
 copy t/db_dependent/{Template/Plugin/To.t => Koha/Patron.t} (58%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list