From gitmaster at git.koha-community.org Mon Jul 1 17:41:11 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2019 15:41:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-259-g162ea12 Message-ID: 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 162ea12db99e3ad2face427548a1f4e6f469ef77 (commit) via 0619aab9971c7f4d4859620abbac7ad2bfe93364 (commit) via 0404ecec4b619ebe14ac262332870004bb88878c (commit) via 563458f20e413388d11cf92ea36d2867f488416f (commit) via 29da30e1d458a0fa75444933ba441eb7906f53fa (commit) via 5dec7bee96b9459f2f57773666de71090d945c66 (commit) via 094df0ed14f97b9ecd10a8934442dbbb670e0ab3 (commit) via e30f09af910425f5d496efd0dd6ca8f7de468fb0 (commit) via 98914ed6bb265959356406b9a9bc569919df6125 (commit) via d0c2138c8c71309cdeb5011f0a5e1263ff202cef (commit) via fa1cb9d648c879449dc2fd9120848d015dc64079 (commit) via 64a2583c48cbcf25222a946ac6376f3be3bd4667 (commit) via 8bcffcd1d0dd3ca72770d8fd129dea3b10ae1894 (commit) via d52ec38cef9c655cd15bce2c16653f12e239fb05 (commit) via 86f37b1eb3a3376f475e69d351f0b0983b2b482a (commit) via 54791a5c4639d8d5380077b38ddf9a1c0c47f253 (commit) via e749afc938615f273d2966aed31fe387d8d36b64 (commit) via d2cb9fdaffe507bbe3f90565fa8228802b3c4918 (commit) via f261dc4df6f1b55ce42a57987776fe4b6631d3cd (commit) via ecc70a68be5f4737b5c5c96305ff302cd8553ed0 (commit) via 676f03dd7dc50ae855df7a85a81d899f2b3074b3 (commit) via dc94b4d05b4a28e9eee75439e2f53dd0d62176fa (commit) via f927d801121f9d7b291516649cf3b55be49b8e3d (commit) via 545f38d13c210e4cb173e67d2578d825a9ffeb47 (commit) via f317d384f657bb8341a1a641343e18ed9598240d (commit) via f5d3dec2e4ddfa20006cd9f81e28616b36230685 (commit) from bb80b2d38b9861e7e81b76608cc097654b27fcb4 (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 162ea12db99e3ad2face427548a1f4e6f469ef77 Author: Kyle M Hall Date: Fri Jun 28 15:27:27 2019 +0000 Bug 17003: (QA follow-up) Fix the number of tests Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 0619aab9971c7f4d4859620abbac7ad2bfe93364 Author: Josef Moravec Date: Fri Mar 29 07:53:27 2019 +0000 Bug 17003: (follow-up) Update definitions according to voted RFC Test plan: 1) Have some patrons with checkouts, some renewable and some not renewable 2) Use your favorite API tester and access GET http://koha.url/api/v1/checkouts/{checkout_id}/allows_renewal 3) Check the response is OK according to voted RFC: https://wiki.koha-community.org/wiki/Checkouts_endpoint_RFC#Checkout_renewability_2 4) prove t/db_dependent/api/v1/checkouts.t Signed-off-by: Michal Denar Signed-off-by: Johanna Raisa Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 0404ecec4b619ebe14ac262332870004bb88878c Author: Josef Moravec Date: Thu Feb 21 02:30:00 2019 +0000 Bug 17003: Adapt to OpenAPI Test plan: prove t/db_dependent/api/v1/checkouts.t Signed-off-by: Michal Denar Signed-off-by: Johanna Raisa Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 563458f20e413388d11cf92ea36d2867f488416f Author: Lari Taskula Date: Mon Aug 22 17:35:44 2016 +0300 Bug 17003: Add API route to get checkout's renewability Signed-off-by: Johanna Raisa Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 29da30e1d458a0fa75444933ba441eb7906f53fa Author: Martin Renvoize Date: Mon Jul 1 16:06:42 2019 +0100 Bug 17492: (RM follow-up) Use more specific method name Changed the method introduced into Koha::Patron from is_category_valid to the more specific is_valid_age to clarify it's intent to future developers. Signed-off-by: Martin Renvoize commit 5dec7bee96b9459f2f57773666de71090d945c66 Author: Nick Clemens Date: Fri Jun 28 15:15:06 2019 +0000 Bug 17492: (QA follow-up) Correct template variable Signed-off-by: Martin Renvoize commit 094df0ed14f97b9ecd10a8934442dbbb670e0ab3 Author: Josef Moravec Date: Wed Jun 26 18:31:44 2019 +0000 Bug 17492: (follow-up) Add missing filters Signed-off-by: Michal Denar Signed-off-by: Martin Renvoize commit e30f09af910425f5d496efd0dd6ca8f7de468fb0 Author: Radek ?iman Date: Mon Oct 24 03:41:02 2016 +0200 Bug 17492: Add a warning about age being of-limits and a button to update it This patch adds a warning if a patron's age is out of limits if an assigned category. It also adds a button allowing to change the category. Test plan: 1) Apply patch 2) Create a patron and assign him a category having age limits set 3) Change patron's age to be older/younger than category's limits 4) At "Check out" and "Details" tabs you should see a warning with a button allowing to change the category, eg.: - http://prntscr.com/cz7ch3 - http://prntscr.com/cz7em4 - http://prntscr.com/cz7dj1 5) Set a valid category according to patron's age 6) Warning should disappear 7) Perform similar test again, but instead of changing the age change the limits of a category 8) During tests verify "Change category" button everytime opens "Modify patron" page: http://prntscr.com/cz7g5q 9) Ensure that left-side panel is always on its expected place 10) Remove patron's date of birth and test that all categories are allowed now 11) Run automated tests: prove t/db_dependent/Koha/Patron.t Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Martin Renvoize commit 98914ed6bb265959356406b9a9bc569919df6125 Author: Martin Renvoize Date: Mon Jul 1 15:17:38 2019 +0100 Bug 18928: DBRev 19.06.00.010 Signed-off-by: Martin Renvoize commit d0c2138c8c71309cdeb5011f0a5e1263ff202cef Author: Nick Clemens Date: Fri Jun 28 14:50:26 2019 +0000 Bug 18928: (QA follow-up) Remove DBIC files and reference to DefaultCircRule Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit fa1cb9d648c879449dc2fd9120848d015dc64079 Author: Jonathan Druart Date: Tue Jun 11 10:05:24 2019 -0500 Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit 64a2583c48cbcf25222a946ac6376f3be3bd4667 Author: Jonathan Druart Date: Mon May 6 12:10:58 2019 -0500 Bug 18928: Remove '(not set)' The "(not set)" part must be removed IMO, I am not sure I understand its goal. Now that we have 1 entry per rule (and not 1 DB row for the whole "Default checkout, hold and return policy for Centerville" table), it will be harder to handle it correctly. Not impossible, but if not really needed I would prefer to just remove it. If a rule is not set, the cell is empty or the dropdown list displays the option "Not set", which seems to correct the problem. Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit 8bcffcd1d0dd3ca72770d8fd129dea3b10ae1894 Author: Jonathan Druart Date: Fri May 3 17:39:28 2019 -0400 Bug 18928: (bug 22847 follow-up) Display correctly the values (not the propagated ones) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit d52ec38cef9c655cd15bce2c16653f12e239fb05 Author: Jonathan Druart Date: Fri May 3 16:47:59 2019 -0400 Bug 18928: (bug 22679 follow-up) Do not remove all rules along with the issuing rule We actually want to remove maxissueqty, maxonsiteissueqty and max_holds (for now) Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit 86f37b1eb3a3376f475e69d351f0b0983b2b482a Author: Jonathan Druart Date: Mon Apr 29 11:14:27 2019 -0400 Bug 18928: Use get_effective_rule in GetBranchItemRule Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit 54791a5c4639d8d5380077b38ddf9a1c0c47f253 Author: Jonathan Druart Date: Mon Apr 29 11:03:13 2019 -0400 Bug 18928: DBIC schema update Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit e749afc938615f273d2966aed31fe387d8d36b64 Author: Josef Moravec Date: Wed Apr 24 21:11:29 2019 +0000 Bug 18928: (follow-up) Unset max_holds rule if needed Test plan: 1) Set all values in Default checkout, hold and return policy section on circulation rules admin page, try for all libraries and for one specific library. Save. 2) Click on unset and confitm --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit d2cb9fdaffe507bbe3f90565fa8228802b3c4918 Author: Tomas Cohen Arazi Date: Wed Mar 6 09:51:28 2019 -0300 Bug 18928: (follow-up) Make DB update idempotent Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit f261dc4df6f1b55ce42a57987776fe4b6631d3cd Author: Jonathan Druart Date: Thu Feb 21 17:27:57 2019 -0300 Bug 18928: Update new occurrences Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit ecc70a68be5f4737b5c5c96305ff302cd8553ed0 Author: Jonathan Druart Date: Wed Oct 24 19:40:24 2018 -0300 Bug 18928: Add missing filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit 676f03dd7dc50ae855df7a85a81d899f2b3074b3 Author: Jonathan Druart Date: Wed Oct 24 19:32:48 2018 -0300 Bug 18928: Add DB structure changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit dc94b4d05b4a28e9eee75439e2f53dd0d62176fa Author: Kyle M Hall Date: Tue Jul 11 11:10:01 2017 -0400 Bug 18928: Move holdallowed, hold_fulfillment_policy, returnbranch to circulation_rules Test Plan: 1) Apply dependancies 2) Apply this patch set 3) Run updatedatabase.pl 4) Ensure holdallowed and hold_fulfillment_policy rules behavior remains unchanged Signed-off-by: Tomas Cohen Arazi Signed-off-by: Agustin Moyano Signed-off-by: Liz Rea Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize commit f927d801121f9d7b291516649cf3b55be49b8e3d Author: Nick Clemens Date: Fri Jun 7 10:14:36 2019 +0000 Bug 23045: Return record along with errors We don't seem to directly handle the errors in most cases, let's always return the record To test: 1 - Add some blank lines to editor, previous patch is okay with this 2 - Add a line with just 'e' or some other incomplete field 3 - Try to save 4 - Note JS leader error 5 - Apply this patch 6 - No errors Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize commit 545f38d13c210e4cb173e67d2578d825a9ffeb47 Author: Nick Clemens Date: Tue Jun 4 14:25:53 2019 +0000 Bug 23045: TextMarc errors on blank lines Since bug 16251 we use TextMarc to get some record fields, however, it throws an error when processing blank lines. We should just pass on these rather then erroring To test: 1 - Define a new macro that delete more fields than it adds delete 245 2 - Run it 3 - Note an error in JS console, and helpers will not load 4 - Apply patch 5 - Reload, try again 6 - No error Signed-off-by: Claire Gravely Signed-off-by: Liz Rea Signed-off-by: Martin Renvoize commit f317d384f657bb8341a1a641343e18ed9598240d Author: Jonathan Druart Date: Fri Jun 28 14:01:04 2019 -0500 Bug 23225: Do not hide a biblio if there is no item This patch fixes a 404 redirect from the OPAC ISBD view if the bibliographic record does not have item attached. Signed-off-by: Luis F. Lopez Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize commit f5d3dec2e4ddfa20006cd9f81e28616b36230685 Author: Jonathan Druart Date: Fri Jun 28 14:00:53 2019 -0500 Bug 23225: Add a test Signed-off-by: Luis F. Lopez Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 66 ++-- Koha.pm | 2 +- Koha/Biblio.pm | 6 +- Koha/IssuingRule.pm | 5 + Koha/Patron.pm | 18 + Koha/REST/V1/Checkouts.pm | 45 +++ Koha/Schema/Result/Branch.pm | 34 +- Koha/Schema/Result/BranchItemRule.pm | 130 ------- Koha/Schema/Result/DefaultBranchCircRule.pm | 104 ------ Koha/Schema/Result/DefaultBranchItemRule.pm | 104 ------ Koha/Schema/Result/DefaultCircRule.pm | 92 ----- Koha/Schema/Result/Itemtype.pm | 34 +- admin/smart-rules.pl | 367 +++++++++----------- api/v1/swagger/definitions.json | 3 + api/v1/swagger/definitions/allows_renewal.json | 21 ++ api/v1/swagger/paths.json | 3 + api/v1/swagger/paths/checkouts.json | 30 ++ circ/circulation.pl | 7 + installer/data/mysql/kohastructure.sql | 62 ---- installer/data/mysql/updatedatabase.pl | 91 +++++ .../intranet-tmpl/lib/koha/cateditor/text-marc.js | 6 +- .../prog/en/includes/cateditor-widgets-marc21.inc | 1 + .../prog/en/includes/category-out-of-age-limit.inc | 4 + .../prog/en/modules/admin/smart-rules.tt | 133 ++++--- .../prog/en/modules/circ/circulation.tt | 4 + .../prog/en/modules/members/moremember.tt | 9 +- members/moremember.pl | 8 + t/db_dependent/Circulation/Branch.t | 67 ++-- t/db_dependent/Circulation/SwitchOnSiteCheckouts.t | 4 - t/db_dependent/Circulation/TooMany.t | 4 - t/db_dependent/Holds.t | 36 +- .../Holds/DisallowHoldIfItemsAvailable.t | 35 +- t/db_dependent/Holds/HoldFulfillmentPolicy.t | 48 ++- t/db_dependent/Holds/HoldItemtypeLimit.t | 19 +- t/db_dependent/HoldsQueue.t | 133 ++++--- t/db_dependent/Koha/Biblio.t | 5 +- t/db_dependent/Koha/IssuingRules.t | 15 +- t/db_dependent/Koha/Patrons.t | 60 +++- t/db_dependent/Reserves.t | 36 +- t/db_dependent/TestBuilder.t | 2 - t/db_dependent/api/v1/checkouts.t | 19 +- 41 files changed, 875 insertions(+), 997 deletions(-) delete mode 100644 Koha/Schema/Result/BranchItemRule.pm delete mode 100644 Koha/Schema/Result/DefaultBranchCircRule.pm delete mode 100644 Koha/Schema/Result/DefaultBranchItemRule.pm delete mode 100644 Koha/Schema/Result/DefaultCircRule.pm create mode 100644 api/v1/swagger/definitions/allows_renewal.json create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 09:27:59 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 07:27:59 +0000 Subject: [koha-commits] main Koha release repository branch 19.05.x updated. v19.05.00-83-g60ff677 Message-ID: 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 60ff677e14296ec27d3bd49e6ace61095854e8fd (commit) via 9bed277578e514766196b2891a426128b41f3295 (commit) via b3eacfe48b7163aa7a696a47e08d2eca6ca26c29 (commit) via 10a70f518399934025468e93826a706feecbc828 (commit) via b092d71d0cb08a470a7cf8809ae6dd1e93a553c8 (commit) from 0d2ebac7649f35c9273c5181e81a21f654e71f85 (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 60ff677e14296ec27d3bd49e6ace61095854e8fd Author: Fridolin Somers Date: Thu Jun 27 10:20:15 2019 +0200 Update release notes for 19.05.01 release Signed-off-by: Fridolin Somers commit 9bed277578e514766196b2891a426128b41f3295 Author: Fridolin Somers Date: Thu Jun 27 09:15:30 2019 +0200 Increment version for 19.05.01 release Signed-off-by: Fridolin Somers commit b3eacfe48b7163aa7a696a47e08d2eca6ca26c29 Merge: b092d71 10a70f51 Author: Fridolin Somers Date: Thu Jun 27 09:13:28 2019 +0200 Merge remote-tracking branch 'translate/19.05.01-translate-20190627' into 19.05.x commit 10a70f518399934025468e93826a706feecbc828 Author: Koha translators <> Date: Thu Jun 27 04:10:07 2019 -0300 Translation updates for Koha 19.05.01 commit b092d71d0cb08a470a7cf8809ae6dd1e93a553c8 Author: Jonathan Druart Date: Wed Jun 5 18:40:54 2019 -0500 Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_19_05_01.html | 544 ++++++ misc/release_notes/release_notes_19_05_01.md | 423 +++++ misc/translator/po/am-Ethi-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/am-Ethi-pref.po | 10 +- misc/translator/po/am-Ethi-staff-prog.po | 718 ++++---- misc/translator/po/ar-Arab-marc-MARC21.po | 436 ++--- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 70 +- misc/translator/po/ar-Arab-pref.po | 14 +- misc/translator/po/ar-Arab-staff-prog.po | 728 ++++---- misc/translator/po/as-IN-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/as-IN-pref.po | 10 +- misc/translator/po/as-IN-staff-prog.po | 716 ++++---- misc/translator/po/az-AZ-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/az-AZ-pref.po | 10 +- misc/translator/po/az-AZ-staff-prog.po | 721 ++++---- misc/translator/po/be-BY-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/be-BY-pref.po | 10 +- misc/translator/po/be-BY-staff-prog.po | 722 ++++---- misc/translator/po/bg-Cyrl-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/bg-Cyrl-pref.po | 10 +- misc/translator/po/bg-Cyrl-staff-prog.po | 716 ++++---- misc/translator/po/bn-IN-marc-MARC21.po | 434 ++--- 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 | 70 +- misc/translator/po/bn-IN-pref.po | 10 +- misc/translator/po/bn-IN-staff-prog.po | 716 ++++---- misc/translator/po/ca-ES-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/ca-ES-pref.po | 10 +- misc/translator/po/ca-ES-staff-prog.po | 720 ++++---- misc/translator/po/cs-CZ-marc-MARC21.po | 436 ++--- misc/translator/po/cs-CZ-marc-NORMARC.po | 2 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 6 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 88 +- misc/translator/po/cs-CZ-pref.po | 23 +- misc/translator/po/cs-CZ-staff-prog.po | 2022 ++++++++++++----------- misc/translator/po/cy-GB-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/cy-GB-pref.po | 10 +- misc/translator/po/cy-GB-staff-prog.po | 716 ++++---- misc/translator/po/da-DK-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/da-DK-pref.po | 10 +- misc/translator/po/da-DK-staff-prog.po | 723 ++++---- misc/translator/po/de-CH-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/de-CH-pref.po | 12 +- misc/translator/po/de-CH-staff-prog.po | 725 ++++---- misc/translator/po/de-DE-marc-MARC21.po | 442 ++--- 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 | 89 +- misc/translator/po/de-DE-pref.po | 221 +-- misc/translator/po/de-DE-staff-prog.po | 814 ++++----- misc/translator/po/el-GR-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/el-GR-pref.po | 10 +- misc/translator/po/el-GR-staff-prog.po | 729 ++++---- misc/translator/po/en-GB-marc-MARC21.po | 434 ++--- 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 | 72 +- misc/translator/po/en-GB-pref.po | 10 +- misc/translator/po/en-GB-staff-prog.po | 719 ++++---- misc/translator/po/en-NZ-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/en-NZ-pref.po | 12 +- misc/translator/po/en-NZ-staff-prog.po | 723 ++++---- misc/translator/po/eo-marc-MARC21.po | 434 ++--- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 70 +- misc/translator/po/eo-pref.po | 10 +- misc/translator/po/eo-staff-prog.po | 716 ++++---- misc/translator/po/es-ES-marc-MARC21.po | 442 ++--- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 6 +- misc/translator/po/es-ES-opac-bootstrap.po | 82 +- misc/translator/po/es-ES-pref.po | 118 +- misc/translator/po/es-ES-staff-prog.po | 746 +++++---- misc/translator/po/eu-marc-MARC21.po | 436 ++--- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 68 +- misc/translator/po/eu-pref.po | 12 +- misc/translator/po/eu-staff-prog.po | 723 ++++---- misc/translator/po/fa-Arab-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/fa-Arab-pref.po | 10 +- misc/translator/po/fa-Arab-staff-prog.po | 723 ++++---- misc/translator/po/fi-FI-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/fi-FI-pref.po | 12 +- misc/translator/po/fi-FI-staff-prog.po | 723 ++++---- misc/translator/po/fo-FO-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/fo-FO-pref.po | 10 +- misc/translator/po/fo-FO-staff-prog.po | 716 ++++---- misc/translator/po/fr-CA-marc-MARC21.po | 452 ++--- misc/translator/po/fr-CA-marc-NORMARC.po | 2 +- misc/translator/po/fr-CA-marc-UNIMARC.po | 10 +- misc/translator/po/fr-CA-opac-bootstrap.po | 277 ++-- misc/translator/po/fr-CA-pref.po | 181 +- misc/translator/po/fr-CA-staff-prog.po | 1309 ++++++++------- misc/translator/po/fr-FR-marc-MARC21.po | 436 ++--- 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 | 96 +- misc/translator/po/fr-FR-pref.po | 14 +- misc/translator/po/fr-FR-staff-prog.po | 770 ++++----- misc/translator/po/ga-marc-MARC21.po | 434 ++--- misc/translator/po/ga-marc-NORMARC.po | 2 +- misc/translator/po/ga-marc-UNIMARC.po | 2 +- misc/translator/po/ga-opac-bootstrap.po | 68 +- misc/translator/po/ga-pref.po | 10 +- misc/translator/po/ga-staff-prog.po | 716 ++++---- misc/translator/po/gd-marc-MARC21.po | 434 ++--- misc/translator/po/gd-marc-NORMARC.po | 2 +- misc/translator/po/gd-marc-UNIMARC.po | 2 +- misc/translator/po/gd-opac-bootstrap.po | 68 +- misc/translator/po/gd-pref.po | 10 +- misc/translator/po/gd-staff-prog.po | 716 ++++---- misc/translator/po/gl-marc-MARC21.po | 434 ++--- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 68 +- misc/translator/po/gl-pref.po | 10 +- misc/translator/po/gl-staff-prog.po | 720 ++++---- misc/translator/po/he-Hebr-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/he-Hebr-pref.po | 10 +- misc/translator/po/he-Hebr-staff-prog.po | 720 ++++---- misc/translator/po/hi-marc-MARC21.po | 440 ++--- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 86 +- misc/translator/po/hi-pref.po | 129 +- misc/translator/po/hi-staff-prog.po | 1242 +++++++------- misc/translator/po/hr-HR-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/hr-HR-pref.po | 10 +- misc/translator/po/hr-HR-staff-prog.po | 722 ++++---- misc/translator/po/hu-HU-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/hu-HU-pref.po | 10 +- misc/translator/po/hu-HU-staff-prog.po | 720 ++++---- misc/translator/po/hy-Armn-marc-MARC21.po | 440 ++--- 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 | 82 +- misc/translator/po/hy-Armn-pref.po | 147 +- misc/translator/po/hy-Armn-staff-prog.po | 763 +++++---- misc/translator/po/ia-marc-MARC21.po | 434 ++--- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 68 +- misc/translator/po/ia-pref.po | 10 +- misc/translator/po/ia-staff-prog.po | 716 ++++---- misc/translator/po/id-ID-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/id-ID-pref.po | 10 +- misc/translator/po/id-ID-staff-prog.po | 718 ++++---- misc/translator/po/iq-CA-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/iq-CA-pref.po | 10 +- misc/translator/po/iq-CA-staff-prog.po | 716 ++++---- misc/translator/po/is-IS-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/is-IS-pref.po | 10 +- misc/translator/po/is-IS-staff-prog.po | 720 ++++---- misc/translator/po/it-IT-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/it-IT-pref.po | 12 +- misc/translator/po/it-IT-staff-prog.po | 727 ++++---- misc/translator/po/iu-CA-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/iu-CA-pref.po | 10 +- misc/translator/po/iu-CA-staff-prog.po | 716 ++++---- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ja-Jpan-JP-pref.po | 10 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 723 ++++---- misc/translator/po/ka-marc-MARC21.po | 434 ++--- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 68 +- misc/translator/po/ka-pref.po | 10 +- misc/translator/po/ka-staff-prog.po | 716 ++++---- misc/translator/po/km-KH-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/km-KH-pref.po | 10 +- misc/translator/po/km-KH-staff-prog.po | 716 ++++---- misc/translator/po/kn-Knda-marc-MARC21.po | 434 ++--- 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 | 108 +- misc/translator/po/kn-Knda-pref.po | 10 +- misc/translator/po/kn-Knda-staff-prog.po | 720 ++++---- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/ko-Kore-KP-pref.po | 10 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 722 ++++---- misc/translator/po/ku-Arab-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ku-Arab-pref.po | 10 +- misc/translator/po/ku-Arab-staff-prog.po | 723 ++++---- misc/translator/po/lo-Laoo-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/lo-Laoo-pref.po | 10 +- misc/translator/po/lo-Laoo-staff-prog.po | 720 ++++---- misc/translator/po/lv-marc-MARC21.po | 434 ++--- misc/translator/po/lv-marc-NORMARC.po | 2 +- misc/translator/po/lv-marc-UNIMARC.po | 2 +- misc/translator/po/lv-opac-bootstrap.po | 68 +- misc/translator/po/lv-pref.po | 10 +- misc/translator/po/lv-staff-prog.po | 716 ++++---- misc/translator/po/mi-NZ-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/mi-NZ-pref.po | 10 +- misc/translator/po/mi-NZ-staff-prog.po | 720 ++++---- misc/translator/po/ml-marc-MARC21.po | 434 ++--- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 68 +- misc/translator/po/ml-pref.po | 10 +- misc/translator/po/ml-staff-prog.po | 716 ++++---- misc/translator/po/mon-marc-MARC21.po | 434 ++--- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 68 +- misc/translator/po/mon-pref.po | 10 +- misc/translator/po/mon-staff-prog.po | 720 ++++---- misc/translator/po/mr-marc-MARC21.po | 434 ++--- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 68 +- misc/translator/po/mr-pref.po | 10 +- misc/translator/po/mr-staff-prog.po | 720 ++++---- misc/translator/po/ms-MY-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ms-MY-pref.po | 10 +- misc/translator/po/ms-MY-staff-prog.po | 718 ++++---- misc/translator/po/my-marc-MARC21.po | 434 ++--- misc/translator/po/my-marc-NORMARC.po | 2 +- misc/translator/po/my-marc-UNIMARC.po | 2 +- misc/translator/po/my-opac-bootstrap.po | 68 +- misc/translator/po/my-pref.po | 10 +- misc/translator/po/my-staff-prog.po | 716 ++++---- misc/translator/po/nb-NO-marc-MARC21.po | 436 ++--- 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 | 142 +- misc/translator/po/nb-NO-pref.po | 24 +- misc/translator/po/nb-NO-staff-prog.po | 745 +++++---- misc/translator/po/ne-NE-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ne-NE-pref.po | 10 +- misc/translator/po/ne-NE-staff-prog.po | 716 ++++---- misc/translator/po/nl-BE-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/nl-BE-pref.po | 10 +- misc/translator/po/nl-BE-staff-prog.po | 724 ++++---- misc/translator/po/nl-NL-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/nl-NL-pref.po | 10 +- misc/translator/po/nl-NL-staff-prog.po | 718 ++++---- misc/translator/po/nn-NO-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/nn-NO-pref.po | 10 +- misc/translator/po/nn-NO-staff-prog.po | 720 ++++---- misc/translator/po/oc-marc-MARC21.po | 436 ++--- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 68 +- misc/translator/po/oc-pref.po | 10 +- misc/translator/po/oc-staff-prog.po | 724 ++++---- misc/translator/po/pbr-marc-MARC21.po | 434 ++--- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 68 +- misc/translator/po/pbr-pref.po | 10 +- misc/translator/po/pbr-staff-prog.po | 716 ++++---- misc/translator/po/pl-PL-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/pl-PL-pref.po | 12 +- misc/translator/po/pl-PL-staff-prog.po | 725 ++++---- misc/translator/po/prs-marc-MARC21.po | 434 ++--- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 68 +- misc/translator/po/prs-pref.po | 10 +- misc/translator/po/prs-staff-prog.po | 720 ++++---- misc/translator/po/pt-BR-marc-MARC21.po | 458 ++--- 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 | 82 +- misc/translator/po/pt-BR-pref.po | 106 +- misc/translator/po/pt-BR-staff-prog.po | 838 +++++----- misc/translator/po/pt-PT-marc-MARC21.po | 440 ++--- 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 | 90 +- misc/translator/po/pt-PT-pref.po | 116 +- misc/translator/po/pt-PT-staff-prog.po | 757 +++++---- misc/translator/po/ro-RO-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ro-RO-pref.po | 10 +- misc/translator/po/ro-RO-staff-prog.po | 722 ++++---- misc/translator/po/ru-RU-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/ru-RU-pref.po | 10 +- misc/translator/po/ru-RU-staff-prog.po | 722 ++++---- misc/translator/po/rw-RW-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/rw-RW-pref.po | 10 +- misc/translator/po/rw-RW-staff-prog.po | 716 ++++---- misc/translator/po/sd-PK-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/sd-PK-pref.po | 10 +- misc/translator/po/sd-PK-staff-prog.po | 716 ++++---- misc/translator/po/sk-SK-marc-MARC21.po | 436 ++--- 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 | 70 +- misc/translator/po/sk-SK-pref.po | 14 +- misc/translator/po/sk-SK-staff-prog.po | 725 ++++---- misc/translator/po/sl-SI-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/sl-SI-pref.po | 10 +- misc/translator/po/sl-SI-staff-prog.po | 716 ++++---- misc/translator/po/sq-AL-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/sq-AL-pref.po | 10 +- misc/translator/po/sq-AL-staff-prog.po | 718 ++++---- misc/translator/po/sr-Cyrl-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/sr-Cyrl-pref.po | 10 +- misc/translator/po/sr-Cyrl-staff-prog.po | 718 ++++---- misc/translator/po/sv-SE-marc-MARC21.po | 438 ++--- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 4 +- misc/translator/po/sv-SE-opac-bootstrap.po | 231 ++- misc/translator/po/sv-SE-pref.po | 412 +++-- misc/translator/po/sv-SE-staff-prog.po | 759 +++++---- misc/translator/po/sw-KE-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/sw-KE-pref.po | 10 +- misc/translator/po/sw-KE-staff-prog.po | 716 ++++---- misc/translator/po/ta-LK-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/ta-LK-pref.po | 10 +- misc/translator/po/ta-LK-staff-prog.po | 716 ++++---- misc/translator/po/ta-marc-MARC21.po | 434 ++--- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 68 +- misc/translator/po/ta-pref.po | 10 +- misc/translator/po/ta-staff-prog.po | 716 ++++---- misc/translator/po/tet-marc-MARC21.po | 436 ++--- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 70 +- misc/translator/po/tet-pref.po | 10 +- misc/translator/po/tet-staff-prog.po | 720 ++++---- misc/translator/po/th-TH-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/th-TH-pref.po | 10 +- misc/translator/po/th-TH-staff-prog.po | 720 ++++---- misc/translator/po/tl-PH-marc-MARC21.po | 434 ++--- 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 | 68 +- misc/translator/po/tl-PH-pref.po | 10 +- misc/translator/po/tl-PH-staff-prog.po | 718 ++++---- misc/translator/po/tr-TR-marc-MARC21.po | 436 ++--- 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 | 80 +- misc/translator/po/tr-TR-pref.po | 14 +- misc/translator/po/tr-TR-staff-prog.po | 727 ++++---- misc/translator/po/tvl-marc-MARC21.po | 434 ++--- misc/translator/po/tvl-marc-NORMARC.po | 2 +- misc/translator/po/tvl-marc-UNIMARC.po | 2 +- misc/translator/po/tvl-opac-bootstrap.po | 68 +- misc/translator/po/tvl-pref.po | 10 +- misc/translator/po/tvl-staff-prog.po | 716 ++++---- misc/translator/po/uk-UA-marc-MARC21.po | 436 ++--- misc/translator/po/uk-UA-marc-NORMARC.po | 2 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 6 +- misc/translator/po/uk-UA-opac-bootstrap.po | 100 +- misc/translator/po/uk-UA-pref.po | 20 +- misc/translator/po/uk-UA-staff-prog.po | 991 +++++------ misc/translator/po/ur-Arab-marc-MARC21.po | 434 ++--- 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 | 70 +- misc/translator/po/ur-Arab-pref.po | 10 +- misc/translator/po/ur-Arab-staff-prog.po | 716 ++++---- misc/translator/po/vi-VN-marc-MARC21.po | 436 ++--- 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 | 68 +- misc/translator/po/vi-VN-pref.po | 10 +- misc/translator/po/vi-VN-staff-prog.po | 723 ++++---- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 436 ++--- 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 | 78 +- misc/translator/po/zh-Hans-CN-pref.po | 12 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 734 ++++---- misc/translator/po/zh-Hant-TW-marc-MARC21.po | 438 ++--- 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 | 75 +- misc/translator/po/zh-Hant-TW-pref.po | 87 +- misc/translator/po/zh-Hant-TW-staff-prog.po | 1368 +++++++-------- opac/opac-search.pl | 2 +- 515 files changed, 59199 insertions(+), 52978 deletions(-) create mode 100644 misc/release_notes/release_notes_19_05_01.html create mode 100644 misc/release_notes/release_notes_19_05_01.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 09:31:57 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 07:31:57 +0000 Subject: [koha-commits] main Koha release repository annotated tag v19.05.01 created. v19.05.01 Message-ID: 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 annotated tag, v19.05.01 has been created at 60751dfdf19dbfef8ce8d264d00601d3612c26ee (tag) tagging 60ff677e14296ec27d3bd49e6ace61095854e8fd (commit) replaces v19.05.00 tagged by Fridolin Somers on Thu Jun 27 10:20:34 2019 +0200 - Log ----------------------------------------------------------------- Koha release 19.05.01 -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEuXlk3O256QfzYP0rK8k2QoBkBm4FAl0UfFIACgkQK8k2QoBk Bm6JEgf/UKVX/2s8FreHzxukQezu5asM0+WLn4S5u1sANtEfe21h36BsK84S/VC4 5E3ykAlAJTQoNRLSfAPVWa2UPtcciJh41hD88V6WymWThfuUEgDKwPVdD2G1YeYt 5KCyspaTDtDEoDkjao3f7D19hsDSY9A8/KTEya0peRWiXbuOLUKAmg7RW6TVLbyG GSWUFge9LKsr40Oq6vx3MDETMoSPdUpjsHRDHvmop0KcmZJu61OnSqqz7saNprlc sslum7g3Nl8H72KuO/hhHx2S/CnxvEDUjE34539t6BvY9PbGLh9lEobOs8cpsr7X w60gBGNbAFeJ5Nqus1oyqoQb+xM/jw== =0v5c -----END PGP SIGNATURE----- Aleisha Amohia (3): Bug 11492: Keep routing notes when receiving next serial Bug 11492: (follow-up) Don't pass publisheddatetext param to NewIssue Bug 8558: Improve confirmation message for importing frameworks Alex Arnaud (3): Bug 22915: fix Mana URL in etc/koha-conf.xml Bug 22358: Add POD to Koha::SharedContent Bug 22358: fix POD header and typo Fridolin Somers (6): Bug 22906: Compiled CSS Bug 22950: Compiled CSS Bug 21534: Always compute wildcards Merge remote-tracking branch 'translate/19.05.01-translate-20190627' into 19.05.x Increment version for 19.05.01 release Update release notes for 19.05.01 release Hayley Mapley (1): Bug 22099: Fixed ILL toolbar to say Refresh when displaying requests Jonathan Druart (13): Bug 19457: Handle 'PREVISSUE' return by CanBookBeIssued from SIP (CheckPrevCheckout) Bug 23027: Make Suggestions.t pass even if no biblio in DB Bug 22919: Fix insert of authorities_normal_marc21.sql with strict SQL modes Bug 23093: (bug 22318 follow-up) Use placeholders in query moving OpacNavRight Bug 23095: Correctly display circulation rules (0 vs undef) Bug 22941: Do not return 500 if sortfield contain parenthesis Bug 23022: Remove the SQl mode NO_AUTO_CREATE_USER Bug 23117: Shortcut additem.pl on nonexistent biblionumber Bug 23104: Add tests Bug 23104: (bug 18925 follow-up): Fix null/empty behavior, again Bug 23104: Add tests for maxonsiteissueqty Bug 23082: Fatal error editing a restricted patron Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Joy Nelson (1): Bug 20986: Add 867 and 868 holdings display Justin Rittenhouse (1): Bug 22585: remove double-escape for CAS URL Katrin Fischer (7): Bug 22960: Fix the same typo on db level for existing and new installations Bug 22960: (QA follow-up) Fix another tiny typo Bug 22958: Fix help link on the SMS providers page Bug 20986: (follow-up) Avoid br tags, but allow for line breaks to be added easily with CSS Bug 13094: Make it easy to hide 'Cancel all' button on holds over report Bug 22633: Link barcodes in hold summary in patron account to moredetail page Bug 22770: Fix typo in German language description of el Koha translators (1): Translation updates for Koha 19.05.01 Kyle M Hall (7): Bug 22982: Paying lost fee does not always remove lost item from checkouts Bug 22982: Add unit tests Bug 22982: (QA follow-up) Add behavior to Koha::Account::Line::apply and unit test Bug 10215: Increase the size of opacnote and librariannote for table subscriptionhistory Bug 18344: Allow overdue fines cap at replacement price, and cap by amount to work together Bug 18344: Add unit tests Bug 16750: Redirect from selectbranchprinter.pl to additem.pl causes software error Liz Rea (1): Bug 8558: (QA follow-up) a little more text clean up Marcel de Rooy (1): Bug 23006: Cannot use inventory with barcodes containing special chars Mark Tompsett (2): Bug 23104: (follow-up) fix display for 0/Unlimited Bug 17526: Change grep to deal with malformed sortfield Martin Renvoize (13): Bug 22877: Prevent double overdue processing for lost and returned Bug 22877: (follow-up) Fix test plan count Bug 22877: (QA follow-up) Clarify intent of tests and remove one. Bug 22960: (RM follow-up) Correct a further typo Bug 22960: DBRev 19.05.00.001 Bug 23037: Add Henry Bolshaw to contributors Bug 10215: (follow-up) Correct existing data Bug 10215: (follow-up) Fix the failing test Bug 10215: DBRev 19.05.00.002 Bug 21662: (RM follow-up) Final followup corrections to history Bug 22770: DBRev 19.05.00.003 Bug 22358: (RM follow-up) Typo fix Bug 10215: (RM follow-up) Rebuid DBIC classes Nazl? ?etin (2): Bug 21887: 856 link problem in XSLT result lists and detail page Bug 21887: (For OPAC) 856 link problem in XSLT result lists and detail page Nick Clemens (7): Bug 22877: Unit test to highlight problem Bug 23053: Add phrase index to authority Local-Number Bug 23053: [follow-up] Same changes for UNIMARC Bug 14794: Display JS tooltip whenever dateofbirth is being searched Bug 14794: (follow-up) Add tooltip to filter box Bug 22585: (follow-up) Fix additional occurences Bug 22358: (QA follow-up) Clear up phrasing Nightly Build Bot (1): Bug 17108- Automatic debian/control updates (stable/19.05.x) Owen Leonard (12): Bug 22953: Markup warning in OPAC user summary template Bug 22906: Minor corrections to plugins home page Bug 22950: Markup error in OPAC recent comment template Bug 22947: Markup error in OPAC preferences file Bug 22955: Markup error in OPAC lists template Bug 22960: Typo found in circulation.pref in UpdateItemLocationOnCheckin preference Bug 22948: Markup error in OPAC bibliographic detail template Bug 22952: Markup error in OPAC suggestions template Bug 22954: Minor markup error in OPAC messaging template Bug 23076: Include OpacUserJS on OPAC maintenance page Bug 7890: Highlight required field in MARC editor Bug 22945: Markup error in OPAC search results around lists display Pasi Kallinen (1): Bug 22910: Do not copy unique patron attributes to duplicated patron ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 10:17:19 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 08:17:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-260-ge75dc18 Message-ID: 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 e75dc18424ba5905b79dd2c92e91ba2c8f4ecfed (commit) from 162ea12db99e3ad2face427548a1f4e6f469ef77 (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 e75dc18424ba5905b79dd2c92e91ba2c8f4ecfed Author: Jonathan Druart Date: Wed Jun 5 18:40:54 2019 -0500 Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 10:43:03 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 08:43:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-264-ge466ce6 Message-ID: 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 e466ce63ab92e79e76457c47007b588a4c03f30b (commit) via 8901d289cf1d4cd8f8904712e58c2224a5388c28 (commit) via f748443822a27bc26649f4e1f1a8f0f35d8edd92 (commit) via 20342b376fd0d8cdedd70e8d35f5e8a619727037 (commit) from e75dc18424ba5905b79dd2c92e91ba2c8f4ecfed (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 e466ce63ab92e79e76457c47007b588a4c03f30b Author: Owen Leonard Date: Mon May 13 16:22:49 2019 +0000 Bug 22897: Switch two-column templates to Bootstrap grid: ILL requests This patch modifies the ILL requests template to use the Bootstrap grid instead of YUI. To test, apply the patch and look at the ILL requests template. Confirm that it looks correct at various browser widths. Signed-off-by: Andrew Isherwood Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize commit 8901d289cf1d4cd8f8904712e58c2224a5388c28 Author: Martin Renvoize Date: Tue Jul 2 09:19:28 2019 +0100 Bug 20959: Compiled CSS Signed-off-by: Martin Renvoize commit f748443822a27bc26649f4e1f1a8f0f35d8edd92 Author: Owen Leonard Date: Thu Jun 27 18:11:51 2019 +0000 Bug 20959: Style checkin form more like the checkout form, with collapsed settings panel This patch modifies the structure of the checkin form so that settings (Specify return date, book drop mode, forgive overdue charges) are in a collapsed panel when inactive. The style of the barcode field and the mode notification messages has been changed to reduce the vertical motion of the form when selecting options. Some class names have been changed in circulation.tt and circulation.js to make them appropriate for use on both forms. To test, apply the patch and rebuild the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Clear your browser cache if necessary. - View the checkin page. The "checkin settings" panel should be collapsed by default. - Confirm that the settings panel collapses and expands as it should. - Confirm that selecting "Forgive overdue charges" or "Book drop mode" trigger the display of the correct message and that the style of the barcode field is changed. - Confirm that after submitting a barcode for check-in, the settings panel stays open and your selected settings are still selected. - Confirm that specifying a due date and selecting "remember" shows a new message with the selected date. - Confirm that unchecking "remember" hides the message. - Confirm that date settings are remembered and the correct message displayed (or not) during check-in. - Test with CircSidebar enabled and disabled. Signed-off-by: Arthur Bousquet Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize commit 20342b376fd0d8cdedd70e8d35f5e8a619727037 Author: Agustin Moyano Date: Wed Jun 26 16:15:43 2019 -0300 Bug 23222: Update plugins-home.tt with new ENABLE/DISABLE flag name At some point of history, the flag to indicate if a plugin was enabled/disabled was called "enabled", now it's called "is_enabled" To test: 1) get a fresh master copy 2) Enable plugins 3) Install any plugin CHECK => plugin appears as disabled => If you try to enable it, it just appears as disabled just the same 4) Apply this patch 5) Reload page SUCCESS => plugin appears as enabled => enable / disable action works again 6) Sign off Signed-off-by: Fr?d?ric Demians Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/css/src/staff-global.scss | 29 +++- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 2 +- .../prog/en/modules/circ/circulation.tt | 16 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 180 ++++++++++++-------- .../prog/en/modules/ill/ill-requests.tt | 115 +++++++------ .../prog/en/modules/plugins/plugins-home.tt | 4 +- .../intranet-tmpl/prog/js/pages/circulation.js | 28 +-- 7 files changed, 221 insertions(+), 153 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 11:33:19 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 09:33:19 +0000 Subject: [koha-commits] main Koha release repository branch 19.05.x updated. v19.05.01-3-g8ceb3b1 Message-ID: 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 8ceb3b1dc4730ffe422a9d4dc0b06b236f2a9f19 (commit) via fbe1a39a0cb5caab0832072311f102209c9577bb (commit) via 19eae0f228a3e1efbb7b409b7e34d02c2606046c (commit) from 60ff677e14296ec27d3bd49e6ace61095854e8fd (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 8ceb3b1dc4730ffe422a9d4dc0b06b236f2a9f19 Author: Mark Tompsett Date: Mon Jun 17 14:59:03 2019 +0000 Bug 22783: (follow up) not SET for anonymous BLOCK Fixed syntax. http://www.template-toolkit.org/docs/manual/Directives.html#section_BLOCK Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit cc26fefeebc7ad5af08a087d6dd57c1eb9a6d5b4) Signed-off-by: Fridolin Somers commit fbe1a39a0cb5caab0832072311f102209c9577bb Author: Martin Renvoize Date: Fri Apr 26 14:52:39 2019 +0100 Bug 22783: Make 'OPAC News' string translatable The idea was to use an anonymous block Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit b86766a3e2148582a2c191e168ad4a65e5d8d0be) Signed-off-by: Fridolin Somers commit 19eae0f228a3e1efbb7b409b7e34d02c2606046c Author: Jonathan Druart Date: Sat Jun 8 13:29:24 2019 -0500 Bug 23065: Rename "New subscription" button when default to current serial To make it explicite that the "New subscription" button will create a subscription based on the current serial it is now labeled "New subscription for this serial" Test plan: 1 - Go to Serials module in Koha 2 - Click 'New subscription' 3 - You get a blank form 4 - Fill it out, save it 5 - You are viewing the subscription you created => The button is now labeled "New subscription for this serial" Signed-off-by: Michal Denar Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit b2be5b0c65ddf992e451e5b8c12cf0994038186e) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 16:20:30 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 14:20:30 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-46-gb6db4e1 Message-ID: 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, 18.11.x has been updated via b6db4e1e4b8460ef3126e3a47290e9daa954ac0d (commit) via dc4d92e1dea5002f8d9e1c9e6d7759b4bdf42f74 (commit) via d700a140224f18218b5fadadc641ef4e20e49011 (commit) via 3b2315941f743a33fb6a3f88138674e3133a60bf (commit) from de41a7de104f846e9d2b3bc967d0cd9de0173341 (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 b6db4e1e4b8460ef3126e3a47290e9daa954ac0d Author: Lucas Gass Date: Thu Jun 27 18:01:33 2019 +0000 Update release notes for 18.11.07 release Signed-off-by: Lucas Gass commit dc4d92e1dea5002f8d9e1c9e6d7759b4bdf42f74 Author: Lucas Gass Date: Thu Jun 27 17:57:25 2019 +0000 Increment version for 18.11.07 release Signed-off-by: Lucas Gass commit d700a140224f18218b5fadadc641ef4e20e49011 Author: Koha translators <> Date: Thu Jun 27 12:30:25 2019 -0300 Translation updates for Koha 18.11.07 Signed-off-by: Lucas Gass commit 3b2315941f743a33fb6a3f88138674e3133a60bf Author: Jonathan Druart Date: Wed Jun 5 18:40:54 2019 -0500 Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_18_11_07.html | 457 +++++++ misc/release_notes/release_notes_18_11_07.md | 362 +++++ misc/translator/po/am-Ethi-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/am-Ethi-pref.po | 10 +- misc/translator/po/am-Ethi-staff-prog.po | 444 +++--- misc/translator/po/ar-Arab-marc-MARC21.po | 430 +++--- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-messages.po | 8 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 82 +- misc/translator/po/ar-Arab-pref.po | 12 +- misc/translator/po/ar-Arab-staff-prog.po | 450 ++++--- misc/translator/po/as-IN-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/as-IN-pref.po | 10 +- misc/translator/po/as-IN-staff-prog.po | 441 +++--- misc/translator/po/az-AZ-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/az-AZ-pref.po | 10 +- misc/translator/po/az-AZ-staff-prog.po | 445 +++--- misc/translator/po/be-BY-marc-MARC21.po | 430 +++--- 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 | 80 +- misc/translator/po/be-BY-pref.po | 10 +- misc/translator/po/be-BY-staff-prog.po | 446 +++--- misc/translator/po/bg-Cyrl-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/bg-Cyrl-pref.po | 10 +- misc/translator/po/bg-Cyrl-staff-prog.po | 442 +++--- misc/translator/po/bn-IN-marc-MARC21.po | 428 +++--- 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 | 82 +- misc/translator/po/bn-IN-pref.po | 10 +- misc/translator/po/bn-IN-staff-prog.po | 442 +++--- misc/translator/po/ca-ES-marc-MARC21.po | 430 +++--- 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 | 80 +- misc/translator/po/ca-ES-pref.po | 10 +- misc/translator/po/ca-ES-staff-prog.po | 444 +++--- misc/translator/po/cs-CZ-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/cs-CZ-pref.po | 21 +- misc/translator/po/cs-CZ-staff-prog.po | 498 +++---- misc/translator/po/cy-GB-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/cy-GB-pref.po | 10 +- misc/translator/po/cy-GB-staff-prog.po | 441 +++--- misc/translator/po/da-DK-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/da-DK-pref.po | 10 +- misc/translator/po/da-DK-staff-prog.po | 447 +++--- misc/translator/po/de-CH-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/de-CH-pref.po | 10 +- misc/translator/po/de-CH-staff-prog.po | 449 +++--- misc/translator/po/de-DE-marc-MARC21.po | 437 +++--- 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 | 91 +- misc/translator/po/de-DE-pref.po | 47 +- misc/translator/po/de-DE-staff-prog.po | 482 +++---- misc/translator/po/el-GR-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/el-GR-pref.po | 27 +- misc/translator/po/el-GR-staff-prog.po | 465 ++++--- misc/translator/po/en-GB-marc-MARC21.po | 428 +++--- 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 | 84 +- misc/translator/po/en-GB-pref.po | 10 +- misc/translator/po/en-GB-staff-prog.po | 445 +++--- misc/translator/po/en-NZ-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/en-NZ-pref.po | 10 +- misc/translator/po/en-NZ-staff-prog.po | 447 +++--- misc/translator/po/eo-marc-MARC21.po | 428 +++--- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 82 +- misc/translator/po/eo-pref.po | 10 +- misc/translator/po/eo-staff-prog.po | 441 +++--- misc/translator/po/es-ES-marc-MARC21.po | 434 +++--- 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 | 86 +- misc/translator/po/es-ES-pref.po | 38 +- misc/translator/po/es-ES-staff-prog.po | 472 ++++--- misc/translator/po/eu-marc-MARC21.po | 430 +++--- misc/translator/po/eu-marc-NORMARC.po | 34 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 534 ++++---- misc/translator/po/eu-pref.po | 10 +- misc/translator/po/eu-staff-prog.po | 1649 ++++++++++++----------- misc/translator/po/fa-Arab-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/fa-Arab-pref.po | 10 +- misc/translator/po/fa-Arab-staff-prog.po | 447 +++--- misc/translator/po/fi-FI-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/fi-FI-pref.po | 10 +- misc/translator/po/fi-FI-staff-prog.po | 447 +++--- misc/translator/po/fo-FO-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/fo-FO-pref.po | 10 +- misc/translator/po/fo-FO-staff-prog.po | 441 +++--- misc/translator/po/fr-CA-marc-MARC21.po | 444 +++--- 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 | 105 +- misc/translator/po/fr-CA-pref.po | 12 +- misc/translator/po/fr-CA-staff-prog.po | 523 +++---- misc/translator/po/fr-FR-marc-MARC21.po | 430 +++--- 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 | 120 +- misc/translator/po/fr-FR-pref.po | 22 +- misc/translator/po/fr-FR-staff-prog.po | 498 +++---- misc/translator/po/ga-marc-MARC21.po | 428 +++--- misc/translator/po/ga-marc-NORMARC.po | 2 +- misc/translator/po/ga-marc-UNIMARC.po | 2 +- misc/translator/po/ga-opac-bootstrap.po | 80 +- misc/translator/po/ga-pref.po | 10 +- misc/translator/po/ga-staff-prog.po | 441 +++--- misc/translator/po/gd-marc-MARC21.po | 428 +++--- misc/translator/po/gd-marc-NORMARC.po | 2 +- misc/translator/po/gd-marc-UNIMARC.po | 2 +- misc/translator/po/gd-opac-bootstrap.po | 80 +- misc/translator/po/gd-pref.po | 10 +- misc/translator/po/gd-staff-prog.po | 441 +++--- misc/translator/po/gl-marc-MARC21.po | 428 +++--- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 80 +- misc/translator/po/gl-pref.po | 10 +- misc/translator/po/gl-staff-prog.po | 444 +++--- misc/translator/po/he-Hebr-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/he-Hebr-pref.po | 10 +- misc/translator/po/he-Hebr-staff-prog.po | 444 +++--- misc/translator/po/hi-marc-MARC21.po | 434 +++--- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 88 +- misc/translator/po/hi-pref.po | 42 +- misc/translator/po/hi-staff-prog.po | 472 ++++--- misc/translator/po/hr-HR-marc-MARC21.po | 430 +++--- 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 | 80 +- misc/translator/po/hr-HR-pref.po | 10 +- misc/translator/po/hr-HR-staff-prog.po | 446 +++--- misc/translator/po/hu-HU-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/hu-HU-pref.po | 10 +- misc/translator/po/hu-HU-staff-prog.po | 444 +++--- misc/translator/po/hy-Armn-marc-MARC21.po | 434 +++--- 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 | 88 +- misc/translator/po/hy-Armn-pref.po | 50 +- misc/translator/po/hy-Armn-staff-prog.po | 474 ++++--- misc/translator/po/ia-marc-MARC21.po | 428 +++--- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 80 +- misc/translator/po/ia-pref.po | 10 +- misc/translator/po/ia-staff-prog.po | 441 +++--- misc/translator/po/id-ID-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/id-ID-pref.po | 10 +- misc/translator/po/id-ID-staff-prog.po | 444 +++--- misc/translator/po/iq-CA-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/iq-CA-pref.po | 10 +- misc/translator/po/iq-CA-staff-prog.po | 441 +++--- misc/translator/po/is-IS-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/is-IS-pref.po | 10 +- misc/translator/po/is-IS-staff-prog.po | 444 +++--- misc/translator/po/it-IT-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/it-IT-pref.po | 10 +- misc/translator/po/it-IT-staff-prog.po | 449 +++--- misc/translator/po/iu-CA-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/iu-CA-pref.po | 10 +- misc/translator/po/iu-CA-staff-prog.po | 441 +++--- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ja-Jpan-JP-pref.po | 10 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 447 +++--- misc/translator/po/ka-marc-MARC21.po | 428 +++--- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 80 +- misc/translator/po/ka-pref.po | 10 +- misc/translator/po/ka-staff-prog.po | 441 +++--- misc/translator/po/km-KH-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/km-KH-pref.po | 10 +- misc/translator/po/km-KH-staff-prog.po | 441 +++--- misc/translator/po/kn-Knda-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/kn-Knda-pref.po | 10 +- misc/translator/po/kn-Knda-staff-prog.po | 444 +++--- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 430 +++--- 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 | 80 +- misc/translator/po/ko-Kore-KP-pref.po | 10 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 446 +++--- misc/translator/po/ku-Arab-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ku-Arab-pref.po | 10 +- misc/translator/po/ku-Arab-staff-prog.po | 447 +++--- misc/translator/po/lo-Laoo-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/lo-Laoo-pref.po | 10 +- misc/translator/po/lo-Laoo-staff-prog.po | 444 +++--- misc/translator/po/lv-marc-MARC21.po | 428 +++--- misc/translator/po/lv-marc-NORMARC.po | 2 +- misc/translator/po/lv-marc-UNIMARC.po | 2 +- misc/translator/po/lv-opac-bootstrap.po | 80 +- misc/translator/po/lv-pref.po | 10 +- misc/translator/po/lv-staff-prog.po | 441 +++--- misc/translator/po/mi-NZ-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/mi-NZ-pref.po | 10 +- misc/translator/po/mi-NZ-staff-prog.po | 444 +++--- misc/translator/po/ml-marc-MARC21.po | 428 +++--- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 80 +- misc/translator/po/ml-pref.po | 10 +- misc/translator/po/ml-staff-prog.po | 441 +++--- misc/translator/po/mon-marc-MARC21.po | 428 +++--- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 80 +- misc/translator/po/mon-pref.po | 10 +- misc/translator/po/mon-staff-prog.po | 444 +++--- misc/translator/po/mr-marc-MARC21.po | 428 +++--- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 80 +- misc/translator/po/mr-pref.po | 10 +- misc/translator/po/mr-staff-prog.po | 444 +++--- misc/translator/po/ms-MY-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ms-MY-pref.po | 10 +- misc/translator/po/ms-MY-staff-prog.po | 448 +++--- misc/translator/po/my-marc-MARC21.po | 428 +++--- misc/translator/po/my-marc-NORMARC.po | 2 +- misc/translator/po/my-marc-UNIMARC.po | 2 +- misc/translator/po/my-opac-bootstrap.po | 80 +- misc/translator/po/my-pref.po | 10 +- misc/translator/po/my-staff-prog.po | 441 +++--- misc/translator/po/nb-NO-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/nb-NO-pref.po | 22 +- misc/translator/po/nb-NO-staff-prog.po | 451 ++++--- misc/translator/po/ne-NE-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ne-NE-pref.po | 10 +- misc/translator/po/ne-NE-staff-prog.po | 441 +++--- misc/translator/po/nl-BE-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/nl-BE-pref.po | 10 +- misc/translator/po/nl-BE-staff-prog.po | 446 +++--- misc/translator/po/nl-NL-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/nl-NL-pref.po | 10 +- misc/translator/po/nl-NL-staff-prog.po | 444 +++--- misc/translator/po/nn-NO-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/nn-NO-pref.po | 10 +- misc/translator/po/nn-NO-staff-prog.po | 444 +++--- misc/translator/po/oc-marc-MARC21.po | 430 +++--- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 80 +- misc/translator/po/oc-pref.po | 10 +- misc/translator/po/oc-staff-prog.po | 448 +++--- misc/translator/po/pbr-marc-MARC21.po | 428 +++--- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 80 +- misc/translator/po/pbr-pref.po | 10 +- misc/translator/po/pbr-staff-prog.po | 441 +++--- misc/translator/po/pl-PL-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/pl-PL-pref.po | 10 +- misc/translator/po/pl-PL-staff-prog.po | 447 +++--- misc/translator/po/prs-marc-MARC21.po | 428 +++--- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 80 +- misc/translator/po/prs-pref.po | 10 +- misc/translator/po/prs-staff-prog.po | 444 +++--- misc/translator/po/pt-BR-marc-MARC21.po | 454 ++++--- 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 | 82 +- misc/translator/po/pt-BR-pref.po | 12 +- misc/translator/po/pt-BR-staff-prog.po | 538 ++++---- misc/translator/po/pt-PT-marc-MARC21.po | 434 +++--- 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 | 88 +- misc/translator/po/pt-PT-pref.po | 34 +- misc/translator/po/pt-PT-staff-prog.po | 472 ++++--- misc/translator/po/ro-RO-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ro-RO-pref.po | 10 +- misc/translator/po/ro-RO-staff-prog.po | 446 +++--- misc/translator/po/ru-RU-marc-MARC21.po | 430 +++--- 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 | 80 +- misc/translator/po/ru-RU-pref.po | 10 +- misc/translator/po/ru-RU-staff-prog.po | 446 +++--- misc/translator/po/rw-RW-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/rw-RW-pref.po | 10 +- misc/translator/po/rw-RW-staff-prog.po | 441 +++--- misc/translator/po/sd-PK-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/sd-PK-pref.po | 10 +- misc/translator/po/sd-PK-staff-prog.po | 442 +++--- misc/translator/po/sk-SK-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/sk-SK-pref.po | 12 +- misc/translator/po/sk-SK-staff-prog.po | 447 +++--- misc/translator/po/sl-SI-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/sl-SI-pref.po | 10 +- misc/translator/po/sl-SI-staff-prog.po | 441 +++--- misc/translator/po/sq-AL-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/sq-AL-pref.po | 10 +- misc/translator/po/sq-AL-staff-prog.po | 445 +++--- misc/translator/po/sr-Cyrl-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/sr-Cyrl-pref.po | 10 +- misc/translator/po/sr-Cyrl-staff-prog.po | 444 +++--- misc/translator/po/sv-SE-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/sv-SE-pref.po | 10 +- misc/translator/po/sv-SE-staff-prog.po | 448 +++--- misc/translator/po/sw-KE-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/sw-KE-pref.po | 10 +- misc/translator/po/sw-KE-staff-prog.po | 441 +++--- misc/translator/po/ta-LK-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ta-LK-pref.po | 10 +- misc/translator/po/ta-LK-staff-prog.po | 441 +++--- misc/translator/po/ta-marc-MARC21.po | 428 +++--- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 80 +- misc/translator/po/ta-pref.po | 10 +- misc/translator/po/ta-staff-prog.po | 441 +++--- misc/translator/po/tet-marc-MARC21.po | 430 +++--- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 82 +- misc/translator/po/tet-pref.po | 10 +- misc/translator/po/tet-staff-prog.po | 444 +++--- misc/translator/po/th-TH-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/th-TH-pref.po | 10 +- misc/translator/po/th-TH-staff-prog.po | 444 +++--- misc/translator/po/tl-PH-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/tl-PH-pref.po | 10 +- misc/translator/po/tl-PH-staff-prog.po | 442 +++--- misc/translator/po/tr-TR-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/tr-TR-pref.po | 12 +- misc/translator/po/tr-TR-staff-prog.po | 449 +++--- misc/translator/po/tvl-marc-MARC21.po | 428 +++--- misc/translator/po/tvl-marc-NORMARC.po | 2 +- misc/translator/po/tvl-marc-UNIMARC.po | 2 +- misc/translator/po/tvl-opac-bootstrap.po | 80 +- misc/translator/po/tvl-pref.po | 10 +- misc/translator/po/tvl-staff-prog.po | 441 +++--- misc/translator/po/uk-UA-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/uk-UA-pref.po | 10 +- misc/translator/po/uk-UA-staff-prog.po | 464 ++++--- misc/translator/po/ur-Arab-marc-MARC21.po | 428 +++--- 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 | 80 +- misc/translator/po/ur-Arab-pref.po | 10 +- misc/translator/po/ur-Arab-staff-prog.po | 441 +++--- misc/translator/po/vi-VN-marc-MARC21.po | 430 +++--- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 16 +- misc/translator/po/vi-VN-opac-bootstrap.po | 86 +- misc/translator/po/vi-VN-pref.po | 46 +- misc/translator/po/vi-VN-staff-prog.po | 489 +++---- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 430 +++--- 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 | 90 +- misc/translator/po/zh-Hans-CN-pref.po | 10 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 458 ++++--- misc/translator/po/zh-Hant-TW-marc-MARC21.po | 430 +++--- 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 | 82 +- misc/translator/po/zh-Hant-TW-pref.po | 12 +- misc/translator/po/zh-Hant-TW-staff-prog.po | 460 ++++--- opac/opac-search.pl | 2 +- 516 files changed, 46434 insertions(+), 39337 deletions(-) create mode 100644 misc/release_notes/release_notes_18_11_07.html create mode 100644 misc/release_notes/release_notes_18_11_07.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 16:46:38 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 14:46:38 +0000 Subject: [koha-commits] main Koha release repository annotated tag v18.11.07 created. v18.11.07 Message-ID: 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 annotated tag, v18.11.07 has been created at c6dc5596155c93d7aacc941ab2824e370b2f1958 (tag) tagging b6db4e1e4b8460ef3126e3a47290e9daa954ac0d (commit) replaces v18.11.06 tagged by Lucas Gass on Tue Jul 2 08:26:09 2019 -0600 - Log ----------------------------------------------------------------- Koha release 18.11.07 -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEiuLrhIFCDD7BMEVj+cc4/xIeRdoFAl0baYEACgkQ+cc4/xIe Rdqrcwf+MoFM69ngoDvzfl5b3k8j+Xn0i7xSjxN4gWz2mxLqIEzPRLC5ZcA7qc9d 8npJ4D7AymDzUT9MLa7I99CMBrQ2pWiSTnQOpH9h6raT9Mg6LIMoUA1XjKNacsF0 cce7uEU3h43MIblhXJQNFLbXEi95fDT53/se5RlHdFxAdTPuKiUTBW2eqhlN3fFF AMpNxFqnhqrZQlEFynHWHC9nStw/5Bsbr9vFMGVZR0I8CCix8zyNjeZz233IT5wN xkCbwCihYQozd4I2Pt3srFqXGETEAdzhChlEcbDkc65r4QYYVBGYn2i/eFn7wBwJ OuZAiMEfJHDbSenkh4ez1vJR8ZJxcg== =GvB6 -----END PGP SIGNATURE----- Aleisha Amohia (3): Bug 11492: Keep routing notes when receiving next serial Bug 11492: (follow-up) Don't pass publisheddatetext param to NewIssue Bug 8558: Improve confirmation message for importing frameworks Hayley Mapley (1): Bug 22099: Fixed ILL toolbar to say Refresh when displaying requests Jonathan Druart (6): Bug 22919: Fix insert of authorities_normal_marc21.sql with strict SQL modes Bug 19457: Handle 'PREVISSUE' return by CanBookBeIssued from SIP (CheckPrevCheckout) Bug 22941: Do not return 500 if sortfield contain parenthesis Bug 23022: Remove the SQl mode NO_AUTO_CREATE_USER Bug 23082: Fatal error editing a restricted patron Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Joy Nelson (1): Bug 20986: Add 867 and 868 holdings display Justin Rittenhouse (1): Bug 22585: remove double-escape for CAS URL Katrin Fischer (3): Bug 22958: Fix help link on the SMS providers page Bug 20986: (follow-up) Avoid br tags, but allow for line breaks to be added easily with CSS Bug 22770: Fix typo in German language description of el Koha translators (1): Translation updates for Koha 18.11.07 Kyle M Hall (4): Bug 10215: Increase the size of opacnote and librariannote for table subscriptionhistory Bug 18344: Allow overdue fines cap at replacement price, and cap by amount to work together Bug 18344: Add unit tests Bug 16750: Redirect from selectbranchprinter.pl to additem.pl causes software error Liz Rea (1): Bug 8558: (QA follow-up) a little more text clean up Lucas Gass (5): Bug 22950: Compiled CSS Bug 10215: DBRev 18.11.06.001 Bug 22770: DBRev 18.11.06.002 Increment version for 18.11.07 release Update release notes for 18.11.07 release Marcel de Rooy (1): Bug 23006: Cannot use inventory with barcodes containing special chars Martin Renvoize (2): Bug 10215: (follow-up) Correct existing data Bug 10215: (follow-up) Fix the failing test Nazl? ?etin (2): Bug 21887: 856 link problem in XSLT result lists and detail page Bug 21887: (For OPAC) 856 link problem in XSLT result lists and detail page Nick Clemens (4): Bug 23053: Add phrase index to authority Local-Number Bug 14794: Display JS tooltip whenever dateofbirth is being searched Bug 14794: (follow-up) Add tooltip to filter box Bug 22585: (follow-up) Fix additional occurences Owen Leonard (10): Bug 22953: Markup warning in OPAC user summary template Bug 22950: Markup error in OPAC recent comment template Bug 22947: Markup error in OPAC preferences file Bug 22955: Markup error in OPAC lists template Bug 22948: Markup error in OPAC bibliographic detail template Bug 22952: Markup error in OPAC suggestions template Bug 22954: Minor markup error in OPAC messaging template Bug 23076: Include OpacUserJS on OPAC maintenance page Bug 7890: Highlight required field in MARC editor Bug 22945: Markup error in OPAC search results around lists display Pasi Kallinen (1): Bug 22910: Do not copy unique patron attributes to duplicated patron ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 18:14:09 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 16:14:09 +0000 Subject: [koha-commits] main Koha release repository annotated tag v18.05.14 created. v18.05.14 Message-ID: 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 annotated tag, v18.05.14 has been created at 2fc9f7f9a7a2f4753b699bdf5c5da5bf35fd1e62 (tag) tagging 485d9ded70edf37290e8ffee0892b5f995671c5c (commit) replaces v18.05.11 tagged by Liz Rea on Tue Jul 2 10:51:07 2019 -0500 - Log ----------------------------------------------------------------- Koha release 18.05.14 Aleisha Amohia (2): Bug 22365: Removing warn when accessing Log Viewer Bug 7862: Preventing warns when creating a notice Bj?rn Nyl?n (1): Bug 10345: Increment copy number when adding multiple copies. Blou (1): Bug 21130: (Follow up OPAC Results) Prevent HTML class from being translated Christopher Brannon (4): Bug 21346: Streamline logic in holds and transfers Bug 21346: Remove double dialog Bug 21346: Convert dialogs to modals. Bug 21346: Remove inline onclicks per comment 42 Colin Campbell (1): Bug 22611: Correction for call to get create_item in EDI.pm David Bourgault (1): Bug 21130: Prevent HTML class from being translated Ere Maijala (1): Bug 19670: Change Collation of marc_field to allow mixed case mappings Fridolin Somers (6): Bug 20823: UNIMARC XSLT add subfield t for subjects Bug 21832: Restore is_expired in ILS-DI GetPatronInfo service Bug 21832: add unit test Bug 21832: add is_expired to ILS-DI example Bug 22620: OPAC description for CCODE in opac-reserve.tt Bug 22723: Correct syntax error on confess call in Koha/MetadataRecord/Authority.pm Fr?d?ric Demians (2): Bug 21937: Add test to show autoBarcode annual increment bug Bug 21937: Syspref autoBarcode annual doesn't increment properly barcode Hayley Mapley (5): Bug 13763: Added check for filter syspref in renew.pl Bug 12441: Search.pl conditional checks and displays using same syspref Bug 21003: Removed warning and changed wording on add_items-step2.tt Bug 21003: Made Edit keywords more consistent in add_items-step2.tt Bug 19497: Removed title (tooltip) from Edit button in items_search_fields.tt Jonathan Druart (20): Bug 22068: Prevent patrons to cancel article request they did not create Bug 22542: Force back button to display personal data Bug 22478: Prevent XSS vulnerabilities when pagination appears Bug 22478: Add tests Bug 21172: Remove warning from addbiblio.pl Bug 22762: Fix items.collection display on receiving Bug 20891: Escape list's names in JSON Bug 20891: Escape html then JSON Bug 22621: Fix filters on subscription search results Bug 21671: Prevent Modifications.t to fail randomly Bug 21709: Replace 'no popup' plugin links with a span Bug 22878: Add tests Bug 22878: Do not pass layout_id on creating a layout Bug 22781: Add tests Bug 22781: Escape cardnumber, category's description, library's name and dateexpiry Bug 22781: Test patron's info filtering Bug 22781: Does not double filter address Bug 22781: Correctly filter the emails Bug 20514: Use streetnumber when searching for patrons by address Bug 23058: Prevent XSS vulnerabiliies when 'tag' is passed to opac-search Josef Moravec (3): Bug 13763: (follow-up) Strip leading whitespace characters from input barcode Bug 22607: Change default value in issues.renewals to '0'. Bug 22787: Add mapping of letters "?" and "?" to zebra definitions Julian Maurice (2): Bug 21049: Fix value of material select for Rancor 007 widget Bug 21049: Set 007/00 when selecting material type (Rancor) Katrin Fischer (10): Bug 13735: Update PrepareItemrecordDisplay to use maxlength Bug 22075: Fix encoding problem with RIS export in OPAC Bug 22624: Show OPAC description for authorised values in OPAC Bug 21659: Fix links to basket groups from order receive page Bug 21659: Change link to basket group edit page Bug 22478: Fix POD Bug 22090: Add missing information to cash register CSV file Bug 22154: Fix search for Braille from Advanced search page Bug 21172: Remove obsolete framework parameter from GetMarcFromKohaField Bug 22886: Missing space between fields from Keyword to MARC mapping in cataloguing search Koha translators (3): Translation updates for Koha 18.05.12 Translation updates for Koha 18.05.13 Translation updates for Koha 18.05.14 Kyle M Hall (2): Bug 22715: Searching for patrons with "" in the circulation note hangs patron search Bug 21589: Series link formed from 830 field is incorrect Liz Rea (5): Bug 22527: web installer links to outdated DB manual Bug 22816: OPAC detail holdings table should now look a bit better Bump version number for release Database update for 18.05.14 Release notes for 18.05.14 release Lucas Gass (9): Bug 22620: RMaint Follow-up reverting bad commit Bug 22607: DBRev 18.05.11.001 Bug 19670: DBRev 18.05.11.002 Bug 19670: (RMaint follow-up) Increment version for 18.05.12 release Update release notes for 18.05.12 release Bug 22478: (RMaint follow-up) Fix blank line before =head1 Bug 22692: (RMaint Follow-up) fix tests Increment version for 18.05.13 release Lyon3 Team (1): Bug 22652: Editing Course reserves is broken Marcel de Rooy (5): Bug 22478: (QA follow-up) Handle category in opac-shelves like a boolean Bug 22735: Resolve internal server error on missing item type Bug 21036: Fix uninitialized value within @itemnumber in string ne Bug 21036: Fix warnings from C4/Biblio Bug 21036: Remove odd number of elements warnings from AuthoritiesMarc.pm Mark Tompsett (1): Bug 20692: Extreme toggle checking for plack Martin Renvoize (5): Bug 20782: Fix link from edifactmessages to invoices Bug 22478: (QA follow-up) Make test consistent with variable name Bug 22478: (QA follow-up) Update tests to check for any script tags Bug 22478: (RMaint follow-up) source t::lib::Mocks Update release notes with security bugs Maryse Simard (1): Bug 21263: Pickup library not set correctly when using Default holds policy Mirko Tietgen (1): Bug 22808: Move Cache.t to db_dependent Nick Clemens (6): Bug 20937: Truncate items for print notices when user has an email Bug 22692: Unit tests Bug 22692: Check for patron using cardnumber and userid Bug 22743: Add password modal to overdrive results page Bug 22715: Remove extraneous html filter Bug 22527: (RM follow-up) Add filter Owen Leonard (11): Bug 22561: Forgotten password requirements hint doesn't list all rules for new passwords Bug 22560: Forgotten password "token expired" page still shows boxes to reset password Bug 22536: Display problem in Holds to Pull report Bug 22575: Item type administration uses invalid error class for dialog Bug 21013: Missing itemtype for checkut makes patron summary print explode Bug 14358: Changing the module refreshes the page and resets library choice Bug 13629: SingleBranchMode removes both library and availability search from advanced search Bug 22444: currencies_manage permission doesn't provide link to manage currencies when selected alone Bug 18011: Enrollment period date on patron category can be set in the past without any error/warning messages Bug 22716: Use gender-neutral pronouns in system preference descriptions Bug 22881: Trying to clear search history via the navbar X doesn't clear any searches Tomas Cohen Arazi (7): Bug 17746: Make koha-reset-passwd user set_password.pl Bug 17746: Add misc/admin/set_password.pl script Bug 17746: (QA follow-up) Make set_password.pl generate a password if required Bug 22068: (QA follow-up) Return meaningful error codes Bug 22739: Test SelfCheckInTimeout <> 0, not just defined Bug 22813: remove repetitive queries inside two nested loops in searchResults Bug 22813: (follow-up) Add missing condition root (1): Bug 22478: (follow-up) [18.05.X ONLY] Fix rebase and fix selenium opac_auth ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 18:29:08 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2019 16:29:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-265-gb171c16 Message-ID: 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 b171c1645ae08321c2747d1059bf15fd02f84935 (commit) from e466ce63ab92e79e76457c47007b588a4c03f30b (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 b171c1645ae08321c2747d1059bf15fd02f84935 Author: Martin Renvoize Date: Tue Jul 2 17:08:10 2019 +0100 Bug 20959: (RM follow-up) Fix selenium test The basic_workflow test started to fail with this bug as the xpath for the checking button changed. I have updated the test to reflect the change. Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: t/db_dependent/selenium/basic_workflow.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 15:28:49 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2019 13:28:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-268-g288cc50 Message-ID: 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 288cc505557fdcb167737f1894cee581526b4741 (commit) via 90acef7a9b860e70631ff243c21b435a7d081a16 (commit) via 2ff5f9fb633e6f3786b093d2a2f202a66db7b3d0 (commit) from b171c1645ae08321c2747d1059bf15fd02f84935 (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 288cc505557fdcb167737f1894cee581526b4741 Author: Mark Tompsett Date: Wed Jul 3 02:35:16 2019 +0000 Bug 23230: (follow-up) Fix broken tests Before patch, the new tests don't run. After patch, they do. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 90acef7a9b860e70631ff243c21b435a7d081a16 Author: Tomas Cohen Arazi Date: Mon Jul 1 11:42:51 2019 -0300 Bug 23230: Make _version_compare OO context aware On using _version_compare in plugins development, it would be nice if it was able to be called as an object method. This way we don't need to fully qualify it like this: Koha::Plugins::Base::_version_compare and we can do $self->_version_compare instead. This patch implements this behavior change. It is backwards compatible so plugins using the 'old way' don't break. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: Tests fail - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize commit 2ff5f9fb633e6f3786b093d2a2f202a66db7b3d0 Author: Tomas Cohen Arazi Date: Mon Jul 1 11:33:41 2019 -0300 Bug 23230: Unit tests Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: Koha/Plugins/Base.pm | 10 ++++++++-- t/db_dependent/Plugins.t | 25 ++++++++++++++++++------- 2 files changed, 26 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 20:00:01 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2019 18:00:01 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-1-gd66a88f Message-ID: 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, 18.11.x has been updated via d66a88f838934a4df000946cc898f57acc2dc9cf (commit) from b6db4e1e4b8460ef3126e3a47290e9daa954ac0d (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 d66a88f838934a4df000946cc898f57acc2dc9cf Author: Owen Leonard Date: Tue Jun 25 11:40:16 2019 +0000 Bug 23198: Wrong icons/paths in 18.11 for self check modules This patch amends the CSS in self checkout and self check-in modules so that paths to icon images are correct. To test, apply the patch and make sure the WebBasedSelfCheck and SelfCheckInModule preferences are enabled. In self-checkout and self-check-in, confirm that the following icons appear correctly: - "Help" (?) icon in the upper right. - "Finish" (stop sign) icon -- Shown to logged-in self checkout users from the start. Shown to self-check-in users after they check in an item. - "Cancel" (X) icon -- Shown for instance when you try to check out an item which is already checked out to you and can be renewed. - Also in this dialog: "Return" (Book with arrow) and "Renew" (refresh icon). Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/css/sci.css | 12 ++++++------ koha-tmpl/opac-tmpl/bootstrap/css/sco.css | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 20:12:36 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2019 18:12:36 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-2-gbd8f5d7 Message-ID: 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, 18.11.x has been updated via bd8f5d76d33681f82a4bd02c3672d85356d2f334 (commit) from d66a88f838934a4df000946cc898f57acc2dc9cf (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 bd8f5d76d33681f82a4bd02c3672d85356d2f334 Author: Jonathan Druart Date: Sat Jun 8 13:29:24 2019 -0500 Bug 23065: Rename "New subscription" button when default to current serial To make it explicite that the "New subscription" button will create a subscription based on the current serial it is now labeled "New subscription for this serial" Test plan: 1 - Go to Serials module in Koha 2 - Click 'New subscription' 3 - You get a blank form 4 - Fill it out, save it 5 - You are viewing the subscription you created => The button is now labeled "New subscription for this serial" Signed-off-by: Michal Denar Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit b2be5b0c65ddf992e451e5b8c12cf0994038186e) Signed-off-by: Fridolin Somers (cherry picked from commit 19eae0f228a3e1efbb7b409b7e34d02c2606046c) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 4 10:46:42 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Jul 2019 08:46:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-271-gcbf6055 Message-ID: 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 cbf605539ad90e18a0325b1d06e43b8b71b655e9 (commit) via 0ff83a8f2c42dd47a296f7f3cd3d127d9d3ef6fa (commit) via 14e6375637590b644b39ca19c0f118dda7815cc1 (commit) from 288cc505557fdcb167737f1894cee581526b4741 (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 cbf605539ad90e18a0325b1d06e43b8b71b655e9 Author: Nick Clemens Date: Tue Jul 2 16:10:10 2019 +0000 Bug 23255: Correct HomeOrHoldingBranch descriptions To test: 1 - Apply patch 2 - View 'HomeOrHoldingBranch' system preference 3 - Confirm the options make sense Signed-off-by: Claire Gravely Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 0ff83a8f2c42dd47a296f7f3cd3d127d9d3ef6fa Author: Josef Moravec Date: Wed Jul 3 20:56:56 2019 +0000 Bug 14419: (QA follow-up) Restore the link styling Test plan: Look at Show more/less links in facets, in opac and staff client --> without this patch they are pure text, no styling, no hand cursor --> with this patch it is link, but continues to work as before Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 14e6375637590b644b39ca19c0f118dda7815cc1 Author: Nick Clemens Date: Tue Jul 2 11:58:49 2019 +0000 Bug 14419: Expanding facets (Show more) performs a new search This patch removes the constraint of only passing 5 facets to the template unless the list is expanded, in fact, it removes the 'expanded' attribute from Search.pm Now that all facets are passed to page it adds a 'show more' link at the bottom of lists and allows user to expand or collapse any facet set without reloading page. Updated tests included. To test: 1 - Perform an OPAC search that returns more than 5 of any given facet type 2 - Click the "Show more" link on the facets and see that the search is reloaded 3 - Apply patch 4 - Repeat search 5 - Note that you can click "Show more" without reloading page 6 - Test that page load is not greatly affected 7 - Ensure that all facet links function normally 8 - Ensure that facets are the same a prior to patch 9 - Repeat for staff client 10 - Prove t/Search.t NOTE: This patch makes it much easier to see that there is an existing issue with marking the "active" facet. Ending punctuation seems to confuse the matcher. Signed-off-by: Michal Denar Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 161 +++++++++----------- Koha/SearchEngine/Elasticsearch/QueryBuilder.pm | 21 ++- Koha/SearchEngine/Elasticsearch/Search.pm | 21 +-- catalogue/search.pl | 5 +- .../intranet-tmpl/prog/en/includes/facets.inc | 13 +- .../en/modules/admin/preferences/circulation.pref | 4 +- .../prog/en/modules/catalogue/results.tt | 8 + .../bootstrap/en/includes/opac-facets.inc | 13 +- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 8 + opac/opac-detail.pl | 3 +- opac/opac-search.pl | 6 +- .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t | 7 +- t/db_dependent/Search.t | 133 +++++++--------- 13 files changed, 194 insertions(+), 209 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 4 10:53:59 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Jul 2019 08:53:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-272-g6a6866a Message-ID: 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 6a6866afa343e3b53ad77a36552e19404ac7afab (commit) from cbf605539ad90e18a0325b1d06e43b8b71b655e9 (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 6a6866afa343e3b53ad77a36552e19404ac7afab Author: Mark Tompsett Date: Thu Jul 4 00:29:01 2019 +0000 Bug 23250: Just use an @ in the password Rather than try to use -y and symbols, since older versions of pwgen don't have the -y, Purposefully just shorten the generated password to 15 characters and put @ on the end. This avoids nasty shell globbing, fixes the MySQL requiring a symbol by default in the newer versions. While @ at the end is less secure, the password portion providing security is still 15 characters long. Before patch, password should have potentially multiple ugly symbols in it. After patch, when creating an instance, the password will have an @ at the end of it. Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-create | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 4 15:18:18 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Jul 2019 13:18:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-280-g0f83de1 Message-ID: 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 0f83de166938e01ad596257f0a88389d80a47bab (commit) via 9bdd6a0990e337eed6b05dd660e589adf4baab5d (commit) via a71fd8357c9e2de751ee845a2a234229ce40a785 (commit) via 31e0ec34bae4b7f8598ffce4908e2ccb3b8627e1 (commit) via 79917ad0bf269148ec470591a9a44bc015efb74a (commit) via d766b6926bc104bd10050f1f49d4414dc9555475 (commit) via 9638caf87234524e447fe5ab028ac4946726e823 (commit) via de1ad9e651ae7cb1c64829ef14ace3b5a6ca4641 (commit) from 6a6866afa343e3b53ad77a36552e19404ac7afab (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 0f83de166938e01ad596257f0a88389d80a47bab Author: Tomas Cohen Arazi Date: Fri Nov 9 11:58:10 2018 -0300 Bug 21801: (follow-up) Use ->account This patch is a minor refactoring, that reuses the $account object we already get from $patron, instead of creating new ones all over the place. Code gets simpler to read too. Signed-off-by: Mark Tompsett Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 9bdd6a0990e337eed6b05dd660e589adf4baab5d Author: Tomas Cohen Arazi Date: Fri Nov 9 11:33:59 2018 -0300 Bug 21801: Make paycollect.pl pass library_id when calling ->pay This patch makes paycollect store the branchcode of the current library when payments are done. - Try all the possible options, specially selecting things to pay for (not using the individual buttons). - Check on the DB, that the accountlines for the patron you're playin with have the branchcode stored correctly in all cases: $ sudo koha-mysql kohadev > SELECT * FROM accountlines WHERE borrowernumber=; => SUCCESS: Things are as expected - SIgn off :-D Signed-off-by: Mark Tompsett Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit a71fd8357c9e2de751ee845a2a234229ce40a785 Author: Kyle M Hall Date: Wed Jul 3 08:18:35 2019 -0400 Bug 22709: (follow-up) Move new test file into a Plugins subdirectory Signed-off-by: Kyle M Hall Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 31e0ec34bae4b7f8598ffce4908e2ccb3b8627e1 Author: Tomas Cohen Arazi Date: Tue Jul 2 10:07:27 2019 -0300 Bug 22709: (follow-up) Mock enable_plugins config entry Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 79917ad0bf269148ec470591a9a44bc015efb74a Author: Tomas Cohen Arazi Date: Fri Jun 21 17:10:23 2019 -0300 Bug 22709: Add after biblio/item action hooks This patch introduces after-action hooks for - C4::Biblio::{Add|Mod|Del}Biblio - C4::Items::{Add|Mod|Del}Biblio After the action has taken place, a call to a helper method is done, which loops through all plugins implementing the hooks, and calls the plugin method. The related object is passed, along with an 'action' string specifying the action that took place, and the object id (which is specially important for the 'Del' case). To test: - Apply this patchset - Run: $ kshell k$ prove t/db_dependent/Biblio_and_Items_plugin_hooks.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Kyle M Hall Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit d766b6926bc104bd10050f1f49d4414dc9555475 Author: Tomas Cohen Arazi Date: Fri Jun 21 17:09:56 2019 -0300 Bug 22709: Unit tests This patch introduces tests for new plugin hooks added to C4::Biblio::{Add|Mod|Del}Biblio and C4::Items::{Add|Mod|Del}Item. They are tested together as for creating an item you need to first create a biblio and tests looks basically the same. The testing strategy is - Make sure the plugin is passed the right params - Throw an exception at plugin-level, to be trapped by the C4::Biblio and C4::Items lib, and converted into a warning. So we test for the warning. - Also, the fact that C4::Biblio and C4::Items warns, means the exception was cought, and then Koha won't break on faulty plugins or fatal errors from plugins. Signed-off-by: Kyle M Hall Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit 9638caf87234524e447fe5ab028ac4946726e823 Author: Owen Leonard Date: Tue Jul 2 12:29:08 2019 +0000 Bug 22999: (follow-up) Indentation updates The markup changes require indentation updates. This patch contains indentation changes only. Signed-off-by: David Nind Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize commit de1ad9e651ae7cb1c64829ef14ace3b5a6ca4641 Author: Owen Leonard Date: Fri Jun 28 16:27:16 2019 +0000 Bug 22999: Switch two-column templates to Bootstrap grid: Circulation This patch modifies the circulation page template to use the Bootstrap grid instead of YUI. To test, apply the patch and view the checkout page, confirming that it looks correct at various browser widths: - Check out (no patron) - Check out -> Patron search - Results - No results - Check out -> Patron selected - Can check out - Checkout blocked (renewal confirmation, item on hold, etc) - Can't check out (expired, restricted) Signed-off-by: David Nind Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 43 + C4/Items.pm | 40 + .../prog/en/modules/circ/circulation.tt | 990 ++++++++++---------- members/paycollect.pl | 19 +- .../Plugins/Biblio_and_Items_plugin_hooks.t | 84 ++ t/lib/Koha/Plugin/Test.pm | 30 + 6 files changed, 697 insertions(+), 509 deletions(-) create mode 100755 t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 10:06:04 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2019 08:06:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-292-g611b60e Message-ID: 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 611b60ea9657efbe5f6c1da53d4b6a6d2d5f6a01 (commit) via e53bed5375638c8d7baaefb04cd77843dbe8e8a3 (commit) via fa390ca232a0979c6786a0e00eca8d458f644f3e (commit) via 9796f5adb39b3cb56bf82837cd57d14e513e8cae (commit) via cc60770c4eed3ab8144acd2382e2894f7b63fb37 (commit) via 51bfa2ce28fc2eed7b5d0361fe4585afd96e3e20 (commit) via 4f7f55e5fcb8c9b0a608a79228e303de05ff0328 (commit) via ab417c290a06640153f725e361b56bf6c598c386 (commit) via 7e559e59635e387ce53a894a67e4323e4984a15f (commit) via c3f0732eb72dfb3c4c6000a8602424772bd46b61 (commit) via e4ee3636304d06a0492fee6a1fcd9e4c65a17be6 (commit) via 44469cf4c3e9fa690b2247324b1922fdde207f9f (commit) from 0f83de166938e01ad596257f0a88389d80a47bab (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 611b60ea9657efbe5f6c1da53d4b6a6d2d5f6a01 Author: Mark Tompsett Date: Tue Jul 2 05:05:20 2019 +0000 Bug 23199: (follow-up) Fix tab/space issues Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit e53bed5375638c8d7baaefb04cd77843dbe8e8a3 Author: Mark Tompsett Date: Tue Jul 2 05:01:55 2019 +0000 Bug 23199: Added tests for Koha::Patron Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit fa390ca232a0979c6786a0e00eca8d458f644f3e Author: Arthur Suzuki Date: Tue Jun 25 11:17:24 2019 +0200 Bug 23199: Koha::Patron->store must check 'uppercasesurname' syspref Test plan: 1/ set uppercasesurname to 'Do' 2/ register a new patron using the REST API with lowercase surname 3/ verify the surname is not saved in uppercase 4/ apply patch 5/ repeat 2 6/ verify the surname now is saved to uppercase Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit 9796f5adb39b3cb56bf82837cd57d14e513e8cae Author: Nick Clemens Date: Tue Jul 2 10:58:53 2019 +0000 Bug 23077: Fix import of cardnumber 0 Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit cc60770c4eed3ab8144acd2382e2894f7b63fb37 Author: Nick Clemens Date: Fri Jun 7 12:19:28 2019 +0000 Bug 23077: Don't fill cardnumber with empty string To test: 1 - Apply unit test patch only 2 - prove the tests, they fail 3 - Attempt to import the attached sample file 4 - First patron may be imported, second will give error (or both will error) 5 - If only one error, import agian, now both have error 6 - Apply this patch 7 - Prove tests, they pass! 8 - Import the sample file 9 - It succeeds! Signed-off-by: Claire Gravely Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit 51bfa2ce28fc2eed7b5d0361fe4585afd96e3e20 Author: Nick Clemens Date: Fri Jun 7 12:18:55 2019 +0000 Bug 23077: Unit tests prove -v t/db_dependent/Koha/Patrons/Import.t Signed-off-by: Claire Gravely Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit 4f7f55e5fcb8c9b0a608a79228e303de05ff0328 Author: Nick Clemens Date: Wed Apr 24 01:22:06 2019 +0000 Bug 21181: Make cancel_expired_reserves.pl Cancel all holds not waiting if ExpireReservesMaxPickupDelay not set To test: 0 - Make sure ExpireReservesMaxPickupDelay is set to 'Don't allow' 1 - Place a hold for a patron 2 - Check in at another library to set it in transit 3 - Update expirationdate of hold to be in the past UPDATE reserves SET expirationdate='1999-12-31' 4 - Run cancel_expired_holds.pl 5 - Hold is not canceled 6 - Apply patch 7 - Run again 8 - Hold is cancelled Signed-off-by: Claire Gravely Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit ab417c290a06640153f725e361b56bf6c598c386 Author: Nick Clemens Date: Wed Apr 24 01:21:56 2019 +0000 Bug 21181: Unit tests Signed-off-by: Claire Gravely Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit 7e559e59635e387ce53a894a67e4323e4984a15f Author: Marcel de Rooy Date: Fri Jul 5 06:07:25 2019 +0000 Bug 23248: (QA follow-up) Consolidate 404s Merging two conditions: biblionumber is empty or biblionumber cannot be found. This make the strange int($biblionumber) unneeded. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit c3f0732eb72dfb3c4c6000a8602424772bd46b61 Author: Tomas Cohen Arazi Date: Mon Jul 1 15:52:02 2019 -0300 Bug 23248: Avoid opac-ISBDdetail.pl breaking on invalid biblionumber This patch makes opac-ISBDdetail.pl redirect to a 404 page (as it should) in the event of a bad biblionumber passed. To test: - Open your browser on a known record detail page (OPAC) - Switch to the ISBD view => SUCCESS: It shows - Alter the biblionumber on the URL into an obviously non-existent biblionumber (e.g. very high value) => FAIL: Internal errors are shown - Apply this patch - Reload the bad biblionumber ISBD view => SUCCESS: Browser is redirected to the 404 page as it should - Sign off :-=> FAIL: Internal errors are shown - Apply this patch - Reload the bad biblionumber ISBD view => SUCCESS: Browser is redirected to the 404 page as it should - Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit e4ee3636304d06a0492fee6a1fcd9e4c65a17be6 Author: Jonathan Druart Date: Wed Jun 19 20:08:04 2019 -0500 Bug 23083: Fix course reserve item editing if one of the value is set to UNCHANGED Test plan: 0: Do not apply the patches 1: Create an item with itype, ccode, location, and holding branch set 2: Create a course 3: Add item to course, changing the values for itype, ccode, and location 4: Click Edit for that item on course-details.pl 5: Assign new values for itype, ccode, and location but leave the holding library dropdown set to LEAVE UNCHANGED 6: Hit Save 7: Back on course-details.pl, observe that the item is still showing the values set in step 3 8: Apply this patch 9: Repeat 4 to 6 10: Back on course-details.pl, observe that the item is now showing the correct values 11: Edit the course reserve again, setting new values for itype, ccode, and location and setting the holding library dropdown to whatever the holding library for the item is currently 12: hit save 13: On course-details.pl, see that the change actually happened, the item is now showing the values set in step 9 Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize commit 44469cf4c3e9fa690b2247324b1922fdde207f9f Author: Jonathan Druart Date: Wed Jun 19 20:12:14 2019 -0500 Bug 23083: Add tests Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/CourseReserves.pm | 11 ++--- C4/Reserves.pm | 2 +- Koha/Patron.pm | 4 ++ Koha/Patrons/Import.pm | 2 + members/memberentry.pl | 4 -- opac/opac-ISBDdetail.pl | 7 ++- t/db_dependent/CourseReserves/CourseItems.t | 14 +++++- t/db_dependent/Koha/Patrons.t | 13 +++++- t/db_dependent/Koha/Patrons/Import.t | 55 ++++++++++++++++++++++- t/db_dependent/Reserves/CancelExpiredReserves.t | 40 ++++++++++++++++- 10 files changed, 133 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 14:17:14 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2019 12:17:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-293-g22c9926 Message-ID: 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 22c99262ec5512cf7d2658e6f98f8bf64df57d12 (commit) from 611b60ea9657efbe5f6c1da53d4b6a6d2d5f6a01 (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 22c99262ec5512cf7d2658e6f98f8bf64df57d12 Author: Martin Renvoize Date: Mon Jul 8 12:16:25 2019 +0100 Bug 23230: (RM follow-up) Add rollback to plugin test Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Plugins.t | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 19:55:01 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2019 17:55:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-295-g803e209 Message-ID: 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 803e209e37086029d553778561088b45c36cb4cf (commit) via 481d34613183300bff31f7f6a66abe8aa893e07a (commit) from 22c99262ec5512cf7d2658e6f98f8bf64df57d12 (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 803e209e37086029d553778561088b45c36cb4cf Author: Martin Renvoize Date: Mon Jul 8 18:33:16 2019 +0100 Bug 22709: (RM follow-up) Add rollback to plugin test Rollback for InstallPlugins Signed-off-by: Martin Renvoize commit 481d34613183300bff31f7f6a66abe8aa893e07a Author: Martin Renvoize Date: Mon Jul 8 17:41:16 2019 +0100 Bug 23280: Silence warning Corrects a typo in t/db_dependent/selenium/patrons_search.t introduced by bug 22781. Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t | 1 + t/db_dependent/selenium/patrons_search.t | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 9 12:42:53 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Jul 2019 10:42:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-297-g54c5ec9 Message-ID: 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 54c5ec977c8c1c84f3023a12a6a8192d9ac9a1dc (commit) via 428d0e61125b9d3ec6816bff48477e771a2eb0fd (commit) from 803e209e37086029d553778561088b45c36cb4cf (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 54c5ec977c8c1c84f3023a12a6a8192d9ac9a1dc Author: Martin Renvoize Date: Tue Jul 9 11:21:29 2019 +0100 Bug 22709: (RM follow-up) Enable plugin in tests Now that we clean up properly in t/db_dependent/Plugins.t when we reload the Koha::Plugin::Test plugin we must also enable it for the tests to function. Signed-off-by: Martin Renvoize commit 428d0e61125b9d3ec6816bff48477e771a2eb0fd Author: Martin Renvoize Date: Tue Jul 9 08:26:15 2019 +0100 Bug 23284: Remove test duplication A duplicate test was introduced during rebaseing work on bug 21073 Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Plugins.t | 23 +------------------- .../Plugins/Biblio_and_Items_plugin_hooks.t | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 11 17:36:41 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Jul 2019 15:36:41 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-3-gaab4288 Message-ID: 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, 18.11.x has been updated via aab42883a17730ec165b523f6e16b1c4bd43b836 (commit) from bd8f5d76d33681f82a4bd02c3672d85356d2f334 (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 aab42883a17730ec165b523f6e16b1c4bd43b836 Author: Lucas Gass Date: Wed Jul 10 00:36:10 2019 +0000 Bug 23283: cannot view/edit additional attributes in 18.11.x TEST PLAN: 1. setup some additional patron attributes. 2. go to the patron details and add/edit "Additional attributes and identifiers" 3. see that no additional attributes show 4. apply patch 5. go to the patron details and add/edit "Additional attributes and identifiers" 6. additional attributes should show now Signed-off-by: Chris Cormack Signed-off-by: Martin Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 17:05:38 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2019 15:05:38 +0000 Subject: [koha-commits] main Koha release repository branch 19.05.x updated. v19.05.01-6-g2070f16 Message-ID: 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 2070f168d534726eeabd34fa055ef31f9d51d71c (commit) via 1b356ede1b159144d982aa4c130924cdd7141fcc (commit) via 83fa9ec6c1096548266017e13cfd89931628f73d (commit) from 8ceb3b1dc4730ffe422a9d4dc0b06b236f2a9f19 (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 2070f168d534726eeabd34fa055ef31f9d51d71c Author: Martin Renvoize Date: Fri Jun 14 12:33:08 2019 +0100 Bug 22210: (QA follow-up) Tiny gramatical correction Signed-off-by: Martin Renvoize (cherry picked from commit 6dd40712c1c20af3408c50546d9b97560082ce2c) Signed-off-by: Fridolin Somers commit 1b356ede1b159144d982aa4c130924cdd7141fcc Author: Alex Arnaud Date: Thu May 16 18:07:12 2019 +0200 Bug 22210: Mana config - Replace firstname and lastname with name I've applied a patch on Mana test server. If you want to test with your own Mana instance, do the folowing: - checkout bug/22210 branch from http://git.biblibre.com/biblibre/koha-mana.git - run these sql queries on Mana database (we need an update DB method i think): - ALTER TABLE librarian ADD COLUMN name VARCHAR(50) AFTER email - UPDATE librarian SET name = (SELECT CONCAT(firstname, ' ', lastname)) - ALTER TABLE librarian DROP COLUMN firstname - ALTER TABLE librarian DROP COLUMN lastname Test plan - set mana_config to "https://mana-test.koha-community.org", - go to admin > Share content with Mana KB, - set "Use Mana KB for sharing content" to yes, - save, - in the 2nd fieldset, enter a name and email, - click on send to Mana KB, - check that you got a token, - you should receive an email (Mana KB registration) - check the name is correct Signed-off-by: Michal Denar Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit a7513c0dc69f3a9bff55c77495389cb73be50965) Signed-off-by: Fridolin Somers commit 83fa9ec6c1096548266017e13cfd89931628f73d Author: Nick Clemens Date: Fri Jun 14 12:02:25 2019 +0000 Bug 23120: Pass necessary inputs through when transferring item automatically To test: 1 - Find an item in you system 2 - Have syspref AutomaticItemReturn = Do 3 - Check in the item at a branch that is not its homebranch 4 - Click 'Print slip' on the modal popup 5 - Error! 6 - Apply patch 7 - Check the item in at its homebranch (to clear transfers) 8 - Check it in at another branch again 9 - Print slip 10 - Success! Signed-off-by: Mark Tompsett Signed-off-by: Martin Renvoize (cherry picked from commit 7b0dbb136310028e756f22b73745dbd9c542a271) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: admin/share_content.pl | 6 ++---- .../intranet-tmpl/prog/en/modules/admin/share_content.tt | 11 ++++------- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 19:10:10 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2019 17:10:10 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-4-ge95ab47 Message-ID: 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, 18.11.x has been updated via e95ab471b39ce1eb23b10a95de74269e7341dd29 (commit) from aab42883a17730ec165b523f6e16b1c4bd43b836 (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 e95ab471b39ce1eb23b10a95de74269e7341dd29 Author: Lucas Gass Date: Fri Jul 12 16:48:54 2019 +0000 RMaint Follow-up: Fix typo in updatedatabase.pl Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 12:43:41 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2019 10:43:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-298-gd25f3e8 Message-ID: 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 d25f3e84374ec8d7c85f8ed805102f67c0a73d77 (commit) from 54c5ec977c8c1c84f3023a12a6a8192d9ac9a1dc (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 d25f3e84374ec8d7c85f8ed805102f67c0a73d77 Author: Martin Renvoize Date: Fri Jul 12 11:45:25 2019 +0100 Bug 22709: (RM follow-up) Clean up plugin tests The plugin tests were failing due to failed rollbacks and run order. This patch moves them into their own directory and adds a reset test to restore the original state of the plugin system after the tests have run. Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: .../Plugins/Biblio_and_Items_plugin_hooks.t | 2 +- .../{ => Koha/Plugins}/KitchenSinkPlugin.kpz | Bin 81187 -> 81187 bytes t/db_dependent/{ => Koha/Plugins}/Plugins.t | 6 +++++- .../db_dependent/Koha/Plugins/z_reset.t | 18 +++++++++--------- 4 files changed, 15 insertions(+), 11 deletions(-) rename t/db_dependent/{ => Koha}/Plugins/Biblio_and_Items_plugin_hooks.t (98%) rename t/db_dependent/{ => Koha/Plugins}/KitchenSinkPlugin.kpz (100%) rename t/db_dependent/{ => Koha/Plugins}/Plugins.t (98%) copy Koha/Localization.pm => t/db_dependent/Koha/Plugins/z_reset.t (62%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 13:43:17 2019 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2019 11:43:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v19.05.00-342-g68eeefa Message-ID: 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 68eeefa07edfd7f45546b9ad5eb72627502fc5e0 (commit) via fc53c88ad4bda3810a1f4c0a7582fec8b3a10383 (commit) via a43cf374aefe2052c3c241be4455a903429bd8c2 (commit) via 59bbcb1d37361cd8e675fa48492cec3b4659edcf (commit) via 414ab9b166a0f4d18138f6129ccb73a7806976cf (commit) via f41533c49d487406621ee651d992e44b89e7e14a (commit) via 4068484650cb76d0fa3d801a4a5f49bd65cffb0b (commit) via cd66074205b571d1db6acbb57d8d8554d3d4fe85 (commit) via b59dc761d77d8d1af8f1e2afb58b51f5252ed506 (commit) via 0f54a1f8c654e911c9e6254762586e3eeb786528 (commit) via 92bf8082c372d4cf055336da7539bf214847249f (commit) via 9b4da7594f7422a244c0dc0b6ef6dff85f083a40 (commit) via 6f356cecc35fa3b1b2a730703fa2d7fbeaddf0d7 (commit) via dd63cb6b8ee5b3324c8902b7f189b22a03b0a335 (commit) via c437f84a65237a1b4eabbb2b5c1b8f661649a1d0 (commit) via 40c0ebb21955a237686504aef1aad43563bbf107 (commit) via d2c76ac420bf8270f98f076bda2aa823b2b00847 (commit) via f4f608faa6fa94f02de284118830e90042406474 (commit) via de29f6b4a202b454b090e20b499b01b39b2fc2f7 (commit) via e1e0cb67d06a49760808797ce30434c0fa2d0432 (commit) via b954dce9dd2c25c8659aec78154a127b468999fd (commit) via e3c5892f52d3d59d9aa03667d990110e3587ca6b (commit) via 6ec92845c7458bfe8fdc8071138aba4d4bb8418c (commit) via 2ba0d3e6271eb0e311f90994c2c64f43fbe23a37 (commit) via 282f5d288df62d18fad47d7674a20e39483e03c2 (commit) via 9dbaefddb8ab2cf13805ae5bc7b1038091a740cb (commit) via ace2651aa7f516e0dbfdcdaaffec815df4bb2f16 (commit) via 780b377db2cb3c693e7f94ff8d9eccc4e8711a85 (commit) via 5512f945059d1369e75c1952b5cb40b56fca0e80 (commit) via fd63fe7d126986b1ab72d70ec2b35e05ef7cddea (commit) via fcc22df8ff277ac7041d5eb72e83821fb1ef1f37 (commit) via e269d6e6e6c9d1e3e11ae43a7773f3026f4d801a (commit) via fd5686b156ceb10958cab728b7695aa2b39b9933 (commit) via f45516e73ab6ac8c2240f206bd11a88e4935359c (commit) via 076d5be767d0b6667ce8aab0ae7b56116e48d48f (commit) via f447658f850bca5ebcdb6f29a5572c1c1707f942 (commit) via 3f40c32cbbc63dbc5f00d127edfeaa0732f4ab23 (commit) via d88709ec2d45df6f2a8e90ae7a94f9724b7e8e7e (commit) via 0658d84732cadb3bec44126d9efbd12a87547228 (commit) via 178a805a5d3055dd17050111c1227a9d5cef1b96 (commit) via e0991ae2358224a15b6880c96b8472a3cd814b1b (commit) via 5c5d158b1bc37c63196be9ae405e4a2563315dbc (commit) via d4f41cc8aafbb9854b20d1de7115a81e1eb73b9c (commit) via 67f86868155725b3fec29d38a54e8c161dd72c78 (commit) from d25f3e84374ec8d7c85f8ed805102f67c0a73d77 (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 68eeefa07edfd7f45546b9ad5eb72627502fc5e0 Author: Josef Moravec Date: Wed Apr 17 06:02:59 2019 +0000 Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls Test plan: Run tests, at least: t/db_dependent/Biblio.t t/db_dependent/Biblio/TransformHtmlToMarc.t t/db_dependent/Charset.t t/db_dependent/Circulation/GetTopIssues.t t/db_dependent/Filter_MARC_ViewPolicy.t t/db_dependent/ImportBatch.t t/db_dependent/Items.t t/db_dependent/Items/AutomaticItemModificationByAge.t t/db_dependent/Items/GetItemsForInventory.t t/db_dependent/Koha/Filter/EmbedItemsAvailability.t t/db_dependent/Serials.t t/db_dependent/XISBN.t t/db_dependent/FrameworkPlugin.t Signed-off-by: Josef Moravec Signed-off-by: Michal Denar Signed-off-by: Bouzid Fergani Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize commit fc53c88ad4bda3810a1f4c0a7582fec8b3a10383 Author: Pasi Kallinen Date: Fri Mar 9 11:05:52 2018 +0200 Bug 20364: Show languages from MARC21 field 041 in intranet Show the language names coded in field 041, in intranet search results and in detail view. Test plan: 1) Apply patch 2) Do a search, and check the results look correct 3) Check some biblio detail pages that they look correct 4) Add some 041 subfields (a, b, d, h, j) in any combinations 5) Repeat 2 and 3 Signed-off-by: Pasi Kallinen Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize commit a43cf374aefe2052c3c241be4455a903429bd8c2 Author: Martin Renvoize Date: Thu Jul 11 16:18:51 2019 +0100 Bug 23259: Compiled CSS Signed-off-by: Martin Renvoize commit 59bbcb1d37361cd8e675fa48492cec3b4659edcf Author: Owen Leonard Date: Wed Jul 3 18:30:38 2019 +0000 Bug 23259: Remove reset-fonts-grids.css This patch removes the CSS file reset-fonts-grids.css which was required when the staff client templates used YUI grids. Now that all staff client templates have been converted to Bootstrap grid markup the file can be deleted. Because the YUI CSS also did set some baseline properties for different tags the global SCSS file is modified in this patch in order to keep things looking consistent. Most of these updates change font-size declarations to preserve the previous appearance. Some styling has been added to (non Bootstrap-classed) and