From gitmaster at git.koha-community.org Mon Dec 3 20:30:23 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2018 19:30:23 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-5-g2d13329 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.05.x has been updated via 2d1332938c2bfc0df44afbc332dcfa2657ffad75 (commit) via 8b02c6c3a1aed55d44a721d44d6c606c0935ccb2 (commit) via 6adfbd33f12e3813d19a208ec0bdb251626207a6 (commit) via b876d09e35aae7ff6926cbe64c51ddae12257e33 (commit) from 0cc87bd3fbc6599d04c942263a538fa0e5562553 (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 2d1332938c2bfc0df44afbc332dcfa2657ffad75 Author: Marcel de Rooy Date: Fri Nov 16 10:04:55 2018 +0100 Bug 18677: (QA follow-up) Trivial fixes to Chargelostitem.t Kind of funny that we did not touch this test here. But it passed! Trivial fixes: [1] Typo precessfee [2] Typo the linked [3] Add rollback Test plan: Run t/db_dependent/Circulation/Chargelostitem.t Signed-off-by: Nick Clemens (cherry picked from commit fab9936ddb68e15cae356cb4c52a3be806948f83) Signed-off-by: Jesse Maseto commit 8b02c6c3a1aed55d44a721d44d6c606c0935ccb2 Author: Jonathan Druart Date: Thu Nov 1 11:47:47 2018 -0300 Bug 18677: Remove new issue_id param from charlostitem We have the itemnumber no need to pass the issue_id, we can retrieve it from chargelostitem Signed-off-by: Michal Denar Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3475670881e75f47bc6b7e21f0563162e428b831) Signed-off-by: Jesse Maseto commit 6adfbd33f12e3813d19a208ec0bdb251626207a6 Author: Jonathan Druart Date: Thu Nov 1 11:47:16 2018 -0300 Bug 18677: Make the tests pass Signed-off-by: Michal Denar Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit cd250dae36b8dd03cbfa1b2ab691202a51daa58b) Signed-off-by: Jesse Maseto commit b876d09e35aae7ff6926cbe64c51ddae12257e33 Author: Kyle M Hall Date: Wed Apr 11 14:08:57 2018 -0400 Bug 18677: issue_id is not added to accountlines for lost item fees Test Plan: 1) Apply this patch 2) prove t/db_dependent/Accounts.t Signed-off-by: Martin Renvoize Signed-off-by: Michal Denar [EDIT:] Patch should have increased the number of tests obviously. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit cde7a8e72c04ad31bdda66908e5e0482276bdcb8) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 4 ++++ t/db_dependent/Accounts.t | 19 ++++++++++++++++++- t/db_dependent/Circulation.t | 8 +++++++- t/db_dependent/Circulation/Chargelostitem.t | 6 ++++-- 4 files changed, 33 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 4 21:02:22 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 04 Dec 2018 20:02:22 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-9-g1d797a8 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.05.x has been updated via 1d797a8e5cf960dac27c1d0b47771bc379a1b239 (commit) via 2c7717546705d2bebcaed3cc43e6cf6f48359c4a (commit) via 25ea817edfb2263474090dae3c809820df9b69c0 (commit) via 180909e7a7400505c032b9f4fa186c016cf2a890 (commit) from 2d1332938c2bfc0df44afbc332dcfa2657ffad75 (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 1d797a8e5cf960dac27c1d0b47771bc379a1b239 Author: Nick Clemens Date: Fri Nov 16 12:51:27 2018 +0000 Bug 20598: Update number of tests Signed-off-by: Nick Clemens (cherry picked from commit 119653a3a133d5bb138234d2e45a13f8a7e447fe) Conflicts: t/db_dependent/Circulation.t commit 2c7717546705d2bebcaed3cc43e6cf6f48359c4a Author: Marcel de Rooy Date: Fri Nov 16 10:37:55 2018 +0100 Bug 20598: (QA follow-up) Tiny fixes [1] Correct POD for _FixOverduesOnReturn Is called by AddReturn, AddRenewal and LostItem. Also tested in Circulation.t btw [2] $dbh is not used in _FixOverduesOnReturn [3] Moving all parameters to the first line. [4] Variable $uquery is not used too. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 867f88076eb47c434c3edf6f7903238b5a465cdb) commit 25ea817edfb2263474090dae3c809820df9b69c0 Author: Kyle M Hall Date: Mon Nov 5 13:31:40 2018 +0000 Bug 20598: Unit test Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit b9ed7699e3da4966681a21c85bc78d99123d1681) commit 180909e7a7400505c032b9f4fa186c016cf2a890 Author: Kyle M Hall Date: Tue Apr 17 14:11:41 2018 -0400 Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled Test Plan: 1) Ensure WhenLostForgiveFine is disabled 2) Create an overdue with a fine 3) Mark it lost with longoverdue.pl 4) Note it is still marked as an accruing fine 5) Apply this patch 6) Repeat steps 1-3 7) Note it is no longer an accruing fine! Signed-off-by: Maryse Simard Followed the test plan and it works. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 461a6f53b85becbefb18c0cb9356384a479aa9f1) ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 18 +++++++----------- t/db_dependent/Circulation.t | 5 ++++- 2 files changed, 11 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 09:30:50 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2018 08:30:50 +0000 Subject: [koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-59-g516f580 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, 17.11.x has been updated via 516f58008cf6859590bc925d01023813565b361e (commit) via 7e259683c8741dbd72ce01f3c6ff2f990344e47d (commit) via 0eedb1580cffc1e976076c877624a0b4f57803bb (commit) via 5c42c2686c208b7c287b44da1743ac903b10f92a (commit) via aaae83d1bfb8da0b0593138efd59610fdeb8e483 (commit) via 7c9b946994f8e44750b0fd4ed81c803e60352823 (commit) via dc86427ca4a0dd6bd9c530e733860026fffb63aa (commit) via 5a4f634784d2592f52d9488995020b47304ec87f (commit) from 93dc736ee27b6d7026f98997164a93813dc9a20c (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 516f58008cf6859590bc925d01023813565b361e Author: Nick Clemens Date: Fri Nov 16 12:51:27 2018 +0000 Bug 20598: Update number of tests Signed-off-by: Nick Clemens (cherry picked from commit 119653a3a133d5bb138234d2e45a13f8a7e447fe) Conflicts: t/db_dependent/Circulation.t (cherry picked from commit 1d797a8e5cf960dac27c1d0b47771bc379a1b239) Signed-off-by: Fridolin Somers commit 7e259683c8741dbd72ce01f3c6ff2f990344e47d Author: Marcel de Rooy Date: Fri Nov 16 10:37:55 2018 +0100 Bug 20598: (QA follow-up) Tiny fixes [1] Correct POD for _FixOverduesOnReturn Is called by AddReturn, AddRenewal and LostItem. Also tested in Circulation.t btw [2] $dbh is not used in _FixOverduesOnReturn [3] Moving all parameters to the first line. [4] Variable $uquery is not used too. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 867f88076eb47c434c3edf6f7903238b5a465cdb) (cherry picked from commit 2c7717546705d2bebcaed3cc43e6cf6f48359c4a) Signed-off-by: Fridolin Somers commit 0eedb1580cffc1e976076c877624a0b4f57803bb Author: Kyle M Hall Date: Mon Nov 5 13:31:40 2018 +0000 Bug 20598: Unit test Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit b9ed7699e3da4966681a21c85bc78d99123d1681) (cherry picked from commit 25ea817edfb2263474090dae3c809820df9b69c0) Signed-off-by: Fridolin Somers commit 5c42c2686c208b7c287b44da1743ac903b10f92a Author: Kyle M Hall Date: Tue Apr 17 14:11:41 2018 -0400 Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled Test Plan: 1) Ensure WhenLostForgiveFine is disabled 2) Create an overdue with a fine 3) Mark it lost with longoverdue.pl 4) Note it is still marked as an accruing fine 5) Apply this patch 6) Repeat steps 1-3 7) Note it is no longer an accruing fine! Signed-off-by: Maryse Simard Followed the test plan and it works. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 461a6f53b85becbefb18c0cb9356384a479aa9f1) (cherry picked from commit 180909e7a7400505c032b9f4fa186c016cf2a890) Signed-off-by: Fridolin Somers commit aaae83d1bfb8da0b0593138efd59610fdeb8e483 Author: Marcel de Rooy Date: Fri Nov 16 10:04:55 2018 +0100 Bug 18677: (QA follow-up) Trivial fixes to Chargelostitem.t Kind of funny that we did not touch this test here. But it passed! Trivial fixes: [1] Typo precessfee [2] Typo the linked [3] Add rollback Test plan: Run t/db_dependent/Circulation/Chargelostitem.t Signed-off-by: Nick Clemens (cherry picked from commit fab9936ddb68e15cae356cb4c52a3be806948f83) Signed-off-by: Jesse Maseto (cherry picked from commit 2d1332938c2bfc0df44afbc332dcfa2657ffad75) Signed-off-by: Fridolin Somers commit 7c9b946994f8e44750b0fd4ed81c803e60352823 Author: Jonathan Druart Date: Thu Nov 1 11:47:47 2018 -0300 Bug 18677: Remove new issue_id param from charlostitem We have the itemnumber no need to pass the issue_id, we can retrieve it from chargelostitem Signed-off-by: Michal Denar Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3475670881e75f47bc6b7e21f0563162e428b831) Signed-off-by: Jesse Maseto (cherry picked from commit 8b02c6c3a1aed55d44a721d44d6c606c0935ccb2) Signed-off-by: Fridolin Somers commit dc86427ca4a0dd6bd9c530e733860026fffb63aa Author: Jonathan Druart Date: Thu Nov 1 11:47:16 2018 -0300 Bug 18677: Make the tests pass Signed-off-by: Michal Denar Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit cd250dae36b8dd03cbfa1b2ab691202a51daa58b) Signed-off-by: Jesse Maseto (cherry picked from commit 6adfbd33f12e3813d19a208ec0bdb251626207a6) Signed-off-by: Fridolin Somers commit 5a4f634784d2592f52d9488995020b47304ec87f Author: Kyle M Hall Date: Wed Apr 11 14:08:57 2018 -0400 Bug 18677: issue_id is not added to accountlines for lost item fees Test Plan: 1) Apply this patch 2) prove t/db_dependent/Accounts.t Signed-off-by: Martin Renvoize Signed-off-by: Michal Denar [EDIT:] Patch should have increased the number of tests obviously. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit cde7a8e72c04ad31bdda66908e5e0482276bdcb8) Signed-off-by: Jesse Maseto (cherry picked from commit b876d09e35aae7ff6926cbe64c51ddae12257e33) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 4 ++++ C4/Circulation.pm | 18 +++++++----------- t/db_dependent/Accounts.t | 19 ++++++++++++++++++- t/db_dependent/Circulation.t | 11 ++++++++++- t/db_dependent/Circulation/Chargelostitem.t | 6 ++++-- 5 files changed, 43 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 7 20:05:38 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2018 19:05:38 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-15-gdab7e22 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.05.x has been updated via dab7e22c68dd9328bf2768e7e20e444f1311c875 (commit) via 7d7f110cefc3e1ee2260424bcd2a55f6fb9ce07d (commit) via 21536e3314091778c9baf2984097715e071abfbc (commit) via 320f9bf3d29b145eb2c6948ae517d0fe2e704f5f (commit) via 857b1524a9925ecbdd2839c33caee4ab1055f104 (commit) via cdf27235f4e76962283fd63aaae68d87c396dfef (commit) from 1d797a8e5cf960dac27c1d0b47771bc379a1b239 (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 dab7e22c68dd9328bf2768e7e20e444f1311c875 Author: Jonathan Druart Date: Mon Oct 22 17:52:46 2018 -0300 Bug 21529: (bug 13618 follow-up) Display print notices with HTML tags Replace a wrong html filter with raw. Test plan: Define a HOLD or DISCHARGE notice template, with html tags. Generate them and confirm that html tags are displayed (which restore the existing behaviour prior to bug 13618) Signed-off-by: Andrew Isherwood Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit b704a1adfc3fcee739194d7d6cb79800ba991e51) Signed-off-by: Jesse Maseto commit 7d7f110cefc3e1ee2260424bcd2a55f6fb9ce07d Author: Andrew Isherwood Date: Mon Oct 29 14:10:42 2018 +0000 Bug 21529: (follow-up) USE raw filter In order to be able to make use of the $raw filter, we need to USE it first Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit a1d24a2b61359552942fc2420fe18c093c169191) Signed-off-by: Jesse Maseto commit 21536e3314091778c9baf2984097715e071abfbc Author: Mark Tompsett Date: Sun Nov 18 05:36:44 2018 +0000 Bug 21853: (follow-up) to solve printpdf error Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Theoretically this follow-up makes no difference. All modules only export printpdf and now we are just asking explicitly for printpdf. But if it resolves some exception on the rule.. Signed-off-by: Nick Clemens (cherry picked from commit 5b62714e47d5acd0a4c371024edacc02cfe6f5b5) Signed-off-by: Jesse Maseto commit 320f9bf3d29b145eb2c6948ae517d0fe2e704f5f Author: Julian Maurice Date: Sat Nov 17 11:58:02 2018 +0100 Bug 21853: Fix PDF export of basketgroups In recent versions of Perl, '.' is not included by default in @INC. This breaks PDF export of basketgroups. This patch moves acqui/pdfformat/*.pm files in Koha namespace so that they can be 'require'd without manipulating @INC Test plan: 1. Turn off Plack/Starman and test PDF export for every value of OrderPdfFormat system preference 2. Turn on Plack/Starman and test PDF export for every value of OrderPdfFormat system preference 3. Test on a dev install and a standard/package install Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3c18d4c18fad5a0d470c7bdf1ac746a640f25099) Signed-off-by: Jesse Maseto commit 857b1524a9925ecbdd2839c33caee4ab1055f104 Author: Mirko Tietgen Date: Fri Nov 16 00:07:14 2018 +0100 Bug 21567: Move Koha_ExternalContent_OverDrive.t to db_dependent This tests pass on the build step only because they are skipped, due to the absense of Test::DBIx::Class library. It makes sense for them to be in the db_dependent directory, as they are not completely mocked (re: external world interactions). Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens (cherry picked from commit 4e78070b80a24410de57e7b0c6da4db6bd2e3a7e) Signed-off-by: Jesse Maseto commit cdf27235f4e76962283fd63aaae68d87c396dfef Author: Katrin Fischer Date: Sat Nov 3 08:29:39 2018 +0000 Bug 21815: Rephrase HidePersonalPatronDetailOnCirculation Makes it a little easier to translate, also fixes whitespace and capitalization. Signed-off-by: Devinim Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 43d8946d5934151d38dc95b7162674dc7e95efb4) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: {acqui => Koha}/pdfformat/layout2pages.pm | 3 +- {acqui => Koha}/pdfformat/layout2pagesde.pm | 3 +- {acqui => Koha}/pdfformat/layout3pages.pm | 3 +- {acqui => Koha}/pdfformat/layout3pagesfr.pm | 2 +- acqui/basketgroup.pl | 31 ++++++++++---------- .../en/modules/admin/preferences/circulation.pref | 6 ++++ .../prog/en/modules/batch/print-notices.tt | 5 ++-- .../Koha_ExternalContent_OverDrive.t | 0 8 files changed, 28 insertions(+), 25 deletions(-) rename {acqui => Koha}/pdfformat/layout2pages.pm (99%) rename {acqui => Koha}/pdfformat/layout2pagesde.pm (99%) rename {acqui => Koha}/pdfformat/layout3pages.pm (99%) rename {acqui => Koha}/pdfformat/layout3pagesfr.pm (99%) rename t/{ => db_dependent}/Koha_ExternalContent_OverDrive.t (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 7 23:20:01 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2018 22:20:01 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-21-gd6fe416 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.05.x has been updated via d6fe41657861666320383904b16165cc4820777a (commit) via 99436fa499e6f08f4575a4135344a46aa0bb6a94 (commit) via 45b7f1703858a93d563934215326ff97e234abf6 (commit) via 57e031929df2b061c70341dee5efafb1ebd614f3 (commit) via 391e7f7188472f3399007c836c0605cfc1277a30 (commit) via cf8a03db2cf3bdcfbad8566377f54fd84face864 (commit) from dab7e22c68dd9328bf2768e7e20e444f1311c875 (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 d6fe41657861666320383904b16165cc4820777a Author: Marcel de Rooy Date: Thu Nov 8 14:49:10 2018 +0100 Bug 21774: Cloned item subfields disappear when editing an item Bug 10306 changed behavior on cloning item subfields by no longer splitting constructions like 'A | B' in item fields like ccode. If it is really recommended to clone item subfields, I am not so sure about. But this patch at least restores the possibility to do so while we discuss if we should ;) Test plan: [1] Run Items.t [2] Make an item subfield repeatable in framework. And test edit items. Signed-off-by: Marcel de Rooy Signed-off-by: Fridolin Somers Signed-off-by: Tomas Cohen Arazi Works as expected. Also fixes the display of collections on the items table (on editing items). Signed-off-by: Nick Clemens (cherry picked from commit 5f34dd06ec66b11a914e49eb611714ea4c72771d) Signed-off-by: Jesse Maseto commit 99436fa499e6f08f4575a4135344a46aa0bb6a94 Author: Marcel de Rooy Date: Tue Nov 20 16:45:17 2018 +0100 Bug 21867: Replace remaining document.element.onchange calls in marc_modification_templates.js Replace onchange() by jQuery change(). Test plan: Go to marc mod templates. Add, edit and delete. Check if works and no js errors. git grep -l -E "onchange\(" should not have occurrences outside lib. Signed-off-by: Owen Leonard Signed-off-by: Andreas Roussos Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit be78d3177e8b9bbf90c7071dc6b6e3385674d106) Signed-off-by: Jesse Maseto commit 45b7f1703858a93d563934215326ff97e234abf6 Author: Marcel de Rooy Date: Tue Nov 20 16:32:46 2018 +0100 Bug 21819: (QA follow-up) Replace onchange() in touched code AFAIK we should not call document...onchange() and assume that it works. Apparently, it does at least in some browsers. But we are not sure. We could easily replace them here by the documented jQuery counterpart. Note: If you try git grep -l -E "onchange\(" you will find some occurrences in two libraries and only in one js file (this one). We should replace all occurrences here; will open a new report for that. Signed-off-by: Marcel de Rooy Verified that the change event was triggered: span should expand/collapse. Signed-off-by: Andreas Roussos Signed-off-by: Nick Clemens (cherry picked from commit aeaf74b7cc6608d7b81aaba10defdca6decdaa1d) Signed-off-by: Jesse Maseto commit 57e031929df2b061c70341dee5efafb1ebd614f3 Author: Andreas Roussos Date: Sat Nov 17 11:35:00 2018 +0200 Bug 21819: Marc modification templates action always checks Regexp checkbox When editing a MARC modification template action, the 'RegEx' checkbox to the right of the 'to field' textboxes will always appear checked, even if no regular expression has been added. This patch fixes that. Test plan (steps 1-5 are copied from the original report -- thanks Pasi!): 1) Go to Tools > Marc modification templates, and create a new template 2) Add a new action to the template 3) Edit the action so it's "Move" field to another field. Do not check the RegEx checkbox after the "To" field. 4) Save the action. 5) Edit the same action again. The checkbox is now checked. 6) Apply the patch and hit Ctrl-F5 to do a hard refresh in your browser. 7) Edit the action you saved in 4): this time the 'RegEx' checkbox should be unchecked. 8) For completeness, add a regular expression to the "Move" action created in 3) and click on 'Update action'. When you re-edit this action the 'RegEx' checkbox should be checked. Signed-off-by: Pasi Kallinen Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit a9fc00db03a8210b3edb69a922209a4e8f6df9a1) Signed-off-by: Jesse Maseto commit 391e7f7188472f3399007c836c0605cfc1277a30 Author: Nick Clemens Date: Fri Nov 16 17:23:14 2018 +0000 Bug 21854: Use template plugin to display category description Rather than getting the description in the script and passing, we should just use the tmeplate plugin to get the description from the category code. To test: 1 - Find a patron, note their category 2 - Visit Tools - Batch patron modification 3 - Enter barcode of patron above 4 - Note category does not show in the display of patrons to be modified 5 - Apply patch 6 - Reload the page, note the patron category displays 7 - Modify the patron (anything but category) 8 - Check that category still diplays correctly in results Signed-off-by: Pierre-Marc Thibault Signed-off-by: Andreas Roussos Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit df68391a5ec2eac05a88373dc10c136c8d057e98) Signed-off-by: Jesse Maseto commit cf8a03db2cf3bdcfbad8566377f54fd84face864 Author: Nick Clemens Date: Wed Nov 14 19:08:09 2018 +0000 Bug 21837: Don't set holdingbranch filter using selected homebranch filter To recreate: 1 - Open the overdues report (don't worry if you don't have results) 2 - Choose to filter by homebranch 3 - Note the holdingbranch filter is set to the selected homebranch 4 - Apply patch 5 - Clear filters 6 - repeat 7 - only homebranch is set Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 81ac96abec1226b6635022c0a3f69697d13c7d62) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 4 +- circ/overdue.pl | 2 +- .../prog/en/modules/tools/modborrowers.tt | 27 +++--- .../prog/js/marc_modification_templates.js | 29 +++---- t/db_dependent/Items.t | 87 +++++++++++++++++++- tools/modborrowers.pl | 3 - 6 files changed, 117 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 10 11:18:17 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 10 Dec 2018 10:18:17 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-16-g235f6a8 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 235f6a83e2e6b8339070932dabcc81ecc9aefd41 (commit) via 51a1a465c8b6264b7318ea90186ec29083c48d02 (commit) via eba382d9c129cadc100a05c29daf14210426b392 (commit) via 8ff04c0fbaba891f4193bbc9478aeb85f1fb5175 (commit) via 15a7203d3dc5ad57b1ad7c120e7bee34de8e062f (commit) via 032da8e72555c6e441d225de3be9c92b6a478de1 (commit) via 09a8fa69ae85d32978c8555121104a73c3ddffde (commit) via b6462c688ad5c47ce29d2de6f7494b03351c5e14 (commit) via e58c3d8a8e0187f68559f985afd0960eeb2d8b43 (commit) via 0321fd5776aec9493ef2a87e67e60bd1a4710ca5 (commit) via 55e807c287f2da9f5c031847ccecc7a9554f60d7 (commit) via cc0833fec6ac0e4f5008c855d8c0034c56870fa4 (commit) via a616b9fc0266fdc9a5d299d5927f8b4a2236c559 (commit) via e19ce91887485bfc7ab27a29ab71a41d5af5a040 (commit) via edee529de8e0b57342fd7f824c205ec4c37e3b5b (commit) via dc5677738794d0148dc979d584ea34f6cd49254d (commit) from ec0c6ef4145ff438f1d1a6da6da7616011ae2840 (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 235f6a83e2e6b8339070932dabcc81ecc9aefd41 Author: Tomas Cohen Arazi Date: Tue Nov 27 20:28:29 2018 -0300 Bug 18805: Add ability to use up account credits This patch introduces a new button in the 'Pay fines' tab on the patron's account page. This button, labeled 'Normalize account' is only displayed when outstanding credits are available, that could be used to pay up existing debts. When clicking the button, the Koha::Account::normalize_balance method (bug 21896) is used for the purpose. To test: - Apply this patch (on top of 21896) - On a patron's 'Fines' tab, create a 'manual invoice' (maybe more than one) - Go to the 'Pay fines' tab => SUCCESS: No 'Apply credits' button is displayed. - On the 'create manual credit' tab, create a couple credits. - Go to the 'Pay fines' => SUCCESS: 'Apply credits' button is displayed - Click on 'Apply credits' => SUCCESS: Outstanding credits have been used to pay up debts. - Play with different options (credit excedes debts and vice-versa, they match, etc) => SUCCESS: They all work as expected - Sign off :-D Signed-off-by: Christopher Brannon Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit a3036b4760d80dd3d2188f5f95c6f4279ecef74b) Signed-off-by: Martin Renvoize commit 51a1a465c8b6264b7318ea90186ec29083c48d02 Author: Nick Clemens Date: Fri Nov 30 21:27:44 2018 +0000 Bug 21896: RM follow-up - fix tests Signed-off-by: Nick Clemens (cherry picked from commit b4580bff5ba7753f9db2513c3b87ecb9bba5258c) Signed-off-by: Martin Renvoize commit eba382d9c129cadc100a05c29daf14210426b392 Author: Martin Renvoize Date: Thu Nov 29 13:49:27 2018 +0000 Bug 21896: (QA follow-up) Document and Test for FIFO behaviour A short dicussion lead to the decision to make it explictly clear that this method will implicitly apply credits against debits in a 'First In First Out' manor, meaning oldest outstanding debits will be paid off first. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens (cherry picked from commit 99535e0fda491d2e1d704dd80f6613c0a7b8d06b) Signed-off-by: Martin Renvoize commit 8ff04c0fbaba891f4193bbc9478aeb85f1fb5175 Author: Tomas Cohen Arazi Date: Thu Nov 29 10:55:51 2018 -0300 Bug 21896: (QA follow-up) Add tests for FIFO behaviour Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens (cherry picked from commit 4302bdda5c1c348e63003589795af3d37249c167) Signed-off-by: Martin Renvoize commit 15a7203d3dc5ad57b1ad7c120e7bee34de8e062f Author: Tomas Cohen Arazi Date: Wed Nov 28 10:24:36 2018 -0300 Bug 21896: (QA follow-up) normalize_balance -> reconcile_balance rename This was requested on the QA review and I agree. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mark Tompsett Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 5fc2ccd7332ca53dfe07bd079cc446d1df923496) Signed-off-by: Martin Renvoize commit 032da8e72555c6e441d225de3be9c92b6a478de1 Author: Tomas Cohen Arazi Date: Tue Nov 27 19:34:29 2018 -0300 Bug 21896: Add Koha::Account::normalize_balance This patch adds the normalize_balance() method to Koha::Account. Its purpose is to apply outstanding credits (i.e. manual ones ore remaining amounts like in the case of refunds) to outstanding debts. To test: - Apply this patchset - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Christopher Brannon Signed-off-by: Mark Tompsett Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 1176947b42342ca725020455361fe092255e4d04) Signed-off-by: Martin Renvoize commit 09a8fa69ae85d32978c8555121104a73c3ddffde Author: Tomas Cohen Arazi Date: Tue Nov 27 17:06:20 2018 -0300 Bug 21896: Add unit tests for Koha::Account::normalize_balance Signed-off-by: Christopher Brannon Signed-off-by: Mark Tompsett Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 98bfe5d93cb6715b3095309082b241aaafe869da) Signed-off-by: Martin Renvoize commit b6462c688ad5c47ce29d2de6f7494b03351c5e14 Author: Nazl? ?etin Date: Thu Nov 29 14:50:29 2018 +0000 Bug 7143: Update about page for Nazl? Signed-off-by: Nick Clemens (cherry picked from commit 52b52ab896be2831309a6c3f3401a4118c7b0f33) Signed-off-by: Martin Renvoize commit e58c3d8a8e0187f68559f985afd0960eeb2d8b43 Author: Fridolin Somers Date: Wed Nov 28 16:07:57 2018 +0100 Bug 7143: Update OpenHub link for Fridolin Somers in about page Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit d0e72b437332b1ef0b3bcee98616ac8fef3f1e7a) Signed-off-by: Martin Renvoize commit 0321fd5776aec9493ef2a87e67e60bd1a4710ca5 Author: Pasi Kallinen Date: Wed Oct 31 14:04:33 2018 +0200 Bug 21736: Allow translating the localization widget messages The widget used to translate the item type names to other languages has few javascript messages that cannot be translated. Add the mechanism to enable their translation. Test plan: 1) Install and update a language 2) Check the po-files, there's no msgid for "A translation already exists for this language." 3) Apply the patch 4) Install and update a language 5) There should be a msgid for the one in 2, and couple other messages from localization.tt 6) Translate those messages, update the translated templates 7) Go to Administration -> Item types -> Modify item type -> Translate into other languages Add a new translation, check that the message given by the widget was in correct language. Signed-off-by: Pasi Kallinen Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 5cacb502392aaebaef84339233227eb261d45277) Signed-off-by: Martin Renvoize commit 55e807c287f2da9f5c031847ccecc7a9554f60d7 Author: Kyle M Hall Date: Wed Nov 28 13:41:53 2018 -0500 Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered The new plugin hook intranet_catalog_biblio_enhancements_toolbar_button is rendered useless due to the outputted html being escaped using the html filter. It should be using the raw filter instead. Test Plan: 1) Enable plugins 2) Download and install the latest version of the Kitchen Sink plugin https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases/download/v2.1.21/koha-plugin-kitchen-sink-v2.1.21.kpz 3) Browse to catalogue/detail.pl for a record 4) Note you see the raw html of the plugin output in the toolbar 5) Apply this patch 6) Restart all the things 7) Reload the page 8) Note the html is now correctly rendered as a button Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit ed22c5fc0f65cc3736a8dbabb159b6b4b9b2f7c4) Signed-off-by: Martin Renvoize commit cc0833fec6ac0e4f5008c855d8c0034c56870fa4 Author: Andreas Roussos Date: Thu Nov 22 15:55:25 2018 +0200 Bug 21861: (follow-up) replace onchange() with jQuery equivalent Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit f44a4f1d2a13735c52948df29e773728d04ab991) Signed-off-by: Martin Renvoize commit a616b9fc0266fdc9a5d299d5927f8b4a2236c559 Author: Andreas Roussos Date: Sat Nov 17 20:03:36 2018 +0200 Bug 21861: The MARC modification template actions editor does not always validate user input The MARC modification template actions editor does not validate user input when adding a conditional clause, making it possible to save a modification action without filling in all necessary fields. This patch fixes that. Test plan: 1) Create a MARC modification template and add a new action, e.g. "Copy All field(s) 200$a to field 600$a". Add a condition ("if" or "unless") but leave the relevant field and subfield textboxes empty. Add "matches" or "doesn't match" as a comparison operator. Check the "RegEx" checkbox, leave the regex textbox empty. 2) Click on "Add action" and notice how it accepts your input. Also notice the extra space in the Action column RegEx. 3) Edit your modification action and notice the missing "m/" before the conditional RegEx. 4) Apply the patch and hit CTRL-F5 to reload the relevant JS. 5) Edit the modification action you added previously (or add a new one). Try leaving the textboxes mentioned above empty and then submit your changes. You should get pop-up windows informing you about missing fields. 6) Now try typing a value in the conditional regex textbox and Update your action. In the Action column, there should be no spaces between the delimiters of the matching operator and the value you just entered. 7) Edit your action: notice how the "m/" before the regular expression and the "/" after it are now showing correctly. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3e1e1448e9132dce81571a4c3f31eb67816f14f9) Signed-off-by: Martin Renvoize commit e19ce91887485bfc7ab27a29ab71a41d5af5a040 Author: Mirko Tietgen Date: Wed Nov 28 11:18:09 2018 +0100 Bug 21897: Typo in postinst Small typo (missing space) Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit f99b9b5b3d88d8ed2eed0f64da0f5ef2a1483f3e) Signed-off-by: Martin Renvoize commit edee529de8e0b57342fd7f824c205ec4c37e3b5b Author: Julian Maurice Date: Wed Nov 28 10:05:19 2018 +0100 Bug 21895: Fix path to POT file Signed-off-by: Mirko Tietgen Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit d8531b8fcbfc8fe09540ddb940149a7d7dbb4fb9) Signed-off-by: Martin Renvoize commit dc5677738794d0148dc979d584ea34f6cd49254d Author: Julian Maurice Date: Wed Nov 28 00:51:45 2018 +0100 Bug 21895: Fix translation for package install The string extraction process was not taking into account the fact that standard/package install have a completely different directory structure than the dev install This patch tries to keep the exact same behaviour for dev installs, while making it work for standard install by using opachtdocs, intrahtdocs, opacdir and intranetdir from $KOHA_CONF Test plan: 1. Follow test plan in https://gitlab.com/koha-community/Koha/commit/d708255c7a4d981c7c7bdd0644a75202ec43b297 2. Do a standard install and repeat step 1 on this new install 3. If you know how to build the Debian package, build it, install it and verify that koha-translate works as expected 4. prove t/LangInstaller.t Signed-off-by: Mirko Tietgen Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit bd81f0418c14af82cdd9f4858c32b18d76a90b49) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: Koha/Account.pm | 29 ++++ Koha/Schema/Result/Accountline.pm | 2 - debian/koha-common.postinst | 2 +- docs/history.txt | 2 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 8 +- .../prog/en/modules/admin/localization.tt | 16 +- .../intranet-tmpl/prog/en/modules/members/pay.tt | 10 ++ .../modules/tools/marc_modification_templates.tt | 8 +- .../prog/js/marc_modification_templates.js | 21 +++ members/pay.pl | 21 ++- misc/translator/LangInstaller.pm | 79 +++++++--- t/LangInstaller.t | 13 +- t/db_dependent/Koha/Account.t | 161 +++++++++++++++++++- 14 files changed, 325 insertions(+), 49 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 10 21:26:20 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 10 Dec 2018 20:26:20 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-22-g8ce960d 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.05.x has been updated via 8ce960d7099f72fef394f90d89baba368eabf2dd (commit) from d6fe41657861666320383904b16165cc4820777a (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 8ce960d7099f72fef394f90d89baba368eabf2dd Author: Nick Clemens Date: Mon Nov 19 14:47:04 2018 +0000 Bug 21649: [18.05.X] Pass guarantee info to template when adding child To test: 1 - Find an adult patron 2 - Click 'Add child' 3 - Note address/phone info does not carry over 4 - Apply patch 5 - Repeat 6 - Note information populates Signed-off-by: ?Lucas Gass? ----------------------------------------------------------------------- Summary of changes: members/memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 11 22:10:05 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 11 Dec 2018 21:10:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v18.11.00-45-gdbff938 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 dbff938c7ff7eb277c6b94b56b5f03d3348f0017 (commit) via ce160066a2b06742e348011324620c8e58b26f40 (commit) via 30874dea519d379134174cf9c5fd5051588a8629 (commit) via d90d5d2254d55752bf1e524885284ba8e3e86f60 (commit) via e75c869785d09e6a2b1eb8dbe47cca868fb86105 (commit) via 1622f0f609fbf7862c481eeec98cd1668b09b145 (commit) via 9a2bd027e5d2380b39776059066d8f06b42d68dd (commit) via a02b322fe7f6a35c0613a33a2e266bb79a721260 (commit) via da5e41f6def8a5cbafc9303b0fff35cb13e50e72 (commit) via 875f3162c8008ef288adfcd18ada490cf06ecc15 (commit) via a1b08269a7031417312e6265ace9ef5b995933fa (commit) via c36597bc0c72cc31249c02af5aaaf1c1f977ee50 (commit) via a2b5407ba5c74f826c1665c1a2ef1ff6d52689fd (commit) via 2dbaaa300877ff6d96ae84b5a703753d97b6c340 (commit) via 3adf7708d544338250703165fe7e87f2690d8639 (commit) via 39c93e87f648978ec7907220710efaf64e556ea0 (commit) via 06e6378899631da162d57d477381782f3764ec89 (commit) via 842a4befd342e46a0abda8300c339bb37f943c09 (commit) via 0295fc2fc6062d9bb43e70bce5f5504b418f3629 (commit) via 65ff39f6a56e3bf252883b484f8892d6efcbeb9e (commit) via 3c50245cfe272dc105033ff2e59f8e2689f7dd26 (commit) via e5585a10d5f2ee24cad94b2cf17df1ce13e8a01a (commit) via 4c0682f5598d53992b6966a217b10f71a9cdaebb (commit) via 21372f78f825c0ec439ea4a7cfe7dff6656467b9 (commit) via ee96d18b2cee07aa64d5e68078bc898d36e22146 (commit) via f3b8c66392098d69bca48bbf04b7e93fa2100280 (commit) via 96b3889390f8efe9851aaa9c2cafa9e20bda3f43 (commit) via 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60 (commit) from b4580bff5ba7753f9db2513c3b87ecb9bba5258c (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 dbff938c7ff7eb277c6b94b56b5f03d3348f0017 Author: Tomas Cohen Arazi Date: Thu Dec 6 15:59:10 2018 -0300 Bug 21969: Fix Koha::Account->outstanding_* matching the opposite on pathological cases This patch makes outstanding_* methods be safe regarding pathological account lines that get converted into another type because of the value of amountoutstanding To test: - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => FAIL: Tests fail because pathological account lines are wrongly picked. - Apply this patch - Run: k$ prove t/db_dependent/Koha/Account.t =>SUCCESS: All green! Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens commit ce160066a2b06742e348011324620c8e58b26f40 Author: Tomas Cohen Arazi Date: Thu Dec 6 15:37:37 2018 -0300 Bug 21969: Regression tests This patch introduces regression tests for Koha::Account::outstanding_* methods so they don't pick wrong lines when amountoutstanding matches what we are looking for (i.e. negative for credits and positive for debits). To test: - Apply this patch - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => FAIL: Tests fail because pathological account lines are wrongly picked. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens commit 30874dea519d379134174cf9c5fd5051588a8629 Author: Mark Tompsett Date: Wed Dec 5 03:44:25 2018 +0000 Bug 21947: Address other misordered FILTER lines As per comment #3, this patch changes the order for all the filters found with the recommended git grep. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit d90d5d2254d55752bf1e524885284ba8e3e86f60 Author: Mark Tompsett Date: Tue Dec 4 18:58:17 2018 +0000 Bug 21947: Swap the filter order TEST PLAN ---------- 1) start your kohadevbox 2) cd kohaclone 3) git checkout -b bug_21947 origin/master 4) git bz apply 21947 5) reset_all 6) log in to staff client and add a 500$a with lots of blank lines between strings with some HTML. 7) look at the opac record Title notes tab. -- does it have
-mess? Should not. 8) repeat steps 5-7 on master, and you'll see a
-mess. 9) run qa test tools Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit e75c869785d09e6a2b1eb8dbe47cca868fb86105 Author: Tomas Cohen Arazi Date: Mon Dec 10 16:45:00 2018 -0300 Bug 21759: Avoid manually setting amountoutstanding in _FixAccountForLostAndReturned This patch changes the behaviour in the _FixAccountForLostAndFound method. The method will now add the amountoutstanding value for the lost item fee to the CR credit to be generated. This means that: - If there's some remaining debt, the same amount will be added to the CR credit and used to cancel that debt. The final amountoutstanding will be the same as before, but an offset will be generated as required. - If the line was written off, the behaviour remains unchanged, so no offset. - If the line was payed and/or written off in full only the payments are refund, preserving the current behaviour. To test: - Apply the regression tests patch - Run: $ kshell k$ prove t/db_dependent/Circulation.t => FAIL: Tests fail because the behaviour is not correct - Apply this patch - Run: k$ prove t/db_dependent/Circulation.t => SUCCESS: Tests now pass! - Sign off :-D Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 1622f0f609fbf7862c481eeec98cd1668b09b145 Author: Tomas Cohen Arazi Date: Mon Dec 10 16:38:05 2018 -0300 Bug 21759: Regression tests This patch tests for a new behaviour in the _FixAccountForLostAndFound method. The method will now add the amountoutstanding value for the lost item fee to the CR credit to be generated. This means that: - If there's some remaining debt, the same amount will be added to the CR credit and used to cancel that debt. The final amountoutstanding will be the same as before, but an offset will be generated as required. - If the line was written off, the behaviour remains unchanged, so no offset. - If the line was payed and/or written off in full only the payments are refund, preserving the current behaviour. Only changes to the 'remaining debt' use cases on this tests are expected. To test: - Apply this patch - Run: $ kshell k$ prove t/db_dependent/Circulation.t => FAIL: Tests fail because the behaviour is not correct. Note: some tests order changes are introduced to avoid calling discard_changes twice Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 9a2bd027e5d2380b39776059066d8f06b42d68dd Author: Nick Clemens Date: Tue Oct 2 19:48:02 2018 +0000 Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron To test: 1 - Export your patrons a - Create a report 'SELECT * FROM borrowers' b - Run and save the report as csv (check your delimiter) c - Delete the borrowernumebr column 2 - Use the Patron Import tool to import the csv from above 3 - Set matching to 'cardnumber' 4 - Set 'If matching record is already in the borrowers table:' to Overwrite 5 - Import 6 - None are import because of matchign userid (their own) 7 - Apply patch 8 - Repeat 9 - Patrons are successfully overwritten 10 - prove -v t/db_dependent/Koha/Patrons/Import.t 11 - prove -v t/db_dependent/Koha/Patrons.t Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit a02b322fe7f6a35c0613a33a2e266bb79a721260 Author: Nick Clemens Date: Tue Dec 11 20:31:19 2018 +0000 Bug 21961: DBRev 18.12.00.001 Signed-off-by: Nick Clemens commit da5e41f6def8a5cbafc9303b0fff35cb13e50e72 Author: Katrin Fischer Date: Thu Dec 6 12:42:12 2018 +0100 Bug 21961: Fix typo in manage_didyoumean permission The typo in the installer files will cause problems on new installations as the code for the permission is wrong. This means that on new installations the Did you mean? section on the administration page won't show up. In order to fix this, we need to correct the code in permissions, but also the permissions for users who this permission has been given to. To test: - Start without the patch - Use a new installation with the permission typo - Log in as superlibrarian - Verify that the "did you mean?" configuration page is not visible - Create another staff user with permission to access staff and manage_didyoumean checked - Verify configuration page remains invisible - Apply patch and run database update - Check both users again, the config page should now sohw Signed-off-by: Josef Moravec Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens commit 875f3162c8008ef288adfcd18ada490cf06ecc15 Author: Julian Maurice Date: Fri Dec 7 10:19:44 2018 +0100 Bug 21908: (QA follow-up) Remove useless parentheses in query Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens commit a1b08269a7031417312e6265ace9ef5b995933fa Author: Fridolin Somers Date: Thu Nov 29 10:50:06 2018 +0100 Bug 21908: Add DISTINCT biblionumber to rebuild_zebra.pl Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. When using table=items we should use DISTINCT(biblionumber) to avoid indexing several times the same biblio record when it has several items. This patch adds DISTINCT(biblionumber) in all cases it does not harm if its already unique. Test plan : 1) Be sur you have a biblio record with biblionumber 1 with 3 items 2) Run misc/migration_tools/rebuild_zebra.pl -v -b --table items --where="biblionumber=1" 3) Without patch you see "Records exported: 3", with patch only one 4) Check indexing works well Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens commit c36597bc0c72cc31249c02af5aaaf1c1f977ee50 Author: Fridolin Somers Date: Thu Nov 29 10:15:00 2018 +0100 Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. It is missing biblio_metadata to allow filtering on MARCXML with ExtractValue. Test plan : 1) Be sur you have a biblio record with biblionumber 1 2) Run misc/migration_tools/rebuild_zebra.pl -h 3) You see : --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index. 4) Run misc/migration_tools/rebuild_zebra.pl -v -b --table biblio_metadata --where="biblio_metadata.biblionumber=1" 5) Check you dont have SQL errors Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens commit a2b5407ba5c74f826c1665c1a2ef1ff6d52689fd Author: Kyle M Hall Date: Fri Nov 16 07:01:39 2018 -0500 Bug 21849: Two useless Koha::Account::Offset->new calls need attention Came across those calls in bug 20598 in _FixOverduesOnReturn Koha::Account::Offset->new( { debit_id => $accountline->id, type => 'Forgiven', amount => $amountoutstanding * -1, } ); This does nothing if you don't store data. Test Plan: 1) Apply this patch 2) Set up 2 items with overdue fines 3) Return one with dropbox mode 4) Note the dropbox account offset is created 5) Return one with full fine forgiveness 6) Note the forgiven account offset is created Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 2dbaaa300877ff6d96ae84b5a703753d97b6c340 Author: Kyle M Hall Date: Fri Nov 16 09:54:39 2018 -0500 Bug 21849: Add unit tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 3adf7708d544338250703165fe7e87f2690d8639 Author: Nick Clemens Date: Thu Dec 6 12:42:45 2018 +0000 Bug 21962: Fix authority search using 'all' To test: 1 - Set search engine to Zebra 2 - Have some authorities and indexes up to date 3 - Search authorities with option 'search entire record' 4 - No results 5 - Apply patch 6 - Run unit tests, they pass! 7 - Repeat search 8 - Results! Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 39c93e87f648978ec7907220710efaf64e556ea0 Author: Nick Clemens Date: Thu Dec 6 12:41:41 2018 +0000 Bug 21962: Unit tests Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 06e6378899631da162d57d477381782f3764ec89 Author: Nick Clemens Date: Mon Dec 3 13:05:49 2018 +0000 Bug 21405: Fix authorities pagination for Zebra and ES Bug 20261 introduced an error because search_auth_compat responded differently for ES and Zebra, now bug 19365 fixed the underlying difference. This patch restores previous code to fix pagination. Additionally we add a fix for 10000+ results in ES and remove a double import of C4::Auth To test: 1 - Perform an authorities search with 1+ pages using Zebra 2 - Page through results, note you are only offseeting by 1 each time 3 - Perform an authorities search with 10,000+ results in ES 4 - Click on the last page and get an error 5 - Apply patch 6 - Retry Zebra search 7 - Results should paginate correctly 8 - Clicking on last page should return last results 9 - Retry ES results 10 - Results should paginate correct 11 - Clicking on last page should return last results Signed-off-by: Ere Maijala Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 842a4befd342e46a0abda8300c339bb37f943c09 Author: Marcel de Rooy Date: Fri Dec 7 09:43:58 2018 +0100 Bug 21608: (QA follow-up) Rename revert button The label 'Revert found status' is replaced by 'Revert waiting status' or 'Revert transit status' depending on hold.found/hold.intransit. Note that hold comes from reserveloop in request.pl. The columns/keys found and intransit are just booleans. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 0295fc2fc6062d9bb43e70bce5f5504b418f3629 Author: Nick Clemens Date: Mon Nov 26 18:19:03 2018 +0000 Bug 21608: Add value for 'rank-request' when dropdwn disabled When a field is disabled no value is submitted in the form - this was causing found holds to be reverted To test: 1 - Apply all patches except this one 2 - PLace several holds on one bib 3 - Set at least one waiting or intransit 4 - Making no adjustments hit "Update holds" 5 - Waiting/intransit holds are all reset 6 - Mark them waiting/intransit again 7 - Apply this patch 8 - Click 'update holds' 9 - Found status is not accidentally reverted Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 65ff39f6a56e3bf252883b484f8892d6efcbeb9e Author: Nick Clemens Date: Tue Nov 13 19:22:48 2018 +0000 Bug 21608: Add ID and fix filters Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 3c50245cfe272dc105033ff2e59f8e2689f7dd26 Author: Nick Clemens Date: Thu Oct 25 11:45:25 2018 +0000 Bug 21608: Disable dropdown for found holds - add button to revert This patch disables the dropdown for found holds, and adds a new button to revert the waiting status, setting the hold to priority 1 Additionally we remove some changes from 19469 and update the JS to skip found holds when updating priority To test: 1 - Find a record with multiple items 2 - Place 4 holds (or more) 3 - Capture one ohld as waiting, one as in transit 4 - View the holds on the record - switch the last to priority one 5 - Waiting and transit statuses get confused 6 - Apply patch 7 - Observe dropdown is now disabled for waiting holds 8 - Confirm other holds operate as expected 9 - Confirm 'Revert found status' resets hold Signed-off-by: Martin Renvoize Bug 21608: (follow-up) Use RevertWaitingStatus and do not alter _FixPriority [EDIT] Completely removed the changes to Reserves.pm by adding module prefix in the request.pl script. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit e5585a10d5f2ee24cad94b2cf17df1ce13e8a01a Author: Josef Moravec Date: Fri Nov 30 07:09:23 2018 +0000 Bug 21911: Regression test This tests usuall cases, but note, that administrator could make a branch with code "%%%" or so, which this test does not cover, and some functionalities will not work in that case: opac limit override, holdinbranch facet Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 4c0682f5598d53992b6966a217b10f71a9cdaebb Author: Nick Clemens Date: Thu Nov 29 14:17:37 2018 +0000 Bug 21911: Fix OPAC scoping to work with new group system To test: 0 - Apply patch 1 - Create a library group enabled for opac search limits and add some libraries 2 - Check the DB (or advanced search dropdown) to get the id of the group (using 7 as example below) 3 - Add to apache configuration (OPAC virtualhost) SetEnv OPAC_SEARCH_LIMIT branch:multibranchlimit-7 SetEnv OPAC_LIMIT_OVERRIDE 1 RequestHeader add X-Koha-SetEnv "OPAC_SEARCH_LIMIT branch:multibranchlimit-7" RequestHeader add X-Koha-SetEnv "OPAC_LIMIT_OVERRIDE 1" 4 - Ensure OpacAddMastheadLibraryPulldown is disabled 5 - Restart all the things 6 - Visit the opac 7 - Perform a search, confirm it is scoped to the branches in the group Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 21372f78f825c0ec439ea4a7cfe7dff6656467b9 Author: Jonathan Druart Date: Thu Dec 6 12:53:24 2018 -0300 Bug 21910: Does not deal with call context, ->search does already Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit ee96d18b2cee07aa64d5e68078bc898d36e22146 Author: Jonathan Druart Date: Thu Dec 6 12:52:54 2018 -0300 Bug 21910: Remove duplicated lines in tests Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit f3b8c66392098d69bca48bbf04b7e93fa2100280 Author: Nick Clemens Date: Thu Nov 29 14:11:36 2018 +0000 Bug 21910: Koha::Library::Groups->get_search_groups should return the groups To test: 1 - Add a library group (Admin->Library groups) 2 - Enable use as an opac and staff search limit 3 - Add some libraries to the group 4 - Visit advanced search on staff and opac 5 - Note the dropdown has as many empty rows as there are libraries in the group 6 - Apply patch, restart all the things 7 - Visit staff and opac advanced search 8 - Confirm the group dropdowns are correct 9 - Enable OpacMastheadLibraryPulldown 10 - Ensure the dropdown on opac shows groups correctly 11 - Confirm earchign groups works from all three locations 12 - prove -v t/db_dependent/LibraryGroups.t Signed-off-by: Martin Renvoize Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 96b3889390f8efe9851aaa9c2cafa9e20bda3f43 Author: Nick Clemens Date: Wed Nov 7 01:32:26 2018 +0000 Bug 21778: Sort user list by surname,firstname unless user cannot manage patron lists OR edit patrons To test: 1 - Create four users: 1 superlibrarian (or with both edit patrons and manage patron lists) 1 with only edit patrons and catalogue 1 with only add to list and catalogue 1 with catalogue but neither edit patrons or manage patron lists 2 - Search patrons signed in as each user 3 - Note different sorting 4 - Apply patch 5 - Try searching with each patron 6 - Results should always be sorted by surname, firstname 7 - Only in the case of neither extra permission should the checkboxes be absent Signed-off-by: Devinim Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60 Author: Jonathan Druart Date: Wed Dec 5 16:39:02 2018 -0300 Bug 21955: Remove Cache::Memory as fallback for L2 cache If Plack is running with several workers we must not use Cache::Memory as L2 cache. If a value is set from a worker, it will not be available from other workers as the Cache::Memory instance is not shared (of course!) Moreover we now have Koha::Cache::Memory::Lite that does the same job, so we should not expect performance regressions by removing it. See also the email sent to koha-devel for more info http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html Signed-off-by: Martin Renvoize Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +- C4/AuthoritiesMarc.pm | 3 + C4/Circulation.pm | 50 ++++++++-------- C4/Installer/PerlDependencies.pm | 5 -- Koha.pm | 2 +- Koha/Account.pm | 2 + Koha/Cache.pm | 36 ------------ Koha/Library/Groups.pm | 8 +-- Koha/Patrons/Import.pm | 2 +- authorities/authorities-home.pl | 19 +++--- installer/data/mysql/updatedatabase.pl | 12 ++++ installer/data/mysql/userpermissions.sql | 2 +- .../intranet-tmpl/prog/en/includes/holds_table.inc | 7 ++- .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/members/member.tt | 2 +- .../prog/en/modules/members/notices.tt | 2 +- .../prog/en/modules/reserve/request.tt | 27 ++++----- .../prog/en/modules/serials/subscription-detail.tt | 8 +-- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 +- .../bootstrap/en/modules/opac-serial-issues.tt | 4 +- misc/migration_tools/rebuild_zebra.pl | 6 +- reserve/request.pl | 19 +++--- t/db_dependent/Auth.t | 30 +++++++++- t/db_dependent/Circulation.t | 36 ++++++++---- t/db_dependent/Koha/Account.t | 40 ++++++++----- t/db_dependent/Koha/Patrons.t | 3 +- t/db_dependent/Koha/Patrons/Import.t | 61 +++++++++++++++++--- t/db_dependent/LibraryGroups.t | 19 +++++- t/db_dependent/Search.t | 7 ++- 30 files changed, 268 insertions(+), 164 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 11:49:05 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2018 10:49:05 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-17-g6039f64 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 6039f64e53172a046c5b579271df7cf434b20e81 (commit) from 235f6a83e2e6b8339070932dabcc81ecc9aefd41 (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 6039f64e53172a046c5b579271df7cf434b20e81 Author: Jonathan Druart Date: Wed Dec 5 16:39:02 2018 -0300 Bug 21955: Remove Cache::Memory as fallback for L2 cache If Plack is running with several workers we must not use Cache::Memory as L2 cache. If a value is set from a worker, it will not be available from other workers as the Cache::Memory instance is not shared (of course!) Moreover we now have Koha::Cache::Memory::Lite that does the same job, so we should not expect performance regressions by removing it. See also the email sent to koha-devel for more info http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html Signed-off-by: Martin Renvoize Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 ----- Koha/Cache.pm | 36 ------------------------------------ 2 files changed, 41 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 12:28:22 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2018 11:28:22 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-44-g4479924 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 447992444468b3b4f4075c91128e06c3cb0a17e5 (commit) via 7308b29f22dc453e19faca61509a1e511595e005 (commit) via f97bd325a8ef617caedbf894a806ac5319d18836 (commit) via cd0b96941f6a6552793f6acdc7c4f91dd93995ff (commit) via 3a719dd8229f9907a5dfe59485f7165e48725ecb (commit) via a4b7e02dc99851e86213ae6f356364ab17edf1d6 (commit) via 2e3da710f4cbf85e5a13f3723047202517afb99d (commit) via a9f618f96daceead440f69e2d41f47ebe5c0bd06 (commit) via 3f92fca65845b5ed0b51d29b7dc27d4c584e2e01 (commit) via 0c99c3a30a4ebe2ef18db1a6d1e48a99ef7ea0b6 (commit) via 397f2e850ced3acaeb8d0f103694262ba339d63f (commit) via 33b8f3ff1df670d4512695213d004b1a189f9c25 (commit) via ff3d3776a4d9b52da49b6ad4b2a1dde1da9425ee (commit) via aa565b8e9919ee414d0693f391b141985ebacb93 (commit) via a110125338202f30cec0bc061141d82c80652f30 (commit) via d6b7e00b9cd04e15c472b2f7b075d85886ffa3e5 (commit) via fb5dd96552e84380fd30575880effd0d116309b3 (commit) via 038a76478b04421c58974eb64a18672d3e2faccd (commit) via 0dd159b9ee04bc103eec8b114636152d7322fd7e (commit) via c0478acf3188069768c4d5d0a588b338bf4ca15d (commit) via 466fc19777c08c26de3fdb3bca16031e6a2c1ca3 (commit) via 2e6c3b19899c51b801cc5647259793206e2de622 (commit) via 647b853073bde006c0477c886a5cce727c3035a1 (commit) via 7b849d70e7acf818d33d0602401dd613b8787535 (commit) via 5ab531818003874635d842a59ec3234370b200c3 (commit) via 7e9ab97390b8cad111bbe9853dc0e27172719c27 (commit) via f228847155bc46433cbad4f834c2df89734b9c5c (commit) from 6039f64e53172a046c5b579271df7cf434b20e81 (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 447992444468b3b4f4075c91128e06c3cb0a17e5 Author: Tomas Cohen Arazi Date: Thu Dec 6 15:59:10 2018 -0300 Bug 21969: Fix Koha::Account->outstanding_* matching the opposite on pathological cases This patch makes outstanding_* methods be safe regarding pathological account lines that get converted into another type because of the value of amountoutstanding To test: - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => FAIL: Tests fail because pathological account lines are wrongly picked. - Apply this patch - Run: k$ prove t/db_dependent/Koha/Account.t =>SUCCESS: All green! Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens (cherry picked from commit dbff938c7ff7eb277c6b94b56b5f03d3348f0017) Signed-off-by: Martin Renvoize commit 7308b29f22dc453e19faca61509a1e511595e005 Author: Tomas Cohen Arazi Date: Thu Dec 6 15:37:37 2018 -0300 Bug 21969: Regression tests This patch introduces regression tests for Koha::Account::outstanding_* methods so they don't pick wrong lines when amountoutstanding matches what we are looking for (i.e. negative for credits and positive for debits). To test: - Apply this patch - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => FAIL: Tests fail because pathological account lines are wrongly picked. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens (cherry picked from commit ce160066a2b06742e348011324620c8e58b26f40) Signed-off-by: Martin Renvoize commit f97bd325a8ef617caedbf894a806ac5319d18836 Author: Mark Tompsett Date: Wed Dec 5 03:44:25 2018 +0000 Bug 21947: Address other misordered FILTER lines As per comment #3, this patch changes the order for all the filters found with the recommended git grep. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 30874dea519d379134174cf9c5fd5051588a8629) Signed-off-by: Martin Renvoize commit cd0b96941f6a6552793f6acdc7c4f91dd93995ff Author: Mark Tompsett Date: Tue Dec 4 18:58:17 2018 +0000 Bug 21947: Swap the filter order TEST PLAN ---------- 1) start your kohadevbox 2) cd kohaclone 3) git checkout -b bug_21947 origin/master 4) git bz apply 21947 5) reset_all 6) log in to staff client and add a 500$a with lots of blank lines between strings with some HTML. 7) look at the opac record Title notes tab. -- does it have
-mess? Should not. 8) repeat steps 5-7 on master, and you'll see a
-mess. 9) run qa test tools Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit d90d5d2254d55752bf1e524885284ba8e3e86f60) Signed-off-by: Martin Renvoize commit 3a719dd8229f9907a5dfe59485f7165e48725ecb Author: Tomas Cohen Arazi Date: Mon Dec 10 16:45:00 2018 -0300 Bug 21759: Avoid manually setting amountoutstanding in _FixAccountForLostAndReturned This patch changes the behaviour in the _FixAccountForLostAndFound method. The method will now add the amountoutstanding value for the lost item fee to the CR credit to be generated. This means that: - If there's some remaining debt, the same amount will be added to the CR credit and used to cancel that debt. The final amountoutstanding will be the same as before, but an offset will be generated as required. - If the line was written off, the behaviour remains unchanged, so no offset. - If the line was payed and/or written off in full only the payments are refund, preserving the current behaviour. To test: - Apply the regression tests patch - Run: $ kshell k$ prove t/db_dependent/Circulation.t => FAIL: Tests fail because the behaviour is not correct - Apply this patch - Run: k$ prove t/db_dependent/Circulation.t => SUCCESS: Tests now pass! - Sign off :-D Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e75c869785d09e6a2b1eb8dbe47cca868fb86105) Signed-off-by: Martin Renvoize commit a4b7e02dc99851e86213ae6f356364ab17edf1d6 Author: Tomas Cohen Arazi Date: Mon Dec 10 16:38:05 2018 -0300 Bug 21759: Regression tests This patch tests for a new behaviour in the _FixAccountForLostAndFound method. The method will now add the amountoutstanding value for the lost item fee to the CR credit to be generated. This means that: - If there's some remaining debt, the same amount will be added to the CR credit and used to cancel that debt. The final amountoutstanding will be the same as before, but an offset will be generated as required. - If the line was written off, the behaviour remains unchanged, so no offset. - If the line was payed and/or written off in full only the payments are refund, preserving the current behaviour. Only changes to the 'remaining debt' use cases on this tests are expected. To test: - Apply this patch - Run: $ kshell k$ prove t/db_dependent/Circulation.t => FAIL: Tests fail because the behaviour is not correct. Note: some tests order changes are introduced to avoid calling discard_changes twice Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 1622f0f609fbf7862c481eeec98cd1668b09b145) Signed-off-by: Martin Renvoize commit 2e3da710f4cbf85e5a13f3723047202517afb99d Author: Nick Clemens Date: Tue Oct 2 19:48:02 2018 +0000 Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron To test: 1 - Export your patrons a - Create a report 'SELECT * FROM borrowers' b - Run and save the report as csv (check your delimiter) c - Delete the borrowernumebr column 2 - Use the Patron Import tool to import the csv from above 3 - Set matching to 'cardnumber' 4 - Set 'If matching record is already in the borrowers table:' to Overwrite 5 - Import 6 - None are import because of matchign userid (their own) 7 - Apply patch 8 - Repeat 9 - Patrons are successfully overwritten 10 - prove -v t/db_dependent/Koha/Patrons/Import.t 11 - prove -v t/db_dependent/Koha/Patrons.t Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 9a2bd027e5d2380b39776059066d8f06b42d68dd) Signed-off-by: Martin Renvoize commit a9f618f96daceead440f69e2d41f47ebe5c0bd06 Author: Nick Clemens Date: Tue Dec 11 20:31:19 2018 +0000 Bug 21961: DBRev 18.11.00.001 Signed-off-by: Nick Clemens (cherry picked from commit a02b322fe7f6a35c0613a33a2e266bb79a721260) Signed-off-by: Martin Renvoize commit 3f92fca65845b5ed0b51d29b7dc27d4c584e2e01 Author: Katrin Fischer Date: Thu Dec 6 12:42:12 2018 +0100 Bug 21961: Fix typo in manage_didyoumean permission The typo in the installer files will cause problems on new installations as the code for the permission is wrong. This means that on new installations the Did you mean? section on the administration page won't show up. In order to fix this, we need to correct the code in permissions, but also the permissions for users who this permission has been given to. To test: - Start without the patch - Use a new installation with the permission typo - Log in as superlibrarian - Verify that the "did you mean?" configuration page is not visible - Create another staff user with permission to access staff and manage_didyoumean checked - Verify configuration page remains invisible - Apply patch and run database update - Check both users again, the config page should now sohw Signed-off-by: Josef Moravec Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit da5e41f6def8a5cbafc9303b0fff35cb13e50e72) Signed-off-by: Martin Renvoize commit 0c99c3a30a4ebe2ef18db1a6d1e48a99ef7ea0b6 Author: Julian Maurice Date: Fri Dec 7 10:19:44 2018 +0100 Bug 21908: (QA follow-up) Remove useless parentheses in query Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit 875f3162c8008ef288adfcd18ada490cf06ecc15) Signed-off-by: Martin Renvoize commit 397f2e850ced3acaeb8d0f103694262ba339d63f Author: Fridolin Somers Date: Thu Nov 29 10:50:06 2018 +0100 Bug 21908: Add DISTINCT biblionumber to rebuild_zebra.pl Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. When using table=items we should use DISTINCT(biblionumber) to avoid indexing several times the same biblio record when it has several items. This patch adds DISTINCT(biblionumber) in all cases it does not harm if its already unique. Test plan : 1) Be sur you have a biblio record with biblionumber 1 with 3 items 2) Run misc/migration_tools/rebuild_zebra.pl -v -b --table items --where="biblionumber=1" 3) Without patch you see "Records exported: 3", with patch only one 4) Check indexing works well Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit a1b08269a7031417312e6265ace9ef5b995933fa) Signed-off-by: Martin Renvoize commit 33b8f3ff1df670d4512695213d004b1a189f9c25 Author: Fridolin Somers Date: Thu Nov 29 10:15:00 2018 +0100 Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. It is missing biblio_metadata to allow filtering on MARCXML with ExtractValue. Test plan : 1) Be sur you have a biblio record with biblionumber 1 2) Run misc/migration_tools/rebuild_zebra.pl -h 3) You see : --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index. 4) Run misc/migration_tools/rebuild_zebra.pl -v -b --table biblio_metadata --where="biblio_metadata.biblionumber=1" 5) Check you dont have SQL errors Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit c36597bc0c72cc31249c02af5aaaf1c1f977ee50) Signed-off-by: Martin Renvoize commit ff3d3776a4d9b52da49b6ad4b2a1dde1da9425ee Author: Kyle M Hall Date: Fri Nov 16 07:01:39 2018 -0500 Bug 21849: Two useless Koha::Account::Offset->new calls need attention Came across those calls in bug 20598 in _FixOverduesOnReturn Koha::Account::Offset->new( { debit_id => $accountline->id, type => 'Forgiven', amount => $amountoutstanding * -1, } ); This does nothing if you don't store data. Test Plan: 1) Apply this patch 2) Set up 2 items with overdue fines 3) Return one with dropbox mode 4) Note the dropbox account offset is created 5) Return one with full fine forgiveness 6) Note the forgiven account offset is created Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit a2b5407ba5c74f826c1665c1a2ef1ff6d52689fd) Signed-off-by: Martin Renvoize commit aa565b8e9919ee414d0693f391b141985ebacb93 Author: Kyle M Hall Date: Fri Nov 16 09:54:39 2018 -0500 Bug 21849: Add unit tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 2dbaaa300877ff6d96ae84b5a703753d97b6c340) Signed-off-by: Martin Renvoize commit a110125338202f30cec0bc061141d82c80652f30 Author: Nick Clemens Date: Thu Dec 6 12:42:45 2018 +0000 Bug 21962: Fix authority search using 'all' To test: 1 - Set search engine to Zebra 2 - Have some authorities and indexes up to date 3 - Search authorities with option 'search entire record' 4 - No results 5 - Apply patch 6 - Run unit tests, they pass! 7 - Repeat search 8 - Results! Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 3adf7708d544338250703165fe7e87f2690d8639) Signed-off-by: Martin Renvoize commit d6b7e00b9cd04e15c472b2f7b075d85886ffa3e5 Author: Nick Clemens Date: Thu Dec 6 12:41:41 2018 +0000 Bug 21962: Unit tests Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 39c93e87f648978ec7907220710efaf64e556ea0) Signed-off-by: Martin Renvoize commit fb5dd96552e84380fd30575880effd0d116309b3 Author: Nick Clemens Date: Mon Dec 3 13:05:49 2018 +0000 Bug 21405: Fix authorities pagination for Zebra and ES Bug 20261 introduced an error because search_auth_compat responded differently for ES and Zebra, now bug 19365 fixed the underlying difference. This patch restores previous code to fix pagination. Additionally we add a fix for 10000+ results in ES and remove a double import of C4::Auth To test: 1 - Perform an authorities search with 1+ pages using Zebra 2 - Page through results, note you are only offseeting by 1 each time 3 - Perform an authorities search with 10,000+ results in ES 4 - Click on the last page and get an error 5 - Apply patch 6 - Retry Zebra search 7 - Results should paginate correctly 8 - Clicking on last page should return last results 9 - Retry ES results 10 - Results should paginate correct 11 - Clicking on last page should return last results Signed-off-by: Ere Maijala Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 06e6378899631da162d57d477381782f3764ec89) Signed-off-by: Martin Renvoize commit 038a76478b04421c58974eb64a18672d3e2faccd Author: Marcel de Rooy Date: Fri Dec 7 09:43:58 2018 +0100 Bug 21608: (QA follow-up) Rename revert button The label 'Revert found status' is replaced by 'Revert waiting status' or 'Revert transit status' depending on hold.found/hold.intransit. Note that hold comes from reserveloop in request.pl. The columns/keys found and intransit are just booleans. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 842a4befd342e46a0abda8300c339bb37f943c09) Signed-off-by: Martin Renvoize commit 0dd159b9ee04bc103eec8b114636152d7322fd7e Author: Nick Clemens Date: Mon Nov 26 18:19:03 2018 +0000 Bug 21608: Add value for 'rank-request' when dropdwn disabled When a field is disabled no value is submitted in the form - this was causing found holds to be reverted To test: 1 - Apply all patches except this one 2 - PLace several holds on one bib 3 - Set at least one waiting or intransit 4 - Making no adjustments hit "Update holds" 5 - Waiting/intransit holds are all reset 6 - Mark them waiting/intransit again 7 - Apply this patch 8 - Click 'update holds' 9 - Found status is not accidentally reverted Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 0295fc2fc6062d9bb43e70bce5f5504b418f3629) Signed-off-by: Martin Renvoize commit c0478acf3188069768c4d5d0a588b338bf4ca15d Author: Nick Clemens Date: Tue Nov 13 19:22:48 2018 +0000 Bug 21608: Add ID and fix filters Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 65ff39f6a56e3bf252883b484f8892d6efcbeb9e) Signed-off-by: Martin Renvoize commit 466fc19777c08c26de3fdb3bca16031e6a2c1ca3 Author: Nick Clemens Date: Thu Oct 25 11:45:25 2018 +0000 Bug 21608: Disable dropdown for found holds - add button to revert This patch disables the dropdown for found holds, and adds a new button to revert the waiting status, setting the hold to priority 1 Additionally we remove some changes from 19469 and update the JS to skip found holds when updating priority To test: 1 - Find a record with multiple items 2 - Place 4 holds (or more) 3 - Capture one ohld as waiting, one as in transit 4 - View the holds on the record - switch the last to priority one 5 - Waiting and transit statuses get confused 6 - Apply patch 7 - Observe dropdown is now disabled for waiting holds 8 - Confirm other holds operate as expected 9 - Confirm 'Revert found status' resets hold Signed-off-by: Martin Renvoize Bug 21608: (follow-up) Use RevertWaitingStatus and do not alter _FixPriority [EDIT] Completely removed the changes to Reserves.pm by adding module prefix in the request.pl script. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3c50245cfe272dc105033ff2e59f8e2689f7dd26) Signed-off-by: Martin Renvoize commit 2e6c3b19899c51b801cc5647259793206e2de622 Author: Josef Moravec Date: Fri Nov 30 07:09:23 2018 +0000 Bug 21911: Regression test This tests usuall cases, but note, that administrator could make a branch with code "%%%" or so, which this test does not cover, and some functionalities will not work in that case: opac limit override, holdinbranch facet Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit e5585a10d5f2ee24cad94b2cf17df1ce13e8a01a) Signed-off-by: Martin Renvoize commit 647b853073bde006c0477c886a5cce727c3035a1 Author: Nick Clemens Date: Thu Nov 29 14:17:37 2018 +0000 Bug 21911: Fix OPAC scoping to work with new group system To test: 0 - Apply patch 1 - Create a library group enabled for opac search limits and add some libraries 2 - Check the DB (or advanced search dropdown) to get the id of the group (using 7 as example below) 3 - Add to apache configuration (OPAC virtualhost) SetEnv OPAC_SEARCH_LIMIT branch:multibranchlimit-7 SetEnv OPAC_LIMIT_OVERRIDE 1 RequestHeader add X-Koha-SetEnv "OPAC_SEARCH_LIMIT branch:multibranchlimit-7" RequestHeader add X-Koha-SetEnv "OPAC_LIMIT_OVERRIDE 1" 4 - Ensure OpacAddMastheadLibraryPulldown is disabled 5 - Restart all the things 6 - Visit the opac 7 - Perform a search, confirm it is scoped to the branches in the group Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 4c0682f5598d53992b6966a217b10f71a9cdaebb) Signed-off-by: Martin Renvoize commit 7b849d70e7acf818d33d0602401dd613b8787535 Author: Jonathan Druart Date: Thu Dec 6 12:53:24 2018 -0300 Bug 21910: Does not deal with call context, ->search does already Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 21372f78f825c0ec439ea4a7cfe7dff6656467b9) Signed-off-by: Martin Renvoize commit 5ab531818003874635d842a59ec3234370b200c3 Author: Jonathan Druart Date: Thu Dec 6 12:52:54 2018 -0300 Bug 21910: Remove duplicated lines in tests Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit ee96d18b2cee07aa64d5e68078bc898d36e22146) Signed-off-by: Martin Renvoize commit 7e9ab97390b8cad111bbe9853dc0e27172719c27 Author: Nick Clemens Date: Thu Nov 29 14:11:36 2018 +0000 Bug 21910: Koha::Library::Groups->get_search_groups should return the groups To test: 1 - Add a library group (Admin->Library groups) 2 - Enable use as an opac and staff search limit 3 - Add some libraries to the group 4 - Visit advanced search on staff and opac 5 - Note the dropdown has as many empty rows as there are libraries in the group 6 - Apply patch, restart all the things 7 - Visit staff and opac advanced search 8 - Confirm the group dropdowns are correct 9 - Enable OpacMastheadLibraryPulldown 10 - Ensure the dropdown on opac shows groups correctly 11 - Confirm earchign groups works from all three locations 12 - prove -v t/db_dependent/LibraryGroups.t Signed-off-by: Martin Renvoize Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit f3b8c66392098d69bca48bbf04b7e93fa2100280) Signed-off-by: Martin Renvoize commit f228847155bc46433cbad4f834c2df89734b9c5c Author: Nick Clemens Date: Wed Nov 7 01:32:26 2018 +0000 Bug 21778: Sort user list by surname,firstname unless user cannot manage patron lists OR edit patrons To test: 1 - Create four users: 1 superlibrarian (or with both edit patrons and manage patron lists) 1 with only edit patrons and catalogue 1 with only add to list and catalogue 1 with catalogue but neither edit patrons or manage patron lists 2 - Search patrons signed in as each user 3 - Note different sorting 4 - Apply patch 5 - Try searching with each patron 6 - Results should always be sorted by surname, firstname 7 - Only in the case of neither extra permission should the checkboxes be absent Signed-off-by: Devinim Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit 96b3889390f8efe9851aaa9c2cafa9e20bda3f43) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +- C4/AuthoritiesMarc.pm | 3 + C4/Circulation.pm | 50 ++++++++-------- Koha.pm | 2 +- Koha/Account.pm | 2 + Koha/Library/Groups.pm | 8 +-- Koha/Patrons/Import.pm | 2 +- authorities/authorities-home.pl | 19 +++--- installer/data/mysql/updatedatabase.pl | 12 ++++ installer/data/mysql/userpermissions.sql | 2 +- .../intranet-tmpl/prog/en/includes/holds_table.inc | 7 ++- .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/members/member.tt | 2 +- .../prog/en/modules/members/notices.tt | 2 +- .../prog/en/modules/reserve/request.tt | 27 ++++----- .../prog/en/modules/serials/subscription-detail.tt | 8 +-- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 +- .../bootstrap/en/modules/opac-serial-issues.tt | 4 +- misc/migration_tools/rebuild_zebra.pl | 6 +- reserve/request.pl | 19 +++--- t/db_dependent/Auth.t | 30 +++++++++- t/db_dependent/Circulation.t | 36 ++++++++---- t/db_dependent/Koha/Account.t | 40 ++++++++----- t/db_dependent/Koha/Patrons.t | 3 +- t/db_dependent/Koha/Patrons/Import.t | 61 +++++++++++++++++--- t/db_dependent/LibraryGroups.t | 19 +++++- t/db_dependent/Search.t | 7 ++- 28 files changed, 268 insertions(+), 123 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 18:12:10 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2018 17:12:10 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-25-g436731c 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.05.x has been updated via 436731c537c316e2b784047c06fb5307b67f1cdb (commit) via 7f992d9d80081c953135d1c92961697a432b7453 (commit) via c89029f8daeb52b9fa3bc0cc69317be00359a95d (commit) from 8ce960d7099f72fef394f90d89baba368eabf2dd (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 436731c537c316e2b784047c06fb5307b67f1cdb Author: ?Lucas Gass? Date: Wed Dec 12 16:52:39 2018 +0000 Revert "Bug 21529: (follow-up) USE raw filter" This reverts commit 7d7f110cefc3e1ee2260424bcd2a55f6fb9ce07d. Signed-off-by: ?Lucas Gass? commit 7f992d9d80081c953135d1c92961697a432b7453 Author: ?Lucas Gass? Date: Wed Dec 12 16:51:58 2018 +0000 Revert "Bug 21529: (bug 13618 follow-up) Display print notices with HTML tags" This reverts commit dab7e22c68dd9328bf2768e7e20e444f1311c875. Signed-off-by: ?Lucas Gass? commit c89029f8daeb52b9fa3bc0cc69317be00359a95d Author: Nightly Build Bot Date: Tue Dec 11 15:25:52 2018 +0100 Bug 17111 - Automatic debian/control updates (oldstable/18.05.x) Signed-off-by: Mirko Tietgen ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 18:46:18 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2018 17:46:18 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-27-g82a55e9 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.05.x has been updated via 82a55e971c74bd3c7e16a2e372fcfcdecdb62489 (commit) via 919e9567a6ddad472478514b7db4ca8c08e7eedb (commit) from 436731c537c316e2b784047c06fb5307b67f1cdb (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 82a55e971c74bd3c7e16a2e372fcfcdecdb62489 Author: Marcel de Rooy Date: Thu Nov 8 14:49:10 2018 +0100 Bug 21774: Cloned item subfields disappear when editing an item Bug 10306 changed behavior on cloning item subfields by no longer splitting constructions like 'A | B' in item fields like ccode. If it is really recommended to clone item subfields, I am not so sure about. But this patch at least restores the possibility to do so while we discuss if we should ;) Test plan: [1] Run Items.t [2] Make an item subfield repeatable in framework. And test edit items. Signed-off-by: Marcel de Rooy Signed-off-by: Fridolin Somers Signed-off-by: Tomas Cohen Arazi Works as expected. Also fixes the display of collections on the items table (on editing items). Signed-off-by: Nick Clemens (cherry picked from commit 5f34dd06ec66b11a914e49eb611714ea4c72771d) Conflicts: t/db_dependent/Items.t commit 919e9567a6ddad472478514b7db4ca8c08e7eedb Author: ?Lucas Gass? Date: Wed Dec 12 17:19:57 2018 +0000 Revert "Bug 21774: Cloned item subfields disappear when editing an item" This reverts commit d6fe41657861666320383904b16165cc4820777a. ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Items.t | 65 +----------------------------------------------- 1 file changed, 1 insertion(+), 64 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 22:04:37 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2018 21:04:37 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-33-g653dc4f 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.05.x has been updated via 653dc4f67581ee8f0080ebe517c78684b672bfa7 (commit) via bdbb3103f13561efaf6d6d11db1dbd41221e6810 (commit) via 6ed6c341a72a9852e146ea4fda680319e64b57e2 (commit) via d6838df1cdc4027a860098f74e616add8377117a (commit) via 22b472918026bb0ad8d7fcf693e290f07e85b62c (commit) via c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb (commit) from 82a55e971c74bd3c7e16a2e372fcfcdecdb62489 (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 653dc4f67581ee8f0080ebe517c78684b672bfa7 Author: Nick Clemens Date: Mon Nov 26 13:08:05 2018 +0000 Bug 21869: Fix incorrect value setting in DB update To test: 1 - Set some value for MarkLostAsReturned syspref 2 - Set your db version to 17.12.00.035 (or load an older db) 3 - updatedatabase 4 - Note your values are lost and db is incorrectly set 5 - Apply patch 6 - Reset values 7 - Reset DB version 8 - Run updatedatabase 9 - Original values are retained Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jesse Maseto commit bdbb3103f13561efaf6d6d11db1dbd41221e6810 Author: Jesse Maseto Date: Thu Dec 13 20:13:13 2018 +0000 Bug 21730: DBRev 18.05.06.001 Signed-off-by: Jesse Maseto commit 6ed6c341a72a9852e146ea4fda680319e64b57e2 Author: Jonathan Druart Date: Wed Oct 31 17:42:43 2018 -0300 Bug 21730: Add missing PA_CLASS authorized values categories PA_CLASS is missing from the list of AV category Test plan: Execute the update DB entry Confirm that you now have PA_CLASS in the AV category list Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jesse Maseto commit d6838df1cdc4027a860098f74e616add8377117a Author: Fridolin Somers Date: Wed Oct 24 14:23:02 2018 +0200 Bug 21644: better UNIMARC XSLT display of 210 in intranet In intranet default UNIMARC XSLT display of 210 is tricky. It tests each subfield with a complex conditional prefix. In OPAC default UNIMARC XSLT display 210 is simply displayed with a loop on all subfields. I propose to use the same code as OPAC in intranet. It allows to display $f and removes strange middle-score character. Test plan: 1) Doni't apply patch 2) Use an UNIMARC database 3) Use default XSLT in all displays 4) Configure a framework to allow 210 subfields from 'a' to 'h' 5) Edit a record with this framework 6) In each 210 subfield enter its letter : $a a, $b b ... 7) Save record 8) Look at record in OPAC, you see : "Publication: a, b : c, d, e, f : g, h" 9) Look at record in intranet 10) You see : ""Publication: a, b : c, d - e : g, h 11) Apply patch 12) Look at record in intranet 13) You see : "Publication: a, b : c, d, e, f : g, h" Signed-off-by: Andreas Roussos Signed-off-by: Marcel de Rooy This patch makes intranet consistent with staff again on this area. Note that we loose some punctuation like "- e". Signed-off-by: Nick Clemens (cherry picked from commit 7b16603b310212cc42d2e06e4b9bcaefa4b066ea) Signed-off-by: Jesse Maseto commit 22b472918026bb0ad8d7fcf693e290f07e85b62c Author: Marcel de Rooy Date: Fri Nov 23 12:02:51 2018 +0100 Bug 21874: (QA follow-up) Fix intranet sendshelf Move encode line below regex line. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit c1ec452e5ce454b99433972a34ec1154e81a19a3) Signed-off-by: Jesse Maseto commit c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb Author: Katrin Fischer Date: Fri Nov 23 11:30:49 2018 +0100 Bug 21874: Fix encoding of cart and list email subjects The subject of the cart and list emails is not correctly encoded and displays incorrectly in some email clients. To test: Lists: - Create a list, name it using umlauts or other diacritics Example: Jugendb?cher (books for youths in German) - Add some items to your list - Email yourself the list - Verify that the email subject is broken Cart: - Install another language with non-latin characters like Greek - Fill the cart with some titles - Send yourself the cart - Verify that the email subject is broken Note: Some email clients display correctly, others not. It's known to be incorrect in Outlook and web.de, displaying nicely in Thunderbird. Signed-off-by: Marcel de Rooy Tested all four scripts by manipulating the cart text too in templates. Follow-up handles intranet sendshelf. Note: I asked Katrin to remove the encode UTF-8 statements, since we convert to MIME and the subject line should never be UTF-8. Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e40bb00ab8da87c8c5d6e660de928d24b887df17) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- basket/sendbasket.pl | 2 +- installer/data/mysql/mandatory/auth_val_cat.sql | 1 + installer/data/mysql/updatedatabase.pl | 12 +++++- .../prog/en/xslt/UNIMARCslimUtils.xsl | 41 ++++++++------------ opac/opac-sendbasket.pl | 2 +- opac/opac-sendshelf.pl | 2 +- virtualshelves/sendshelf.pl | 3 +- 8 files changed, 34 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 16:47:12 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2018 15:47:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v18.11.00-53-g64242ca 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 64242cabea21e9ee7673666cad88eb403d1053d6 (commit) via 1e09fefcb05abf6496c89fe8115f0437a26b9490 (commit) via 8bf032f512687cfe7ddc3748675c54f18b08c010 (commit) via d561273ef84f4bc2534ac63d0f8793c9eb2a7fb9 (commit) via cade3103ecd4008ccb0bb82e1fd77497894f68f5 (commit) via e29f0bce403d5d7c1f292d57b105e0a2ab31e01d (commit) via 702c727470d332615fb1428c55f503183935f29d (commit) via 3a7053346c760144a8d7fe595d52806f739ead64 (commit) from dbff938c7ff7eb277c6b94b56b5f03d3348f0017 (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 64242cabea21e9ee7673666cad88eb403d1053d6 Author: Jonathan Druart Date: Fri Dec 7 14:14:06 2018 -0300 Bug 14334: Remove AutoCommit from tests And use a DBIx transaction instead. Test plan: prove that the test files modified by this patch are passing Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 1e09fefcb05abf6496c89fe8115f0437a26b9490 Author: Marcel de Rooy Date: Thu Dec 13 15:35:59 2018 +0100 Bug 21880: (follow-up) Add some uri filters Theoretically, source needs a filter. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 8bf032f512687cfe7ddc3748675c54f18b08c010 Author: Andreas Roussos Date: Fri Nov 23 19:30:23 2018 +0200 Bug 21880: "Relationship information" disappears when accessing paginated results in authority searches When linking authorities with authorities, if you perform a search that returns >20 results, the "Relationship information" section disappears when you click on the pagination hyperlinks. This patch fixes that. Test plan: 1) In the Authorities module, edit an authority (or create a new one) and try to link it with another authority (via UNIMARC 500$a, for example). 2) When the authority finder comes up, search for something that will yield more than 20 results, then click on the pagination links -- notice how the "Relationship information" section is no longer visible. 3) Apply the patch (and restart Plack/memcached, if necessary). 4) Repeat step 2) -- "Relationship information" is now persistent. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit d561273ef84f4bc2534ac63d0f8793c9eb2a7fb9 Author: Jonathan Druart Date: Wed Dec 12 11:05:19 2018 -0300 Bug 21986: Do not escape quotation marks when cataloguing In several places we escape quotation marks using $value =~ s/"/"/g; All the occurrences are wrong and must be removed. Most of them are leftover of bug 11638 (Remove HTML from addbiblio.pl), which removes the construction of html from pl scripts. The problem has been highlighted by bug 13618, I did not track down why the issue did not exist before (?) Test plan: 0/ Use strings with quotation marks, like: 'Fiddle tune history : "bad" tunes' You can also use other html characters to make the tests more complete, like 'Fiddle tune history : <"bad" tunes>' 1/ authorities/authorities.pl a. Edit an authority filling different fields with quotation marks b. Edit it again => The display (inputs' values) is wrong, if you save the escaped quotes will be inserted 2/ cataloguing/addbiblio.pl Same editing a bibliographic record 3/ cataloguing/additem.pl Same editing items 4/ members/memberentry.pl Edit a patron's record and fill some fields with quotation marks + fields borrowernotes and opacnotes => The quotes are inserted directly in DB (escape is done before the insert!) 5/ opac/opac-review.pl For QA only: $js_ok_review is never used 6/ tools/batchMod.pl For QA only: $value is always undefined at that point Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit cade3103ecd4008ccb0bb82e1fd77497894f68f5 Author: Jonathan Druart Date: Fri Dec 7 10:26:02 2018 -0300 Bug 21973: Do not url escape casServerUrl It is already escaped correctly in C4::Auth_with_cas::_url_with_get_params using URI::Escape::uri_escape Note that shibbolethLoginUrl is not and must be url escaped in template ("be consistent, they said") Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit e29f0bce403d5d7c1f292d57b105e0a2ab31e01d Author: Jonathan Druart Date: Fri Dec 7 16:49:00 2018 -0300 Bug 21931: Do not reset the ES mapping on 3.23.00.050 This update DB entry uses DBIx schema which does not make it crashes if the table structure is changed. Which happens on 18.06.00.054, that added search_field.weight The entry 3.23.00.050 fails with Unknown column 'me.weight' in 'field list' This patch removes the reset of the mapping and display a warning to tell the administrator the mapping must be reset/inserted Test plan: Use a 3.22 dump and upgrade it Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 702c727470d332615fb1428c55f503183935f29d Author: Nick Clemens Date: Wed Dec 12 16:16:50 2018 +0000 Bug 21991: Pass param names to report limit tool To test: 1 - Define a report like: SELECT barcode, itemnumber FROM items WHERE (homebranch = <> AND 0 ) OR <>=<> 2 - Run it, you get results 3 - Select 'Rows to display' 50 4 - No results 5 - Apply patch 6 - Run report 7 - Change display rows 8 - Results remain! Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 3a7053346c760144a8d7fe595d52806f739ead64 Author: Jonathan Druart Date: Thu Dec 6 10:07:18 2018 -0300 Bug 21950: Remove filtering for query_cgi and limit_cgi We must not escape query_cgi and limit_cgi template-side, they are already escape properly from build_query_compat using uri_escape_utf8. To fix further problems we should replace all occurrences to make things clear (I decided to keep the html filter so far, which did not hurt, but uri or url do) Same patch as the following commit will be provided commit 2fc599c0893620c395ca0492c9d9e3c860c8f951 Bug 21526: Fix search result pages (url vs uri vs raw) query_cgi is uri_escaped from the pl, so we should displayed as raw Test plan: Use wide characters ? Search, filter, facets, search history, rss (both interfaces) Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens ----------------------------------------------------------------------- Summary of changes: authorities/authorities.pl | 2 -- cataloguing/addbiblio.pl | 2 -- cataloguing/additem.pl | 6 ++---- installer/data/mysql/updatedatabase.pl | 11 +++-------- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc | 10 +++++----- .../prog/en/modules/authorities/searchresultlist-auth.tt | 12 ++++++------ .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++--- .../prog/en/modules/catalogue/search-history.tt | 8 ++++---- .../prog/en/modules/reports/guided_reports_start.tt | 3 +++ koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- .../opac-tmpl/bootstrap/en/includes/page-numbers.inc | 10 +++++----- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++--- .../opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++++---- members/memberentry.pl | 1 - opac/opac-review.pl | 3 --- t/db_dependent/Acquisition/FillWithDefaultValues.t | 6 +++--- t/db_dependent/AdditionalField.t | 8 +++----- t/db_dependent/Auth_with_cas.t | 11 +++-------- t/db_dependent/BackgroundJob.t | 8 ++++---- t/db_dependent/Charset.t | 8 ++++---- t/db_dependent/Circulation/CheckIfIssuedToPatron.t | 8 +------- t/db_dependent/Circulation/CheckValidBarcode.t | 8 +++----- t/db_dependent/Circulation/GetHardDueDate.t | 9 +++------ t/db_dependent/Circulation/OfflineOperation.t | 9 +++------ t/db_dependent/ColumnsSettings.t | 8 ++++---- t/db_dependent/Contract.t | 7 +++---- t/db_dependent/Fines.t | 7 ++----- t/db_dependent/Koha/GetDailyQuote.t | 9 +++------ t/db_dependent/Koha/Item/Search/Field.t | 7 +++---- t/db_dependent/Koha_Misc_Files.t | 8 +++----- t/db_dependent/Labels/t_Batch.t | 8 +++----- t/db_dependent/Languages.t | 10 ++++------ t/db_dependent/Letters/GetLetterTemplates.t | 5 +++-- t/db_dependent/Letters/GetLettersAvailableForALibrary.t | 5 +++-- t/db_dependent/LibraryGroups.t | 7 ++++--- t/db_dependent/MarcModificationTemplates.t | 5 +++-- t/db_dependent/MungeMarcPrice.t | 13 ++++--------- t/db_dependent/NewsChannels.t | 9 +++------ t/db_dependent/Overdues.t | 5 +++-- t/db_dependent/Record.t | 7 +++---- t/db_dependent/Record/marcrecord2csv.t | 5 +++-- t/db_dependent/RotatingCollections.t | 10 +++------- t/db_dependent/Serials.t | 10 +++------- t/db_dependent/Serials/Claims.t | 5 +++-- t/db_dependent/Serials/Frequency.t | 7 +++---- t/db_dependent/Serials/GetNextSeq.t | 8 +++----- t/db_dependent/Serials/Numberpattern.t | 12 ++++++------ t/db_dependent/Stats.t | 9 +++------ t/db_dependent/Virtualshelves.t | 4 +++- t/db_dependent/XISBN.t | 8 +++----- t/db_dependent/sysprefs.t | 8 +++----- tools/batchMod.pl | 3 +-- 54 files changed, 158 insertions(+), 224 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 19:07:26 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2018 18:07:26 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-36-gad75968 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.05.x has been updated via ad759687347874ce4f17ad1704a2bbc60cc4dfc5 (commit) via 1280bace7d797e49a3bc947f264733625247b25d (commit) via 4baf83a09a2c1ae8c9def18c967eb256564ef719 (commit) from 653dc4f67581ee8f0080ebe517c78684b672bfa7 (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 ad759687347874ce4f17ad1704a2bbc60cc4dfc5 Merge: 1280bac 653dc4f Author: Lucas Gass Date: Fri Dec 14 10:51:41 2018 -0700 Merge branch '18.05.x' of git://git.koha-community.org/koha into rmain1805 commit 1280bace7d797e49a3bc947f264733625247b25d Author: Andreas Roussos Date: Thu Nov 22 15:55:25 2018 +0200 Bug 21861: (follow-up) replace onchange() with jQuery equivalent Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit f44a4f1d2a13735c52948df29e773728d04ab991) Signed-off-by: Martin Renvoize (cherry picked from commit cc0833fec6ac0e4f5008c855d8c0034c56870fa4) Signed-off-by: Lucas Gass commit 4baf83a09a2c1ae8c9def18c967eb256564ef719 Author: Andreas Roussos Date: Sat Nov 17 20:03:36 2018 +0200 Bug 21861: The MARC modification template actions editor does not always validate user input The MARC modification template actions editor does not validate user input when adding a conditional clause, making it possible to save a modification action without filling in all necessary fields. This patch fixes that. Test plan: 1) Create a MARC modification template and add a new action, e.g. "Copy All field(s) 200$a to field 600$a". Add a condition ("if" or "unless") but leave the relevant field and subfield textboxes empty. Add "matches" or "doesn't match" as a comparison operator. Check the "RegEx" checkbox, leave the regex textbox empty. 2) Click on "Add action" and notice how it accepts your input. Also notice the extra space in the Action column RegEx. 3) Edit your modification action and notice the missing "m/" before the conditional RegEx. 4) Apply the patch and hit CTRL-F5 to reload the relevant JS. 5) Edit the modification action you added previously (or add a new one). Try leaving the textboxes mentioned above empty and then submit your changes. You should get pop-up windows informing you about missing fields. 6) Now try typing a value in the conditional regex textbox and Update your action. In the Action column, there should be no spaces between the delimiters of the matching operator and the value you just entered. 7) Edit your action: notice how the "m/" before the regular expression and the "/" after it are now showing correctly. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3e1e1448e9132dce81571a4c3f31eb67816f14f9) Signed-off-by: Martin Renvoize (cherry picked from commit a616b9fc0266fdc9a5d299d5927f8b4a2236c559) Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: .../modules/tools/marc_modification_templates.tt | 8 +++++--- .../prog/js/marc_modification_templates.js | 21 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 13:25:40 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2018 12:25:40 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-52-g10148dc 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 10148dc26ba801d3f86401dc24a3fb5b6618a02b (commit) via 3e3f993d817c3ff2322090edd20adf4f28081f17 (commit) via e4e33525260bb5917ff4d395d7c2c6d5b0987246 (commit) via 305729fdc04c723b2eb372441500d3151e1a62d3 (commit) via 059d3ccf39730f9880aa5d9325ee93ea06f8b780 (commit) via 1fdc679955feb2357c8e897040f9d29cc3df930d (commit) via 4de2ad9839319778333c1a3163f318e437ff01fb (commit) via 0a56c3005e8b003f263c5e657de71da52e8eae9d (commit) from 447992444468b3b4f4075c91128e06c3cb0a17e5 (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 10148dc26ba801d3f86401dc24a3fb5b6618a02b Author: Jonathan Druart Date: Fri Dec 7 14:14:06 2018 -0300 Bug 14334: Remove AutoCommit from tests And use a DBIx transaction instead. Test plan: prove that the test files modified by this patch are passing Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 64242cabea21e9ee7673666cad88eb403d1053d6) Signed-off-by: Martin Renvoize commit 3e3f993d817c3ff2322090edd20adf4f28081f17 Author: Marcel de Rooy Date: Thu Dec 13 15:35:59 2018 +0100 Bug 21880: (follow-up) Add some uri filters Theoretically, source needs a filter. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 1e09fefcb05abf6496c89fe8115f0437a26b9490) Signed-off-by: Martin Renvoize commit e4e33525260bb5917ff4d395d7c2c6d5b0987246 Author: Andreas Roussos Date: Fri Nov 23 19:30:23 2018 +0200 Bug 21880: "Relationship information" disappears when accessing paginated results in authority searches When linking authorities with authorities, if you perform a search that returns >20 results, the "Relationship information" section disappears when you click on the pagination hyperlinks. This patch fixes that. Test plan: 1) In the Authorities module, edit an authority (or create a new one) and try to link it with another authority (via UNIMARC 500$a, for example). 2) When the authority finder comes up, search for something that will yield more than 20 results, then click on the pagination links -- notice how the "Relationship information" section is no longer visible. 3) Apply the patch (and restart Plack/memcached, if necessary). 4) Repeat step 2) -- "Relationship information" is now persistent. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 8bf032f512687cfe7ddc3748675c54f18b08c010) Signed-off-by: Martin Renvoize commit 305729fdc04c723b2eb372441500d3151e1a62d3 Author: Jonathan Druart Date: Wed Dec 12 11:05:19 2018 -0300 Bug 21986: Do not escape quotation marks when cataloguing In several places we escape quotation marks using $value =~ s/"/"/g; All the occurrences are wrong and must be removed. Most of them are leftover of bug 11638 (Remove HTML from addbiblio.pl), which removes the construction of html from pl scripts. The problem has been highlighted by bug 13618, I did not track down why the issue did not exist before (?) Test plan: 0/ Use strings with quotation marks, like: 'Fiddle tune history : "bad" tunes' You can also use other html characters to make the tests more complete, like 'Fiddle tune history : <"bad" tunes>' 1/ authorities/authorities.pl a. Edit an authority filling different fields with quotation marks b. Edit it again => The display (inputs' values) is wrong, if you save the escaped quotes will be inserted 2/ cataloguing/addbiblio.pl Same editing a bibliographic record 3/ cataloguing/additem.pl Same editing items 4/ members/memberentry.pl Edit a patron's record and fill some fields with quotation marks + fields borrowernotes and opacnotes => The quotes are inserted directly in DB (escape is done before the insert!) 5/ opac/opac-review.pl For QA only: $js_ok_review is never used 6/ tools/batchMod.pl For QA only: $value is always undefined at that point Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit d561273ef84f4bc2534ac63d0f8793c9eb2a7fb9) Signed-off-by: Martin Renvoize commit 059d3ccf39730f9880aa5d9325ee93ea06f8b780 Author: Jonathan Druart Date: Fri Dec 7 10:26:02 2018 -0300 Bug 21973: Do not url escape casServerUrl It is already escaped correctly in C4::Auth_with_cas::_url_with_get_params using URI::Escape::uri_escape Note that shibbolethLoginUrl is not and must be url escaped in template ("be consistent, they said") Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit cade3103ecd4008ccb0bb82e1fd77497894f68f5) Signed-off-by: Martin Renvoize commit 1fdc679955feb2357c8e897040f9d29cc3df930d Author: Jonathan Druart Date: Fri Dec 7 16:49:00 2018 -0300 Bug 21931: Do not reset the ES mapping on 3.23.00.050 This update DB entry uses DBIx schema which does not make it crashes if the table structure is changed. Which happens on 18.06.00.054, that added search_field.weight The entry 3.23.00.050 fails with Unknown column 'me.weight' in 'field list' This patch removes the reset of the mapping and display a warning to tell the administrator the mapping must be reset/inserted Test plan: Use a 3.22 dump and upgrade it Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e29f0bce403d5d7c1f292d57b105e0a2ab31e01d) Signed-off-by: Martin Renvoize commit 4de2ad9839319778333c1a3163f318e437ff01fb Author: Nick Clemens Date: Wed Dec 12 16:16:50 2018 +0000 Bug 21991: Pass param names to report limit tool To test: 1 - Define a report like: SELECT barcode, itemnumber FROM items WHERE (homebranch = <> AND 0 ) OR <>=<> 2 - Run it, you get results 3 - Select 'Rows to display' 50 4 - No results 5 - Apply patch 6 - Run report 7 - Change display rows 8 - Results remain! Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 702c727470d332615fb1428c55f503183935f29d) Signed-off-by: Martin Renvoize commit 0a56c3005e8b003f263c5e657de71da52e8eae9d Author: Jonathan Druart Date: Thu Dec 6 10:07:18 2018 -0300 Bug 21950: Remove filtering for query_cgi and limit_cgi We must not escape query_cgi and limit_cgi template-side, they are already escape properly from build_query_compat using uri_escape_utf8. To fix further problems we should replace all occurrences to make things clear (I decided to keep the html filter so far, which did not hurt, but uri or url do) Same patch as the following commit will be provided commit 2fc599c0893620c395ca0492c9d9e3c860c8f951 Bug 21526: Fix search result pages (url vs uri vs raw) query_cgi is uri_escaped from the pl, so we should displayed as raw Test plan: Use wide characters ? Search, filter, facets, search history, rss (both interfaces) Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 3a7053346c760144a8d7fe595d52806f739ead64) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: authorities/authorities.pl | 2 -- cataloguing/addbiblio.pl | 2 -- cataloguing/additem.pl | 6 ++---- installer/data/mysql/updatedatabase.pl | 11 +++-------- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc | 10 +++++----- .../prog/en/modules/authorities/searchresultlist-auth.tt | 12 ++++++------ .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++--- .../prog/en/modules/catalogue/search-history.tt | 8 ++++---- .../prog/en/modules/reports/guided_reports_start.tt | 3 +++ koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- .../opac-tmpl/bootstrap/en/includes/page-numbers.inc | 10 +++++----- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++--- .../opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++++---- members/memberentry.pl | 1 - opac/opac-review.pl | 3 --- t/db_dependent/Acquisition/FillWithDefaultValues.t | 6 +++--- t/db_dependent/AdditionalField.t | 8 +++----- t/db_dependent/Auth_with_cas.t | 11 +++-------- t/db_dependent/BackgroundJob.t | 8 ++++---- t/db_dependent/Charset.t | 8 ++++---- t/db_dependent/Circulation/CheckIfIssuedToPatron.t | 8 +------- t/db_dependent/Circulation/CheckValidBarcode.t | 8 +++----- t/db_dependent/Circulation/GetHardDueDate.t | 9 +++------ t/db_dependent/Circulation/OfflineOperation.t | 9 +++------ t/db_dependent/ColumnsSettings.t | 8 ++++---- t/db_dependent/Contract.t | 7 +++---- t/db_dependent/Fines.t | 7 ++----- t/db_dependent/Koha/GetDailyQuote.t | 9 +++------ t/db_dependent/Koha/Item/Search/Field.t | 7 +++---- t/db_dependent/Koha_Misc_Files.t | 8 +++----- t/db_dependent/Labels/t_Batch.t | 8 +++----- t/db_dependent/Languages.t | 10 ++++------ t/db_dependent/Letters/GetLetterTemplates.t | 5 +++-- t/db_dependent/Letters/GetLettersAvailableForALibrary.t | 5 +++-- t/db_dependent/LibraryGroups.t | 7 ++++--- t/db_dependent/MarcModificationTemplates.t | 5 +++-- t/db_dependent/MungeMarcPrice.t | 13 ++++--------- t/db_dependent/NewsChannels.t | 9 +++------ t/db_dependent/Overdues.t | 5 +++-- t/db_dependent/Record.t | 7 +++---- t/db_dependent/Record/marcrecord2csv.t | 5 +++-- t/db_dependent/RotatingCollections.t | 10 +++------- t/db_dependent/Serials.t | 10 +++------- t/db_dependent/Serials/Claims.t | 5 +++-- t/db_dependent/Serials/Frequency.t | 7 +++---- t/db_dependent/Serials/GetNextSeq.t | 8 +++----- t/db_dependent/Serials/Numberpattern.t | 12 ++++++------ t/db_dependent/Stats.t | 9 +++------ t/db_dependent/Virtualshelves.t | 4 +++- t/db_dependent/XISBN.t | 8 +++----- t/db_dependent/sysprefs.t | 8 +++----- tools/batchMod.pl | 3 +-- 54 files changed, 158 insertions(+), 224 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 18 15:13:55 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 18 Dec 2018 14:13:55 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-43-gfe28081 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.05.x has been updated via fe280815aa9027f582c05e275cc23b352a23ee5c (commit) via b94f4083eb18a99060c2b974b0196c561e103d7d (commit) via 66ba933858e15a68f020c5325bff5222fd4b9a97 (commit) via b8ad62a8857f12d9bb2f48df6e5162dfbe31e930 (commit) via 4e949243ad7df62756e5f96b7d94c796a73a03e1 (commit) via 248f0afa3763f8f0fb0a19649b685d425251e6d9 (commit) via c4224112970a6edae3a7a52fbef826933601c430 (commit) from ad759687347874ce4f17ad1704a2bbc60cc4dfc5 (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 fe280815aa9027f582c05e275cc23b352a23ee5c Merge: b94f408 ad75968 Author: Jesse Maseto Date: Tue Dec 18 13:48:19 2018 +0000 Merge branch '18.05.x' of git://git.koha-community.org/koha into rmain1805 commit b94f4083eb18a99060c2b974b0196c561e103d7d Author: Nick Clemens Date: Mon Nov 26 13:08:05 2018 +0000 Bug 21869: Fix incorrect value setting in DB update To test: 1 - Set some value for MarkLostAsReturned syspref 2 - Set your db version to 17.12.00.035 (or load an older db) 3 - updatedatabase 4 - Note your values are lost and db is incorrectly set 5 - Apply patch 6 - Reset values 7 - Reset DB version 8 - Run updatedatabase 9 - Original values are retained Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jesse Maseto commit 66ba933858e15a68f020c5325bff5222fd4b9a97 Author: Jesse Maseto Date: Thu Dec 13 20:13:13 2018 +0000 Bug 21730: DBRev 18.05.06.001 Signed-off-by: Jesse Maseto commit b8ad62a8857f12d9bb2f48df6e5162dfbe31e930 Author: Jonathan Druart Date: Wed Oct 31 17:42:43 2018 -0300 Bug 21730: Add missing PA_CLASS authorized values categories PA_CLASS is missing from the list of AV category Test plan: Execute the update DB entry Confirm that you now have PA_CLASS in the AV category list Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jesse Maseto commit 4e949243ad7df62756e5f96b7d94c796a73a03e1 Author: Fridolin Somers Date: Wed Oct 24 14:23:02 2018 +0200 Bug 21644: better UNIMARC XSLT display of 210 in intranet In intranet default UNIMARC XSLT display of 210 is tricky. It tests each subfield with a complex conditional prefix. In OPAC default UNIMARC XSLT display 210 is simply displayed with a loop on all subfields. I propose to use the same code as OPAC in intranet. It allows to display $f and removes strange middle-score character. Test plan: 1) Doni't apply patch 2) Use an UNIMARC database 3) Use default XSLT in all displays 4) Configure a framework to allow 210 subfields from 'a' to 'h' 5) Edit a record with this framework 6) In each 210 subfield enter its letter : $a a, $b b ... 7) Save record 8) Look at record in OPAC, you see : "Publication: a, b : c, d, e, f : g, h" 9) Look at record in intranet 10) You see : ""Publication: a, b : c, d - e : g, h 11) Apply patch 12) Look at record in intranet 13) You see : "Publication: a, b : c, d, e, f : g, h" Signed-off-by: Andreas Roussos Signed-off-by: Marcel de Rooy This patch makes intranet consistent with staff again on this area. Note that we loose some punctuation like "- e". Signed-off-by: Nick Clemens (cherry picked from commit 7b16603b310212cc42d2e06e4b9bcaefa4b066ea) Signed-off-by: Jesse Maseto commit 248f0afa3763f8f0fb0a19649b685d425251e6d9 Author: Marcel de Rooy Date: Fri Nov 23 12:02:51 2018 +0100 Bug 21874: (QA follow-up) Fix intranet sendshelf Move encode line below regex line. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit c1ec452e5ce454b99433972a34ec1154e81a19a3) Signed-off-by: Jesse Maseto commit c4224112970a6edae3a7a52fbef826933601c430 Author: Katrin Fischer Date: Fri Nov 23 11:30:49 2018 +0100 Bug 21874: Fix encoding of cart and list email subjects The subject of the cart and list emails is not correctly encoded and displays incorrectly in some email clients. To test: Lists: - Create a list, name it using umlauts or other diacritics Example: Jugendb?cher (books for youths in German) - Add some items to your list - Email yourself the list - Verify that the email subject is broken Cart: - Install another language with non-latin characters like Greek - Fill the cart with some titles - Send yourself the cart - Verify that the email subject is broken Note: Some email clients display correctly, others not. It's known to be incorrect in Outlook and web.de, displaying nicely in Thunderbird. Signed-off-by: Marcel de Rooy Tested all four scripts by manipulating the cart text too in templates. Follow-up handles intranet sendshelf. Note: I asked Katrin to remove the encode UTF-8 statements, since we convert to MIME and the subject line should never be UTF-8. Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e40bb00ab8da87c8c5d6e660de928d24b887df17) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 18 20:37:32 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 18 Dec 2018 19:37:32 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-52-gf6f5de1 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.05.x has been updated via f6f5de147af71d7ff6f8eb505c58c272d26173ee (commit) via f9a4e3656102d982923989ce49641ff0a267322f (commit) via 989c507fb380d66b72954bfadc8926dc33013450 (commit) via 479967c4dd603956d7ecb8f032cc94b31d9db58a (commit) via f4b16c70150a139a3600575ef3d113645c931e9c (commit) via 41ff722307adb1ce01ce6e5423024d0d5fce8ff5 (commit) via 99824ca8a3953aa461169d5adcc25d821cd07677 (commit) via 77e846c441d976df69146cd96018a9039d534e25 (commit) via 7ffd1602a005310978a8b1e08efc7397826b4668 (commit) from fe280815aa9027f582c05e275cc23b352a23ee5c (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 f6f5de147af71d7ff6f8eb505c58c272d26173ee Author: Nick Clemens Date: Thu Dec 6 12:42:45 2018 +0000 Bug 21962: Fix authority search using 'all' To test: 1 - Set search engine to Zebra 2 - Have some authorities and indexes up to date 3 - Search authorities with option 'search entire record' 4 - No results 5 - Apply patch 6 - Run unit tests, they pass! 7 - Repeat search 8 - Results! Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 3adf7708d544338250703165fe7e87f2690d8639) Signed-off-by: Martin Renvoize (cherry picked from commit a110125338202f30cec0bc061141d82c80652f30) commit f9a4e3656102d982923989ce49641ff0a267322f Author: Nick Clemens Date: Thu Dec 6 12:41:41 2018 +0000 Bug 21962: Unit tests Signed-off-by: Pierre-Marc Thibault Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 39c93e87f648978ec7907220710efaf64e556ea0) Signed-off-by: Martin Renvoize (cherry picked from commit d6b7e00b9cd04e15c472b2f7b075d85886ffa3e5) commit 989c507fb380d66b72954bfadc8926dc33013450 Author: Nick Clemens Date: Mon Dec 3 13:05:49 2018 +0000 Bug 21405: Fix authorities pagination for Zebra and ES Bug 20261 introduced an error because search_auth_compat responded differently for ES and Zebra, now bug 19365 fixed the underlying difference. This patch restores previous code to fix pagination. Additionally we add a fix for 10000+ results in ES and remove a double import of C4::Auth To test: 1 - Perform an authorities search with 1+ pages using Zebra 2 - Page through results, note you are only offseeting by 1 each time 3 - Perform an authorities search with 10,000+ results in ES 4 - Click on the last page and get an error 5 - Apply patch 6 - Retry Zebra search 7 - Results should paginate correctly 8 - Clicking on last page should return last results 9 - Retry ES results 10 - Results should paginate correct 11 - Clicking on last page should return last results Signed-off-by: Ere Maijala Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 06e6378899631da162d57d477381782f3764ec89) Signed-off-by: Martin Renvoize (cherry picked from commit fb5dd96552e84380fd30575880effd0d116309b3) commit 479967c4dd603956d7ecb8f032cc94b31d9db58a Author: Josef Moravec Date: Fri Nov 30 07:09:23 2018 +0000 Bug 21911: Regression test This tests usuall cases, but note, that administrator could make a branch with code "%%%" or so, which this test does not cover, and some functionalities will not work in that case: opac limit override, holdinbranch facet Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit e5585a10d5f2ee24cad94b2cf17df1ce13e8a01a) Signed-off-by: Martin Renvoize (cherry picked from commit 2e6c3b19899c51b801cc5647259793206e2de622) commit f4b16c70150a139a3600575ef3d113645c931e9c Author: Nick Clemens Date: Thu Nov 29 14:17:37 2018 +0000 Bug 21911: Fix OPAC scoping to work with new group system To test: 0 - Apply patch 1 - Create a library group enabled for opac search limits and add some libraries 2 - Check the DB (or advanced search dropdown) to get the id of the group (using 7 as example below) 3 - Add to apache configuration (OPAC virtualhost) SetEnv OPAC_SEARCH_LIMIT branch:multibranchlimit-7 SetEnv OPAC_LIMIT_OVERRIDE 1 RequestHeader add X-Koha-SetEnv "OPAC_SEARCH_LIMIT branch:multibranchlimit-7" RequestHeader add X-Koha-SetEnv "OPAC_LIMIT_OVERRIDE 1" 4 - Ensure OpacAddMastheadLibraryPulldown is disabled 5 - Restart all the things 6 - Visit the opac 7 - Perform a search, confirm it is scoped to the branches in the group Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 4c0682f5598d53992b6966a217b10f71a9cdaebb) Signed-off-by: Martin Renvoize (cherry picked from commit 647b853073bde006c0477c886a5cce727c3035a1) commit 41ff722307adb1ce01ce6e5423024d0d5fce8ff5 Author: Jonathan Druart Date: Thu Dec 6 12:53:24 2018 -0300 Bug 21910: Does not deal with call context, ->search does already Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 21372f78f825c0ec439ea4a7cfe7dff6656467b9) Signed-off-by: Martin Renvoize (cherry picked from commit 7b849d70e7acf818d33d0602401dd613b8787535) commit 99824ca8a3953aa461169d5adcc25d821cd07677 Author: Jonathan Druart Date: Thu Dec 6 12:52:54 2018 -0300 Bug 21910: Remove duplicated lines in tests Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit ee96d18b2cee07aa64d5e68078bc898d36e22146) Signed-off-by: Martin Renvoize (cherry picked from commit 5ab531818003874635d842a59ec3234370b200c3) commit 77e846c441d976df69146cd96018a9039d534e25 Author: Nick Clemens Date: Thu Nov 29 14:11:36 2018 +0000 Bug 21910: Koha::Library::Groups->get_search_groups should return the groups To test: 1 - Add a library group (Admin->Library groups) 2 - Enable use as an opac and staff search limit 3 - Add some libraries to the group 4 - Visit advanced search on staff and opac 5 - Note the dropdown has as many empty rows as there are libraries in the group 6 - Apply patch, restart all the things 7 - Visit staff and opac advanced search 8 - Confirm the group dropdowns are correct 9 - Enable OpacMastheadLibraryPulldown 10 - Ensure the dropdown on opac shows groups correctly 11 - Confirm earchign groups works from all three locations 12 - prove -v t/db_dependent/LibraryGroups.t Signed-off-by: Martin Renvoize Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit f3b8c66392098d69bca48bbf04b7e93fa2100280) Signed-off-by: Martin Renvoize (cherry picked from commit 7e9ab97390b8cad111bbe9853dc0e27172719c27) commit 7ffd1602a005310978a8b1e08efc7397826b4668 Author: Jonathan Druart Date: Wed Dec 5 16:39:02 2018 -0300 Bug 21955: Remove Cache::Memory as fallback for L2 cache If Plack is running with several workers we must not use Cache::Memory as L2 cache. If a value is set from a worker, it will not be available from other workers as the Cache::Memory instance is not shared (of course!) Moreover we now have Koha::Cache::Memory::Lite that does the same job, so we should not expect performance regressions by removing it. See also the email sent to koha-devel for more info http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html Signed-off-by: Martin Renvoize Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60) Signed-off-by: Martin Renvoize (cherry picked from commit 6039f64e53172a046c5b579271df7cf434b20e81) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +-- C4/AuthoritiesMarc.pm | 3 ++ C4/Installer/PerlDependencies.pm | 5 --- Koha/Cache.pm | 36 -------------------- Koha/Library/Groups.pm | 8 +---- authorities/authorities-home.pl | 19 +++++++---- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++- t/db_dependent/Auth.t | 30 +++++++++++++++- t/db_dependent/LibraryGroups.t | 19 ++++++++++- t/db_dependent/Search.t | 12 +++++++ 10 files changed, 82 insertions(+), 60 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 18 21:43:00 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 18 Dec 2018 20:43:00 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-53-gf0b6ec9 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.05.x has been updated via f0b6ec9e3934badb1a9b6c8a165a3a4012d83186 (commit) from f6f5de147af71d7ff6f8eb505c58c272d26173ee (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 f0b6ec9e3934badb1a9b6c8a165a3a4012d83186 Author: Nick Clemens Date: Wed Nov 7 01:32:26 2018 +0000 Bug 21778: Sort user list by surname,firstname unless user cannot manage patron lists OR edit patrons To test: 1 - Create four users: 1 superlibrarian (or with both edit patrons and manage patron lists) 1 with only edit patrons and catalogue 1 with only add to list and catalogue 1 with catalogue but neither edit patrons or manage patron lists 2 - Search patrons signed in as each user 3 - Note different sorting 4 - Apply patch 5 - Try searching with each patron 6 - Results should always be sorted by surname, firstname 7 - Only in the case of neither extra permission should the checkboxes be absent Signed-off-by: Devinim Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit 96b3889390f8efe9851aaa9c2cafa9e20bda3f43) Signed-off-by: Martin Renvoize (cherry picked from commit f228847155bc46433cbad4f834c2df89734b9c5c) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 13:12:24 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 12:12:24 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-54-ga1d3c8d 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.05.x has been updated via a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e (commit) from f0b6ec9e3934badb1a9b6c8a165a3a4012d83186 (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 a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e Author: Kyle M Hall Date: Wed Nov 28 13:41:53 2018 -0500 Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered The new plugin hook intranet_catalog_biblio_enhancements_toolbar_button is rendered useless due to the outputted html being escaped using the html filter. It should be using the raw filter instead. Test Plan: 1) Enable plugins 2) Download and install the latest version of the Kitchen Sink plugin https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases/download/v2.1.21/koha-plugin-kitchen-sink-v2.1.21.kpz 3) Browse to catalogue/detail.pl for a record 4) Note you see the raw html of the plugin output in the toolbar 5) Apply this patch 6) Restart all the things 7) Reload the page 8) Note the html is now correctly rendered as a button Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit ed22c5fc0f65cc3736a8dbabb159b6b4b9b2f7c4) Signed-off-by: Martin Renvoize (cherry picked from commit 55e807c287f2da9f5c031847ccecc7a9554f60d7) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 13:26:40 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 12:26:40 +0000 Subject: [koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-69-gaaa26d8 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, 17.11.x has been updated via aaa26d83a91fb4a77fbf8f6bc04c02509252ab0e (commit) via 727830e5ad183627d5877728d6c3c2315b36e8c5 (commit) via d31d56375106596c22a49544a05fa1d4e0df99e1 (commit) via 14a71ef32de9c1cd0a846048359db35e1df15f00 (commit) via ea47f283988cb70d41829bba311c9d1f2088d8be (commit) via 54e1078dec19ced9f77735cafa39863483ad41ca (commit) via 128b0736855aaa5c106dc8c0f30e92cf9d9f35f6 (commit) via 4e7e41f2a938b6d863f34ab85f51ba7f2f47f963 (commit) via 8e15f71daf60884a838bd08fd0f5fc61b1b5e2b8 (commit) via e47d9fd8b656f7807470ba83cf69df8673a7c0b6 (commit) from 516f58008cf6859590bc925d01023813565b361e (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 aaa26d83a91fb4a77fbf8f6bc04c02509252ab0e Author: Andreas Roussos Date: Thu Nov 22 15:55:25 2018 +0200 Bug 21861: (follow-up) replace onchange() with jQuery equivalent Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit f44a4f1d2a13735c52948df29e773728d04ab991) Signed-off-by: Martin Renvoize (cherry picked from commit cc0833fec6ac0e4f5008c855d8c0034c56870fa4) Signed-off-by: Lucas Gass (cherry picked from commit 1280bace7d797e49a3bc947f264733625247b25d) Signed-off-by: Fridolin Somers commit 727830e5ad183627d5877728d6c3c2315b36e8c5 Author: Andreas Roussos Date: Sat Nov 17 20:03:36 2018 +0200 Bug 21861: The MARC modification template actions editor does not always validate user input The MARC modification template actions editor does not validate user input when adding a conditional clause, making it possible to save a modification action without filling in all necessary fields. This patch fixes that. Test plan: 1) Create a MARC modification template and add a new action, e.g. "Copy All field(s) 200$a to field 600$a". Add a condition ("if" or "unless") but leave the relevant field and subfield textboxes empty. Add "matches" or "doesn't match" as a comparison operator. Check the "RegEx" checkbox, leave the regex textbox empty. 2) Click on "Add action" and notice how it accepts your input. Also notice the extra space in the Action column RegEx. 3) Edit your modification action and notice the missing "m/" before the conditional RegEx. 4) Apply the patch and hit CTRL-F5 to reload the relevant JS. 5) Edit the modification action you added previously (or add a new one). Try leaving the textboxes mentioned above empty and then submit your changes. You should get pop-up windows informing you about missing fields. 6) Now try typing a value in the conditional regex textbox and Update your action. In the Action column, there should be no spaces between the delimiters of the matching operator and the value you just entered. 7) Edit your action: notice how the "m/" before the regular expression and the "/" after it are now showing correctly. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3e1e1448e9132dce81571a4c3f31eb67816f14f9) Signed-off-by: Martin Renvoize (cherry picked from commit a616b9fc0266fdc9a5d299d5927f8b4a2236c559) Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt Signed-off-by: Lucas Gass (cherry picked from commit 4baf83a09a2c1ae8c9def18c967eb256564ef719) Signed-off-by: Fridolin Somers commit d31d56375106596c22a49544a05fa1d4e0df99e1 Author: Marcel de Rooy Date: Tue Nov 20 16:45:17 2018 +0100 Bug 21867: Replace remaining document.element.onchange calls in marc_modification_templates.js Replace onchange() by jQuery change(). Test plan: Go to marc mod templates. Add, edit and delete. Check if works and no js errors. git grep -l -E "onchange\(" should not have occurrences outside lib. Signed-off-by: Owen Leonard Signed-off-by: Andreas Roussos Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit be78d3177e8b9bbf90c7071dc6b6e3385674d106) Signed-off-by: Jesse Maseto (cherry picked from commit 99436fa499e6f08f4575a4135344a46aa0bb6a94) Signed-off-by: Fridolin Somers commit 14a71ef32de9c1cd0a846048359db35e1df15f00 Author: Marcel de Rooy Date: Tue Nov 20 16:32:46 2018 +0100 Bug 21819: (QA follow-up) Replace onchange() in touched code AFAIK we should not call document...onchange() and assume that it works. Apparently, it does at least in some browsers. But we are not sure. We could easily replace them here by the documented jQuery counterpart. Note: If you try git grep -l -E "onchange\(" you will find some occurrences in two libraries and only in one js file (this one). We should replace all occurrences here; will open a new report for that. Signed-off-by: Marcel de Rooy Verified that the change event was triggered: span should expand/collapse. Signed-off-by: Andreas Roussos Signed-off-by: Nick Clemens (cherry picked from commit aeaf74b7cc6608d7b81aaba10defdca6decdaa1d) Signed-off-by: Jesse Maseto (cherry picked from commit 45b7f1703858a93d563934215326ff97e234abf6) Signed-off-by: Fridolin Somers commit ea47f283988cb70d41829bba311c9d1f2088d8be Author: Andreas Roussos Date: Sat Nov 17 11:35:00 2018 +0200 Bug 21819: Marc modification templates action always checks Regexp checkbox When editing a MARC modification template action, the 'RegEx' checkbox to the right of the 'to field' textboxes will always appear checked, even if no regular expression has been added. This patch fixes that. Test plan (steps 1-5 are copied from the original report -- thanks Pasi!): 1) Go to Tools > Marc modification templates, and create a new template 2) Add a new action to the template 3) Edit the action so it's "Move" field to another field. Do not check the RegEx checkbox after the "To" field. 4) Save the action. 5) Edit the same action again. The checkbox is now checked. 6) Apply the patch and hit Ctrl-F5 to do a hard refresh in your browser. 7) Edit the action you saved in 4): this time the 'RegEx' checkbox should be unchecked. 8) For completeness, add a regular expression to the "Move" action created in 3) and click on 'Update action'. When you re-edit this action the 'RegEx' checkbox should be checked. Signed-off-by: Pasi Kallinen Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit a9fc00db03a8210b3edb69a922209a4e8f6df9a1) Signed-off-by: Jesse Maseto (cherry picked from commit 57e031929df2b061c70341dee5efafb1ebd614f3) Signed-off-by: Fridolin Somers commit 54e1078dec19ced9f77735cafa39863483ad41ca Author: Nick Clemens Date: Fri Nov 16 17:23:14 2018 +0000 Bug 21854: Use template plugin to display category description Rather than getting the description in the script and passing, we should just use the tmeplate plugin to get the description from the category code. To test: 1 - Find a patron, note their category 2 - Visit Tools - Batch patron modification 3 - Enter barcode of patron above 4 - Note category does not show in the display of patrons to be modified 5 - Apply patch 6 - Reload the page, note the patron category displays 7 - Modify the patron (anything but category) 8 - Check that category still diplays correctly in results Signed-off-by: Pierre-Marc Thibault Signed-off-by: Andreas Roussos Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit df68391a5ec2eac05a88373dc10c136c8d057e98) Signed-off-by: Jesse Maseto (cherry picked from commit 391e7f7188472f3399007c836c0605cfc1277a30) Signed-off-by: Fridolin Somers commit 128b0736855aaa5c106dc8c0f30e92cf9d9f35f6 Author: Nick Clemens Date: Wed Nov 14 19:08:09 2018 +0000 Bug 21837: Don't set holdingbranch filter using selected homebranch filter To recreate: 1 - Open the overdues report (don't worry if you don't have results) 2 - Choose to filter by homebranch 3 - Note the holdingbranch filter is set to the selected homebranch 4 - Apply patch 5 - Clear filters 6 - repeat 7 - only homebranch is set Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 81ac96abec1226b6635022c0a3f69697d13c7d62) Signed-off-by: Jesse Maseto (cherry picked from commit cf8a03db2cf3bdcfbad8566377f54fd84face864) Signed-off-by: Fridolin Somers commit 4e7e41f2a938b6d863f34ab85f51ba7f2f47f963 Author: Nightly Build Bot Date: Tue Dec 11 16:05:33 2018 +0100 Bug 20952 - Automatic debian/control updates (oldoldstable/17.11.x) Signed-off-by: Mirko Tietgen Signed-off-by: Fridolin Somers commit 8e15f71daf60884a838bd08fd0f5fc61b1b5e2b8 Author: Mark Tompsett Date: Sun Nov 18 05:36:44 2018 +0000 Bug 21853: (follow-up) to solve printpdf error Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Theoretically this follow-up makes no difference. All modules only export printpdf and now we are just asking explicitly for printpdf. But if it resolves some exception on the rule.. Signed-off-by: Nick Clemens (cherry picked from commit 5b62714e47d5acd0a4c371024edacc02cfe6f5b5) Signed-off-by: Jesse Maseto (cherry picked from commit 21536e3314091778c9baf2984097715e071abfbc) Signed-off-by: Fridolin Somers commit e47d9fd8b656f7807470ba83cf69df8673a7c0b6 Author: Julian Maurice Date: Sat Nov 17 11:58:02 2018 +0100 Bug 21853: Fix PDF export of basketgroups In recent versions of Perl, '.' is not included by default in @INC. This breaks PDF export of basketgroups. This patch moves acqui/pdfformat/*.pm files in Koha namespace so that they can be 'require'd without manipulating @INC Test plan: 1. Turn off Plack/Starman and test PDF export for every value of OrderPdfFormat system preference 2. Turn on Plack/Starman and test PDF export for every value of OrderPdfFormat system preference 3. Test on a dev install and a standard/package install Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 3c18d4c18fad5a0d470c7bdf1ac746a640f25099) Signed-off-by: Jesse Maseto (cherry picked from commit 320f9bf3d29b145eb2c6948ae517d0fe2e704f5f) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: {acqui => Koha}/pdfformat/layout2pages.pm | 3 +- {acqui => Koha}/pdfformat/layout2pagesde.pm | 3 +- {acqui => Koha}/pdfformat/layout3pages.pm | 3 +- {acqui => Koha}/pdfformat/layout3pagesfr.pm | 2 +- acqui/basketgroup.pl | 31 ++++++------ circ/overdue.pl | 2 +- debian/control | 2 + .../modules/tools/marc_modification_templates.tt | 8 ++-- .../prog/en/modules/tools/modborrowers.tt | 27 ++++++----- .../prog/js/marc_modification_templates.js | 50 ++++++++++++++------ tools/modborrowers.pl | 1 - 11 files changed, 77 insertions(+), 55 deletions(-) rename {acqui => Koha}/pdfformat/layout2pages.pm (99%) rename {acqui => Koha}/pdfformat/layout2pagesde.pm (99%) rename {acqui => Koha}/pdfformat/layout3pages.pm (99%) rename {acqui => Koha}/pdfformat/layout3pagesfr.pm (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 13:36:00 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 12:36:00 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-55-geb9e17e 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.05.x has been updated via eb9e17e26f9398507eb820055fa33e197276828a (commit) from a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e (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 eb9e17e26f9398507eb820055fa33e197276828a Author: Jesse Maseto Date: Wed Dec 19 12:20:14 2018 +0000 Revert "Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered" This reverts commit a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e. ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 15:09:12 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 14:09:12 +0000 Subject: [koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-75-g061ce3b 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, 17.11.x has been updated via 061ce3bf0dfba9ee8771383876bb59f65a9b50d5 (commit) via 7cb565d3604fc12af6f169ba3687a9792d5c41c9 (commit) via 04187ee90957a8723163e0dc988cca2f307e00a7 (commit) via bd07cbd7dd367aae5c817ecbd0ba0be99a1f3352 (commit) via 7b67ac6ce5fd59a7ae13a5cba4595d3b536b71ad (commit) via ed654e9a89a59488049728b34eee1cc7a2c3c31c (commit) from aaa26d83a91fb4a77fbf8f6bc04c02509252ab0e (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 061ce3bf0dfba9ee8771383876bb59f65a9b50d5 Author: Jonathan Druart Date: Wed Dec 5 16:39:02 2018 -0300 Bug 21955: Remove Cache::Memory as fallback for L2 cache If Plack is running with several workers we must not use Cache::Memory as L2 cache. If a value is set from a worker, it will not be available from other workers as the Cache::Memory instance is not shared (of course!) Moreover we now have Koha::Cache::Memory::Lite that does the same job, so we should not expect performance regressions by removing it. See also the email sent to koha-devel for more info http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html Signed-off-by: Martin Renvoize Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60) Signed-off-by: Martin Renvoize (cherry picked from commit 6039f64e53172a046c5b579271df7cf434b20e81) (cherry picked from commit 7ffd1602a005310978a8b1e08efc7397826b4668) Signed-off-by: Fridolin Somers commit 7cb565d3604fc12af6f169ba3687a9792d5c41c9 Author: Jesse Maseto Date: Thu Dec 13 20:13:13 2018 +0000 Bug 21730: DBRev 18.05.06.001 Signed-off-by: Jesse Maseto (cherry picked from commit bdbb3103f13561efaf6d6d11db1dbd41221e6810) Signed-off-by: Fridolin Somers commit 04187ee90957a8723163e0dc988cca2f307e00a7 Author: Jonathan Druart Date: Wed Oct 31 17:42:43 2018 -0300 Bug 21730: Add missing PA_CLASS authorized values categories PA_CLASS is missing from the list of AV category Test plan: Execute the update DB entry Confirm that you now have PA_CLASS in the AV category list Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jesse Maseto (cherry picked from commit 6ed6c341a72a9852e146ea4fda680319e64b57e2) Signed-off-by: Fridolin Somers commit bd07cbd7dd367aae5c817ecbd0ba0be99a1f3352 Author: Fridolin Somers Date: Wed Oct 24 14:23:02 2018 +0200 Bug 21644: better UNIMARC XSLT display of 210 in intranet In intranet default UNIMARC XSLT display of 210 is tricky. It tests each subfield with a complex conditional prefix. In OPAC default UNIMARC XSLT display 210 is simply displayed with a loop on all subfields. I propose to use the same code as OPAC in intranet. It allows to display $f and removes strange middle-score character. Test plan: 1) Doni't apply patch 2) Use an UNIMARC database 3) Use default XSLT in all displays 4) Configure a framework to allow 210 subfields from 'a' to 'h' 5) Edit a record with this framework 6) In each 210 subfield enter its letter : $a a, $b b ... 7) Save record 8) Look at record in OPAC, you see : "Publication: a, b : c, d, e, f : g, h" 9) Look at record in intranet 10) You see : ""Publication: a, b : c, d - e : g, h 11) Apply patch 12) Look at record in intranet 13) You see : "Publication: a, b : c, d, e, f : g, h" Signed-off-by: Andreas Roussos Signed-off-by: Marcel de Rooy This patch makes intranet consistent with staff again on this area. Note that we loose some punctuation like "- e". Signed-off-by: Nick Clemens (cherry picked from commit 7b16603b310212cc42d2e06e4b9bcaefa4b066ea) Signed-off-by: Jesse Maseto (cherry picked from commit d6838df1cdc4027a860098f74e616add8377117a) Signed-off-by: Fridolin Somers commit 7b67ac6ce5fd59a7ae13a5cba4595d3b536b71ad Author: Marcel de Rooy Date: Fri Nov 23 12:02:51 2018 +0100 Bug 21874: (QA follow-up) Fix intranet sendshelf Move encode line below regex line. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit c1ec452e5ce454b99433972a34ec1154e81a19a3) Signed-off-by: Jesse Maseto (cherry picked from commit 22b472918026bb0ad8d7fcf693e290f07e85b62c) Signed-off-by: Fridolin Somers commit ed654e9a89a59488049728b34eee1cc7a2c3c31c Author: Katrin Fischer Date: Fri Nov 23 11:30:49 2018 +0100 Bug 21874: Fix encoding of cart and list email subjects The subject of the cart and list emails is not correctly encoded and displays incorrectly in some email clients. To test: Lists: - Create a list, name it using umlauts or other diacritics Example: Jugendb?cher (books for youths in German) - Add some items to your list - Email yourself the list - Verify that the email subject is broken Cart: - Install another language with non-latin characters like Greek - Fill the cart with some titles - Send yourself the cart - Verify that the email subject is broken Note: Some email clients display correctly, others not. It's known to be incorrect in Outlook and web.de, displaying nicely in Thunderbird. Signed-off-by: Marcel de Rooy Tested all four scripts by manipulating the cart text too in templates. Follow-up handles intranet sendshelf. Note: I asked Katrin to remove the encode UTF-8 statements, since we convert to MIME and the subject line should never be UTF-8. Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e40bb00ab8da87c8c5d6e660de928d24b887df17) Signed-off-by: Jesse Maseto (cherry picked from commit c58f6e5a12a711fe81e7c4f393f1c04db2eae5bb) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 --- Koha.pm | 2 +- Koha/Cache.pm | 36 ----------------- basket/sendbasket.pl | 2 +- installer/data/mysql/mandatory/auth_val_cat.sql | 1 + installer/data/mysql/updatedatabase.pl | 9 +++++ .../prog/en/xslt/UNIMARCslimUtils.xsl | 41 ++++++++------------ opac/opac-sendbasket.pl | 2 +- opac/opac-sendshelf.pl | 2 +- virtualshelves/sendshelf.pl | 3 +- 10 files changed, 32 insertions(+), 71 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 17:05:05 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 16:05:05 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-57-g0a6c0c3 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.05.x has been updated via 0a6c0c32604ebbd89ccff8d2dc0ff4a11bd204dd (commit) via 56cbc940acba33003cb49f3edc964976dd2e0340 (commit) from eb9e17e26f9398507eb820055fa33e197276828a (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 0a6c0c32604ebbd89ccff8d2dc0ff4a11bd204dd Author: Kyle M Hall Date: Fri Nov 16 09:54:39 2018 -0500 Bug 21849: Add unit tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 2dbaaa300877ff6d96ae84b5a703753d97b6c340) Signed-off-by: Martin Renvoize (cherry picked from commit aa565b8e9919ee414d0693f391b141985ebacb93) Signed-off-by: Lucas Gass commit 56cbc940acba33003cb49f3edc964976dd2e0340 Author: Kyle M Hall Date: Fri Nov 16 07:01:39 2018 -0500 Bug 21849: Two useless Koha::Account::Offset->new calls need attention Came across those calls in bug 20598 in _FixOverduesOnReturn Koha::Account::Offset->new( { debit_id => $accountline->id, type => 'Forgiven', amount => $amountoutstanding * -1, } ); This does nothing if you don't store data. Test Plan: 1) Apply this patch 2) Set up 2 items with overdue fines 3) Return one with dropbox mode 4) Note the dropbox account offset is created 5) Return one with full fine forgiveness 6) Note the forgiven account offset is created Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit a2b5407ba5c74f826c1665c1a2ef1ff6d52689fd) Signed-off-by: Martin Renvoize (cherry picked from commit ff3d3776a4d9b52da49b6ad4b2a1dde1da9425ee) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 4 ++-- t/db_dependent/Circulation.t | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 17:34:17 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 16:34:17 +0000 Subject: [koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-76-g6b7f6d6 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, 17.11.x has been updated via 6b7f6d668cce2e5fc2e5e6d426fc2ff2dedb0867 (commit) from 061ce3bf0dfba9ee8771383876bb59f65a9b50d5 (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 6b7f6d668cce2e5fc2e5e6d426fc2ff2dedb0867 Author: Nightly Build Bot Date: Wed Dec 19 16:05:33 2018 +0100 Bug 20952 - Automatic debian/control updates (oldoldstable/17.11.x) Signed-off-by: Mirko Tietgen Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: debian/control | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 19:36:11 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2018 18:36:11 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-58-gb60fa72 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.05.x has been updated via b60fa7296b4c54ed30b568cb429a557933c876de (commit) from 0a6c0c32604ebbd89ccff8d2dc0ff4a11bd204dd (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 b60fa7296b4c54ed30b568cb429a557933c876de Author: Jesse Maseto Date: Wed Dec 19 17:46:58 2018 +0000 Bug 21962: (RMaint follow-up) Fixed bad rebase. Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Search.t | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 02:09:40 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 01:09:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v18.11.00-67-g5e17032 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 5e17032700790032088fe3f2209c3d173e77d540 (commit) via 3e731ce09433cf2121332f5356b27f90ccb34654 (commit) via e6cec898e078fc04d87e2faf26badba10fa6f348 (commit) via f56dd2e829569cf40157347640fdcb203890e757 (commit) via fe147e9df64fab7cbe1fdbc859b72a4c396fae52 (commit) via c904db832ec4ee70bfb58ff918564a2502a53937 (commit) via 3e7fc75f50a46d03983db3763ad37aaf5b49983c (commit) via 674a34471f6eddfc849c480c557f6576f8572516 (commit) via f28a97034dd06b0f2b0e2e5fc56bea3878ffc717 (commit) via 5ea668056a6222c88c37a8ba5ee638ad827ec284 (commit) via 6d44f9dac8235dfe0259ea5b935c5a8908d2e441 (commit) via 7f322d7ff87285cd0bc1370a0438f2bc8bb7c084 (commit) via 457e560a06e00d861ec88bc7354969aac7ab9099 (commit) via 09ef91653bc8e0349d4e8613482251d7e3c165b5 (commit) from 64242cabea21e9ee7673666cad88eb403d1053d6 (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 5e17032700790032088fe3f2209c3d173e77d540 Author: Marcel de Rooy Date: Fri Nov 16 09:41:04 2018 +0100 Bug 21848: Remove Text::Unaccent from C4::Members At refactoring time the unac_string call was moved to Koha::Patron. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 3e731ce09433cf2121332f5356b27f90ccb34654 Author: Marcel de Rooy Date: Thu Dec 13 13:07:48 2018 +0100 Bug 21848: Resolve unac_string warning from Circulation.t Just add "use utf8". Test plan: Run Circulation.t; verify there are no warnings. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit e6cec898e078fc04d87e2faf26badba10fa6f348 Author: Nick Clemens Date: Tue Dec 18 18:30:28 2018 +0000 Bug 22022: Correct ordering for authorised values To test: 1 - Add a shelving location with code "ZZZZ" and lib "Awake" 2 - Load some items in batch modification 3 - Note shelving location dropdown is wrong 4 - Apply patch 5 - Reload page 6 - Note order is correct Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit f56dd2e829569cf40157347640fdcb203890e757 Author: Nick Clemens Date: Wed Dec 19 16:31:25 2018 +0000 Bug 22024: DBRev 18.12.00.003 Signed-off-by: Nick Clemens commit fe147e9df64fab7cbe1fdbc859b72a4c396fae52 Author: Jonathan Druart Date: Wed Dec 19 13:43:32 2018 -0300 Bug 22024: Fix number of fields in uk-UA ERROR 1136 (21S01) at line 23: Column count doesn't match value count at row 22 Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit c904db832ec4ee70bfb58ff918564a2502a53937 Author: Katrin Fischer Date: Tue Dec 18 22:43:05 2018 +0100 Bug 22024: Correct new installations with missing data For a new installation the data in the class_* will be missing as class_sources.sql couldn't be executed. It will fail with: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`class_sources`, CONSTRAINT `class_source_ibfk_2` FOREIGN KEY (`class_split_rule`) REFERENCES `class_split_rules` (`class_split_rule`)) at /usr/share/perl5/DBIx/RunSQL.pm line 273. As this might have been missed and the web installer can still be completed, this patch checks for the tables being empty and adds the default data if they are. To test: - Without the patch - Run the de-DE or another translated installer - Verify the error is shown - Complete the installer - Verify class_sources table is empty - Apply patches - Run the database update - Verify data classification sources, filing rules, and slitting rules are now complete Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 3e7fc75f50a46d03983db3763ad37aaf5b49983c Author: Katrin Fischer Date: Tue Dec 18 22:22:12 2018 +0100 Bug 22024: Update translated web installer files with new class splitting rules When adding the new splitting rules for classification sources with bug 15836, we missed updating the translated installers. This has the danger of data missing for new installations already set up with 18.11. This patch corrects the installer files. To test: - Verify the class_sources.sql installs correctly for all languages Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 674a34471f6eddfc849c480c557f6576f8572516 Author: Jonathan Druart Date: Wed Dec 5 16:23:24 2018 -0300 Bug 21956: (bug 21775 follow-up) Use set_preference to reset the value Test plan: Set AudioAlerts to 0 Prove t/db_dependent/selenium/regressions.t => Without this patch the value of the pref is not reset to 0 Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit f28a97034dd06b0f2b0e2e5fc56bea3878ffc717 Author: Nick Clemens Date: Tue Dec 11 15:15:57 2018 +0000 Bug 21984: Pass param_name in pagination URL To test: 1 - Create a report like: SELECT <>,<>,<> FROM items 2 - Run the report, enter 'CATS' and 'DOGS' 3 - Get results LIKE "CAT | DOG | CAT" 4 - Try to go to page 2 5 - FAIL! (last column is blank) 6 - Apply patch 7 - Run the repot, enter 'CATS' and 'DOGS' 8 - Verify first page looks right 9 - Go to page 2 10 - Results are correct! Signed-off-by: Kyle M Hall Signed-off-by: ?Lucas Gass? Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens commit 5ea668056a6222c88c37a8ba5ee638ad827ec284 Author: Nick Clemens Date: Wed Dec 19 16:12:52 2018 +0000 Bug 21065: DBRev 18.12.00.002 Signed-off-by: Nick Clemens commit 6d44f9dac8235dfe0259ea5b935c5a8908d2e441 Author: Martin Renvoize Date: Tue Dec 18 13:52:15 2018 +0000 Bug 19850: (QA follow-up) Make the update idempotent Signed-off-by: Martin Renvoize https://bugs.koha-community.org/show_bug.cgi?id=21065 Signed-off-by: Nick Clemens commit 7f322d7ff87285cd0bc1370a0438f2bc8bb7c084 Author: Jonathan Druart Date: Fri Dec 14 12:49:44 2018 -0300 Bug 21065: Set ON DELETE SET NULL on accountlines.borrowernumber Note: Why do we have ON UPDATE SET NULL on accountlines.itemnumber? Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 457e560a06e00d861ec88bc7354969aac7ab9099 Author: Jonathan Druart Date: Fri Dec 14 12:48:09 2018 -0300 Bug 21065: Add koha_object(s)_class methods to accountline Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 09ef91653bc8e0349d4e8613482251d7e3c165b5 Author: Jonathan Druart Date: Fri Dec 14 12:47:11 2018 -0300 Bug 21065: Add tests Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 1 - Koha.pm | 2 +- Koha/Schema/Result/Accountline.pm | 28 ++-- .../data/mysql/de-DE/mandatory/class_sources.sql | 20 +-- .../data/mysql/en/mandatory/class_sources.sql | 2 +- .../data/mysql/es-ES/mandatory/class_sources.sql | 19 ++- .../data/mysql/fr-CA/obligatoire/class_sources.sql | 19 ++- .../mysql/fr-FR/1-Obligatoire/class_sources.sql | 19 ++- .../data/mysql/it-IT/necessari/class_sources.sql | 19 ++- installer/data/mysql/kohastructure.sql | 4 +- .../mysql/nb-NO/1-Obligatorisk/class_sources.sql | 19 ++- .../data/mysql/pl-PL/mandatory/class_sources.sql | 19 ++- .../data/mysql/ru-RU/mandatory/class_sources.sql | 54 +++---- .../data/mysql/uk-UA/mandatory/class_sources.sql | 152 ++++++++++---------- installer/data/mysql/updatedatabase.pl | 57 ++++++++ reports/guided_reports.pl | 4 + t/db_dependent/Circulation.t | 1 + t/db_dependent/Koha/Account/Lines.t | 29 +++- t/db_dependent/selenium/regressions.t | 4 +- tools/batchMod.pl | 2 +- 20 files changed, 295 insertions(+), 179 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 10:50:32 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 09:50:32 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-57-g852be59 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 852be591dbc2fdee1769fcab636413fcea653043 (commit) via b4f55f8019fa89ce80509d7b05bec3082102a80e (commit) via af9910f87283a29ab1f3d9e68589b524c30cfd33 (commit) via f899e440146baadc6e268d00ef9188de8963af19 (commit) via 554cee5b3cc8c5f10ab0e252bedeb351e2b2799d (commit) from 10148dc26ba801d3f86401dc24a3fb5b6618a02b (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 852be591dbc2fdee1769fcab636413fcea653043 Author: Nick Clemens Date: Wed Dec 19 16:12:52 2018 +0000 Bug 21065: DBRev 18.11.00.002 Signed-off-by: Nick Clemens (cherry picked from commit 5ea668056a6222c88c37a8ba5ee638ad827ec284) Signed-off-by: Martin Renvoize commit b4f55f8019fa89ce80509d7b05bec3082102a80e Author: Martin Renvoize Date: Tue Dec 18 13:52:15 2018 +0000 Bug 21065: (QA follow-up) Make the update idempotent Signed-off-by: Martin Renvoize https://bugs.koha-community.org/show_bug.cgi?id=21065 Signed-off-by: Nick Clemens (cherry picked from commit 6d44f9dac8235dfe0259ea5b935c5a8908d2e441) Signed-off-by: Martin Renvoize commit af9910f87283a29ab1f3d9e68589b524c30cfd33 Author: Jonathan Druart Date: Fri Dec 14 12:49:44 2018 -0300 Bug 21065: Set ON DELETE SET NULL on accountlines.borrowernumber Note: Why do we have ON UPDATE SET NULL on accountlines.itemnumber? Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 7f322d7ff87285cd0bc1370a0438f2bc8bb7c084) Signed-off-by: Martin Renvoize commit f899e440146baadc6e268d00ef9188de8963af19 Author: Jonathan Druart Date: Fri Dec 14 12:48:09 2018 -0300 Bug 21065: Add koha_object(s)_class methods to accountline Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 457e560a06e00d861ec88bc7354969aac7ab9099) Signed-off-by: Martin Renvoize commit 554cee5b3cc8c5f10ab0e252bedeb351e2b2799d Author: Jonathan Druart Date: Fri Dec 14 12:47:11 2018 -0300 Bug 21065: Add tests Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 09ef91653bc8e0349d4e8613482251d7e3c165b5) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- Koha/Schema/Result/Accountline.pm | 28 +++++++++++++++++----------- installer/data/mysql/kohastructure.sql | 4 ++-- installer/data/mysql/updatedatabase.pl | 19 +++++++++++++++++++ t/db_dependent/Koha/Account/Lines.t | 29 ++++++++++++++++++++++++++++- 5 files changed, 67 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 11:16:08 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 10:16:08 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-66-g7f4a7c4 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 7f4a7c42ad23e84e3dab1cffaaa81f7897171758 (commit) via 4dbb5e636093c9145dc3f3d02de4b119d93b13fb (commit) via 4aaaf2eecd8cb3e269c4543385ecebb5531eef17 (commit) via cc6b9593c48984fb0a02e24eeedd28a85bab0977 (commit) via 141423906ba665f3083c08695bf2edb1ef6ff0fe (commit) via 84248f354249482b9d5e1cbfaea1ee82bff10218 (commit) via b55f0079e2f228db795634fd9f88cb77cfecd1dd (commit) via fe09955137a211f4c60737f9187b1625ad39e052 (commit) via f7f5d6f2e2a6331ba2ae0671e10ce883f550dbb3 (commit) from 852be591dbc2fdee1769fcab636413fcea653043 (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 7f4a7c42ad23e84e3dab1cffaaa81f7897171758 Author: Marcel de Rooy Date: Fri Nov 16 09:41:04 2018 +0100 Bug 21848: Remove Text::Unaccent from C4::Members At refactoring time the unac_string call was moved to Koha::Patron. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 5e17032700790032088fe3f2209c3d173e77d540) Signed-off-by: Martin Renvoize commit 4dbb5e636093c9145dc3f3d02de4b119d93b13fb Author: Marcel de Rooy Date: Thu Dec 13 13:07:48 2018 +0100 Bug 21848: Resolve unac_string warning from Circulation.t Just add "use utf8". Test plan: Run Circulation.t; verify there are no warnings. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 3e731ce09433cf2121332f5356b27f90ccb34654) Signed-off-by: Martin Renvoize commit 4aaaf2eecd8cb3e269c4543385ecebb5531eef17 Author: Nick Clemens Date: Tue Dec 18 18:30:28 2018 +0000 Bug 22022: Correct ordering for authorised values To test: 1 - Add a shelving location with code "ZZZZ" and lib "Awake" 2 - Load some items in batch modification 3 - Note shelving location dropdown is wrong 4 - Apply patch 5 - Reload page 6 - Note order is correct Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit e6cec898e078fc04d87e2faf26badba10fa6f348) Signed-off-by: Martin Renvoize commit cc6b9593c48984fb0a02e24eeedd28a85bab0977 Author: Nick Clemens Date: Wed Dec 19 16:31:25 2018 +0000 Bug 22024: DBRev 18.11.00.003 Signed-off-by: Nick Clemens (cherry picked from commit f56dd2e829569cf40157347640fdcb203890e757) Signed-off-by: Martin Renvoize commit 141423906ba665f3083c08695bf2edb1ef6ff0fe Author: Jonathan Druart Date: Wed Dec 19 13:43:32 2018 -0300 Bug 22024: Fix number of fields in uk-UA ERROR 1136 (21S01) at line 23: Column count doesn't match value count at row 22 Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit fe147e9df64fab7cbe1fdbc859b72a4c396fae52) Signed-off-by: Martin Renvoize commit 84248f354249482b9d5e1cbfaea1ee82bff10218 Author: Katrin Fischer Date: Tue Dec 18 22:43:05 2018 +0100 Bug 22024: Correct new installations with missing data For a new installation the data in the class_* will be missing as class_sources.sql couldn't be executed. It will fail with: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`class_sources`, CONSTRAINT `class_source_ibfk_2` FOREIGN KEY (`class_split_rule`) REFERENCES `class_split_rules` (`class_split_rule`)) at /usr/share/perl5/DBIx/RunSQL.pm line 273. As this might have been missed and the web installer can still be completed, this patch checks for the tables being empty and adds the default data if they are. To test: - Without the patch - Run the de-DE or another translated installer - Verify the error is shown - Complete the installer - Verify class_sources table is empty - Apply patches - Run the database update - Verify data classification sources, filing rules, and slitting rules are now complete Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit c904db832ec4ee70bfb58ff918564a2502a53937) Signed-off-by: Martin Renvoize commit b55f0079e2f228db795634fd9f88cb77cfecd1dd Author: Katrin Fischer Date: Tue Dec 18 22:22:12 2018 +0100 Bug 22024: Update translated web installer files with new class splitting rules When adding the new splitting rules for classification sources with bug 15836, we missed updating the translated installers. This has the danger of data missing for new installations already set up with 18.11. This patch corrects the installer files. To test: - Verify the class_sources.sql installs correctly for all languages Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 3e7fc75f50a46d03983db3763ad37aaf5b49983c) Signed-off-by: Martin Renvoize commit fe09955137a211f4c60737f9187b1625ad39e052 Author: Jonathan Druart Date: Wed Dec 5 16:23:24 2018 -0300 Bug 21956: (bug 21775 follow-up) Use set_preference to reset the value Test plan: Set AudioAlerts to 0 Prove t/db_dependent/selenium/regressions.t => Without this patch the value of the pref is not reset to 0 Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 674a34471f6eddfc849c480c557f6576f8572516) Signed-off-by: Martin Renvoize commit f7f5d6f2e2a6331ba2ae0671e10ce883f550dbb3 Author: Nick Clemens Date: Tue Dec 11 15:15:57 2018 +0000 Bug 21984: Pass param_name in pagination URL To test: 1 - Create a report like: SELECT <>,<>,<> FROM items 2 - Run the report, enter 'CATS' and 'DOGS' 3 - Get results LIKE "CAT | DOG | CAT" 4 - Try to go to page 2 5 - FAIL! (last column is blank) 6 - Apply patch 7 - Run the repot, enter 'CATS' and 'DOGS' 8 - Verify first page looks right 9 - Go to page 2 10 - Results are correct! Signed-off-by: Kyle M Hall Signed-off-by: ?Lucas Gass? Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit f28a97034dd06b0f2b0e2e5fc56bea3878ffc717) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 1 - Koha.pm | 2 +- .../data/mysql/de-DE/mandatory/class_sources.sql | 20 +-- .../data/mysql/en/mandatory/class_sources.sql | 2 +- .../data/mysql/es-ES/mandatory/class_sources.sql | 19 ++- .../data/mysql/fr-CA/obligatoire/class_sources.sql | 19 ++- .../mysql/fr-FR/1-Obligatoire/class_sources.sql | 19 ++- .../data/mysql/it-IT/necessari/class_sources.sql | 19 ++- .../mysql/nb-NO/1-Obligatorisk/class_sources.sql | 19 ++- .../data/mysql/pl-PL/mandatory/class_sources.sql | 19 ++- .../data/mysql/ru-RU/mandatory/class_sources.sql | 54 +++---- .../data/mysql/uk-UA/mandatory/class_sources.sql | 152 ++++++++++---------- installer/data/mysql/updatedatabase.pl | 38 +++++ reports/guided_reports.pl | 4 + t/db_dependent/Circulation.t | 1 + t/db_dependent/selenium/regressions.t | 4 +- tools/batchMod.pl | 2 +- 17 files changed, 229 insertions(+), 165 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 13:36:41 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 12:36:41 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-69-g03f5bcd 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 03f5bcd9187057408a1f1182b30abe1cad46b042 (commit) via 1574d9f2c7ae5b579cdb9416656e70ab893a3b6b (commit) via 0b2ebdf8f2f07db12d61f39dfb546758a56a9d2e (commit) from 7f4a7c42ad23e84e3dab1cffaaa81f7897171758 (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 03f5bcd9187057408a1f1182b30abe1cad46b042 Author: Martin Renvoize Date: Thu Dec 20 12:20:17 2018 +0000 Update release notes for 18.11.01 release Signed-off-by: Martin Renvoize commit 1574d9f2c7ae5b579cdb9416656e70ab893a3b6b Author: Martin Renvoize Date: Thu Dec 20 11:57:05 2018 +0000 Increment version for 18.11.01 release Signed-off-by: Martin Renvoize commit 0b2ebdf8f2f07db12d61f39dfb546758a56a9d2e Author: Koha translators <> Date: Thu Dec 20 08:50:00 2018 -0300 Translation updates for Koha 18.11.01 (cherry picked from commit 90fefba069472ddf827bfec820c0860f4917eb45) Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_18_11_01.html | 479 + misc/release_notes/release_notes_18_11_01.md | 375 + misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- misc/translator/po/am-Ethi-marc-NORMARC.po | 2 +- misc/translator/po/am-Ethi-marc-UNIMARC.po | 37 +- misc/translator/po/am-Ethi-messages.po | 17 + misc/translator/po/am-Ethi-opac-bootstrap.po | 180 +- misc/translator/po/am-Ethi-pref.po |68493 +------- misc/translator/po/am-Ethi-staff-prog.po | 4010 +- misc/translator/po/ar-Arab-marc-MARC21.po | 2 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ar-Arab-messages.po | 17 + misc/translator/po/ar-Arab-opac-bootstrap.po | 180 +- misc/translator/po/ar-Arab-pref.po |185051 +-------------------- misc/translator/po/ar-Arab-staff-prog.po | 4077 +- misc/translator/po/as-IN-marc-MARC21.po | 2 +- misc/translator/po/as-IN-marc-NORMARC.po | 2 +- misc/translator/po/as-IN-marc-UNIMARC.po | 37 +- misc/translator/po/as-IN-messages.po | 17 + misc/translator/po/as-IN-opac-bootstrap.po | 180 +- misc/translator/po/as-IN-pref.po |59521 +------ misc/translator/po/as-IN-staff-prog.po | 4000 +- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- misc/translator/po/az-AZ-marc-NORMARC.po | 2 +- misc/translator/po/az-AZ-marc-UNIMARC.po | 37 +- misc/translator/po/az-AZ-messages.po | 17 + misc/translator/po/az-AZ-opac-bootstrap.po | 180 +- misc/translator/po/az-AZ-pref.po |49742 +----- misc/translator/po/az-AZ-staff-prog.po | 4023 +- misc/translator/po/be-BY-marc-MARC21.po | 2 +- misc/translator/po/be-BY-marc-NORMARC.po | 2 +- misc/translator/po/be-BY-marc-UNIMARC.po | 37 +- misc/translator/po/be-BY-messages.po | 19 + misc/translator/po/be-BY-opac-bootstrap.po | 180 +- misc/translator/po/be-BY-pref.po |91217 +---------- misc/translator/po/be-BY-staff-prog.po | 4025 +- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- misc/translator/po/bg-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/bg-Cyrl-marc-UNIMARC.po | 37 +- misc/translator/po/bg-Cyrl-messages.po | 18 + misc/translator/po/bg-Cyrl-opac-bootstrap.po | 196 +- misc/translator/po/bg-Cyrl-pref.po |117643 +------------- misc/translator/po/bg-Cyrl-staff-prog.po | 4021 +- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- misc/translator/po/bn-IN-marc-NORMARC.po | 2 +- misc/translator/po/bn-IN-marc-UNIMARC.po | 37 +- misc/translator/po/bn-IN-messages.po | 17 + misc/translator/po/bn-IN-opac-bootstrap.po | 180 +- misc/translator/po/bn-IN-pref.po |82533 +--------- misc/translator/po/bn-IN-staff-prog.po | 4008 +- misc/translator/po/ca-ES-marc-MARC21.po | 20 +- misc/translator/po/ca-ES-marc-NORMARC.po | 2 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 37 +- misc/translator/po/ca-ES-messages.po | 17 + misc/translator/po/ca-ES-opac-bootstrap.po | 180 +- misc/translator/po/ca-ES-pref.po |178969 +-------------------- misc/translator/po/ca-ES-staff-prog.po | 4012 +- misc/translator/po/cs-CZ-marc-MARC21.po | 228 +- misc/translator/po/cs-CZ-marc-NORMARC.po | 6 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 47 +- misc/translator/po/cs-CZ-messages.po | 18 + misc/translator/po/cs-CZ-opac-bootstrap.po | 263 +- misc/translator/po/cs-CZ-pref.po |137703 +--------------- misc/translator/po/cs-CZ-staff-prog.po | 5578 +- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 37 +- misc/translator/po/cy-GB-messages.po | 17 + misc/translator/po/cy-GB-opac-bootstrap.po | 180 +- misc/translator/po/cy-GB-pref.po |157624 +----------------- misc/translator/po/cy-GB-staff-prog.po | 4000 +- misc/translator/po/da-DK-marc-MARC21.po | 2 +- misc/translator/po/da-DK-marc-NORMARC.po | 2 +- misc/translator/po/da-DK-marc-UNIMARC.po | 37 +- misc/translator/po/da-DK-messages.po | 18 + misc/translator/po/da-DK-opac-bootstrap.po | 180 +- misc/translator/po/da-DK-pref.po |104338 +----------- misc/translator/po/da-DK-staff-prog.po | 4029 +- misc/translator/po/de-CH-marc-MARC21.po | 2 +- misc/translator/po/de-CH-marc-NORMARC.po | 2 +- misc/translator/po/de-CH-marc-UNIMARC.po | 37 +- misc/translator/po/de-CH-messages.po | 18 + misc/translator/po/de-CH-opac-bootstrap.po | 180 +- misc/translator/po/de-CH-pref.po |166760 +------------------ misc/translator/po/de-CH-staff-prog.po | 4060 +- misc/translator/po/de-DE-marc-MARC21.po | 2 +- misc/translator/po/de-DE-marc-NORMARC.po | 2 +- misc/translator/po/de-DE-marc-UNIMARC.po | 37 +- misc/translator/po/de-DE-messages.po | 18 + misc/translator/po/de-DE-opac-bootstrap.po | 199 +- misc/translator/po/de-DE-pref.po |18011 +-- misc/translator/po/de-DE-staff-prog.po | 4244 +- misc/translator/po/el-GR-marc-MARC21.po | 2 +- misc/translator/po/el-GR-marc-NORMARC.po | 2 +- misc/translator/po/el-GR-marc-UNIMARC.po | 37 +- misc/translator/po/el-GR-messages.po | 18 + misc/translator/po/el-GR-opac-bootstrap.po | 230 +- misc/translator/po/el-GR-pref.po |98434 +----------- misc/translator/po/el-GR-staff-prog.po | 4355 +- misc/translator/po/en-GB-marc-MARC21.po | 2 +- misc/translator/po/en-GB-marc-NORMARC.po | 2 +- misc/translator/po/en-GB-marc-UNIMARC.po | 37 +- misc/translator/po/en-GB-messages.po | 18 + misc/translator/po/en-GB-opac-bootstrap.po | 180 +- misc/translator/po/en-GB-pref.po |156037 +----------------- misc/translator/po/en-GB-staff-prog.po | 4015 +- misc/translator/po/en-NZ-marc-MARC21.po | 2 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 37 +- misc/translator/po/en-NZ-messages.po | 18 + misc/translator/po/en-NZ-opac-bootstrap.po | 180 +- misc/translator/po/en-NZ-pref.po |142695 +---------------- misc/translator/po/en-NZ-staff-prog.po | 4036 +- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 37 +- misc/translator/po/eo-messages.po | 18 + misc/translator/po/eo-opac-bootstrap.po | 204 +- misc/translator/po/eo-pref.po |45284 +----- misc/translator/po/eo-staff-prog.po | 4004 +- misc/translator/po/es-ES-marc-MARC21.po | 2 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 37 +- misc/translator/po/es-ES-messages.po | 18 + misc/translator/po/es-ES-opac-bootstrap.po | 180 +- misc/translator/po/es-ES-pref.po |168948 +------------------ misc/translator/po/es-ES-staff-prog.po | 4062 +- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 37 +- misc/translator/po/eu-messages.po | 17 + misc/translator/po/eu-opac-bootstrap.po | 180 +- misc/translator/po/eu-pref.po |67435 +------- misc/translator/po/eu-staff-prog.po | 4030 +- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/fa-Arab-messages.po | 17 + misc/translator/po/fa-Arab-opac-bootstrap.po | 180 +- misc/translator/po/fa-Arab-pref.po |130646 +-------------- misc/translator/po/fa-Arab-staff-prog.po | 4025 +- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- misc/translator/po/fi-FI-marc-NORMARC.po | 2 +- misc/translator/po/fi-FI-marc-UNIMARC.po | 37 +- misc/translator/po/fi-FI-messages.po | 18 + misc/translator/po/fi-FI-opac-bootstrap.po | 180 +- misc/translator/po/fi-FI-pref.po |127376 +-------------- misc/translator/po/fi-FI-staff-prog.po | 4035 +- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- misc/translator/po/fo-FO-marc-NORMARC.po | 2 +- misc/translator/po/fo-FO-marc-UNIMARC.po | 37 +- misc/translator/po/fo-FO-messages.po | 18 + misc/translator/po/fo-FO-opac-bootstrap.po | 180 +- misc/translator/po/fo-FO-pref.po |55851 +------ misc/translator/po/fo-FO-staff-prog.po | 4000 +- misc/translator/po/fr-CA-marc-MARC21.po | 21 +- misc/translator/po/fr-CA-marc-NORMARC.po | 2 +- misc/translator/po/fr-CA-marc-UNIMARC.po | 37 +- misc/translator/po/fr-CA-messages.po | 18 + misc/translator/po/fr-CA-opac-bootstrap.po | 343 +- misc/translator/po/fr-CA-pref.po |118661 +------------- misc/translator/po/fr-CA-staff-prog.po | 5090 +- misc/translator/po/fr-FR-marc-MARC21.po | 29 +- misc/translator/po/fr-FR-marc-NORMARC.po | 18 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 47 +- misc/translator/po/fr-FR-messages.po | 18 + misc/translator/po/fr-FR-opac-bootstrap.po | 353 +- misc/translator/po/fr-FR-pref.po |61103 +------ misc/translator/po/fr-FR-staff-prog.po | 4610 +- misc/translator/po/ga-marc-MARC21.po | 2 +- misc/translator/po/ga-marc-NORMARC.po | 2 +- misc/translator/po/ga-marc-UNIMARC.po | 37 +- misc/translator/po/ga-messages.po | 18 + misc/translator/po/ga-opac-bootstrap.po | 180 +- misc/translator/po/ga-pref.po |46887 +----- misc/translator/po/ga-staff-prog.po | 4000 +- misc/translator/po/gd-marc-MARC21.po | 2 +- misc/translator/po/gd-marc-NORMARC.po | 2 +- misc/translator/po/gd-marc-UNIMARC.po | 37 +- misc/translator/po/gd-messages.po | 17 + misc/translator/po/gd-opac-bootstrap.po | 180 +- misc/translator/po/gd-pref.po |74834 +-------- misc/translator/po/gd-staff-prog.po | 4000 +- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 37 +- misc/translator/po/gl-messages.po | 17 + misc/translator/po/gl-opac-bootstrap.po | 180 +- misc/translator/po/gl-pref.po |79818 +-------- misc/translator/po/gl-staff-prog.po | 4013 +- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- misc/translator/po/he-Hebr-marc-NORMARC.po | 2 +- misc/translator/po/he-Hebr-marc-UNIMARC.po | 37 +- misc/translator/po/he-Hebr-messages.po | 18 + misc/translator/po/he-Hebr-opac-bootstrap.po | 180 +- misc/translator/po/he-Hebr-pref.po |168286 +------------------ misc/translator/po/he-Hebr-staff-prog.po | 4013 +- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 37 +- misc/translator/po/hi-messages.po | 17 + misc/translator/po/hi-opac-bootstrap.po | 220 +- misc/translator/po/hi-pref.po |152777 +----------------- misc/translator/po/hi-staff-prog.po | 4151 +- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- misc/translator/po/hr-HR-marc-NORMARC.po | 2 +- misc/translator/po/hr-HR-marc-UNIMARC.po | 37 +- misc/translator/po/hr-HR-messages.po | 19 + misc/translator/po/hr-HR-opac-bootstrap.po | 180 +- misc/translator/po/hr-HR-pref.po |92462 +---------- misc/translator/po/hr-HR-staff-prog.po | 4019 +- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- misc/translator/po/hu-HU-marc-NORMARC.po | 2 +- misc/translator/po/hu-HU-marc-UNIMARC.po | 37 +- misc/translator/po/hu-HU-messages.po | 18 + misc/translator/po/hu-HU-opac-bootstrap.po | 180 +- misc/translator/po/hu-HU-pref.po |136728 +--------------- misc/translator/po/hu-HU-staff-prog.po | 4057 +- misc/translator/po/hy-Armn-marc-MARC21.po | 32 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 16 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 45 +- misc/translator/po/hy-Armn-messages.po | 17 + misc/translator/po/hy-Armn-opac-bootstrap.po | 369 +- misc/translator/po/hy-Armn-pref.po | 324 +- misc/translator/po/hy-Armn-staff-prog.po | 5816 +- misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 37 +- misc/translator/po/ia-messages.po | 17 + misc/translator/po/ia-opac-bootstrap.po | 180 +- misc/translator/po/ia-pref.po |40264 +---- misc/translator/po/ia-staff-prog.po | 4000 +- misc/translator/po/id-ID-marc-MARC21.po | 51 +- misc/translator/po/id-ID-marc-NORMARC.po | 2 +- misc/translator/po/id-ID-marc-UNIMARC.po | 37 +- misc/translator/po/id-ID-messages.po | 17 + misc/translator/po/id-ID-opac-bootstrap.po | 180 +- misc/translator/po/id-ID-pref.po |112644 +------------ misc/translator/po/id-ID-staff-prog.po | 4016 +- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 37 +- misc/translator/po/iq-CA-messages.po | 17 + misc/translator/po/iq-CA-opac-bootstrap.po | 180 +- misc/translator/po/iq-CA-pref.po |171581 +------------------- misc/translator/po/iq-CA-staff-prog.po | 4000 +- misc/translator/po/is-IS-marc-MARC21.po | 2 +- misc/translator/po/is-IS-marc-NORMARC.po | 2 +- misc/translator/po/is-IS-marc-UNIMARC.po | 37 +- misc/translator/po/is-IS-messages.po | 17 + misc/translator/po/is-IS-opac-bootstrap.po | 180 +- misc/translator/po/is-IS-pref.po |141336 +--------------- misc/translator/po/is-IS-staff-prog.po | 4015 +- misc/translator/po/it-IT-marc-MARC21.po | 2 +- misc/translator/po/it-IT-marc-NORMARC.po | 2 +- misc/translator/po/it-IT-marc-UNIMARC.po | 37 +- misc/translator/po/it-IT-messages.po | 18 + misc/translator/po/it-IT-opac-bootstrap.po | 180 +- misc/translator/po/it-IT-pref.po |190675 +--------------------- misc/translator/po/it-IT-staff-prog.po | 4046 +- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 37 +- misc/translator/po/iu-CA-messages.po | 17 + misc/translator/po/iu-CA-opac-bootstrap.po | 180 +- misc/translator/po/iu-CA-pref.po |13132 +- misc/translator/po/iu-CA-staff-prog.po | 4000 +- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-NORMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po | 37 +- misc/translator/po/ja-Jpan-JP-messages.po | 18 + misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 180 +- misc/translator/po/ja-Jpan-JP-pref.po |66192 +------- misc/translator/po/ja-Jpan-JP-staff-prog.po | 4022 +- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 37 +- misc/translator/po/ka-messages.po | 17 + misc/translator/po/ka-opac-bootstrap.po | 180 +- misc/translator/po/ka-pref.po |42683 +---- misc/translator/po/ka-staff-prog.po | 4004 +- misc/translator/po/km-KH-marc-MARC21.po | 2 +- misc/translator/po/km-KH-marc-NORMARC.po | 2 +- misc/translator/po/km-KH-marc-UNIMARC.po | 37 +- misc/translator/po/km-KH-messages.po | 17 + misc/translator/po/km-KH-opac-bootstrap.po | 180 +- misc/translator/po/km-KH-pref.po |73173 +-------- misc/translator/po/km-KH-staff-prog.po | 4004 +- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- misc/translator/po/kn-Knda-marc-NORMARC.po | 2 +- misc/translator/po/kn-Knda-marc-UNIMARC.po | 37 +- misc/translator/po/kn-Knda-messages.po | 17 + misc/translator/po/kn-Knda-opac-bootstrap.po | 180 +- misc/translator/po/kn-Knda-pref.po |154618 +----------------- misc/translator/po/kn-Knda-staff-prog.po | 4018 +- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 37 +- misc/translator/po/ko-Kore-KP-messages.po | 18 + misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 180 +- misc/translator/po/ko-Kore-KP-pref.po |10985 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 4024 +- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- misc/translator/po/ku-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ku-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ku-Arab-messages.po | 17 + misc/translator/po/ku-Arab-opac-bootstrap.po | 180 +- misc/translator/po/ku-Arab-pref.po |186416 +-------------------- misc/translator/po/ku-Arab-staff-prog.po | 4024 +- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- misc/translator/po/lo-Laoo-marc-NORMARC.po | 2 +- misc/translator/po/lo-Laoo-marc-UNIMARC.po | 37 +- misc/translator/po/lo-Laoo-messages.po | 17 + misc/translator/po/lo-Laoo-opac-bootstrap.po | 180 +- misc/translator/po/lo-Laoo-pref.po | 2165 +- misc/translator/po/lo-Laoo-staff-prog.po | 4010 +- misc/translator/po/lv-marc-MARC21.po | 2 +- misc/translator/po/lv-marc-NORMARC.po | 2 +- misc/translator/po/lv-marc-UNIMARC.po | 37 +- misc/translator/po/lv-messages.po | 19 + misc/translator/po/lv-opac-bootstrap.po | 180 +- misc/translator/po/lv-pref.po |27567 +--- misc/translator/po/lv-staff-prog.po | 4000 +- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- misc/translator/po/mi-NZ-marc-NORMARC.po | 2 +- misc/translator/po/mi-NZ-marc-UNIMARC.po | 37 +- misc/translator/po/mi-NZ-messages.po | 17 + misc/translator/po/mi-NZ-opac-bootstrap.po | 180 +- misc/translator/po/mi-NZ-pref.po |70336 +------- misc/translator/po/mi-NZ-staff-prog.po | 4014 +- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 37 +- misc/translator/po/ml-messages.po | 17 + misc/translator/po/ml-opac-bootstrap.po | 180 +- misc/translator/po/ml-pref.po |196128 +---------------------- misc/translator/po/ml-staff-prog.po | 4000 +- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 37 +- misc/translator/po/mon-messages.po | 17 + misc/translator/po/mon-opac-bootstrap.po | 180 +- misc/translator/po/mon-pref.po |106566 +----------- misc/translator/po/mon-staff-prog.po | 4020 +- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 37 +- misc/translator/po/mr-messages.po | 17 + misc/translator/po/mr-opac-bootstrap.po | 180 +- misc/translator/po/mr-pref.po |15333 +- misc/translator/po/mr-staff-prog.po | 4013 +- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- misc/translator/po/ms-MY-marc-NORMARC.po | 2 +- misc/translator/po/ms-MY-marc-UNIMARC.po | 37 +- misc/translator/po/ms-MY-messages.po | 17 + misc/translator/po/ms-MY-opac-bootstrap.po | 180 +- misc/translator/po/ms-MY-pref.po |78657 +-------- misc/translator/po/ms-MY-staff-prog.po | 4026 +- misc/translator/po/my-marc-MARC21.po | 2 +- misc/translator/po/my-marc-NORMARC.po | 2 +- misc/translator/po/my-marc-UNIMARC.po | 37 +- misc/translator/po/my-messages.po | 17 + misc/translator/po/my-opac-bootstrap.po | 180 +- misc/translator/po/my-pref.po |152997 +----------------- misc/translator/po/my-staff-prog.po | 4000 +- misc/translator/po/nb-NO-marc-MARC21.po | 2 +- misc/translator/po/nb-NO-marc-NORMARC.po | 2 +- misc/translator/po/nb-NO-marc-UNIMARC.po | 37 +- misc/translator/po/nb-NO-messages.po | 18 + misc/translator/po/nb-NO-opac-bootstrap.po | 188 +- misc/translator/po/nb-NO-pref.po |64884 +------- misc/translator/po/nb-NO-staff-prog.po | 4691 +- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- misc/translator/po/ne-NE-marc-NORMARC.po | 2 +- misc/translator/po/ne-NE-marc-UNIMARC.po | 37 +- misc/translator/po/ne-NE-messages.po | 17 + misc/translator/po/ne-NE-opac-bootstrap.po | 180 +- misc/translator/po/ne-NE-pref.po |145296 +---------------- misc/translator/po/ne-NE-staff-prog.po | 4004 +- misc/translator/po/nl-BE-marc-MARC21.po | 2 +- misc/translator/po/nl-BE-marc-NORMARC.po | 2 +- misc/translator/po/nl-BE-marc-UNIMARC.po | 37 +- misc/translator/po/nl-BE-messages.po | 18 + misc/translator/po/nl-BE-opac-bootstrap.po | 2247 +- misc/translator/po/nl-BE-pref.po |110479 +------------ misc/translator/po/nl-BE-staff-prog.po | 4048 +- misc/translator/po/nl-NL-marc-MARC21.po | 93 +- misc/translator/po/nl-NL-marc-NORMARC.po | 18 +- misc/translator/po/nl-NL-marc-UNIMARC.po | 71 +- misc/translator/po/nl-NL-messages.po | 18 + misc/translator/po/nl-NL-opac-bootstrap.po | 1036 +- misc/translator/po/nl-NL-pref.po |192948 +--------------------- misc/translator/po/nl-NL-staff-prog.po | 6321 +- misc/translator/po/nn-NO-marc-MARC21.po | 2 +- misc/translator/po/nn-NO-marc-NORMARC.po | 2 +- misc/translator/po/nn-NO-marc-UNIMARC.po | 37 +- misc/translator/po/nn-NO-messages.po | 18 + misc/translator/po/nn-NO-opac-bootstrap.po | 180 +- misc/translator/po/nn-NO-pref.po |132818 +-------------- misc/translator/po/nn-NO-staff-prog.po | 4022 +- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 37 +- misc/translator/po/oc-messages.po | 17 + misc/translator/po/oc-opac-bootstrap.po | 180 +- misc/translator/po/oc-pref.po |106531 +----------- misc/translator/po/oc-staff-prog.po | 4029 +- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 37 +- misc/translator/po/pbr-messages.po | 17 + misc/translator/po/pbr-opac-bootstrap.po | 180 +- misc/translator/po/pbr-pref.po |30468 +--- misc/translator/po/pbr-staff-prog.po | 4004 +- misc/translator/po/pl-PL-marc-MARC21.po | 2 +- misc/translator/po/pl-PL-marc-NORMARC.po | 2 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 37 +- misc/translator/po/pl-PL-messages.po | 19 + misc/translator/po/pl-PL-opac-bootstrap.po | 215 +- misc/translator/po/pl-PL-pref.po |124533 +------------- misc/translator/po/pl-PL-staff-prog.po | 4036 +- misc/translator/po/prs-marc-MARC21.po | 2 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 37 +- misc/translator/po/prs-messages.po | 17 + misc/translator/po/prs-opac-bootstrap.po | 180 +- misc/translator/po/prs-pref.po |36754 +---- misc/translator/po/prs-staff-prog.po | 4016 +- misc/translator/po/pt-BR-marc-MARC21.po | 10 +- misc/translator/po/pt-BR-marc-NORMARC.po | 2 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 37 +- misc/translator/po/pt-BR-messages.po | 18 + misc/translator/po/pt-BR-opac-bootstrap.po | 180 +- misc/translator/po/pt-BR-pref.po |91824 +---------- misc/translator/po/pt-BR-staff-prog.po | 4090 +- misc/translator/po/pt-PT-marc-MARC21.po | 2 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 37 +- misc/translator/po/pt-PT-messages.po | 18 + misc/translator/po/pt-PT-opac-bootstrap.po | 211 +- misc/translator/po/pt-PT-pref.po |133608 +-------------- misc/translator/po/pt-PT-staff-prog.po | 4229 +- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- misc/translator/po/ro-RO-marc-NORMARC.po | 2 +- misc/translator/po/ro-RO-marc-UNIMARC.po | 37 +- misc/translator/po/ro-RO-messages.po | 19 + misc/translator/po/ro-RO-opac-bootstrap.po | 180 +- misc/translator/po/ro-RO-pref.po |37909 +---- misc/translator/po/ro-RO-staff-prog.po | 4022 +- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- misc/translator/po/ru-RU-marc-NORMARC.po | 2 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 37 +- misc/translator/po/ru-RU-messages.po | 19 + misc/translator/po/ru-RU-opac-bootstrap.po | 180 +- misc/translator/po/ru-RU-pref.po |87811 +--------- misc/translator/po/ru-RU-staff-prog.po | 4025 +- misc/translator/po/rw-RW-marc-MARC21.po | 2 +- misc/translator/po/rw-RW-marc-NORMARC.po | 2 +- misc/translator/po/rw-RW-marc-UNIMARC.po | 37 +- misc/translator/po/rw-RW-messages.po | 17 + misc/translator/po/rw-RW-opac-bootstrap.po | 180 +- misc/translator/po/rw-RW-pref.po | 8694 +- misc/translator/po/rw-RW-staff-prog.po | 4000 +- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- misc/translator/po/sd-PK-marc-NORMARC.po | 2 +- misc/translator/po/sd-PK-marc-UNIMARC.po | 37 +- misc/translator/po/sd-PK-messages.po | 17 + misc/translator/po/sd-PK-opac-bootstrap.po | 180 +- misc/translator/po/sd-PK-pref.po |180276 +-------------------- misc/translator/po/sd-PK-staff-prog.po | 4004 +- misc/translator/po/sk-SK-marc-MARC21.po | 44 +- misc/translator/po/sk-SK-marc-NORMARC.po | 2 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 37 +- misc/translator/po/sk-SK-messages.po | 18 + misc/translator/po/sk-SK-opac-bootstrap.po | 212 +- misc/translator/po/sk-SK-pref.po |179142 +-------------------- misc/translator/po/sk-SK-staff-prog.po | 4149 +- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- misc/translator/po/sl-SI-marc-NORMARC.po | 2 +- misc/translator/po/sl-SI-marc-UNIMARC.po | 37 +- misc/translator/po/sl-SI-messages.po | 19 + misc/translator/po/sl-SI-opac-bootstrap.po | 180 +- misc/translator/po/sl-SI-pref.po | 4320 +- misc/translator/po/sl-SI-staff-prog.po | 4000 +- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- misc/translator/po/sq-AL-marc-NORMARC.po | 2 +- misc/translator/po/sq-AL-marc-UNIMARC.po | 37 +- misc/translator/po/sq-AL-messages.po | 17 + misc/translator/po/sq-AL-opac-bootstrap.po | 180 +- misc/translator/po/sq-AL-pref.po |160663 +------------------ misc/translator/po/sq-AL-staff-prog.po | 4012 +- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- misc/translator/po/sr-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/sr-Cyrl-marc-UNIMARC.po | 37 +- misc/translator/po/sr-Cyrl-messages.po | 19 + misc/translator/po/sr-Cyrl-opac-bootstrap.po | 180 +- misc/translator/po/sr-Cyrl-pref.po |33191 +--- misc/translator/po/sr-Cyrl-staff-prog.po | 4010 +- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 37 +- misc/translator/po/sv-SE-messages.po | 18 + misc/translator/po/sv-SE-opac-bootstrap.po | 198 +- misc/translator/po/sv-SE-pref.po |147080 +---------------- misc/translator/po/sv-SE-staff-prog.po | 4256 +- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- misc/translator/po/sw-KE-marc-NORMARC.po | 2 +- misc/translator/po/sw-KE-marc-UNIMARC.po | 37 +- misc/translator/po/sw-KE-messages.po | 17 + misc/translator/po/sw-KE-opac-bootstrap.po | 180 +- misc/translator/po/sw-KE-pref.po |111831 +------------ misc/translator/po/sw-KE-staff-prog.po | 4000 +- misc/translator/po/ta-LK-marc-MARC21.po | 2 +- misc/translator/po/ta-LK-marc-NORMARC.po | 2 +- misc/translator/po/ta-LK-marc-UNIMARC.po | 37 +- misc/translator/po/ta-LK-messages.po | 17 + misc/translator/po/ta-LK-opac-bootstrap.po | 180 +- misc/translator/po/ta-LK-pref.po |97950 +---------- misc/translator/po/ta-LK-staff-prog.po | 4004 +- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 37 +- misc/translator/po/ta-messages.po | 17 + misc/translator/po/ta-opac-bootstrap.po | 180 +- misc/translator/po/ta-pref.po |54222 +------ misc/translator/po/ta-staff-prog.po | 4004 +- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 37 +- misc/translator/po/tet-messages.po | 17 + misc/translator/po/tet-opac-bootstrap.po | 180 +- misc/translator/po/tet-pref.po |190814 +--------------------- misc/translator/po/tet-staff-prog.po | 4027 +- misc/translator/po/th-TH-marc-MARC21.po | 2 +- misc/translator/po/th-TH-marc-NORMARC.po | 2 +- misc/translator/po/th-TH-marc-UNIMARC.po | 37 +- misc/translator/po/th-TH-messages.po | 17 + misc/translator/po/th-TH-opac-bootstrap.po | 180 +- misc/translator/po/th-TH-pref.po |173612 +------------------- misc/translator/po/th-TH-staff-prog.po | 4011 +- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- misc/translator/po/tl-PH-marc-NORMARC.po | 2 +- misc/translator/po/tl-PH-marc-UNIMARC.po | 37 +- misc/translator/po/tl-PH-messages.po | 17 + misc/translator/po/tl-PH-opac-bootstrap.po | 180 +- misc/translator/po/tl-PH-pref.po |148871 +---------------- misc/translator/po/tl-PH-staff-prog.po | 4009 +- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 37 +- misc/translator/po/tr-TR-messages.po | 18 + misc/translator/po/tr-TR-opac-bootstrap.po | 241 +- misc/translator/po/tr-TR-pref.po |54452 +------ misc/translator/po/tr-TR-staff-prog.po | 5111 +- misc/translator/po/tvl-marc-MARC21.po | 2 +- misc/translator/po/tvl-marc-NORMARC.po | 2 +- misc/translator/po/tvl-marc-UNIMARC.po | 37 +- misc/translator/po/tvl-messages.po | 17 + misc/translator/po/tvl-opac-bootstrap.po | 180 +- misc/translator/po/tvl-pref.po |99573 +----------- misc/translator/po/tvl-staff-prog.po | 4000 +- misc/translator/po/uk-UA-marc-MARC21.po | 24 +- misc/translator/po/uk-UA-marc-NORMARC.po | 6 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 47 +- misc/translator/po/uk-UA-messages.po | 19 + misc/translator/po/uk-UA-opac-bootstrap.po | 431 +- misc/translator/po/uk-UA-pref.po |128731 +-------------- misc/translator/po/uk-UA-staff-prog.po | 5045 +- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- misc/translator/po/ur-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ur-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ur-Arab-messages.po | 17 + misc/translator/po/ur-Arab-opac-bootstrap.po | 180 +- misc/translator/po/ur-Arab-pref.po |174465 +------------------- misc/translator/po/ur-Arab-staff-prog.po | 4004 +- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 37 +- misc/translator/po/vi-VN-messages.po | 18 + misc/translator/po/vi-VN-opac-bootstrap.po | 180 +- misc/translator/po/vi-VN-pref.po |86938 +--------- misc/translator/po/vi-VN-staff-prog.po | 4029 +- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 2 +- misc/translator/po/zh-Hans-CN-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-CN-marc-UNIMARC.po | 37 +- misc/translator/po/zh-Hans-CN-messages.po | 17 + misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 180 +- misc/translator/po/zh-Hans-CN-pref.po | 6495 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 4026 +- misc/translator/po/zh-Hant-TW-marc-MARC21.po | 2 +- misc/translator/po/zh-Hant-TW-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hant-TW-marc-UNIMARC.po | 45 +- misc/translator/po/zh-Hant-TW-messages.po | 17 + misc/translator/po/zh-Hant-TW-opac-bootstrap.po | 205 +- misc/translator/po/zh-Hant-TW-pref.po |122308 +------------- misc/translator/po/zh-Hant-TW-staff-prog.po | 4132 +- 599 files changed, 680771 insertions(+), 8353350 deletions(-) create mode 100644 misc/release_notes/release_notes_18_11_01.html create mode 100644 misc/release_notes/release_notes_18_11_01.md create mode 100644 misc/translator/po/am-Ethi-messages.po create mode 100644 misc/translator/po/ar-Arab-messages.po create mode 100644 misc/translator/po/as-IN-messages.po create mode 100644 misc/translator/po/az-AZ-messages.po create mode 100644 misc/translator/po/be-BY-messages.po create mode 100644 misc/translator/po/bg-Cyrl-messages.po create mode 100644 misc/translator/po/bn-IN-messages.po create mode 100644 misc/translator/po/ca-ES-messages.po create mode 100644 misc/translator/po/cs-CZ-messages.po create mode 100644 misc/translator/po/cy-GB-messages.po create mode 100644 misc/translator/po/da-DK-messages.po create mode 100644 misc/translator/po/de-CH-messages.po create mode 100644 misc/translator/po/de-DE-messages.po create mode 100644 misc/translator/po/el-GR-messages.po create mode 100644 misc/translator/po/en-GB-messages.po create mode 100644 misc/translator/po/en-NZ-messages.po create mode 100644 misc/translator/po/eo-messages.po create mode 100644 misc/translator/po/es-ES-messages.po create mode 100644 misc/translator/po/eu-messages.po create mode 100644 misc/translator/po/fa-Arab-messages.po create mode 100644 misc/translator/po/fi-FI-messages.po create mode 100644 misc/translator/po/fo-FO-messages.po create mode 100644 misc/translator/po/fr-CA-messages.po create mode 100644 misc/translator/po/fr-FR-messages.po create mode 100644 misc/translator/po/ga-messages.po create mode 100644 misc/translator/po/gd-messages.po create mode 100644 misc/translator/po/gl-messages.po create mode 100644 misc/translator/po/he-Hebr-messages.po create mode 100644 misc/translator/po/hi-messages.po create mode 100644 misc/translator/po/hr-HR-messages.po create mode 100644 misc/translator/po/hu-HU-messages.po create mode 100644 misc/translator/po/hy-Armn-messages.po create mode 100644 misc/translator/po/ia-messages.po create mode 100644 misc/translator/po/id-ID-messages.po create mode 100644 misc/translator/po/iq-CA-messages.po create mode 100644 misc/translator/po/is-IS-messages.po create mode 100644 misc/translator/po/it-IT-messages.po create mode 100644 misc/translator/po/iu-CA-messages.po create mode 100644 misc/translator/po/ja-Jpan-JP-messages.po create mode 100644 misc/translator/po/ka-messages.po create mode 100644 misc/translator/po/km-KH-messages.po create mode 100644 misc/translator/po/kn-Knda-messages.po create mode 100644 misc/translator/po/ko-Kore-KP-messages.po create mode 100644 misc/translator/po/ku-Arab-messages.po create mode 100644 misc/translator/po/lo-Laoo-messages.po create mode 100644 misc/translator/po/lv-messages.po create mode 100644 misc/translator/po/mi-NZ-messages.po create mode 100644 misc/translator/po/ml-messages.po create mode 100644 misc/translator/po/mon-messages.po create mode 100644 misc/translator/po/mr-messages.po create mode 100644 misc/translator/po/ms-MY-messages.po create mode 100644 misc/translator/po/my-messages.po create mode 100644 misc/translator/po/nb-NO-messages.po create mode 100644 misc/translator/po/ne-NE-messages.po create mode 100644 misc/translator/po/nl-BE-messages.po create mode 100644 misc/translator/po/nl-NL-messages.po create mode 100644 misc/translator/po/nn-NO-messages.po create mode 100644 misc/translator/po/oc-messages.po create mode 100644 misc/translator/po/pbr-messages.po create mode 100644 misc/translator/po/pl-PL-messages.po create mode 100644 misc/translator/po/prs-messages.po create mode 100644 misc/translator/po/pt-BR-messages.po create mode 100644 misc/translator/po/pt-PT-messages.po create mode 100644 misc/translator/po/ro-RO-messages.po create mode 100644 misc/translator/po/ru-RU-messages.po create mode 100644 misc/translator/po/rw-RW-messages.po create mode 100644 misc/translator/po/sd-PK-messages.po create mode 100644 misc/translator/po/sk-SK-messages.po create mode 100644 misc/translator/po/sl-SI-messages.po create mode 100644 misc/translator/po/sq-AL-messages.po create mode 100644 misc/translator/po/sr-Cyrl-messages.po create mode 100644 misc/translator/po/sv-SE-messages.po create mode 100644 misc/translator/po/sw-KE-messages.po create mode 100644 misc/translator/po/ta-LK-messages.po create mode 100644 misc/translator/po/ta-messages.po create mode 100644 misc/translator/po/tet-messages.po create mode 100644 misc/translator/po/th-TH-messages.po create mode 100644 misc/translator/po/tl-PH-messages.po create mode 100644 misc/translator/po/tr-TR-messages.po create mode 100644 misc/translator/po/tvl-messages.po create mode 100644 misc/translator/po/uk-UA-messages.po create mode 100644 misc/translator/po/ur-Arab-messages.po create mode 100644 misc/translator/po/vi-VN-messages.po create mode 100644 misc/translator/po/zh-Hans-CN-messages.po create mode 100644 misc/translator/po/zh-Hant-TW-messages.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 13:43:11 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 12:43:11 +0000 Subject: [koha-commits] main Koha release repository annotated tag v18.11.01 created. v18.11.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, v18.11.01 has been created at 74728e38ecf5664f95dd43918a842b4bc82e7d3e (tag) tagging 03f5bcd9187057408a1f1182b30abe1cad46b042 (commit) replaces v18.11.00 tagged by Martin Renvoize on Thu Dec 20 12:20:42 2018 +0000 - Log ----------------------------------------------------------------- Koha release 18.11.01 -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8g0J8pGJSlfC6TBmQitGkTBEGg8FAlwbiRoACgkQQitGkTBE Gg9nMA//ZKFAnPSUEo8Ua6E+PnR1Avjp5u76j2IsfHMsFWDClSZ1x37c6vJCWqbO ks+Dkd++yBFeclxp0pvni6LxJOS777jUZDMPGzyYSy1apXW4Y6Hs26XKrhQD1GCy Gchf13Kf2GFat8dCxwvQnMSHRU4PNPLkFoAXXr8+QZbHDla4fsUb88PiO4OF3gBW aV837+5hhZJEAb/IQ6jsAf2eV+usnZQvIhbz05OTbeIjZtRV21p3ShsYAlIWKG4H jh75Snukih7Fmor/apotGaHKtcsrVpsN6Qo541afCK6yEl8YWlfiMRSSWl71SNLP wQgqAdRRjZ2UE/2xSZSXNtP4M0KBJyRgs23LtlN4hZy57n1Litih3nk0Ht+zOA/x jmBTJBvFIKPwHJ+ixv+8iyTbBZ/K7eu0v/rK6ES58bMrec/l+QQ6nPrY3dxPirGO H5UFq9U0/7H3ywlnbT31a4sEoMNZ2+wRVTPMzPNKto40Ejme0zi6KlLiNIzcOpYJ 2/4WEbstxd/7b3475dDbO8OvNEpJqeX8wQozljWrffoQQaCCLsHvAUjZLbPcanF6 iRsupFN+liyjZjMAiQxEN/nizD0sBqzCxAH4KlsgJZKPnaCbNmPzIAZEpvWaP0te e+iHYbKLKJZ8RGTPgyT0ww4cB+4cp5ZaHEEbfgGiXrCtdXU8V5Y= =IOC9 -----END PGP SIGNATURE----- Andreas Roussos (3): Bug 21861: The MARC modification template actions editor does not always validate user input Bug 21861: (follow-up) replace onchange() with jQuery equivalent Bug 21880: "Relationship information" disappears when accessing paginated results in authority searches Fridolin Somers (3): Bug 7143: Update OpenHub link for Fridolin Somers in about page Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables Bug 21908: Add DISTINCT biblionumber to rebuild_zebra.pl Jonathan Druart (13): Bug 21955: Remove Cache::Memory as fallback for L2 cache Bug 21910: Remove duplicated lines in tests Bug 21910: Does not deal with call context, ->search does already Bug 21950: Remove filtering for query_cgi and limit_cgi Bug 21931: Do not reset the ES mapping on 3.23.00.050 Bug 21973: Do not url escape casServerUrl Bug 21986: Do not escape quotation marks when cataloguing Bug 14334: Remove AutoCommit from tests Bug 21065: Add tests Bug 21065: Add koha_object(s)_class methods to accountline Bug 21065: Set ON DELETE SET NULL on accountlines.borrowernumber Bug 21956: (bug 21775 follow-up) Use set_preference to reset the value Bug 22024: Fix number of fields in uk-UA Josef Moravec (1): Bug 21911: Regression test Julian Maurice (3): Bug 21895: Fix translation for package install Bug 21895: Fix path to POT file Bug 21908: (QA follow-up) Remove useless parentheses in query Katrin Fischer (3): Bug 21961: Fix typo in manage_didyoumean permission Bug 22024: Update translated web installer files with new class splitting rules Bug 22024: Correct new installations with missing data Koha translators (1): Translation updates for Koha 18.11.01 Kyle M Hall (3): Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered Bug 21849: Add unit tests Bug 21849: Two useless Koha::Account::Offset->new calls need attention Marcel de Rooy (4): Bug 21608: (QA follow-up) Rename revert button Bug 21880: (follow-up) Add some uri filters Bug 21848: Resolve unac_string warning from Circulation.t Bug 21848: Remove Text::Unaccent from C4::Members Mark Tompsett (2): Bug 21947: Swap the filter order Bug 21947: Address other misordered FILTER lines Martin Renvoize (4): Bug 21896: (QA follow-up) Document and Test for FIFO behaviour Bug 21065: (QA follow-up) Make the update idempotent Increment version for 18.11.01 release Update release notes for 18.11.01 release Mirko Tietgen (1): Bug 21897: Typo in postinst Nazl? ?etin (1): Bug 7143: Update about page for Nazl? Nick Clemens (17): Bug 21896: RM follow-up - fix tests Bug 21778: Sort user list by surname,firstname unless user cannot manage patron lists OR edit patrons Bug 21910: Koha::Library::Groups->get_search_groups should return the groups Bug 21911: Fix OPAC scoping to work with new group system Bug 21608: Disable dropdown for found holds - add button to revert Bug 21608: Add ID and fix filters Bug 21608: Add value for 'rank-request' when dropdwn disabled Bug 21405: Fix authorities pagination for Zebra and ES Bug 21962: Unit tests Bug 21962: Fix authority search using 'all' Bug 21961: DBRev 18.11.00.001 Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron Bug 21991: Pass param names to report limit tool Bug 21065: DBRev 18.11.00.002 Bug 21984: Pass param_name in pagination URL Bug 22024: DBRev 18.11.00.003 Bug 22022: Correct ordering for authorised values Pasi Kallinen (1): Bug 21736: Allow translating the localization widget messages Tomas Cohen Arazi (9): Bug 21896: Add unit tests for Koha::Account::normalize_balance Bug 21896: Add Koha::Account::normalize_balance Bug 21896: (QA follow-up) normalize_balance -> reconcile_balance rename Bug 21896: (QA follow-up) Add tests for FIFO behaviour Bug 18805: Add ability to use up account credits Bug 21759: Regression tests Bug 21759: Avoid manually setting amountoutstanding in _FixAccountForLostAndReturned Bug 21969: Regression tests Bug 21969: Fix Koha::Account->outstanding_* matching the opposite on pathological cases ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 16:27:00 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 15:27:00 +0000 Subject: [koha-commits] main Koha release repository annotated tag v18.05.07 created. v18.05.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.05.07 has been created at 0863988ec5dbb2099e75f978cbae0dfb41db14c9 (tag) tagging 9df41ab3460aa31d8df3e11fbc972db4058623e8 (commit) replaces v18.05.06 tagged by Jesse Maseto on Thu Dec 20 15:07:37 2018 +0000 - Log ----------------------------------------------------------------- Koha release 18.05.07 -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEAFDcQ4maGyM+juX/lpAoCKe5ua8FAlwbsDkACgkQlpAoCKe5 ua9jDgv+MNPFZYwh6XoyUVEs5hCGeYmXSY6pcIpBEp6jlEP0qZFa7207gKUljKpN tb7Yo0lBilAGl20JeGJU3bcLPNqSGR6+/xARxs5SfAtsKOE+S0d6CFHylwaAkvXu 14rZwx0mukq5PFI2gcwQmQlwwcqlEIfPEJ9+jF/i4wKsTBSWNZiUVZetMkG2KzFF jhfuBhMjEsVizzhMpwBT7PDUbZxTK5JBkXCwh7jZEjeloJsvZy+nJR/MzDlzkZTc YFMxSRNG/8+jVawZsDKBE1MLtQML2qDXKj2qhdvvGwhmSH+1eO4BxCgZ8onFHD3e 4zoskWYkam8UWn4mp4koGRZ5rFIasxK6jZKagdkO5jFCFS7kBlK1xrsXo1b/NlgO mqNCWjVsuvY9aFLwAPwkzD4UQ6hRBkk9kHadWwdcO1qKYblZBUP1dUiBVqHP5/Mr G/m+H5zYt9oQngO/z00N+Qs5YLCvzvELY0V6VjLa74g1mZOUifPB69ZfUiwy33b0 ukOrfijS =7NSD -----END PGP SIGNATURE----- Andreas Roussos (3): Bug 21819: Marc modification templates action always checks Regexp checkbox Bug 21861: The MARC modification template actions editor does not always validate user input Bug 21861: (follow-up) replace onchange() with jQuery equivalent Andrew Isherwood (1): Bug 21529: (follow-up) USE raw filter Fridolin Somers (2): Bug 21644: better UNIMARC XSLT display of 210 in intranet Bug 21644: better UNIMARC XSLT display of 210 in intranet Jesse Maseto (7): Bug 21730: DBRev 18.05.06.001 Bug 21730: DBRev 18.05.06.001 Merge branch '18.05.x' of git://git.koha-community.org/koha into rmain1805 Revert "Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered" Bug 21962: (RMaint follow-up) Fixed bad rebase. Increment version for 18.05.07 release Update release notes for 18.05.07 release Jonathan Druart (8): Bug 18677: Make the tests pass Bug 18677: Remove new issue_id param from charlostitem Bug 21529: (bug 13618 follow-up) Display print notices with HTML tags Bug 21730: Add missing PA_CLASS authorized values categories Bug 21730: Add missing PA_CLASS authorized values categories Bug 21955: Remove Cache::Memory as fallback for L2 cache Bug 21910: Remove duplicated lines in tests Bug 21910: Does not deal with call context, ->search does already Josef Moravec (1): Bug 21911: Regression test Julian Maurice (1): Bug 21853: Fix PDF export of basketgroups Katrin Fischer (4): Bug 21796: Don't unlock checkouts if restriction exists but fines are below limit Bug 21815: Rephrase HidePersonalPatronDetailOnCirculation Bug 21874: Fix encoding of cart and list email subjects Bug 21874: Fix encoding of cart and list email subjects Koha translators (1): Translation updates for Koha 18.05.07 Kyle M Hall (6): Bug 18677: issue_id is not added to accountlines for lost item fees Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled Bug 20598: Unit test Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered Bug 21849: Two useless Koha::Account::Offset->new calls need attention Bug 21849: Add unit tests Lucas Gass (1): Merge branch '18.05.x' of git://git.koha-community.org/koha into rmain1805 Marcel de Rooy (8): Bug 18677: (QA follow-up) Trivial fixes to Chargelostitem.t Bug 20598: (QA follow-up) Tiny fixes Bug 21819: (QA follow-up) Replace onchange() in touched code Bug 21867: Replace remaining document.element.onchange calls in marc_modification_templates.js Bug 21774: Cloned item subfields disappear when editing an item Bug 21774: Cloned item subfields disappear when editing an item Bug 21874: (QA follow-up) Fix intranet sendshelf Bug 21874: (QA follow-up) Fix intranet sendshelf Mark Tompsett (1): Bug 21853: (follow-up) to solve printpdf error Mirko Tietgen (1): Bug 21567: Move Koha_ExternalContent_OverDrive.t to db_dependent Nick Clemens (12): Bug 20598: Update number of tests Bug 21837: Don't set holdingbranch filter using selected homebranch filter Bug 21854: Use template plugin to display category description Bug 21649: [18.05.X] Pass guarantee info to template when adding child Bug 21869: Fix incorrect value setting in DB update Bug 21869: Fix incorrect value setting in DB update Bug 21910: Koha::Library::Groups->get_search_groups should return the groups Bug 21911: Fix OPAC scoping to work with new group system Bug 21405: Fix authorities pagination for Zebra and ES Bug 21962: Unit tests Bug 21962: Fix authority search using 'all' Bug 21778: Sort user list by surname,firstname unless user cannot manage patron lists OR edit patrons Nightly Build Bot (1): Bug 17111 - Automatic debian/control updates (oldstable/18.05.x) ?Lucas Gass? (3): Revert "Bug 21529: (bug 13618 follow-up) Display print notices with HTML tags" Revert "Bug 21529: (follow-up) USE raw filter" Revert "Bug 21774: Cloned item subfields disappear when editing an item" ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 19:40:31 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2018 18:40:31 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.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 branch, 18.05.x has been updated via 9df41ab3460aa31d8df3e11fbc972db4058623e8 (commit) via ca5d4b5745c20b8daf892d7e60b3da81851db320 (commit) via 9d756ea6d6b383d94de7072bd19e289dfdfec3dc (commit) from b60fa7296b4c54ed30b568cb429a557933c876de (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 9df41ab3460aa31d8df3e11fbc972db4058623e8 Author: Jesse Maseto Date: Thu Dec 20 14:51:35 2018 +0000 Update release notes for 18.05.07 release Signed-off-by: Jesse Maseto commit ca5d4b5745c20b8daf892d7e60b3da81851db320 Author: Jesse Maseto Date: Thu Dec 20 14:39:21 2018 +0000 Increment version for 18.05.07 release Signed-off-by: Jesse Maseto commit 9d756ea6d6b383d94de7072bd19e289dfdfec3dc Author: Koha translators <> Date: Thu Dec 20 11:13:22 2018 -0300 Translation updates for Koha 18.05.07 ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 7 + misc/release_notes/release_notes_18_05_07.html | 398 +++ misc/release_notes/release_notes_18_05_07.md | 325 +++ misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- misc/translator/po/am-Ethi-marc-NORMARC.po | 2 +- misc/translator/po/am-Ethi-marc-UNIMARC.po | 37 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 2 +- misc/translator/po/am-Ethi-pref.po | 12 + misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 1204 ++++----- misc/translator/po/ar-Arab-marc-MARC21.po | 2 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 2 +- misc/translator/po/ar-Arab-pref.po | 12 + misc/translator/po/ar-Arab-staff-help.po | 2 +- misc/translator/po/ar-Arab-staff-prog.po | 1208 ++++----- misc/translator/po/as-IN-marc-MARC21.po | 2 +- misc/translator/po/as-IN-marc-NORMARC.po | 2 +- misc/translator/po/as-IN-marc-UNIMARC.po | 37 +- misc/translator/po/as-IN-opac-bootstrap.po | 2 +- misc/translator/po/as-IN-pref.po | 12 + misc/translator/po/as-IN-staff-help.po | 2 +- misc/translator/po/as-IN-staff-prog.po | 1200 ++++----- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- misc/translator/po/az-AZ-marc-NORMARC.po | 2 +- misc/translator/po/az-AZ-marc-UNIMARC.po | 37 +- misc/translator/po/az-AZ-opac-bootstrap.po | 2 +- misc/translator/po/az-AZ-pref.po | 12 + misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 1204 ++++----- misc/translator/po/be-BY-marc-MARC21.po | 2 +- misc/translator/po/be-BY-marc-NORMARC.po | 2 +- misc/translator/po/be-BY-marc-UNIMARC.po | 37 +- misc/translator/po/be-BY-opac-bootstrap.po | 2 +- misc/translator/po/be-BY-pref.po | 12 + misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 1203 ++++----- misc/translator/po/bg-Cyrl-marc-MARC21.po | 13 +- misc/translator/po/bg-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/bg-Cyrl-marc-UNIMARC.po | 37 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 2 +- misc/translator/po/bg-Cyrl-pref.po | 12 + misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 1204 ++++----- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- misc/translator/po/bn-IN-marc-NORMARC.po | 2 +- misc/translator/po/bn-IN-marc-UNIMARC.po | 37 +- misc/translator/po/bn-IN-opac-bootstrap.po | 2 +- misc/translator/po/bn-IN-pref.po | 12 + misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 1204 ++++----- misc/translator/po/ca-ES-marc-MARC21.po | 2 +- misc/translator/po/ca-ES-marc-NORMARC.po | 2 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 37 +- misc/translator/po/ca-ES-opac-bootstrap.po | 2 +- misc/translator/po/ca-ES-pref.po | 12 + misc/translator/po/ca-ES-staff-help.po | 2 +- misc/translator/po/ca-ES-staff-prog.po | 1202 ++++----- misc/translator/po/cs-CZ-marc-MARC21.po | 2 +- misc/translator/po/cs-CZ-marc-NORMARC.po | 2 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 37 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 12 +- misc/translator/po/cs-CZ-pref.po | 12 + misc/translator/po/cs-CZ-staff-help.po | 2 +- misc/translator/po/cs-CZ-staff-prog.po | 1243 ++++----- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 37 +- misc/translator/po/cy-GB-opac-bootstrap.po | 2 +- misc/translator/po/cy-GB-pref.po | 12 + misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 1200 ++++----- misc/translator/po/da-DK-marc-MARC21.po | 2 +- misc/translator/po/da-DK-marc-NORMARC.po | 2 +- misc/translator/po/da-DK-marc-UNIMARC.po | 37 +- misc/translator/po/da-DK-opac-bootstrap.po | 2 +- misc/translator/po/da-DK-pref.po | 12 + misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 1207 ++++----- misc/translator/po/de-CH-marc-MARC21.po | 2 +- misc/translator/po/de-CH-marc-NORMARC.po | 2 +- misc/translator/po/de-CH-marc-UNIMARC.po | 37 +- misc/translator/po/de-CH-opac-bootstrap.po | 2 +- misc/translator/po/de-CH-pref.po | 12 + misc/translator/po/de-CH-staff-help.po | 2 +- misc/translator/po/de-CH-staff-prog.po | 1208 ++++----- misc/translator/po/de-DE-marc-MARC21.po | 2 +- misc/translator/po/de-DE-marc-NORMARC.po | 2 +- misc/translator/po/de-DE-marc-UNIMARC.po | 37 +- misc/translator/po/de-DE-opac-bootstrap.po | 2 +- misc/translator/po/de-DE-pref.po | 19 +- misc/translator/po/de-DE-staff-help.po | 2 +- misc/translator/po/de-DE-staff-prog.po | 1209 ++++----- misc/translator/po/el-GR-marc-MARC21.po | 2 +- misc/translator/po/el-GR-marc-NORMARC.po | 14 +- misc/translator/po/el-GR-marc-UNIMARC.po | 37 +- misc/translator/po/el-GR-opac-bootstrap.po | 32 +- misc/translator/po/el-GR-pref.po | 34 +- misc/translator/po/el-GR-staff-help.po | 12 +- misc/translator/po/el-GR-staff-prog.po | 1334 +++++----- misc/translator/po/en-GB-marc-MARC21.po | 2 +- misc/translator/po/en-GB-marc-NORMARC.po | 2 +- misc/translator/po/en-GB-marc-UNIMARC.po | 37 +- misc/translator/po/en-GB-opac-bootstrap.po | 2 +- misc/translator/po/en-GB-pref.po | 12 + misc/translator/po/en-GB-staff-help.po | 2 +- misc/translator/po/en-GB-staff-prog.po | 1204 ++++----- misc/translator/po/en-NZ-marc-MARC21.po | 2 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 37 +- misc/translator/po/en-NZ-opac-bootstrap.po | 2 +- misc/translator/po/en-NZ-pref.po | 12 + misc/translator/po/en-NZ-staff-help.po | 2 +- misc/translator/po/en-NZ-staff-prog.po | 1208 ++++----- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 37 +- misc/translator/po/eo-opac-bootstrap.po | 2 +- misc/translator/po/eo-pref.po | 12 + misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 1204 ++++----- misc/translator/po/es-ES-marc-MARC21.po | 2 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 37 +- misc/translator/po/es-ES-opac-bootstrap.po | 2 +- misc/translator/po/es-ES-pref.po | 27 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 1208 ++++----- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 37 +- misc/translator/po/eu-opac-bootstrap.po | 2 +- misc/translator/po/eu-pref.po | 12 + misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 1205 ++++----- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 2 +- misc/translator/po/fa-Arab-pref.po | 12 + misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 1205 ++++----- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- misc/translator/po/fi-FI-marc-NORMARC.po | 2 +- misc/translator/po/fi-FI-marc-UNIMARC.po | 37 +- misc/translator/po/fi-FI-opac-bootstrap.po | 2 +- misc/translator/po/fi-FI-pref.po | 12 + misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 1208 ++++----- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- misc/translator/po/fo-FO-marc-NORMARC.po | 2 +- misc/translator/po/fo-FO-marc-UNIMARC.po | 37 +- misc/translator/po/fo-FO-opac-bootstrap.po | 2 +- misc/translator/po/fo-FO-pref.po | 12 + misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 1200 ++++----- misc/translator/po/fr-CA-marc-MARC21.po | 24 +- misc/translator/po/fr-CA-marc-NORMARC.po | 20 +- misc/translator/po/fr-CA-marc-UNIMARC.po | 43 +- misc/translator/po/fr-CA-opac-bootstrap.po | 33 +- misc/translator/po/fr-CA-pref.po | 147 +- misc/translator/po/fr-CA-staff-help.po | 36 +- misc/translator/po/fr-CA-staff-prog.po | 1409 +++++----- misc/translator/po/fr-FR-marc-MARC21.po | 27 +- misc/translator/po/fr-FR-marc-NORMARC.po | 2 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 37 +- misc/translator/po/fr-FR-opac-bootstrap.po | 12 +- misc/translator/po/fr-FR-pref.po | 31 +- misc/translator/po/fr-FR-staff-help.po | 24 +- misc/translator/po/fr-FR-staff-prog.po | 1237 ++++----- misc/translator/po/ga-marc-MARC21.po | 2 +- misc/translator/po/ga-marc-NORMARC.po | 2 +- misc/translator/po/ga-marc-UNIMARC.po | 37 +- misc/translator/po/ga-opac-bootstrap.po | 2 +- misc/translator/po/ga-pref.po | 12 + misc/translator/po/ga-staff-help.po | 2 +- misc/translator/po/ga-staff-prog.po | 1200 ++++----- misc/translator/po/gd-marc-MARC21.po | 2 +- misc/translator/po/gd-marc-NORMARC.po | 2 +- misc/translator/po/gd-marc-UNIMARC.po | 37 +- misc/translator/po/gd-opac-bootstrap.po | 2 +- misc/translator/po/gd-pref.po | 12 + misc/translator/po/gd-staff-help.po | 2 +- misc/translator/po/gd-staff-prog.po | 1200 ++++----- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 37 +- misc/translator/po/gl-opac-bootstrap.po | 2 +- misc/translator/po/gl-pref.po | 12 + misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 1200 ++++----- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- misc/translator/po/he-Hebr-marc-NORMARC.po | 2 +- misc/translator/po/he-Hebr-marc-UNIMARC.po | 37 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 2 +- misc/translator/po/he-Hebr-pref.po | 12 + misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 1200 ++++----- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 37 +- misc/translator/po/hi-opac-bootstrap.po | 2 +- misc/translator/po/hi-pref.po | 12 + misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 1208 ++++----- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- misc/translator/po/hr-HR-marc-NORMARC.po | 2 +- misc/translator/po/hr-HR-marc-UNIMARC.po | 37 +- misc/translator/po/hr-HR-opac-bootstrap.po | 2 +- misc/translator/po/hr-HR-pref.po | 12 + misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 1205 ++++----- misc/translator/po/hu-HU-marc-MARC21.po | 28 +- misc/translator/po/hu-HU-marc-NORMARC.po | 2 +- misc/translator/po/hu-HU-marc-UNIMARC.po | 37 +- misc/translator/po/hu-HU-opac-bootstrap.po | 2 +- misc/translator/po/hu-HU-pref.po | 12 + misc/translator/po/hu-HU-staff-help.po | 12 +- misc/translator/po/hu-HU-staff-prog.po | 1204 ++++----- misc/translator/po/hy-Armn-marc-MARC21.po | 18 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 16 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 45 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 25 +- misc/translator/po/hy-Armn-pref.po | 151 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 1495 +++++------ misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 37 +- misc/translator/po/ia-opac-bootstrap.po | 2 +- misc/translator/po/ia-pref.po | 12 + misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 1200 ++++----- misc/translator/po/id-ID-marc-MARC21.po | 2 +- misc/translator/po/id-ID-marc-NORMARC.po | 2 +- misc/translator/po/id-ID-marc-UNIMARC.po | 37 +- misc/translator/po/id-ID-opac-bootstrap.po | 2 +- misc/translator/po/id-ID-pref.po | 12 + misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 1202 ++++----- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 37 +- misc/translator/po/iq-CA-opac-bootstrap.po | 2 +- misc/translator/po/iq-CA-pref.po | 12 + misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 1200 ++++----- misc/translator/po/is-IS-marc-MARC21.po | 2 +- misc/translator/po/is-IS-marc-NORMARC.po | 2 +- misc/translator/po/is-IS-marc-UNIMARC.po | 37 +- misc/translator/po/is-IS-opac-bootstrap.po | 2 +- misc/translator/po/is-IS-pref.po | 12 + misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 1200 ++++----- misc/translator/po/it-IT-marc-MARC21.po | 2 +- misc/translator/po/it-IT-marc-NORMARC.po | 2 +- misc/translator/po/it-IT-marc-UNIMARC.po | 37 +- misc/translator/po/it-IT-opac-bootstrap.po | 2 +- misc/translator/po/it-IT-pref.po | 12 + misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po | 1208 ++++----- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 37 +- misc/translator/po/iu-CA-opac-bootstrap.po | 2 +- misc/translator/po/iu-CA-pref.po | 12 + misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 1200 ++++----- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-NORMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po | 37 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 2 +- misc/translator/po/ja-Jpan-JP-pref.po | 12 + misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 1200 ++++----- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 37 +- misc/translator/po/ka-opac-bootstrap.po | 2 +- misc/translator/po/ka-pref.po | 12 + misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 1204 ++++----- misc/translator/po/km-KH-marc-MARC21.po | 2 +- misc/translator/po/km-KH-marc-NORMARC.po | 2 +- misc/translator/po/km-KH-marc-UNIMARC.po | 37 +- misc/translator/po/km-KH-opac-bootstrap.po | 2 +- misc/translator/po/km-KH-pref.po | 12 + misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 1204 ++++----- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- misc/translator/po/kn-Knda-marc-NORMARC.po | 2 +- misc/translator/po/kn-Knda-marc-UNIMARC.po | 37 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 2 +- misc/translator/po/kn-Knda-pref.po | 12 + misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 1204 ++++----- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 37 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 2 +- misc/translator/po/ko-Kore-KP-pref.po | 12 + misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 1208 ++++----- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- misc/translator/po/ku-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ku-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 2 +- misc/translator/po/ku-Arab-pref.po | 12 + misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 1203 ++++----- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- misc/translator/po/lo-Laoo-marc-NORMARC.po | 2 +- misc/translator/po/lo-Laoo-marc-UNIMARC.po | 37 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 2 +- misc/translator/po/lo-Laoo-pref.po | 12 + misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 1200 ++++----- misc/translator/po/lv-marc-MARC21.po | 2 +- misc/translator/po/lv-marc-NORMARC.po | 2 +- misc/translator/po/lv-marc-UNIMARC.po | 37 +- misc/translator/po/lv-opac-bootstrap.po | 2 +- misc/translator/po/lv-pref.po | 12 + misc/translator/po/lv-staff-help.po | 2 +- misc/translator/po/lv-staff-prog.po | 1200 ++++----- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- misc/translator/po/mi-NZ-marc-NORMARC.po | 2 +- misc/translator/po/mi-NZ-marc-UNIMARC.po | 37 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 2 +- misc/translator/po/mi-NZ-pref.po | 12 + misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 1200 ++++----- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 37 +- misc/translator/po/ml-opac-bootstrap.po | 2 +- misc/translator/po/ml-pref.po | 12 + misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 1200 ++++----- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 37 +- misc/translator/po/mon-opac-bootstrap.po | 2 +- misc/translator/po/mon-pref.po | 12 + misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 1204 ++++----- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 37 +- misc/translator/po/mr-opac-bootstrap.po | 2 +- misc/translator/po/mr-pref.po | 12 + misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 1200 ++++----- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- misc/translator/po/ms-MY-marc-NORMARC.po | 2 +- misc/translator/po/ms-MY-marc-UNIMARC.po | 37 +- misc/translator/po/ms-MY-opac-bootstrap.po | 2 +- misc/translator/po/ms-MY-pref.po | 12 + misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 1200 ++++----- misc/translator/po/my-marc-MARC21.po | 2 +- misc/translator/po/my-marc-NORMARC.po | 2 +- misc/translator/po/my-marc-UNIMARC.po | 37 +- misc/translator/po/my-opac-bootstrap.po | 2 +- misc/translator/po/my-pref.po | 12 + misc/translator/po/my-staff-help.po | 2 +- misc/translator/po/my-staff-prog.po | 1200 ++++----- misc/translator/po/nb-NO-marc-MARC21.po | 2 +- misc/translator/po/nb-NO-marc-NORMARC.po | 2 +- misc/translator/po/nb-NO-marc-UNIMARC.po | 37 +- misc/translator/po/nb-NO-opac-bootstrap.po | 2 +- misc/translator/po/nb-NO-pref.po | 12 + misc/translator/po/nb-NO-staff-help.po | 2 +- misc/translator/po/nb-NO-staff-prog.po | 1208 ++++----- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- misc/translator/po/ne-NE-marc-NORMARC.po | 2 +- misc/translator/po/ne-NE-marc-UNIMARC.po | 37 +- misc/translator/po/ne-NE-opac-bootstrap.po | 2 +- misc/translator/po/ne-NE-pref.po | 12 + misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 1204 ++++----- misc/translator/po/nl-BE-marc-MARC21.po | 2 +- misc/translator/po/nl-BE-marc-NORMARC.po | 2 +- misc/translator/po/nl-BE-marc-UNIMARC.po | 37 +- misc/translator/po/nl-BE-opac-bootstrap.po | 12 +- misc/translator/po/nl-BE-pref.po | 12 + misc/translator/po/nl-BE-staff-help.po | 2 +- misc/translator/po/nl-BE-staff-prog.po | 1232 ++++----- misc/translator/po/nl-NL-marc-MARC21.po | 139 +- misc/translator/po/nl-NL-marc-NORMARC.po | 16 +- misc/translator/po/nl-NL-marc-UNIMARC.po | 69 +- misc/translator/po/nl-NL-opac-bootstrap.po | 805 +++--- misc/translator/po/nl-NL-pref.po | 45 +- misc/translator/po/nl-NL-staff-help.po | 84 +- misc/translator/po/nl-NL-staff-prog.po | 3172 ++++++++++------------- misc/translator/po/nn-NO-marc-MARC21.po | 2 +- misc/translator/po/nn-NO-marc-NORMARC.po | 2 +- misc/translator/po/nn-NO-marc-UNIMARC.po | 37 +- misc/translator/po/nn-NO-opac-bootstrap.po | 2 +- misc/translator/po/nn-NO-pref.po | 12 + misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/nn-NO-staff-prog.po | 1204 ++++----- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 37 +- misc/translator/po/oc-opac-bootstrap.po | 2 +- misc/translator/po/oc-pref.po | 12 + misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 1208 ++++----- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 37 +- misc/translator/po/pbr-opac-bootstrap.po | 2 +- misc/translator/po/pbr-pref.po | 12 + misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 1204 ++++----- misc/translator/po/pl-PL-marc-MARC21.po | 10 +- misc/translator/po/pl-PL-marc-NORMARC.po | 2 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 37 +- misc/translator/po/pl-PL-opac-bootstrap.po | 17 +- misc/translator/po/pl-PL-pref.po | 12 + misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/pl-PL-staff-prog.po | 1256 ++++----- misc/translator/po/prs-marc-MARC21.po | 2 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 37 +- misc/translator/po/prs-opac-bootstrap.po | 2 +- misc/translator/po/prs-pref.po | 12 + misc/translator/po/prs-staff-help.po | 2 +- misc/translator/po/prs-staff-prog.po | 1204 ++++----- misc/translator/po/pt-BR-marc-MARC21.po | 12 +- misc/translator/po/pt-BR-marc-NORMARC.po | 2 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 37 +- misc/translator/po/pt-BR-opac-bootstrap.po | 2 +- misc/translator/po/pt-BR-pref.po | 164 +- misc/translator/po/pt-BR-staff-help.po | 8 +- misc/translator/po/pt-BR-staff-prog.po | 1214 ++++----- misc/translator/po/pt-PT-marc-MARC21.po | 2 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 37 +- misc/translator/po/pt-PT-opac-bootstrap.po | 23 +- misc/translator/po/pt-PT-pref.po | 12 + misc/translator/po/pt-PT-staff-help.po | 2 +- misc/translator/po/pt-PT-staff-prog.po | 1224 ++++----- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- misc/translator/po/ro-RO-marc-NORMARC.po | 2 +- misc/translator/po/ro-RO-marc-UNIMARC.po | 37 +- misc/translator/po/ro-RO-opac-bootstrap.po | 2 +- misc/translator/po/ro-RO-pref.po | 12 + misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 1204 ++++----- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- misc/translator/po/ru-RU-marc-NORMARC.po | 2 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 37 +- misc/translator/po/ru-RU-opac-bootstrap.po | 2 +- misc/translator/po/ru-RU-pref.po | 12 + misc/translator/po/ru-RU-staff-help.po | 2 +- misc/translator/po/ru-RU-staff-prog.po | 1203 ++++----- misc/translator/po/rw-RW-marc-MARC21.po | 2 +- misc/translator/po/rw-RW-marc-NORMARC.po | 2 +- misc/translator/po/rw-RW-marc-UNIMARC.po | 37 +- misc/translator/po/rw-RW-opac-bootstrap.po | 2 +- misc/translator/po/rw-RW-pref.po | 12 + misc/translator/po/rw-RW-staff-help.po | 2 +- misc/translator/po/rw-RW-staff-prog.po | 1200 ++++----- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- misc/translator/po/sd-PK-marc-NORMARC.po | 2 +- misc/translator/po/sd-PK-marc-UNIMARC.po | 37 +- misc/translator/po/sd-PK-opac-bootstrap.po | 2 +- misc/translator/po/sd-PK-pref.po | 12 + misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 1204 ++++----- misc/translator/po/sk-SK-marc-MARC21.po | 2 +- misc/translator/po/sk-SK-marc-NORMARC.po | 2 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 37 +- misc/translator/po/sk-SK-opac-bootstrap.po | 10 +- misc/translator/po/sk-SK-pref.po | 12 + misc/translator/po/sk-SK-staff-help.po | 2 +- misc/translator/po/sk-SK-staff-prog.po | 1241 ++++----- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- misc/translator/po/sl-SI-marc-NORMARC.po | 2 +- misc/translator/po/sl-SI-marc-UNIMARC.po | 37 +- misc/translator/po/sl-SI-opac-bootstrap.po | 2 +- misc/translator/po/sl-SI-pref.po | 12 + misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 1200 ++++----- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- misc/translator/po/sq-AL-marc-NORMARC.po | 2 +- misc/translator/po/sq-AL-marc-UNIMARC.po | 37 +- misc/translator/po/sq-AL-opac-bootstrap.po | 2 +- misc/translator/po/sq-AL-pref.po | 12 + misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 1202 ++++----- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- misc/translator/po/sr-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/sr-Cyrl-marc-UNIMARC.po | 37 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 2 +- misc/translator/po/sr-Cyrl-pref.po | 12 + misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 1204 ++++----- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 37 +- misc/translator/po/sv-SE-opac-bootstrap.po | 2 +- misc/translator/po/sv-SE-pref.po | 12 + misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 1208 ++++----- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- misc/translator/po/sw-KE-marc-NORMARC.po | 2 +- misc/translator/po/sw-KE-marc-UNIMARC.po | 37 +- misc/translator/po/sw-KE-opac-bootstrap.po | 2 +- misc/translator/po/sw-KE-pref.po | 12 + misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 1200 ++++----- misc/translator/po/ta-LK-marc-MARC21.po | 2 +- misc/translator/po/ta-LK-marc-NORMARC.po | 2 +- misc/translator/po/ta-LK-marc-UNIMARC.po | 37 +- misc/translator/po/ta-LK-opac-bootstrap.po | 2 +- misc/translator/po/ta-LK-pref.po | 12 + misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-LK-staff-prog.po | 1204 ++++----- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 37 +- misc/translator/po/ta-opac-bootstrap.po | 2 +- misc/translator/po/ta-pref.po | 12 + misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 1204 ++++----- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 37 +- misc/translator/po/tet-opac-bootstrap.po | 2 +- misc/translator/po/tet-pref.po | 12 + misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 1207 ++++----- misc/translator/po/th-TH-marc-MARC21.po | 2 +- misc/translator/po/th-TH-marc-NORMARC.po | 2 +- misc/translator/po/th-TH-marc-UNIMARC.po | 37 +- misc/translator/po/th-TH-opac-bootstrap.po | 2 +- misc/translator/po/th-TH-pref.po | 12 + misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 1204 ++++----- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- misc/translator/po/tl-PH-marc-NORMARC.po | 2 +- misc/translator/po/tl-PH-marc-UNIMARC.po | 37 +- misc/translator/po/tl-PH-opac-bootstrap.po | 2 +- misc/translator/po/tl-PH-pref.po | 12 + misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 1204 ++++----- misc/translator/po/tr-TR-marc-MARC21.po | 18 +- misc/translator/po/tr-TR-marc-NORMARC.po | 14 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 49 +- misc/translator/po/tr-TR-opac-bootstrap.po | 28 +- misc/translator/po/tr-TR-pref.po | 173 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 1490 +++++------ misc/translator/po/tvl-marc-MARC21.po | 2 +- misc/translator/po/tvl-marc-NORMARC.po | 2 +- misc/translator/po/tvl-marc-UNIMARC.po | 37 +- misc/translator/po/tvl-opac-bootstrap.po | 2 +- misc/translator/po/tvl-pref.po | 12 + misc/translator/po/tvl-staff-help.po | 2 +- misc/translator/po/tvl-staff-prog.po | 1200 ++++----- misc/translator/po/uk-UA-marc-MARC21.po | 8 +- misc/translator/po/uk-UA-marc-NORMARC.po | 2 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 37 +- misc/translator/po/uk-UA-opac-bootstrap.po | 10 +- misc/translator/po/uk-UA-pref.po | 70 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 1269 ++++----- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- misc/translator/po/ur-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ur-Arab-marc-UNIMARC.po | 37 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 2 +- misc/translator/po/ur-Arab-pref.po | 12 + misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 1204 ++++----- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 37 +- misc/translator/po/vi-VN-opac-bootstrap.po | 2 +- misc/translator/po/vi-VN-pref.po | 12 + misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 1207 ++++----- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 2 +- misc/translator/po/zh-Hans-CN-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-CN-marc-UNIMARC.po | 37 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 2 +- misc/translator/po/zh-Hans-CN-pref.po | 12 + misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 1208 ++++----- misc/translator/po/zh-Hant-TW-marc-MARC21.po | 18 +- misc/translator/po/zh-Hant-TW-marc-NORMARC.po | 18 +- misc/translator/po/zh-Hant-TW-marc-UNIMARC.po | 47 +- misc/translator/po/zh-Hant-TW-opac-bootstrap.po | 20 +- misc/translator/po/zh-Hant-TW-pref.po | 30 +- misc/translator/po/zh-Hant-TW-staff-help.po | 2 +- misc/translator/po/zh-Hant-TW-staff-prog.po | 1238 ++++----- 599 files changed, 58376 insertions(+), 55086 deletions(-) create mode 100644 misc/release_notes/release_notes_18_05_07.html create mode 100644 misc/release_notes/release_notes_18_05_07.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 10:14:33 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 09:14:33 +0000 Subject: [koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-79-geac6010 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, 17.11.x has been updated via eac60108318813b30f52c1a65bf8c6e8fecab30a (commit) via 256253daed7af636ef229145e55e65e6d39e670e (commit) via 8ae67039e239fea26fea5f7f453e26a178ca0602 (commit) from 6b7f6d668cce2e5fc2e5e6d426fc2ff2dedb0867 (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 eac60108318813b30f52c1a65bf8c6e8fecab30a Author: Fridolin Somers Date: Fri Dec 21 09:55:39 2018 +0100 Update release notes for 17.11.13 release Signed-off-by: Fridolin Somers commit 256253daed7af636ef229145e55e65e6d39e670e Author: Fridolin Somers Date: Fri Dec 21 07:50:04 2018 +0100 Increment version for 17.11.13 release Signed-off-by: Fridolin Somers commit 8ae67039e239fea26fea5f7f453e26a178ca0602 Author: Koha translators <> Date: Fri Dec 21 03:45:57 2018 -0300 Translation updates for Koha 17.11.13 ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_17_11_13.md | 393 ++ misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/am-Ethi-pref.po | 2 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 1050 +++-- misc/translator/po/ar-Arab-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/ar-Arab-pref.po | 2 +- misc/translator/po/ar-Arab-staff-help.po | 2 +- misc/translator/po/ar-Arab-staff-prog.po | 1056 +++-- misc/translator/po/as-IN-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/as-IN-pref.po | 2 +- misc/translator/po/as-IN-staff-help.po | 2 +- misc/translator/po/as-IN-staff-prog.po | 1050 +++-- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- 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 | 201 +- misc/translator/po/az-AZ-pref.po | 2 +- misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 1050 +++-- misc/translator/po/be-BY-marc-MARC21.po | 2 +- 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 | 202 +- misc/translator/po/be-BY-pref.po | 2 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 1054 +++-- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/bg-Cyrl-pref.po | 2 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 1050 +++-- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/bn-IN-pref.po | 2 +- misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 1050 +++-- misc/translator/po/ca-ES-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/ca-ES-pref.po | 2 +- misc/translator/po/ca-ES-staff-help.po | 2 +- misc/translator/po/ca-ES-staff-prog.po | 1050 +++-- misc/translator/po/cs-CZ-marc-MARC21.po | 2 +- 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 | 206 +- misc/translator/po/cs-CZ-pref.po | 2 +- misc/translator/po/cs-CZ-staff-help.po | 2 +- misc/translator/po/cs-CZ-staff-prog.po | 1080 +++-- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/cy-GB-pref.po | 2 +- misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 1050 +++-- misc/translator/po/da-DK-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/da-DK-pref.po | 2 +- misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 1056 +++-- misc/translator/po/de-CH-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/de-CH-pref.po | 2 +- misc/translator/po/de-CH-staff-help.po | 2 +- misc/translator/po/de-CH-staff-prog.po | 1057 +++-- misc/translator/po/de-DE-marc-MARC21.po | 2 +- 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 | 208 +- misc/translator/po/de-DE-pref.po | 11 +- misc/translator/po/de-DE-staff-help.po | 2 +- misc/translator/po/de-DE-staff-prog.po | 1066 +++-- misc/translator/po/el-GR-marc-MARC21.po | 2 +- 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 | 226 +- misc/translator/po/el-GR-pref.po | 30 +- misc/translator/po/el-GR-staff-help.po | 12 +- misc/translator/po/el-GR-staff-prog.po | 1193 +++-- misc/translator/po/en-GB-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/en-GB-pref.po | 2 +- misc/translator/po/en-GB-staff-help.po | 2 +- misc/translator/po/en-GB-staff-prog.po | 1052 +++-- misc/translator/po/en-NZ-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/en-NZ-pref.po | 2 +- misc/translator/po/en-NZ-staff-help.po | 2 +- misc/translator/po/en-NZ-staff-prog.po | 1056 +++-- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 200 +- misc/translator/po/eo-pref.po | 2 +- misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 1050 +++-- misc/translator/po/es-ES-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/es-ES-pref.po | 19 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 1067 +++-- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 201 +- misc/translator/po/eu-pref.po | 2 +- misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 1056 +++-- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/fa-Arab-pref.po | 2 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 1052 +++-- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/fi-FI-pref.po | 2 +- misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 1057 +++-- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/fo-FO-pref.po | 2 +- misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 1050 +++-- misc/translator/po/fr-CA-marc-MARC21.po | 113 +- 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 | 207 +- misc/translator/po/fr-CA-pref.po | 9 +- misc/translator/po/fr-CA-staff-help.po | 34 +- misc/translator/po/fr-CA-staff-prog.po | 1189 +++-- misc/translator/po/fr-FR-marc-MARC21.po | 91 +- 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 | 199 +- misc/translator/po/fr-FR-pref.po | 8 +- misc/translator/po/fr-FR-staff-help.po | 22 +- misc/translator/po/fr-FR-staff-prog.po | 1069 +++-- misc/translator/po/ga-marc-MARC21.po | 2 +- misc/translator/po/ga-marc-NORMARC.po | 2 +- misc/translator/po/ga-marc-UNIMARC.po | 2 +- misc/translator/po/ga-opac-bootstrap.po | 196 +- misc/translator/po/ga-pref.po | 2 +- misc/translator/po/ga-staff-help.po | 2 +- misc/translator/po/ga-staff-prog.po | 1050 +++-- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 196 +- misc/translator/po/gl-pref.po | 2 +- misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 1050 +++-- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/he-Hebr-pref.po | 2 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 1050 +++-- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 198 +- misc/translator/po/hi-pref.po | 4 +- misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 1056 +++-- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/hr-HR-pref.po | 2 +- misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 1050 +++-- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/hu-HU-pref.po | 2 +- misc/translator/po/hu-HU-staff-help.po | 2 +- misc/translator/po/hu-HU-staff-prog.po | 1050 +++-- misc/translator/po/hy-Armn-marc-MARC21.po | 2 +- 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 | 206 +- misc/translator/po/hy-Armn-pref.po | 11 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 1081 +++-- misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 196 +- misc/translator/po/ia-pref.po | 2 +- misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 1050 +++-- misc/translator/po/id-ID-marc-MARC21.po | 2 +- 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 | 201 +- misc/translator/po/id-ID-pref.po | 2 +- misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 1050 +++-- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/iq-CA-pref.po | 2 +- misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 1050 +++-- misc/translator/po/is-IS-marc-MARC21.po | 2 +- 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 | 201 +- misc/translator/po/is-IS-pref.po | 2 +- misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 1050 +++-- misc/translator/po/it-IT-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/it-IT-pref.po | 2 +- misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po | 1056 +++-- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/iu-CA-pref.po | 2 +- misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 1050 +++-- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/ja-Jpan-JP-pref.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 1050 +++-- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 196 +- misc/translator/po/ka-pref.po | 2 +- misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 1050 +++-- misc/translator/po/km-KH-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/km-KH-pref.po | 2 +- misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 1050 +++-- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/kn-Knda-pref.po | 2 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 1050 +++-- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/ko-Kore-KP-pref.po | 2 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 1056 +++-- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/ku-Arab-pref.po | 2 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 1050 +++-- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/lo-Laoo-pref.po | 2 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 1050 +++-- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/mi-NZ-pref.po | 2 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 1050 +++-- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 196 +- misc/translator/po/ml-pref.po | 2 +- misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 1050 +++-- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 200 +- misc/translator/po/mon-pref.po | 2 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 1050 +++-- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 196 +- misc/translator/po/mr-pref.po | 2 +- misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 1050 +++-- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/ms-MY-pref.po | 2 +- misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 1050 +++-- misc/translator/po/my-marc-MARC21.po | 2 +- misc/translator/po/my-marc-NORMARC.po | 2 +- misc/translator/po/my-marc-UNIMARC.po | 2 +- misc/translator/po/my-opac-bootstrap.po | 196 +- misc/translator/po/my-pref.po | 2 +- misc/translator/po/my-staff-help.po | 2 +- misc/translator/po/my-staff-prog.po | 1050 +++-- misc/translator/po/nb-NO-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/nb-NO-pref.po | 2 +- misc/translator/po/nb-NO-staff-help.po | 2 +- misc/translator/po/nb-NO-staff-prog.po | 1056 +++-- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/ne-NE-pref.po | 2 +- misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 1050 +++-- misc/translator/po/nl-BE-marc-MARC21.po | 10 +- 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 | 219 +- misc/translator/po/nl-BE-pref.po | 2 +- misc/translator/po/nl-BE-staff-help.po | 2 +- misc/translator/po/nl-BE-staff-prog.po | 1076 +++-- misc/translator/po/nl-NL-marc-MARC21.po | 1543 ++++--- misc/translator/po/nl-NL-marc-NORMARC.po | 162 +- misc/translator/po/nl-NL-marc-UNIMARC.po | 38 +- misc/translator/po/nl-NL-opac-bootstrap.po | 2609 +++++------ misc/translator/po/nl-NL-pref.po | 558 +-- misc/translator/po/nl-NL-staff-help.po | 154 +- misc/translator/po/nl-NL-staff-prog.po | 5531 ++++++++++++----------- misc/translator/po/nn-NO-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/nn-NO-pref.po | 2 +- misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/nn-NO-staff-prog.po | 1050 +++-- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 199 +- misc/translator/po/oc-pref.po | 2 +- misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 1056 +++-- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 196 +- misc/translator/po/pbr-pref.po | 2 +- misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 1050 +++-- misc/translator/po/pl-PL-marc-MARC21.po | 2 +- 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 | 207 +- misc/translator/po/pl-PL-pref.po | 2 +- misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/pl-PL-staff-prog.po | 1069 +++-- misc/translator/po/prs-marc-MARC21.po | 2 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 196 +- misc/translator/po/prs-pref.po | 2 +- misc/translator/po/prs-staff-help.po | 2 +- misc/translator/po/prs-staff-prog.po | 1050 +++-- misc/translator/po/pt-BR-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/pt-BR-pref.po | 2 +- misc/translator/po/pt-BR-staff-help.po | 2 +- misc/translator/po/pt-BR-staff-prog.po | 1056 +++-- misc/translator/po/pt-PT-marc-MARC21.po | 2 +- 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 | 216 +- misc/translator/po/pt-PT-pref.po | 4 +- misc/translator/po/pt-PT-staff-help.po | 2 +- misc/translator/po/pt-PT-staff-prog.po | 1073 +++-- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- 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 | 201 +- misc/translator/po/ro-RO-pref.po | 2 +- misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 1050 +++-- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/ru-RU-pref.po | 2 +- misc/translator/po/ru-RU-staff-help.po | 2 +- misc/translator/po/ru-RU-staff-prog.po | 1054 +++-- misc/translator/po/rw-RW-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/rw-RW-pref.po | 2 +- misc/translator/po/rw-RW-staff-help.po | 2 +- misc/translator/po/rw-RW-staff-prog.po | 1050 +++-- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/sd-PK-pref.po | 2 +- misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 1050 +++-- misc/translator/po/sk-SK-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/sk-SK-pref.po | 2 +- misc/translator/po/sk-SK-staff-help.po | 2 +- misc/translator/po/sk-SK-staff-prog.po | 1058 +++-- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/sl-SI-pref.po | 2 +- misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 1050 +++-- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/sq-AL-pref.po | 2 +- misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 1050 +++-- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/sr-Cyrl-pref.po | 2 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 1050 +++-- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/sv-SE-pref.po | 2 +- misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 1056 +++-- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/sw-KE-pref.po | 2 +- misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 1050 +++-- misc/translator/po/ta-LK-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/ta-LK-pref.po | 2 +- misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-LK-staff-prog.po | 1050 +++-- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 196 +- misc/translator/po/ta-pref.po | 2 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 1050 +++-- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 198 +- misc/translator/po/tet-pref.po | 2 +- misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 1052 +++-- misc/translator/po/th-TH-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/th-TH-pref.po | 2 +- misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 1050 +++-- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/tl-PH-pref.po | 2 +- misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 1050 +++-- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/tr-TR-pref.po | 4 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 1066 +++-- misc/translator/po/tvl-marc-MARC21.po | 2 +- misc/translator/po/tvl-marc-NORMARC.po | 2 +- misc/translator/po/tvl-marc-UNIMARC.po | 2 +- misc/translator/po/tvl-opac-bootstrap.po | 196 +- misc/translator/po/tvl-pref.po | 2 +- misc/translator/po/tvl-staff-help.po | 2 +- misc/translator/po/tvl-staff-prog.po | 1050 +++-- misc/translator/po/uk-UA-marc-MARC21.po | 2 +- 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 | 200 +- misc/translator/po/uk-UA-pref.po | 2 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 1057 +++-- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- 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 | 196 +- misc/translator/po/ur-Arab-pref.po | 2 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 1050 +++-- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- 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 | 199 +- misc/translator/po/vi-VN-pref.po | 2 +- misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 1056 +++-- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/zh-Hans-CN-pref.po | 2 +- misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 1056 +++-- misc/translator/po/zh-Hant-TW-marc-MARC21.po | 2 +- 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 | 198 +- misc/translator/po/zh-Hant-TW-pref.po | 20 +- misc/translator/po/zh-Hant-TW-staff-help.po | 2 +- misc/translator/po/zh-Hant-TW-staff-prog.po | 1064 +++-- 584 files changed, 71146 insertions(+), 44096 deletions(-) create mode 100644 misc/release_notes/release_notes_17_11_13.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 10:15:52 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 09:15:52 +0000 Subject: [koha-commits] main Koha release repository annotated tag v17.11.13 created. v17.11.13 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, v17.11.13 has been created at 138d7ade475dcdf161bc57380819f062b8403c11 (tag) tagging eac60108318813b30f52c1a65bf8c6e8fecab30a (commit) replaces v17.11.12 tagged by Fridolin Somers on Fri Dec 21 09:57:11 2018 +0100 - Log ----------------------------------------------------------------- Koha release 17.11.13 -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEuXlk3O256QfzYP0rK8k2QoBkBm4FAlwcqucACgkQK8k2QoBk Bm7OTwf/Q3MyFF0s8R1HLumshcmTnw7f0w9YKYGMvYIZkwxgMOL/OqNm8t1vBVRW dEv5WM8fTnnONVPS+vvyrptmVrMwVSmZ8m+oNFw01J8qd5NffE5wzEY8a0BZTwuT GQFBDqYRw397e8xxbS5RQtpwTcMrSjfH9LRc1e784m4rAh/NNOW0oTPqxADsWHl0 06yJk0JZJZ0/XowKLBCjKhEVm+aDGgN1HBouBFkHxqCb1xicKTojRbWEoEdJc/yQ QNdQmAaQBOOTFXFcT0N/5Y3qhWj5EI34cn/WrL8u77u4UIfL7eqESJR1wNXGcGXt scjF5Y99qvFS5SPJhF9y5KcIqPWP6A== =XhAx -----END PGP SIGNATURE----- Andreas Roussos (3): Bug 21819: Marc modification templates action always checks Regexp checkbox Bug 21861: The MARC modification template actions editor does not always validate user input Bug 21861: (follow-up) replace onchange() with jQuery equivalent Andrew Isherwood (3): Bug 20968: Add hooks into cat-toolbar.inc to display buttons Bug 20968: (follow-up) Respond to feedback Bug 20968: (follow-up) Replace tabs with spaces David Cook (3): Bug 21005: Missing row/column defaults cause unexpected results in report wizards Bug 21556: Deleting same record twice leads to fatal software error Bug 21666: Replace unsupported use attribute with more widely supported attribute Dimitris Antonakis (1): Bug 17597: Outdated translation credits Fridolin Somers (9): Revert "Bug 21479: "Mock" SearchEngine to use Zebra" Revert "Bug 21479: Zebra index can return different result" Revert "Bug 21479: Remove the trace if the node does not exist" Revert "Bug 21479: Add regression tests" Bug 21116: (RMaint follow-up) do not use Koha::Exceptions::Exception Bug 21116: (RMaint follow-up) do not use Koha::Exceptions::Exception Bug 21644: better UNIMARC XSLT display of 210 in intranet Increment version for 17.11.13 release Update release notes for 17.11.13 release Jesse Maseto (1): Bug 21730: DBRev 18.05.06.001 Jonathan Druart (13): Bug 20592: Add tests Bug 21629: Use cn_sort instead of itemcallnumber when displaying a list Bug 21654: Remove refund_lost_item_fee_rules.sql from the installer process Bug 21634: Keep "circulation" module selected when viewing patron's logs Bug 21080: Fix patron's attributes display when PA_CLASS is used Bug 21556: Do not crash if a biblio is deleted twice Bug 21015: Remove unecessary 'use Koha::Schema' statements in t/ Bug 21787: Remove unecessary test from GetHardDueDate.t Bug 21282: Sync ordered and spent values with acqui home Bug 18677: Make the tests pass Bug 18677: Remove new issue_id param from charlostitem Bug 21730: Add missing PA_CLASS authorized values categories Bug 21955: Remove Cache::Memory as fallback for L2 cache Joonas Kylm?l? (1): Bug 21015: fix performance issue with C4::Members Josef Moravec (3): Bug 21581: (QA follow-up) Update comment according to code in SearchAuthorities Bug 18720: Use exception instead of die in GetBasketAsCsv Bug 21698: (QA follow-up) Fix typo verbosev -> verbose Julian Maurice (1): Bug 21853: Fix PDF export of basketgroups Katrin Fischer (3): Bug 21625: Fix wording and typo in SMSSendDriver system preference description Bug 20720: (QA follow-up) Some minor corrections Bug 21874: Fix encoding of cart and list email subjects Koha translators (1): Translation updates for Koha 17.11.13 Kyle M Hall (5): Bug 20968: Add unit tests Bug 20968: Rename method get_intranet_catalog_toolbar_button to intranet_catalog_biblio_enhancements_toolbar_button Bug 18677: issue_id is not added to accountlines for lost item fees Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled Bug 20598: Unit test Magnus Enger (2): Bug 21698: Fix POD of cancel_unfilled_holds.pl Bug 21585: Ignore missing firstname in ILL requests table Marcel de Rooy (5): Bug 18677: (QA follow-up) Trivial fixes to Chargelostitem.t Bug 20598: (QA follow-up) Tiny fixes Bug 21819: (QA follow-up) Replace onchange() in touched code Bug 21867: Replace remaining document.element.onchange calls in marc_modification_templates.js Bug 21874: (QA follow-up) Fix intranet sendshelf Mark Tompsett (4): Bug 20592: Return early in ModItem if nothing to update Bug 21005: Address QA tool failures on tabs Bug 21349: Instructors with special characters in cardnumber cannot be removed from course reserves Bug 21853: (follow-up) to solve printpdf error Martin Renvoize (3): Bug 20720: Using git Sponsored-by lines to update 'about' Bug 20720: Found some more sponsors to add to 'about' Bug 21581: (RMaint follow-up) Skip deprecated GRS-1 test for feature Nick Clemens (6): Bug 21581: Unit tests and updated data Bug 21581: Pass through authorities indexes Bug 21640: Enable output to STDOUT for Itiva outbound script Bug 20598: Update number of tests Bug 21837: Don't set holdingbranch filter using selected homebranch filter Bug 21854: Use template plugin to display category description Nightly Build Bot (2): Bug 20952 - Automatic debian/control updates (oldoldstable/17.11.x) Bug 20952 - Automatic debian/control updates (oldoldstable/17.11.x) Owen Leonard (4): Bug 21497: [17.11.x] Correctly format dates for ILL requests in OPAC Bug 10442: Remove references to non-standard "error" class Bug 21186: Incorrect Bootstrap modal event name in multiple templates Bug 21186: (follow-up) Incorrect Bootstrap modal event name in multiple templates Thatcher Leonard (1): Bug 18584: Our legacy code contains trailing-spaces Tomas Cohen Arazi (5): Bug 18959: Text::CSV::Unicode missing from dependencies Bug 18959: Skip xt/author/Text_CSV_Various.t if Text::CSV::Unicode missing Bug 21740: Show @ when editing fixed-length fields on bibliographic frameworks Bug 21116: Unit tests Bug 21116: Add API routes through plugins ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 13:34:04 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 12:34:04 +0000 Subject: [koha-commits] main Koha release repository branch 18.11.x updated. v18.11.01-1-g46d725c 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 46d725c128ad238794974dfd2bf35e99e3a5b6bc (commit) from 03f5bcd9187057408a1f1182b30abe1cad46b042 (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 46d725c128ad238794974dfd2bf35e99e3a5b6bc Author: Nightly Build Bot Date: Thu Dec 13 01:24:37 2018 +0100 Bug 17108: Automatic debian/control updates (stable/18.11.x) Signed-off-by: Mirko Tietgen Signed-off-by: Martin Renvoize ----------------------------------------------------------------------- Summary of changes: debian/control | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 14:04:21 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 13:04:21 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-1-gd76f278 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.05.x has been updated via d76f2785ffaa5418a1319290c1e575a7040b0da4 (commit) from 9df41ab3460aa31d8df3e11fbc972db4058623e8 (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 d76f2785ffaa5418a1319290c1e575a7040b0da4 Author: Nightly Build Bot Date: Thu Dec 13 01:24:37 2018 +0100 Bug 17108: Automatic debian/control updates (stable/18.11.x) Signed-off-by: Mirko Tietgen Signed-off-by: Martin Renvoize (cherry picked from commit 46d725c128ad238794974dfd2bf35e99e3a5b6bc) Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: debian/control | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 14:22:50 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 13:22:50 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-3-gbeaf472 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.05.x has been updated via beaf47234bdb8df190a3d192adea67dcb2b66df3 (commit) via 8a8a1403760ce297f541efdc54a9041ead719ba7 (commit) from d76f2785ffaa5418a1319290c1e575a7040b0da4 (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 beaf47234bdb8df190a3d192adea67dcb2b66df3 Author: Nightly Build Bot Date: Wed Dec 19 02:24:47 2018 +0100 Bug 17111: Automatic debian/control updates (oldstable/18.05.x) Signed-off-by: Mirko Tietgen Signed-off-by: Jesse Maseto commit 8a8a1403760ce297f541efdc54a9041ead719ba7 Author: Jesse Maseto Date: Fri Dec 21 08:01:50 2018 -0500 Revert "Bug 17108: Automatic debian/control updates (stable/18.11.x)" This reverts commit 46d725c128ad238794974dfd2bf35e99e3a5b6bc. Signed-off-by: Jesse Maseto ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 22:18:25 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2018 21:18:25 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-6-g247b573 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.05.x has been updated via 247b57388a168b358878c1acd50b8591a3335808 (commit) via 7008d6ae03a1f5dac6b6c3b7fd42a13d3393abab (commit) via 2f7868e9c6d3a1646b9c0d9e8736301b317750e9 (commit) from beaf47234bdb8df190a3d192adea67dcb2b66df3 (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 247b57388a168b358878c1acd50b8591a3335808 Author: Julian Maurice Date: Fri Dec 7 10:19:44 2018 +0100 Bug 21908: (QA follow-up) Remove useless parentheses in query Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit 875f3162c8008ef288adfcd18ada490cf06ecc15) Signed-off-by: Martin Renvoize (cherry picked from commit 0c99c3a30a4ebe2ef18db1a6d1e48a99ef7ea0b6) Signed-off-by: Lucas Gass commit 7008d6ae03a1f5dac6b6c3b7fd42a13d3393abab Author: Fridolin Somers Date: Thu Nov 29 10:50:06 2018 +0100 Bug 21908: Add DISTINCT biblionumber to rebuild_zebra.pl Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. When using table=items we should use DISTINCT(biblionumber) to avoid indexing several times the same biblio record when it has several items. This patch adds DISTINCT(biblionumber) in all cases it does not harm if its already unique. Test plan : 1) Be sur you have a biblio record with biblionumber 1 with 3 items 2) Run misc/migration_tools/rebuild_zebra.pl -v -b --table items --where="biblionumber=1" 3) Without patch you see "Records exported: 3", with patch only one 4) Check indexing works well Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit a1b08269a7031417312e6265ace9ef5b995933fa) Signed-off-by: Martin Renvoize (cherry picked from commit 397f2e850ced3acaeb8d0f103694262ba339d63f) Signed-off-by: Lucas Gass commit 2f7868e9c6d3a1646b9c0d9e8736301b317750e9 Author: Fridolin Somers Date: Thu Nov 29 10:15:00 2018 +0100 Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering. It is missing biblio_metadata to allow filtering on MARCXML with ExtractValue. Test plan : 1) Be sur you have a biblio record with biblionumber 1 2) Run misc/migration_tools/rebuild_zebra.pl -h 3) You see : --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index. 4) Run misc/migration_tools/rebuild_zebra.pl -v -b --table biblio_metadata --where="biblio_metadata.biblionumber=1" 5) Check you dont have SQL errors Signed-off-by: Pierre-Marc Thibault Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens (cherry picked from commit c36597bc0c72cc31249c02af5aaaf1c1f977ee50) Signed-off-by: Martin Renvoize (cherry picked from commit 33b8f3ff1df670d4512695213d004b1a189f9c25) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/rebuild_zebra.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 24 15:56:56 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 24 Dec 2018 14:56:56 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-7-g4262486 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.05.x has been updated via 4262486ef33b30ec0a88428a9a73b688f30ac935 (commit) from 247b57388a168b358878c1acd50b8591a3335808 (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 4262486ef33b30ec0a88428a9a73b688f30ac935 Author: Nick Clemens Date: Tue Oct 2 19:48:02 2018 +0000 Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron To test: 1 - Export your patrons a - Create a report 'SELECT * FROM borrowers' b - Run and save the report as csv (check your delimiter) c - Delete the borrowernumebr column 2 - Use the Patron Import tool to import the csv from above 3 - Set matching to 'cardnumber' 4 - Set 'If matching record is already in the borrowers table:' to Overwrite 5 - Import 6 - None are import because of matchign userid (their own) 7 - Apply patch 8 - Repeat 9 - Patrons are successfully overwritten 10 - prove -v t/db_dependent/Koha/Patrons/Import.t 11 - prove -v t/db_dependent/Koha/Patrons.t Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 9a2bd027e5d2380b39776059066d8f06b42d68dd) Signed-off-by: Martin Renvoize (cherry picked from commit 2e3da710f4cbf85e5a13f3723047202517afb99d) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: Koha/Patrons/Import.pm | 2 +- t/db_dependent/Koha/Patrons.t | 3 +- t/db_dependent/Koha/Patrons/Import.t | 61 +++++++++++++++++++++++++++++----- 3 files changed, 55 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 24 17:45:35 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 24 Dec 2018 16:45:35 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-8-g273b206 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.05.x has been updated via 273b2068a43fe5261c2991b64d38fec44d103352 (commit) from 4262486ef33b30ec0a88428a9a73b688f30ac935 (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 273b2068a43fe5261c2991b64d38fec44d103352 Author: Nick Clemens Date: Wed Dec 12 16:16:50 2018 +0000 Bug 21991: Pass param names to report limit tool To test: 1 - Define a report like: SELECT barcode, itemnumber FROM items WHERE (homebranch = <> AND 0 ) OR <>=<> 2 - Run it, you get results 3 - Select 'Rows to display' 50 4 - No results 5 - Apply patch 6 - Run report 7 - Change display rows 8 - Results remain! Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 702c727470d332615fb1428c55f503183935f29d) Signed-off-by: Martin Renvoize (cherry picked from commit 4de2ad9839319778333c1a3163f318e437ff01fb) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 18:38:24 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2018 17:38:24 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-9-gb89e7f3 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.05.x has been updated via b89e7f3a2741390ca1acf7f254f058883d7b957c (commit) from 273b2068a43fe5261c2991b64d38fec44d103352 (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 b89e7f3a2741390ca1acf7f254f058883d7b957c Author: Jonathan Druart Date: Fri Dec 7 16:49:00 2018 -0300 Bug 21931: Do not reset the ES mapping on 3.23.00.050 This update DB entry uses DBIx schema which does not make it crashes if the table structure is changed. Which happens on 18.06.00.054, that added search_field.weight The entry 3.23.00.050 fails with Unknown column 'me.weight' in 'field list' This patch removes the reset of the mapping and display a warning to tell the administrator the mapping must be reset/inserted Test plan: Use a 3.22 dump and upgrade it Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit e29f0bce403d5d7c1f292d57b105e0a2ab31e01d) Signed-off-by: Martin Renvoize (cherry picked from commit 1fdc679955feb2357c8e897040f9d29cc3df930d) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 19:14:07 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2018 18:14:07 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-10-ge2cfc26 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.05.x has been updated via e2cfc2615c119252e5c317059312c0d020f2924f (commit) from b89e7f3a2741390ca1acf7f254f058883d7b957c (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 e2cfc2615c119252e5c317059312c0d020f2924f Author: Jonathan Druart Date: Wed Dec 12 11:05:19 2018 -0300 Bug 21986: Do not escape quotation marks when cataloguing In several places we escape quotation marks using $value =~ s/"/"/g; All the occurrences are wrong and must be removed. Most of them are leftover of bug 11638 (Remove HTML from addbiblio.pl), which removes the construction of html from pl scripts. The problem has been highlighted by bug 13618, I did not track down why the issue did not exist before (?) Test plan: 0/ Use strings with quotation marks, like: 'Fiddle tune history : "bad" tunes' You can also use other html characters to make the tests more complete, like 'Fiddle tune history : <"bad" tunes>' 1/ authorities/authorities.pl a. Edit an authority filling different fields with quotation marks b. Edit it again => The display (inputs' values) is wrong, if you save the escaped quotes will be inserted 2/ cataloguing/addbiblio.pl Same editing a bibliographic record 3/ cataloguing/additem.pl Same editing items 4/ members/memberentry.pl Edit a patron's record and fill some fields with quotation marks + fields borrowernotes and opacnotes => The quotes are inserted directly in DB (escape is done before the insert!) 5/ opac/opac-review.pl For QA only: $js_ok_review is never used 6/ tools/batchMod.pl For QA only: $value is always undefined at that point Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit d561273ef84f4bc2534ac63d0f8793c9eb2a7fb9) Signed-off-by: Martin Renvoize (cherry picked from commit 305729fdc04c723b2eb372441500d3151e1a62d3) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: authorities/authorities.pl | 2 -- cataloguing/addbiblio.pl | 2 -- cataloguing/additem.pl | 6 ++---- members/memberentry.pl | 1 - opac/opac-review.pl | 3 --- tools/batchMod.pl | 3 +-- 6 files changed, 3 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 21:36:57 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2018 20:36:57 +0000 Subject: [koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-11-g61784f5 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.05.x has been updated via 61784f5e2607afaa1a89ee3a4384ea0155bacba0 (commit) from e2cfc2615c119252e5c317059312c0d020f2924f (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 61784f5e2607afaa1a89ee3a4384ea0155bacba0 Author: Jonathan Druart Date: Fri Dec 7 14:14:06 2018 -0300 Bug 14334: Remove AutoCommit from tests And use a DBIx transaction instead. Test plan: prove that the test files modified by this patch are passing Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 64242cabea21e9ee7673666cad88eb403d1053d6) Signed-off-by: Martin Renvoize (cherry picked from commit 10148dc26ba801d3f86401dc24a3fb5b6618a02b) Signed-off-by: Lucas Gass ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition/FillWithDefaultValues.t | 6 +++--- t/db_dependent/AdditionalField.t | 8 +++----- t/db_dependent/Auth_with_cas.t | 11 +++-------- t/db_dependent/BackgroundJob.t | 8 ++++---- t/db_dependent/Charset.t | 8 ++++---- t/db_dependent/Circulation/CheckIfIssuedToPatron.t | 8 +------- t/db_dependent/Circulation/CheckValidBarcode.t | 8 +++----- t/db_dependent/Circulation/GetHardDueDate.t | 9 +++------ t/db_dependent/Circulation/OfflineOperation.t | 9 +++------ t/db_dependent/ColumnsSettings.t | 8 ++++---- t/db_dependent/Contract.t | 7 +++---- t/db_dependent/Fines.t | 7 ++----- t/db_dependent/Koha/GetDailyQuote.t | 9 +++------ t/db_dependent/Koha/Item/Search/Field.t | 7 +++---- t/db_dependent/Koha_Misc_Files.t | 8 +++----- t/db_dependent/Labels/t_Batch.t | 8 +++----- t/db_dependent/Languages.t | 10 ++++------ t/db_dependent/Letters/GetLetterTemplates.t | 5 +++-- t/db_dependent/Letters/GetLettersAvailableForALibrary.t | 5 +++-- t/db_dependent/LibraryGroups.t | 7 ++++--- t/db_dependent/MarcModificationTemplates.t | 5 +++-- t/db_dependent/MungeMarcPrice.t | 13 ++++--------- t/db_dependent/NewsChannels.t | 9 +++------ t/db_dependent/Overdues.t | 5 +++-- t/db_dependent/Record.t | 7 +++---- t/db_dependent/Record/marcrecord2csv.t | 5 +++-- t/db_dependent/RotatingCollections.t | 10 +++------- t/db_dependent/Serials.t | 10 +++------- t/db_dependent/Serials/Claims.t | 5 +++-- t/db_dependent/Serials/Frequency.t | 7 +++---- t/db_dependent/Serials/GetNextSeq.t | 8 +++----- t/db_dependent/Serials/Numberpattern.t | 12 ++++++------ t/db_dependent/Stats.t | 9 +++------ t/db_dependent/Virtualshelves.t | 4 +++- t/db_dependent/XISBN.t | 8 +++----- t/db_dependent/sysprefs.t | 8 +++----- 36 files changed, 114 insertions(+), 167 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 22:05:48 2018 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2018 21:05:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v18.11.00-80-g3f73490 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 3f734900f0a86e5478afc22cb77b493500e998e9 (commit) via 085cfc6bca30718a6d719d645709097cf86f01db (commit) via 66f1605c59763613a4e955fd259a845e4fc06324 (commit) via 3c14a0d3526351fde4d785b5f60117f62edea5a9 (commit) via a200aafd3b181b736dc288e208730a50372fbfd8 (commit) via a5eaa7a37d38f4de623918d498d56a2e7bd2bcec (commit) via 2e5e127b085b0cb6c795a31f16b3a36bad0ebca1 (commit) via dc7e886379b7035ae9dfc650d995f1e475ca1dff (commit) via d9ca9f699bdf1718e3923c0cbc6b11c67512abc1 (commit) via d153e728bb8fa677153281b9bdf8325e76358b4b (commit) via e91393988d15bd2bf0954dd8de209edf8b7f21a1 (commit) via 727f33d858e50d26dfb60cec516533d0c4107d2a (commit) via ccbed38e213de6a6b9331fc34d2f872bf5ab5fc7 (commit) from 5e17032700790032088fe3f2209c3d173e77d540 (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 3f734900f0a86e5478afc22cb77b493500e998e9 Author: Tomas Cohen Arazi Date: Wed Dec 26 12:25:54 2018 -0300 Bug 21547: (follow-up) Rely on Koha::Patron->set_password checks This patch makes the controller just call $patron->set_password and use the exceptions it might raise instead of manually checking the passwor strength. No behaviour change should be expected. It also removes some leftovers. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens commit 085cfc6bca30718a6d719d645709097cf86f01db Author: Marcel de Rooy Date: Thu Oct 11 12:00:31 2018 +0200 Bug 21547: Use set_password in opac-passwd and remove sub goodkey Remove sql statement to change password by calling set_password. Remove sub goodkey by calling C4::Auth::checkpw_hash. Adding the scalar before param Oldkey (from bug 21036). Rebased on top of 21178 (using set_password instead of update_password). Test plan: Try to change password in OPAC with good and bad pw. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens commit 66f1605c59763613a4e955fd259a845e4fc06324 Author: Alex Buckley Date: Wed Oct 31 10:27:41 2018 +0000 Bug 21754: Automatically clean up outstanding transfers on lost items This is an alternative to bug 21732 as transfers are automatically cancelled on marking an item lost, and the items holding rbanch is set to the transfers source ('from') branch. When an item is marked as lost, the routine should also clean up any outstanding transfers. Also added tests to t/db_dependent/Circulation.t which check: * If transfer is automatically deleted when item is marked as lost * If the items holdingbranch automatically changes when item with transfers on it is marked as lost. Test plan: 1. Find a item which is in transfer, i.e. find an item with the text in the 'Status' field of the table in detail.pl that indicates it is in transfer 2. Set the item to 'Lost' either by clicking on Edit->Edit items from the detail.pl page OR clicking on the Items tab on the left side of the detail.pl page 3. Notice that the transfer is now cancelled for the item and the items holdingbranch is the transfers source ('from') branch 4. Run t/db_dependent/Circulation.t Sponsored-by: Brimbank Library, Australia Signed-off-by: Andreas Hedstr?m Mace (fixed the introduction of a whitespace line and removed a double declare warning from the new tests as part of QA) Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens commit 3c14a0d3526351fde4d785b5f60117f62edea5a9 Author: Andrew Isherwood Date: Sat Dec 1 10:05:38 2018 +0000 Bug 21929: Typo in orderreceive.tt lass -> class Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit a200aafd3b181b736dc288e208730a50372fbfd8 Author: Jonathan Druart Date: Tue Oct 16 11:51:40 2018 -0300 Bug 21571: Make ACCTDETAILS translatable This patch makes the notice "ACCTDETAILS" translatable. Test plan: 1. Switch on TranslateNotices and AutoEmailOpacUser 2. Define templates for different languages for ACCTDETAILS 3. Create a new patron, define an email address, userid and password. Also pick a different "preferred language" then the default value 4. You should receive the email with the correct, translated, email. Signed-off-by: Hugo Agud Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit a5eaa7a37d38f4de623918d498d56a2e7bd2bcec Author: Nick Clemens Date: Thu Nov 15 18:56:00 2018 +0000 Bug 21844: Include itemcallnumber in lost fine description To test: 1 - Make sure WhenLostChargeReplacementFee is set to charge 2 - Find an item with a replacement cost (or default) and a call number 3 - Checkout the item to a patron 4 - Mark the item lost 5 - View the fine - the description includes title and barcode 6 - Apply patch 7 - Check the item in 8 - Check it out again 9 - Mark it lost 10 - Note the fine includes the callnumber Signed-off-by: Pierre-Marc Thibault Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens commit 2e5e127b085b0cb6c795a31f16b3a36bad0ebca1 Author: Katrin Fischer Date: Sat Oct 27 11:49:11 2018 +0000 Bug 21693: Make page title consistent with other pages For some reason we use 'Home' in the bread crumbs, but 'Koha' as starting point in the page title. Changed to make consistent with other pages in Circulation. Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens commit dc7e886379b7035ae9dfc650d995f1e475ca1dff Author: Owen Leonard Date: Fri Oct 26 16:15:39 2018 +0000 Bug 21693: Clean up checkout notes template This patch modifies the checkout notes template to help compliance with coding guidelines and interface patterns: - Convert to Bootstrap grid - Improve DataTables configuration - Put buttons into a toolbar and move above selection links Also corrected: Minor markup error in circ-nav.inc To test, apply the patch and enable the AllowCheckoutNotes system preference. Add a few checkout notes via the OPAC. - Go to Circulation -> Checkout notes. - Confirm that the page looks correct at various browser widths. - Confirm that the first and last columns of the table of notes are not sortable. - The table should be sorted by default by title. - Title sorting should ignore articles "a," "an," and "the." - Test with the CircSidebar preference both on and off. - With CircSidebar turn on, the checkout notes menu item in the left hand sidebar should show a count of checkout notes. Signed-off-by: Pierre-Marc Thibault Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens commit d9ca9f699bdf1718e3923c0cbc6b11c67512abc1 Author: Owen Leonard Date: Fri Oct 26 18:36:59 2018 +0000 Bug 21695: Clean up access files template This patch modifies the access files template to help compliance with several coding guidelines: - Bootstrap grid - Improve DataTables configuration - Move date formatting from the script to the template - Markup corrections To test you must modify koha-conf.xml to contain something like the following: /tmp/koha-public Make sure the directory exists and contains multiple files. - Go to Tools -> Access files - Confirm that the page looks correct and the layout adjusts at various browser widths. - Confirm that DataTables functionality works correctly, including correct sorting by date. Signed-off-by: Katrin Fischer Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens commit d153e728bb8fa677153281b9bdf8325e76358b4b Author: Owen Leonard Date: Thu Nov 8 17:53:51 2018 +0000 Bug 21795: Switch two-column templates to Bootstrap grid: Notices and slips This patch updates notices and slips templates to use Bootstrap grids instead of YUI. This patch also removes obsolete "text/css" attributes from