From gitmaster at git.koha-community.org Sun Jan 4 00:23:50 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Jan 2015 23:23:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-43-g4a0872e 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, 3.18.x has been updated via 4a0872e59e8ef74349c4840bca50edac0d8e7d2f (commit) via 69a3ebc3c28e84ebd89f7af8eaf77bd4210612e0 (commit) from b088d3cd897dcaec279f6067940ea4f5c9ad0c00 (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 4a0872e59e8ef74349c4840bca50edac0d8e7d2f Author: Marcel de Rooy Date: Tue Aug 26 11:14:33 2014 +0200 Bug 12823: Alert about defining the SRU search field mappings This is a follow-up for report 6536 (SRU search targets). It will alert a user that saves a SRU server without field mappings. Test plan: Add a Z39.50 server. No confirm message. Add a SRU server without field mappings. Cancel the confirm. Add one field mapping. No confirm message. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ba2527310866958635d807880d07d8f1b3cb4d0a) Signed-off-by: Chris Cormack commit 69a3ebc3c28e84ebd89f7af8eaf77bd4210612e0 Author: Marcel de Rooy Date: Tue Aug 26 10:31:29 2014 +0200 Bug 12823: Add some hints for Host and Database When adding or editing a SRU server, this patch adds a hint, positioned under the Hostname field. It also moves similar information for SRU options and XSLT into hints. Test plan: Add/Edit SRU server. Look at Hostname, SRU options and XSLT. Add/Edit Z39.50 server. No hints for Hostname and SRU options. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 104fc792f5aab8305de685f743e3e6b1cb64adaa) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 4 16:14:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Jan 2015 15:14:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-95-ge012270 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 e0122701aa9589b77f44e9a6cb20043aa19a8cbf (commit) via 058470acee72d6c77389f59c80d3488194843cee (commit) via d8eff67534ca5c4a16f730f6449fd4db1b507927 (commit) via 45de696ce41ce8067043c26ef457530f39fc2bc2 (commit) via d23abaf0b836c8dfdfc1ad2dbeecd661c2cf6133 (commit) via f05345f70d3462c0d3a30b44d436c1051e194073 (commit) via 936a4f22288ff013a2e4269a934df7fa900c7336 (commit) via 352d9cd2fd0ea7ddc075094e3f9d310abc894ac4 (commit) via 3e5ea114523b29bd36688f33d6cb3012756cfd8b (commit) via e8f5312dc7789b255d4d283750a821c51c05ebea (commit) from a93fd3fe06dbdea972ea8c329ae4f77335314566 (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 e0122701aa9589b77f44e9a6cb20043aa19a8cbf Author: Owen Leonard Date: Tue Oct 21 12:52:54 2014 -0400 Bug 13119 - Use XSLT to display tagged titles in the OPAC This patch updates the display of a logged-in user's tagged titles to use the same XSLT stylesheet used by search results and Lists. This would make for a more consistent display of information. Unrelated change: Corrected "My tags" header to read "Your tags," consistent with sidebar navigation. To test you should have multiple titles in your catalog which you have tagged in the OPAC. - Set the OPACXSLTResultsDisplay system preference to 'default' - Log in to the OPAC and view the "your tags" page. - Confirm that title information is displayed correctly. Compare to search results. - Empty the OPACXSLTResultsDisplay system preference and reload the "your tags" page. The display should revert to the old view, showing title, subtitle (if any) and author (if any). - Set the OPACXSLTResultsDisplay to a custom path pointing to a custom XSL file and confirm that the list of your tagged titles changes accordingly. Note: A follow-up will add "action" links ("place hold," "add to cart," etc) consistent with other pages. Signed-off-by: Frederic Demians Works as described. opac-tag.pl page displays tagged titles the same way as result & list pages. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 058470acee72d6c77389f59c80d3488194843cee Author: Tomas Cohen Arazi Date: Sun Dec 28 21:20:55 2014 -0300 Bug 13496: make auth.tt use a template plugin to get the Koha version This patch makes the installer login template use the new Koha.Version template plugin to get the correct Koha version. This way we don't need to maintain the auth.tt file on each version change, and are sure screen readers tell the correct version. To test: - Create a situation where the login screen from the installer shows - Navigate the HTML code (Ctrl+u) => FAIL: "Koha 3.0 Installer" shows on the HTML code - Apply the patch - Reload the page => SUCCESS: The correct version number is shown. - Sign off :-D Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit d8eff67534ca5c4a16f730f6449fd4db1b507927 Author: Tomas Cohen Arazi Date: Sun Dec 28 19:44:39 2014 -0300 Bug 13496: add a method for the templates to print Koha version as desired This patch introduces a simple template plugin function that returns the Koha version number in different suitable formats. It introduces unit tests for the new function. They are run with To test: - Apply the patch - Run $ prove t/Koha_Template_Plugin_Koha.t => SUCCESS: the tests pass. - Sign off :-D Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 45de696ce41ce8067043c26ef457530f39fc2bc2 Author: Kyle M Hall Date: Thu Jan 1 20:34:00 2015 -0500 Bug 13495 [QA Followup] - Re-word "Renew or return" button as well Signed-off-by: Tomas Cohen Arazi commit d23abaf0b836c8dfdfc1ad2dbeecd661c2cf6133 Author: Katrin Fischer Date: Sat Dec 27 18:48:28 2014 +0100 Bug 13495: Use "checked in" instead of "returned" in circulation To test: - check out one or many items on a patron account - return the items from the checkout table - notice that a message "Checked in" is now shown in the first and last column, instead of "Returned" as before Signed-off-by: Chris Cormack I feel dirty signing this off, but I guess we have to be consistent in our language Signed-off-by: Kyle M Hall Fixed merge conflict by removing changed lines no longer needed. Signed-off-by: Tomas Cohen Arazi commit f05345f70d3462c0d3a30b44d436c1051e194073 Author: Katrin Fischer Date: Sat Nov 29 13:31:26 2014 +0100 Bug 9124: Remove non-existing field mapping and auth value for 942$e 942$e is mapped to biblioitems.cn_edition, which doesn't exist and to an authorized value CN_EDITION, which doesn't exist either. Patch removes the wrong mapping and non-existing auth value from the frameworks. To test: - git diff --color-words HEAD^ is helpful - Check all mappings are changed and SQL is still valid Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 936a4f22288ff013a2e4269a934df7fa900c7336 Author: Jonathan Druart Date: Wed Dec 31 13:23:06 2014 +0100 Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices If only 1 item exist in the message, the marker is not removed. This marker is removed by render_metadata, but this method is only called on appending. Test plan: 1/ Enable the CHECKIN and/or CHECKOUT notices for a patron 2/ check and item in or out and verify that the marker is no longer displayed in the generated notices. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 352d9cd2fd0ea7ddc075094e3f9d310abc894ac4 Author: Fr?d?ric Demians Date: Sun Nov 2 17:41:34 2014 +0100 Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for import' hangs. If I use the same UNIMARC record and change 979 to 978 in the ISBN, 'Stage MARC for import' works perfectly. The patch deals with the fact that converting an ISBN-13 to ISBN-10 with Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978. TEST PLAN: (1) Download, and decompress the ZIP file attached to BZ. (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import. (3) Choose the MARC file containing the record with an ISBN begining with 979. Click on Upload file, then Stage to import. (4) The Job progress bar stay at 0%. (5) Apply the patch. Repeat steps 2-3. The upload works. Signed-off-by: Colin Campbell Signed-off-by: Katrin Fischer Tested in a UNIMARC installation, confirmed that the patch fixes the problem. Signed-off-by: Tomas Cohen Arazi commit 3e5ea114523b29bd36688f33d6cb3012756cfd8b Author: Tomas Cohen Arazi Date: Sun Jan 4 11:14:58 2015 -0300 Bug 13167: (QA followup) regression tests Signed-off-by: Tomas Cohen Arazi commit e8f5312dc7789b255d4d283750a821c51c05ebea Author: Tomas Cohen Arazi Date: Sun Jan 4 10:53:35 2015 -0300 Bug 12896: (QA followup) use C4::Bookseller in t/db_dependent/Serials/Claims.t As C4::Bookseller is no longer imported in C4::Acquisition the tests fail because of an undefined function call. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 1 + C4/Message.pm | 7 +- Koha/Template/Plugin/Koha.pm | 14 ++++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../Obligatoire/marc21_framework_DEFAULT.sql | 2 +- .../Optionnel/marc21_simple_bib_frameworks.sql | 16 ++-- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 ++-- .../mandatory/unimarc_framework_DEFAULT.sql | 4 +- .../marc21_bibliographic_DEFAULT_local.sql | 2 +- .../optional/marc21_bibliographic_AR_local.sql | 2 +- .../optional/marc21_bibliographic_BKS_local.sql | 2 +- .../optional/marc21_bibliographic_CF_local.sql | 2 +- .../optional/marc21_bibliographic_IR_local.sql | 2 +- .../optional/marc21_bibliographic_KT_local.sql | 2 +- .../optional/marc21_bibliographic_SER_local.sql | 2 +- .../optional/marc21_bibliographic_SR_local.sql | 2 +- .../optional/marc21_bibliographic_VR_local.sql | 2 +- .../unimarc_bibliographic_DEFAULT_local_995.sql | 3 +- ...rc_bibliographic_DEFAULT_local_952_obsolete.sql | 2 +- .../marc21_bibliographic_DEFAULT_local.sql | 2 +- .../optional/marc21_bibliographic_AR_local.sql | 2 +- .../optional/marc21_bibliographic_BKS_local.sql | 2 +- .../optional/marc21_bibliographic_CF_local.sql | 2 +- .../optional/marc21_bibliographic_IR_local.sql | 2 +- .../optional/marc21_bibliographic_KT_local.sql | 2 +- .../optional/marc21_bibliographic_SER_local.sql | 2 +- .../optional/marc21_bibliographic_SR_local.sql | 2 +- .../optional/marc21_bibliographic_VR_local.sql | 2 +- .../unimarc_bibliographic_DEFAULT_local_995.sql | 3 +- .../optional/unimarc_bibliographic_AN_local.sql | 3 +- .../optional/unimarc_bibliographic_AUD_local.sql | 3 +- .../optional/unimarc_bibliographic_BOOK_local.sql | 3 +- ...rc_bibliographic_DEFAULT_local_952_obsolete.sql | 2 +- .../optional/unimarc_bibliographic_EL_local.sql | 3 +- .../optional/unimarc_bibliographic_MIN_local.sql | 3 +- .../optional/unimarc_bibliographic_NOTE_local.sql | 3 +- .../optional/unimarc_bibliographic_PER_local.sql | 3 +- .../optional/unimarc_bibliographic_TECH_local.sql | 3 +- .../prog/en/includes/checkouts-table.inc | 2 +- .../intranet-tmpl/prog/en/includes/strings.inc | 4 +- .../prog/en/modules/installer/auth.tt | 3 +- .../opac-tmpl/bootstrap/en/modules/opac-tags.tt | 22 +++++- opac/opac-tags.pl | 4 + t/Koha.t | 29 +++++++- t/Koha_Template_Plugin_Koha.t | 77 ++++++++++++++++++++ t/db_dependent/Serials/Claims.t | 1 + 56 files changed, 247 insertions(+), 117 deletions(-) create mode 100644 t/Koha_Template_Plugin_Koha.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 4 17:00:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Jan 2015 16:00:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-102-gb4e8436 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 b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a (commit) via 8ad2ea87158754cd434c135e71398e9719e45d00 (commit) via 1c9275d5c581c8adb7503160b52c989f70efb28d (commit) via a19958ee2c2e76d0eb6033ed37900099eb7aa028 (commit) via e525f510328a06ebaa64004357aaf75808c3d63f (commit) via 053ee5c955c69f4b229fff915bd1c591fc13477e (commit) via fda72f1ecc613fc67389dbfa84ef2b91c3db85b7 (commit) from e0122701aa9589b77f44e9a6cb20043aa19a8cbf (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 b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a Author: Tomas Cohen Arazi Date: Sun Jan 4 12:55:45 2015 -0300 Bug 13379: DBRev 3.19.00.005 Signed-off-by: Tomas Cohen Arazi commit 8ad2ea87158754cd434c135e71398e9719e45d00 Author: Jonathan Druart Date: Wed Dec 3 12:33:48 2014 +0100 Bug 13379: Extends authorised_values.category to varchar(32) This patch does 2 things: 1/ It fixes a bug caused by the different data fields used for authorised_values.category and borrower_attribute_types.authorised_value_category (varchar(16) vs varchar(10)). To reproduce: - Create a AV category with a length > 10 - Try to link a patron attribute type with this AV, it won't work. 2/ Extends this field to varchar(32): sometime 16 is not enough to describe something Signed-off-by: Bernardo Gonzalez Kriegel No koha-qa errors. Error reproduced, fixed by patch. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 1c9275d5c581c8adb7503160b52c989f70efb28d Author: Jonathan Druart Date: Fri Sep 26 15:27:52 2014 +0200 Bug 12969: Fix typo rrpgsti should be rrpgste Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit a19958ee2c2e76d0eb6033ed37900099eb7aa028 Author: Jonathan Druart Date: Fri Sep 19 17:09:15 2014 +0200 Bug 12969: Add a subroutine to calculate VAT and prices This patch adds a new subroutine populate_order_with_prices in the C4::Acquisition module. Its goal is to refactore the VAT and prices calculation into Koha. All scripts will use this subroutine. Test plan: Verify that the prices in t/Prices.t are consistent with the values listed in the file "Prices and VAT calculation - before" submit on bug 12964. Verify that prove t/Prices.t returns green Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit e525f510328a06ebaa64004357aaf75808c3d63f Author: Tomas Cohen Arazi Date: Sun Jan 4 12:38:21 2015 -0300 Bug 13346: DBRev 3.19.00.004 Signed-off-by: Tomas Cohen Arazi commit 053ee5c955c69f4b229fff915bd1c591fc13477e Author: Jonathan Druart Date: Wed Nov 26 12:58:41 2014 +0100 Bug 13346: OpacExportOptions becomes multiple The list of options is limited, the interface could be more ergonomic. Test plan: - verify that you are still allowed to change (add/remove) options for the OpacExportOptions pref. - At the OPAC, verify the selected options appear correctly (check the 3 pages opac-ISBDdetail.pl, opac-MARCdetail.pl and opac-detail.pl). Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit fda72f1ecc613fc67389dbfa84ef2b91c3db85b7 Author: Katrin Fischer Date: Sun Nov 30 07:59:24 2014 +0100 Bug 8909: MARC21 240$a (Uniform title) is not a URL Patch removes the 'isUrl' attribute from all 240$a fields in the various frameworks. The change removes the broken link from the staff detail MARC tab view. Changes are a little easier to spot with: git diff --color-words HEAD^ To test: - Load some or all of the frameworks - Verify that 240$a is no longer marked as being an URL Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 72 ++++ Koha/Number/Price.pm | 9 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- .../unimarc_standard_system_preferences.sql | 2 +- .../Obligatoire/marc21_framework_DEFAULT.sql | 2 +- .../Optionnel/marc21_simple_bib_frameworks.sql | 16 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- installer/data/mysql/kohastructure.sql | 6 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +- .../marc21_bibliographic_DEFAULT_general.sql | 2 +- .../optional/marc21_bibliographic_AR_general.sql | 2 +- .../optional/marc21_bibliographic_BKS_general.sql | 2 +- .../optional/marc21_bibliographic_CF_general.sql | 2 +- .../optional/marc21_bibliographic_IR_general.sql | 2 +- .../optional/marc21_bibliographic_KT_general.sql | 2 +- .../optional/marc21_bibliographic_SER_general.sql | 2 +- .../optional/marc21_bibliographic_SR_general.sql | 2 +- .../optional/marc21_bibliographic_VR_general.sql | 2 +- installer/data/mysql/sysprefs.sql | 2 +- .../marc21_bibliographic_DEFAULT_general.sql | 2 +- .../optional/marc21_bibliographic_AR_general.sql | 2 +- .../optional/marc21_bibliographic_BKS_general.sql | 2 +- .../optional/marc21_bibliographic_CF_general.sql | 2 +- .../optional/marc21_bibliographic_IR_general.sql | 2 +- .../optional/marc21_bibliographic_KT_general.sql | 2 +- .../optional/marc21_bibliographic_SER_general.sql | 2 +- .../optional/marc21_bibliographic_SR_general.sql | 2 +- .../optional/marc21_bibliographic_VR_general.sql | 2 +- installer/data/mysql/updatedatabase.pl | 28 ++ .../prog/en/modules/admin/authorised_values.tt | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 13 +- .../bootstrap/en/includes/opac-detail-sidebar.inc | 3 +- kohaversion.pl | 2 +- opac/opac-ISBDdetail.pl | 5 - opac/opac-MARCdetail.pl | 5 - opac/opac-detail.pl | 5 - t/Prices.t | 403 ++++++++++++++++++++ 46 files changed, 611 insertions(+), 108 deletions(-) create mode 100644 t/Prices.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 6 00:53:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Jan 2015 23:53:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-46-gf9f92fd 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, 3.18.x has been updated via f9f92fd7133b2dc4f8eebbe9c425da6130014ad4 (commit) via 981bdaf8d6ea33377ded5dfacb181a3ad2fe523f (commit) via 6fd0165d87a4aab0c1c2a5f8854030323565f429 (commit) from 4a0872e59e8ef74349c4840bca50edac0d8e7d2f (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 f9f92fd7133b2dc4f8eebbe9c425da6130014ad4 Author: Jonathan Druart Date: Wed Dec 31 13:23:06 2014 +0100 Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices If only 1 item exist in the message, the marker is not removed. This marker is removed by render_metadata, but this method is only called on appending. Test plan: 1/ Enable the CHECKIN and/or CHECKOUT notices for a patron 2/ check and item in or out and verify that the marker is no longer displayed in the generated notices. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 936a4f22288ff013a2e4269a934df7fa900c7336) Signed-off-by: Chris Cormack commit 981bdaf8d6ea33377ded5dfacb181a3ad2fe523f Author: Tomas Cohen Arazi Date: Sun Jan 4 11:14:58 2015 -0300 Bug 13167: (QA followup) regression tests Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3e5ea114523b29bd36688f33d6cb3012756cfd8b) Signed-off-by: Chris Cormack commit 6fd0165d87a4aab0c1c2a5f8854030323565f429 Author: Fr?d?ric Demians Date: Sun Nov 2 17:41:34 2014 +0100 Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for import' hangs. If I use the same UNIMARC record and change 979 to 978 in the ISBN, 'Stage MARC for import' works perfectly. The patch deals with the fact that converting an ISBN-13 to ISBN-10 with Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978. TEST PLAN: (1) Download, and decompress the ZIP file attached to BZ. (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import. (3) Choose the MARC file containing the record with an ISBN begining with 979. Click on Upload file, then Stage to import. (4) The Job progress bar stay at 0%. (5) Apply the patch. Repeat steps 2-3. The upload works. Signed-off-by: Colin Campbell Signed-off-by: Katrin Fischer Tested in a UNIMARC installation, confirmed that the patch fixes the problem. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 352d9cd2fd0ea7ddc075094e3f9d310abc894ac4) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 1 + C4/Message.pm | 7 ++++++- t/Koha.t | 29 ++++++++++++++++++++++++++--- 3 files changed, 33 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 8 00:37:41 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Jan 2015 23:37:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-110-g4958a8a 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 4958a8a0f67d04c41eb300d9247c915f2346acf0 (commit) via 7379f6ee72cb2d22be624c72271ecbb0f3a80d05 (commit) via 53923cbd025c163e45680c6fc985f2981e438dae (commit) via e91c39d448668a1771c788966784f6bbbb87737d (commit) via 779ef7431a3736c7cc70c78cd2673484ff2afd3e (commit) via 2d413ffab1d074ca52bf9afa826e6006ebb7e664 (commit) via ad0711ba32c7ad90ad18607e5a27ece97b8ef7cd (commit) via 225432a1f039a9c625e24e3c59643db331fe17b2 (commit) from b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a (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 4958a8a0f67d04c41eb300d9247c915f2346acf0 Author: Chris Nighswonger Date: Fri Dec 19 07:47:40 2014 -0500 Bug 13407: Bumping required version of PDF::Reuse Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 7379f6ee72cb2d22be624c72271ecbb0f3a80d05 Author: Chris Nighswonger Date: Tue Dec 2 12:08:04 2014 -0500 Bug 13407: Removing depricated code included in PDF::Reuse 1. Upgrade PDF::Reuse to 0.35_04. [1] 2. Run Koha's non-DB dependent test suite. You should notice some non-fatal warnings about the redefinition of one or two subs in PDF::Reuse. This should not affect the functionality of the tools for the end user. 3. Verify the functionality of the related tools. 4. Apply the attached patch. 5. Re-run Koha's non-DB dependent test suite. You should note no warnings related to PDF::Reuse. 6. Re-verify the functionality of the related tools. [1] http://search.cpan.org/CPAN/authors/id/C/CN/CNIGHS/PDF-Reuse-0.35_04.tar.gz Signed-off-by: Mark Tompsett Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=13407 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Nice one! I only corrected the bug number in the subject. commit 53923cbd025c163e45680c6fc985f2981e438dae Author: Kyle M Hall Date: Tue Jul 29 12:39:15 2014 -0400 Bug 11872 - Lost overdue items should not generate fines An item can be marked as lost by longoverdue.pl, but left checked out to the patron. In this case, the item will continue to accrue fines. Test Plan: 1) Check out an item and back date it so it is overdue and should generate fines. 2) Mark the item as lost by either using longoverdue.pl, or just by setting itemlost to 1 by directly accessing the database 3) Run fines.pl 4) Note the overdue generated a fine 5) Repeat steps 1-2 6) Apply this patch 7) Run fines.pl 8) Note a fine was not generated Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit e91c39d448668a1771c788966784f6bbbb87737d Author: Jonathan Druart Date: Mon Dec 22 10:52:02 2014 +0100 Bug 13487: Fix pagination for the item search Test plan: Go on the catalogue/itemsearch.pl page and verify that the pagination button (First, Prev, PAGES, Next, Last) is now correctly styled. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 779ef7431a3736c7cc70c78cd2673484ff2afd3e Author: Jonathan Druart Date: Mon Dec 22 10:51:50 2014 +0100 Bug 13487: Fix pagination for basketgroup Test plan: Go on the acqui/basketgroup.pl page and verify that the pagination button (First, Prev, Next, Last) is now correctly styled. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 2d413ffab1d074ca52bf9afa826e6006ebb7e664 Author: Jonathan Druart Date: Mon Dec 22 10:44:26 2014 +0100 Bug 13487: DT pagination contains '...' for the full_numbers form Since the DT upgrade (bug 12986), the full_numbers pagination adds a span (containing '...'). It is not managed by the css file and is put at the end of the page numbers ( "1 2 3 4 5 20 NEXT LAST ...", we expect "1 2 3 4 5 ... 20 NEXT LAST"). Test plan: 1/ Go on the member search and launch a search which will return more than 7 pages 2/ Without this patch, the '...' span is put at the end of the pagination bar. 3/ With the patch it should be better placed. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit ad0711ba32c7ad90ad18607e5a27ece97b8ef7cd Author: Katrin Fischer Date: Sat Dec 27 21:13:58 2014 +0100 Bug 13459: Fix datatables paging for patron lists The display of the datatables paging options for the patron list feature is broken. To test: - Go to tools > patron lists - The paging for the 'list of lists' is broken - Select a patron list 'Add more patrons' - Notice the paging on this page is also broken - Apply patch - Verify both pages now display the paging correctly Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 225432a1f039a9c625e24e3c59643db331fe17b2 Author: Katrin Fischer Date: Sat Dec 27 12:58:52 2014 +0100 Bug 13459: Fix datatables paging for admin > itemtypes To test: - Go to administration > itemtypes - Verify the display of the paging options is broken - Apply patch - Verify the display is now correct and works nicely Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Creators/PDF.pm | 92 +------------------- C4/Installer/PerlDependencies.pm | 2 +- C4/Overdues.pm | 4 +- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 10 ++- .../prog/en/modules/acqui/basketgroup.tt | 3 +- .../prog/en/modules/admin/itemtypes.tt | 3 +- .../prog/en/modules/catalogue/itemsearch.tt | 3 +- .../prog/en/modules/patron_lists/list.tt | 3 +- .../prog/en/modules/patron_lists/lists.tt | 3 +- misc/cronjobs/fines.pl | 2 + misc/cronjobs/staticfines.pl | 1 + 11 files changed, 24 insertions(+), 102 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 10 20:12:27 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Jan 2015 19:12:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-117-g483ad2a 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 483ad2aee510cb23f2bae61883d6b90de262d13d (commit) via e6dbae9dbf8ce506d6692cb7abace9c9b3175e3e (commit) via 9d53118f55f0f278a22f846af510edb7fa4477be (commit) via b454e1a8947fe399879a928a7b05c62d993f1800 (commit) via bdf8627e640827c303259da73e6a1e82f6836fcb (commit) via fbfc109777338fce515ae544e9537d5a9a8a7947 (commit) via 57ac4a126b3e929ab750519e7e521f9e98a80490 (commit) from 4958a8a0f67d04c41eb300d9247c915f2346acf0 (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 483ad2aee510cb23f2bae61883d6b90de262d13d Author: Mark Tompsett Date: Wed Sep 3 19:15:12 2014 -0400 Bug 12868: Wrong variable used for borrower number When only the card number is passed to GetMemberDetail, the value of $borrowernumber is undefined. Even after finding the correct borrower and providing a nice hash ($borrower), the GetMemberAccountRecords is called with the wrong borrower number, even though it is in the hash ($borrower). This was fixed by changing $borrowernumber to $borrower->{borrowernumber}, so that the hash's value will always be used, since it is correct regardless of whether borrowernumber or cardnumber were used to find the borrower. TEST PLAN --------- 1) Apply both patches 2) prove -v t/db_dependent/Member.t -- This time the previously failing test will pass. 3) run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit e6dbae9dbf8ce506d6692cb7abace9c9b3175e3e Author: Mark Tompsett Date: Wed Sep 3 19:09:46 2014 -0400 Bug 12868: Improving t/db_dependent/Member.t The mock function of GetMemberAccountRecord did not properly account for the undef case. This was corrected. Then all 4 combinations of borrower number and card number being defined or not were called to GetMemberDetail. The problematic test case is where the borrower number is undefined and the cardnumber is defined. TEST PLAN --------- 1) Apply just this first patch. 2) prove -v t/db_dependent/Member.t -- This should fail! 3) Run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 9d53118f55f0f278a22f846af510edb7fa4477be Author: Olli-Antti Kivilahti Date: Mon Sep 15 11:38:32 2014 +0300 Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! We failed to deliver advance_notices because a template for sms's is undefined, because we don't support sending sms' as advance_notice. This crashed the cronjob because digests are set to die instead of the warn used in non-digest. And we get angry customers asking for compensation! This patch replaces the die with warn. TEST PREPARATION: 0. Edit the ODUEDGST letter, find an undefined letter for any trasport type. TEST PLAN: 1. Find a borrower and from the messaging preferences set the "Advance notice" transport type to the undefined digest. Set the "Days in Advance" to 1. 2. Check-out something for that borrower and set the due date for tomorrow. 3. Run "misc/cronjobs/advance_notices.pl -c -n -v" from the terminal. 4. BEFORE THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." and the script dies. 4. AFTER THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." but the script keep on going! Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit b454e1a8947fe399879a928a7b05c62d993f1800 Author: Jonathan Druart Date: Fri Nov 14 11:15:08 2014 +0100 Bug 13318: Delete C4::Acq::GetParcel Test plan: git grep GetParcel should not return use of this subroutine. Signed-off-by: wajasu Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit bdf8627e640827c303259da73e6a1e82f6836fcb Author: Colin Campbell Date: Tue Jan 6 11:40:46 2015 +0000 Bug 13522: Make it explicit that scalar containd a hash ref Prior to perl 5.12 keys can only operate on a hash. So although $data[0] ( thats an abysmal variable name! ) will contain a hash ref the perl compiler cannot deduce that from the context and gives a syntax error. Add the hash sigil to make the context explicit and the compiler can generate the correct code. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit fbfc109777338fce515ae544e9537d5a9a8a7947 Author: Jonathan Druart Date: Wed Dec 3 11:35:36 2014 +0100 Bug 13378: Add a filter to search suggestions not linked to a fund This patch adds a "None" option for the fund filter. Test plan: 1/ Go on the suggestion search page 2/ Search suggestions not linked to a fund using the "None" option. 3/ Search all suggestions (linked or not to a fund) using the "Any" option. Works as expected. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 57ac4a126b3e929ab750519e7e521f9e98a80490 Author: Jonathan Druart Date: Tue Dec 2 10:51:08 2014 +0100 Bug 13369: table should been highlighted correctly when row are grouped The css used to highlight the rows comes from staff-global.css We need a more specific rule to be used. Test plan: Go on the fund list view and confirm that the rows are correctly highlighted. Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 73 +------------------- C4/Members.pm | 2 +- C4/Suggestions.pm | 17 ++--- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 14 +++- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/suggestion/suggestion.tt | 9 ++- misc/cronjobs/advance_notices.pl | 12 ++-- t/db_dependent/Members.t | 26 ++++++- t/db_dependent/Suggestions.t | 56 +++++++++++++-- tools/viewlog.pl | 2 +- 10 files changed, 114 insertions(+), 99 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 11 09:00:32 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 11 Jan 2015 08:00:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-52-g048ba66 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, 3.18.x has been updated via 048ba66a907c081e7ac315c19a34759d1fb26b11 (commit) via 779b95cf44621d0755b7e03440173884e56518ba (commit) via cfa7283de809a7cac7c4a4371ccb31892b60632f (commit) via 6f5e21ca4c93377a6e0200035ebc948c80fcc2ba (commit) via 28aae5f0dafdadec763733661f5eae13f6c2f32f (commit) via 6545e6765a52db3407cc123235b52a5688a5dbd8 (commit) from f9f92fd7133b2dc4f8eebbe9c425da6130014ad4 (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 048ba66a907c081e7ac315c19a34759d1fb26b11 Author: Kyle M Hall Date: Tue Jul 29 12:39:15 2014 -0400 Bug 11872 - Lost overdue items should not generate fines An item can be marked as lost by longoverdue.pl, but left checked out to the patron. In this case, the item will continue to accrue fines. Test Plan: 1) Check out an item and back date it so it is overdue and should generate fines. 2) Mark the item as lost by either using longoverdue.pl, or just by setting itemlost to 1 by directly accessing the database 3) Run fines.pl 4) Note the overdue generated a fine 5) Repeat steps 1-2 6) Apply this patch 7) Run fines.pl 8) Note a fine was not generated Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 53923cbd025c163e45680c6fc985f2981e438dae) Signed-off-by: Chris Cormack commit 779b95cf44621d0755b7e03440173884e56518ba Author: Jonathan Druart Date: Mon Dec 22 10:52:02 2014 +0100 Bug 13487: Fix pagination for the item search Test plan: Go on the catalogue/itemsearch.pl page and verify that the pagination button (First, Prev, PAGES, Next, Last) is now correctly styled. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e91c39d448668a1771c788966784f6bbbb87737d) Signed-off-by: Chris Cormack commit cfa7283de809a7cac7c4a4371ccb31892b60632f Author: Jonathan Druart Date: Mon Dec 22 10:51:50 2014 +0100 Bug 13487: Fix pagination for basketgroup Test plan: Go on the acqui/basketgroup.pl page and verify that the pagination button (First, Prev, Next, Last) is now correctly styled. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 779ef7431a3736c7cc70c78cd2673484ff2afd3e) Signed-off-by: Chris Cormack commit 6f5e21ca4c93377a6e0200035ebc948c80fcc2ba Author: Jonathan Druart Date: Mon Dec 22 10:44:26 2014 +0100 Bug 13487: DT pagination contains '...' for the full_numbers form Since the DT upgrade (bug 12986), the full_numbers pagination adds a span (containing '...'). It is not managed by the css file and is put at the end of the page numbers ( "1 2 3 4 5 20 NEXT LAST ...", we expect "1 2 3 4 5 ... 20 NEXT LAST"). Test plan: 1/ Go on the member search and launch a search which will return more than 7 pages 2/ Without this patch, the '...' span is put at the end of the pagination bar. 3/ With the patch it should be better placed. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2d413ffab1d074ca52bf9afa826e6006ebb7e664) Signed-off-by: Chris Cormack commit 28aae5f0dafdadec763733661f5eae13f6c2f32f Author: Katrin Fischer Date: Sat Dec 27 21:13:58 2014 +0100 Bug 13459: Fix datatables paging for patron lists The display of the datatables paging options for the patron list feature is broken. To test: - Go to tools > patron lists - The paging for the 'list of lists' is broken - Select a patron list 'Add more patrons' - Notice the paging on this page is also broken - Apply patch - Verify both pages now display the paging correctly Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ad0711ba32c7ad90ad18607e5a27ece97b8ef7cd) Signed-off-by: Chris Cormack commit 6545e6765a52db3407cc123235b52a5688a5dbd8 Author: Katrin Fischer Date: Sat Dec 27 12:58:52 2014 +0100 Bug 13459: Fix datatables paging for admin > itemtypes To test: - Go to administration > itemtypes - Verify the display of the paging options is broken - Apply patch - Verify the display is now correct and works nicely Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 225432a1f039a9c625e24e3c59643db331fe17b2) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 10 +++++++--- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 3 ++- .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 3 ++- .../intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 3 ++- misc/cronjobs/fines.pl | 2 ++ misc/cronjobs/staticfines.pl | 1 + 9 files changed, 22 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 11 20:23:04 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 11 Jan 2015 19:23:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-54-g3919a5d 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, 3.18.x has been updated via 3919a5df68766ce48cad2be487d8739b8f35b1f2 (commit) via ca9b49a4c49d7e5abdb87b858b497abe6edd41c6 (commit) from 048ba66a907c081e7ac315c19a34759d1fb26b11 (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 3919a5df68766ce48cad2be487d8739b8f35b1f2 Author: Chris Nighswonger Date: Fri Dec 19 07:47:40 2014 -0500 Bug 13407: Bumping required version of PDF::Reuse Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 4958a8a0f67d04c41eb300d9247c915f2346acf0) Signed-off-by: Chris Cormack commit ca9b49a4c49d7e5abdb87b858b497abe6edd41c6 Author: Chris Nighswonger Date: Tue Dec 2 12:08:04 2014 -0500 Bug 13407: Removing depricated code included in PDF::Reuse 1. Upgrade PDF::Reuse to 0.35_04. [1] 2. Run Koha's non-DB dependent test suite. You should notice some non-fatal warnings about the redefinition of one or two subs in PDF::Reuse. This should not affect the functionality of the tools for the end user. 3. Verify the functionality of the related tools. 4. Apply the attached patch. 5. Re-run Koha's non-DB dependent test suite. You should note no warnings related to PDF::Reuse. 6. Re-verify the functionality of the related tools. [1] http://search.cpan.org/CPAN/authors/id/C/CN/CNIGHS/PDF-Reuse-0.35_04.tar.gz Signed-off-by: Mark Tompsett Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=13407 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Nice one! I only corrected the bug number in the subject. (cherry picked from commit 7379f6ee72cb2d22be624c72271ecbb0f3a80d05) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Creators/PDF.pm | 92 +------------------------------------- C4/Installer/PerlDependencies.pm | 2 +- 2 files changed, 2 insertions(+), 92 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 12 01:10:11 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Jan 2015 00:10:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-56-g7ef6316 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, 3.18.x has been updated via 7ef6316d953c6ab8b7de672bed0ccefdaec93361 (commit) via 9c4cba0c241b08c1d039d469ea71d25e52482b93 (commit) from 3919a5df68766ce48cad2be487d8739b8f35b1f2 (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 7ef6316d953c6ab8b7de672bed0ccefdaec93361 Author: Jonathan Druart Date: Wed Dec 3 11:35:36 2014 +0100 Bug 13378: Add a filter to search suggestions not linked to a fund This patch adds a "None" option for the fund filter. Test plan: 1/ Go on the suggestion search page 2/ Search suggestions not linked to a fund using the "None" option. 3/ Search all suggestions (linked or not to a fund) using the "Any" option. Works as expected. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fbfc109777338fce515ae544e9537d5a9a8a7947) Signed-off-by: Chris Cormack commit 9c4cba0c241b08c1d039d469ea71d25e52482b93 Author: Jonathan Druart Date: Tue Dec 2 10:51:08 2014 +0100 Bug 13369: table should been highlighted correctly when row are grouped The css used to highlight the rows comes from staff-global.css We need a more specific rule to be used. Test plan: Go on the fund list view and confirm that the rows are correctly highlighted. Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 57ac4a126b3e929ab750519e7e521f9e98a80490) ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 17 +++--- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 14 ++++- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/suggestion/suggestion.tt | 9 +++- t/db_dependent/Suggestions.t | 56 ++++++++++++++++++-- 5 files changed, 82 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 13 16:58:35 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Jan 2015 15:58:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-132-g021c369 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 021c3695e80237129ca9860ca82d8ccf5f36f796 (commit) via 556b15f7258eb63bf57ac9116088aede8c18201d (commit) via 0f8589483f128efdd1e198524733dae509d4271d (commit) via 4c7de64b3af9130632fb3a4108bd75b403574b07 (commit) via 6691d273cd371d3dde1602ebb17938551c99834a (commit) via 04ef213dec094fdde08755ad6bb2ed8f809c7fa4 (commit) via 9bba9fb386d5772fb4ebd9edac14eb1532210843 (commit) via 72563473aeeb48f59075e1684a8b283a1ba0c922 (commit) via 2e368c14787f6c91be7879b8ab887d65472e3ab3 (commit) via 20a7f1d03871339daeb3c58ad605fe7e92b90bdc (commit) via 5e43f20a448f86915e64e18d6dccbb6e9ced4be6 (commit) via 0f44011336ef000484632c2c0de07bcd04babc44 (commit) via 44ed6c37c579f7a8a2b222647f50073cdf1762d4 (commit) via fb9eb5737bb2fa2025778a1324afb5d9662ef4a9 (commit) via 1ded4bfc55fb0f744c7f251859497eb5e1899eea (commit) from 483ad2aee510cb23f2bae61883d6b90de262d13d (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 021c3695e80237129ca9860ca82d8ccf5f36f796 Author: Zeno Tajoli Date: Mon Dec 29 14:36:41 2014 +0100 Bug 13264: Follow up on record files: deleted fields (952/995) with items info To insert items info you need to use correct code of sublibrary, not always the code is correct. Items info are not important for this test, so the fields are deleted (952 in MARC21, 995 in UNIMARC) http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 556b15f7258eb63bf57ac9116088aede8c18201d Author: Zeno Tajoli Date: Mon Dec 29 11:37:50 2014 +0100 Bug 13264: More tests for Latin-1 vs. UTF-8 interpretation New tests in search_utf8.t, now are tested also records with only utf-8 chars that could see also as latin-1 chars http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 0f8589483f128efdd1e198524733dae509d4271d Author: Zeno Tajoli Date: Mon Dec 29 11:36:33 2014 +0100 Bug 13264: Update of unimarc and marc21 record to search publisher http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 4c7de64b3af9130632fb3a4108bd75b403574b07 Author: Zeno Tajoli Date: Mon Dec 29 10:25:25 2014 +0100 Bug 13264: Add Latin-1 vs UTF-8 test specific records This patch addes two new files .mrc for marc21 and unimarc to test chars in utf8/latin-1 section only, to be sure that perl doesn't switch between utf-8 nad ISO 8859-1 inside itself. http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 6691d273cd371d3dde1602ebb17938551c99834a Author: Zeno Tajoli Date: Sun Dec 28 23:14:56 2014 +0100 Bug 13264: Add tests for Latin-1 vs. UTF-8 deduction add a test in auth_values_input_www to check chars that could be Latin-1 or UTF-8 http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 04ef213dec094fdde08755ad6bb2ed8f809c7fa4 Author: Zeno Tajoli Date: Sun Dec 28 21:56:05 2014 +0100 Bug 13264: Add more records to the marc21 aand unimarc files Dupliacate record in marc21 and unimarc files, so the search finds always more than one result. http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 9bba9fb386d5772fb4ebd9edac14eb1532210843 Author: Tomas Cohen Arazi Date: Fri Dec 26 20:52:54 2014 -0300 Bug 13264: (QA followup) prevent double-encoding on the tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 72563473aeeb48f59075e1684a8b283a1ba0c922 Author: Jonathan Druart Date: Thu Dec 4 13:12:00 2014 +0100 Bug 13264: Refactor search utf8 tests and add some more t/db_dependent/www/search_utf8.t and t/db_dependent/www/intranet_search_utf8.t were quite similar, I merged them into a single file (t/db_dependent/www/search_utf8.t). On the way, I added some tests for them. Note that you will need the last patch on branch bug_11944 to see the tests pass. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 2e368c14787f6c91be7879b8ab887d65472e3ab3 Author: Emmanuele Somma Date: Sat Nov 22 21:34:23 2014 +0100 Bug 13264: Additional test for search in intranet calatogue The utf-8 test do: insert a biblio record with tool, search the record in intranet, delete batch upload and biblio records. To test: prove intranet_search_utf8.t Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 20a7f1d03871339daeb3c58ad605fe7e92b90bdc Author: Zeno Tajoli Date: Fri Nov 21 13:27:34 2014 +0100 Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio In previous version of the test opac_utf8.t clears import from resevoir but it doesn't delete record from biblio table in MySQL. This the standard work of the feature, see: http://manual.koha-community.org/3.18/en/catalogtools.html#managestaged Now the script deletes also record on MySQL level. No necessary on Zebra level because it uses a temporaney Zebra index that it is clenaned at the end of the script. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 5e43f20a448f86915e64e18d6dccbb6e9ced4be6 Author: Tomas Cohen Arazi Date: Thu Nov 20 12:05:44 2014 -0300 Bug 13264: Make opac_utf8.t launch its own helper processes This patch makes opac_utf8.t launch its own: - zebrasrv process - rebuild_zebra.pl (daemon mode) It also takes care of killing them when finished. It sets a frecquency of 5 seconds for the indexer, and waits 10 just in case before looking for the indexed records. To test: - Just launch the tests. Edit: fixes on the license text. Regards Tomas Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 0f44011336ef000484632c2c0de07bcd04babc44 Author: Tomas Cohen Arazi Date: Thu Nov 20 12:05:24 2014 -0300 Bug 13264: no need to test for MySQL This patch removes the test for a running MySQL process. It is already implied by successfuly loading C4::Context. It also fixes the license text. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer commit 44ed6c37c579f7a8a2b222647f50073cdf1762d4 Author: Zeno Tajoli Date: Wed Nov 19 21:58:54 2014 +0100 Bug 13264: Test for utf-8 on authorised values input/display/delete This test check utf-8 support on web intranet interface for authorized values. It test input, search and delete of utf-8 values. If all OK it destroy values inserted Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer commit fb9eb5737bb2fa2025778a1324afb5d9662ef4a9 Author: Zeno Tajoli Date: Wed Nov 19 21:54:01 2014 +0100 Bug 13264: Test for utf-8 on Opac search This test need to setup zebraserver and background indexing. You need to set also KOHA_INTRANET_URL and KOHA_OPAC_URL in the user enviroment. It imports sample records and retrieves them on hte OPAC through Apache. To run it: prove opac_utf8.t Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer commit 1ded4bfc55fb0f744c7f251859497eb5e1899eea Author: Zeno Tajoli Date: Wed Nov 19 21:47:33 2014 +0100 Bug 13264: UNIMARC and MARC21 records to test UTF-8 The records shares enough chars to do the same search ('deuteros') to find them and check the same utf-8 chars. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- Summary of changes: t/db_dependent/www/auth_values_input_www.t | 173 +++++++++++ t/db_dependent/www/data/marc21latin1utf8rec.mrc | 1 + t/db_dependent/www/data/marc21utf8record.mrc | 1 + t/db_dependent/www/data/unimarclatin1utf8rec.mrc | 1 + t/db_dependent/www/data/unimarcutf8record.mrc | 1 + t/db_dependent/www/search_utf8.t | 336 ++++++++++++++++++++++ 6 files changed, 513 insertions(+) create mode 100644 t/db_dependent/www/auth_values_input_www.t create mode 100644 t/db_dependent/www/data/marc21latin1utf8rec.mrc create mode 100644 t/db_dependent/www/data/marc21utf8record.mrc create mode 100644 t/db_dependent/www/data/unimarclatin1utf8rec.mrc create mode 100644 t/db_dependent/www/data/unimarcutf8record.mrc create mode 100644 t/db_dependent/www/search_utf8.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 13 17:20:56 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Jan 2015 16:20:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-164-g6fcc9f6 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 6fcc9f6dd97fd04f2d9148f37cd462e1249460f4 (commit) via 43d59de56d2955766d2abf46c710edba9ae1ff52 (commit) via f01e616a72d839215d36ff8e6e32c8096ce2a262 (commit) via 2840c2fa75bc22f8ff6a3e22475cea4913fa8a9a (commit) via 93dc76069aa81407a83076b9f30120a366f5a254 (commit) via a5ee0f3d70651fbdbcec1ed8cb47b0aed9ec752f (commit) via 42a8082c8ffd05b3719b79060d81ba77d4f508d3 (commit) via 5e0b5671bf44aa8b92d7e37ac5992d88b3fc84a6 (commit) via 08af6f158c6ee367f750e0f06bd525699b6ca979 (commit) via 52af365f474c9f4747f946ec2171a920eb83e64b (commit) via 52c5f030bfb3b75e542ecdce4c6fc48b879d0d8a (commit) via 7431f8cfe29e330e2232b0df591afc4d923b0a52 (commit) via 1db6f0d332a54c0a93614c9f225cb400756197e4 (commit) via 447ca250dd93ee06242c4f3a3b1bfc5432b932b9 (commit) via 36249ad98d2922d19c7102c9a5e8682b6e403826 (commit) via 3291c8b130e841f017e1dc55178590f67ca61e77 (commit) via e20270fec4f6d34f01050bea4c5765d5b3c4ed33 (commit) via b3aebd1f53cba3b58c55204c53fb9450ab1faab3 (commit) via 9987dbaebea120ad6eed9227b6d46856e6fb0418 (commit) via fe1e6d86cadb9002c8e25d9787b0a7a0065c79dd (commit) via 33d1281ef4dcdf69f8ca47ed5f96c3d8ef36830b (commit) via df74fe9be88d48c519976a928e9dff5f52f76df5 (commit) via 75f0cc57717397dc5d56418d7c9bddbd58f192e1 (commit) via eda6bf5f2caf5dc2971b110684b84354b270c0e6 (commit) via 372816e8ef5cc940caaab1d57d63ac0416e644c6 (commit) via 028367349d9dc0600716818c0f8138520c660b8b (commit) via 3d59fc384d707b7fa628ecc565d12ffa8bd2865e (commit) via a82d7144bf6e5b95babf0a89dc49bfdb6239bece (commit) via 2e17a654de3c05f3aa3ce42b070ccc77ef2f54d7 (commit) via 48773f660e6c0651a0df3db4418b7735658cd779 (commit) via 55107741a2c9f6e9f870f3043b7e20160cfeed3e (commit) via 99521c37fa443d52478f9e059c68dd014fea0c2d (commit) from 021c3695e80237129ca9860ca82d8ccf5f36f796 (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 6fcc9f6dd97fd04f2d9148f37cd462e1249460f4 Author: Tomas Cohen Arazi Date: Tue Jan 13 13:26:11 2015 -0300 Bug 13379: (RM followup) DBIx updates Signed-off-by: Tomas Cohen Arazi commit 43d59de56d2955766d2abf46c710edba9ae1ff52 Author: Tomas Cohen Arazi Date: Tue Jan 13 13:13:02 2015 -0300 Bug 11944: DBRev 3.19.00.006 Signed-off-by: Tomas Cohen Arazi commit f01e616a72d839215d36ff8e6e32c8096ce2a262 Author: Jonathan Druart Date: Thu Dec 4 13:13:30 2014 +0100 Bug 11944: Fix problems introduced by bug 11515 The game continue... Patch for bug 11515 introduced regression on this patch set. To reproduce: search with utf8 characters at the opac Test plan: Verify that the issue described on bug 11515 is still fixed and that no regression is found at the OPAC. Note that I am pretty sure this patch is not enough. Signed-off-by: Tomas Cohen Arazi commit 2840c2fa75bc22f8ff6a3e22475cea4913fa8a9a Author: Tomas Cohen Arazi Date: Wed Nov 5 11:59:38 2014 -0300 Bug 11944: revert unneeded IsStringUTF8ish behaviour change Signed-off-by: Tomas Cohen Arazi commit 93dc76069aa81407a83076b9f30120a366f5a254 Author: Jonathan Druart Date: Fri Aug 29 17:38:33 2014 +0200 Bug 11944: (follow-up) Convert DB tables to utf8_unicode_ci Some lines didn't match the regex I used! Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit a5ee0f3d70651fbdbcec1ed8cb47b0aed9ec752f Author: Jonathan Druart Date: Mon Aug 18 17:33:32 2014 +0200 Bug 11944: Fix suggestion at the OPAC for perl v5.10 Without this patch and using Perl v5.10, on adding a suggestion at the OPAC, the script explodes with the following error: "cannot decode string with wide characters". With this patch, all is fine using Perl v5.10 and v5.18. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 42a8082c8ffd05b3719b79060d81ba77d4f508d3 Author: Jonathan Druart Date: Thu Jul 24 10:27:08 2014 +0200 Bug 11944: Convert DB tables to utf8_unicode_ci Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 5e0b5671bf44aa8b92d7e37ac5992d88b3fc84a6 Author: Dobrica Pavlinusic Date: Wed Jul 23 17:03:51 2014 +0200 Bug 11944: decode uri_unescape data This data is passed into form so it needs to be correctly marked as utf-8 if we want form submit to work correctly This change fixes sort issues which use form submit. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 08af6f158c6ee367f750e0f06bd525699b6ca979 Author: Dobrica Pavlinusic Date: Wed Jul 23 15:52:15 2014 +0200 Bug 11944: remove url/uri filter from query_cgi We don't need to pass query_cgi through url (or uri) filter since this will turn query string (correctly escaped inside code) back into two-byte escaped string which CGI( -utf8 ) won't turn back into proper utf-8 Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 52af365f474c9f4747f946ec2171a920eb83e64b Author: Jonathan Druart Date: Mon Jun 9 12:44:35 2014 +0200 Revert "Bug 12279: Diacritics in system preference editor broken" This reverts commit 2fa2480447a58f9d5d3f7834bcfdcf62a0a95df3. Signed-off-by: Tomas Cohen Arazi Conflicts: admin/preferences.pl Signed-off-by: Dobrica Pavlinusic http://bugs.koha-community.org/show_bug.cgi?id=11944 Signed-off-by: Martin Renvoize commit 52c5f030bfb3b75e542ecdce4c6fc48b879d0d8a Author: Jonathan Druart Date: Wed May 14 11:29:50 2014 +0200 Bug 11944: (follow-up) Remove all utf8 filter from templates This patch removes 2 new occurrences introduced by bug 11351 and bug 10493. Signed-off-by: Magnus Enger Removes a nasty "Template process failed: plugin error - EncodeUTF8: plugin not found at /home/magnus/scripts/kohaclone/C4/Templates.pm line 124" from /cgi-bin/koha/admin/itemtypes.pl Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 7431f8cfe29e330e2232b0df591afc4d923b0a52 Author: Jonathan Druart Date: Wed May 14 11:20:21 2014 +0200 Bug 11944: Fix encoding issue in C4::ItemType There is no need to encode strings coming from DB. To reproduce: go on admin/item_circulation_alerts.pl The headers contain bad encoded characters. Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 1db6f0d332a54c0a93614c9f225cb400756197e4 Author: Jonathan Druart Date: Thu May 8 12:59:07 2014 +0200 Bug 11944: Remove bad FIXME in guided_report Bug 11679 introduced a FIXME for this but it is wrong. The strings have to be encoded before generating the ods file. However, it is useless to decode column names. Signed-off-by: Jonathan Druart Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 447ca250dd93ee06242c4f3a3b1bfc5432b932b9 Author: Jonathan Druart Date: Thu May 8 12:34:24 2014 +0200 Bug 11944: Fix encoding issue on search history Newly introduced by patches from bug 10807, the string was decoded before to be stored in session. To reproduce: Enable history search Go at the OPAC and log out Search for something with utf-8 Go on your search history The search description should be correctly encoded Signed-off-by: Jonathan Druart Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 36249ad98d2922d19c7102c9a5e8682b6e403826 Author: Jonathan Druart Date: Wed Apr 16 11:10:34 2014 +0200 Bug 11944: Fix encoding issue for the "Did you mean" feature Test plan: 1/ Go on admin/didyoumean.pl and enable the feature for the OPAC 2/ Generate and use the french templates 3/ Launch a search at the OPAC 4/ You should see correctly encoded message Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 3291c8b130e841f017e1dc55178590f67ca61e77 Author: Jonathan Druart Date: Mon Apr 14 16:33:56 2014 +0200 Bug 11944: Fix encoding on sending emails This patch fixes 2 places where mails were badly encoded: 1/ At the opac and the intranet, on sending baskets 2/ At the opac and the intranet, on sending shelf/list Test plan: Shelf/List: - Create a list with non-latin characters in the name. - Add some items containing non-latin characters in their content. - Send the list by email Basket/Cart: - Add some items containing non-latin characters in their content to your cart.. - Send the cart by email Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit e20270fec4f6d34f01050bea4c5765d5b3c4ed33 Author: Jonathan Druart Date: Fri Mar 14 15:26:16 2014 +0100 Bug 11944: use CGI( -utf8 ) everywhere Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit b3aebd1f53cba3b58c55204c53fb9450ab1faab3 Author: Jonathan Druart Date: Fri Apr 11 15:45:10 2014 +0200 Bug 11944: Fix encoding issue on adding a subscription If frequencies or numbering patterns contain non-latin characters, so output was broken. To reproduce: - Create a frequency and a numbering pattern with non-latin characters - Add a new subscription using these values - The screen should not contain bad encoded characters. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 9987dbaebea120ad6eed9227b6d46856e6fb0418 Author: Jonathan Druart Date: Wed Apr 9 15:21:50 2014 +0200 Bug 11944: Fix fund names encoding on the parcel page On the parcel page, the subtotal values are stored in an hashref. The key was the fund name. The fund name being encoded in utf8, the hashref was broken. This patch replaces this logic creating a key based on an integer. The budget name is now stored in a new "budget_name" key. Note: It also fixes a small ergonomic issue (a td was missing in the tfoot). Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit fe1e6d86cadb9002c8e25d9787b0a7a0065c79dd Author: Jonathan Druart Date: Mon Apr 7 16:45:59 2014 +0200 Bug 11944: Authentication The password should be encoded before hashing. Test plan: - Before applying the patch, create a user with utf-8 in password - apply patches - try to log in - change the password - log out - try to log in Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 33d1281ef4dcdf69f8ca47ed5f96c3d8ef36830b Author: Jonathan Druart Date: Mon Mar 17 15:13:27 2014 +0100 Bug 11944: Fix encoding issue on searching The search patch should fix non-latin character searches. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit df74fe9be88d48c519976a928e9dff5f52f76df5 Author: Jonathan Druart Date: Mon Apr 7 13:58:38 2014 +0200 Bug 11944: FIX Error on editing an authority Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 75f0cc57717397dc5d56418d7c9bddbd58f192e1 Author: Jonathan Druart Date: Thu Apr 3 15:54:30 2014 +0200 Bug 11944: Some refresh don't indicate the charset to use This patch replaces occurrences of META HTTP-EQUIV=Refresh with a redirection. Note: The list of modified files has been got with the following grep: git grep Content-Type | grep -v -i utf | grep Refresh | grep -v translator | grep -v \.js Test plan: 1) admin/auth_tag_structure.pl - Go on an authority MARC framework for an authority type (admin/auth_tag_structure.pl?authtypecode=CO for instance) - Click on the "Add a new tag" button - Fill fields - Save - You should be redirected on the auth_tag_structure.pl page - Try to modify an existing tag - The redirection should be done 2) admin/auth_subfields_structure.pl - From the previous page, click on a "subfields" link - Edit/Add a new subfields - Save - You should be redirected to the subfield list - Delete a subfield - You should be redirected to the subfield list 3) admin/authorised_values.pl - Add/Edit an authorised value - Save - You should be redirected to the authorised value list (with the right category selected) 4) admin/categorie.pl - Add/Edit a patron category - Save - You should be redirected to the category list - Delete a patron category - You should be redirected to the category list 5) admin/koha2marclinks.pl - Go on the Koha to MARC mapping configuration page - Edit a field - Map a field and click on "OK" - You should be redirected to the list 6) admin/marc_subfields_structure.pl - Go on the MARC frameworks page - Click on "MARC structure" for one on the list - Click on "Subfields" for one on the list - Add/Edit a subfield - Save - You should be redirected to the subfield list 7) admin/systempreferences.pl - Go on the system preferences admin page - Click on the "Local use" tab - Add/Edit a pref - Save - You shold be redirected to the Local use preference list 8) serials/subscription-detail.pl - Go on a subscription detail page - Delete the subscription (using Edit > Delete subscription) - You should be redirected on the serials home page Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit eda6bf5f2caf5dc2971b110684b84354b270c0e6 Author: Jonathan Druart Date: Mon Mar 17 13:33:43 2014 +0100 Bug 11944: TT Plugins should not encode strings Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 372816e8ef5cc940caaab1d57d63ac0416e644c6 Author: Jonathan Druart Date: Fri Mar 14 17:22:27 2014 +0100 Bug 11944: Remove obsolete encoding routines We don't need to decode manually which provide nice performance boost. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 028367349d9dc0600716818c0f8138520c660b8b Author: Jonathan Druart Date: Fri Mar 14 16:22:36 2014 +0100 Bug 11944: Never use decode/encode in TT Plugins The EncodeUTF8 TT plugin is useless, we should NEVER use encode in templates. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 3d59fc384d707b7fa628ecc565d12ffa8bd2865e Author: Jonathan Druart Date: Fri Mar 14 16:07:11 2014 +0100 Bug 11944: replace uri_escape with uri_escape_utf8 everywhere To reproduce, edit, index notice with utf-8 char and search for it Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit a82d7144bf6e5b95babf0a89dc49bfdb6239bece Author: Jonathan Druart Date: Fri Mar 14 15:55:04 2014 +0100 Bug 11944: Library name variable should be decoded Test on preferences.pl and on some others pages when mysql is used to store session. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 2e17a654de3c05f3aa3ce42b070ccc77ef2f54d7 Author: Jonathan Druart Date: Fri Mar 14 14:08:00 2014 +0100 Bug 11944: Set ImplicitUnicode for YAML Before this patch, string for yaml files used in preferences.pl were broken. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 48773f660e6c0651a0df3db4418b7735658cd779 Author: Jonathan Druart Date: Fri Mar 14 11:29:34 2014 +0100 Bug 11944: Encoding UTF8 in C4::Templates Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 55107741a2c9f6e9f870f3043b7e20160cfeed3e Author: Jonathan Druart Date: Fri Mar 14 17:09:09 2014 +0100 Bug 11944: replace use of utf8 with Encode See the wiki page for the explanation. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 99521c37fa443d52478f9e059c68dd014fea0c2d Author: Jonathan Druart Date: Fri Mar 14 09:16:16 2014 +0100 Bug 11944: Remove all utf8 filter from templates This patch - removes all html_entity usages in tt file which hide utf8 bugs - removes all encode utf8 in tt plugins because we should get correctly marked data from DBIC and other sources directly (cf plugin EncodeUTF8 used in renew.tt) - adds some cleanup in C4::Templates::output: we now use perl utf8 file handler output so we don't need to decode tt variables manually. Signed-off-by: Paola Rossi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Dobrica Pavlinusic Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 6 +- C4/Auth_with_cas.pm | 2 +- C4/AuthoritiesMarc.pm | 2 + C4/Biblio.pm | 11 +- C4/Charset.pm | 9 +- C4/Context.pm | 4 +- C4/Debug.pm | 2 +- C4/Form/MessagingPreferences.pm | 2 +- C4/ILSDI/Services.pm | 4 +- C4/Input.pm | 2 +- C4/InstallAuth.pm | 2 +- C4/Installer.pm | 7 +- C4/ItemType.pm | 5 +- C4/Output.pm | 2 - C4/Reports.pm | 2 +- C4/Reports/Guided.pm | 2 +- C4/SIP/ILS/Transaction/Checkout.pm | 2 +- C4/SIP/Sip/MsgType.pm | 2 +- C4/SIP/t/03checkout.t | 2 +- C4/SIP/t/SIPtest.pm | 2 +- C4/Search.pm | 30 +- C4/Search/History.pm | 4 +- C4/Service.pm | 2 +- C4/Suggestions.pm | 2 +- C4/Templates.pm | 48 +-- C4/Utils/DataTables.pm | 2 +- C4/VirtualShelves/Page.pm | 2 +- Koha/AuthUtils.pm | 3 + Koha/Schema/Result/AuthorisedValue.pm | 23 +- Koha/Schema/Result/BorrowerAttributeType.pm | 8 +- Koha/SuggestionEngine/Plugin/ExplodedTerms.pm | 4 +- Koha/Template/Plugin/AuthorisedValues.pm | 9 +- Koha/Template/Plugin/Branches.pm | 5 +- Koha/Template/Plugin/EncodeUTF8.pm | 31 -- Koha/Template/Plugin/ItemTypes.pm | 3 +- about.pl | 2 +- acqui/acqui-home.pl | 2 +- acqui/addorder.pl | 2 +- acqui/addorderiso2709.pl | 2 +- acqui/ajax-getauthvaluedropbox.pl | 2 +- acqui/aqbasketuser_search.pl | 2 +- acqui/basket.pl | 2 +- acqui/basketgroup.pl | 2 +- acqui/basketheader.pl | 2 +- acqui/booksellers.pl | 2 +- acqui/check_budget_total.pl | 2 +- acqui/check_duplicate_barcode_ajax.pl | 2 +- acqui/check_uniqueness.pl | 2 +- acqui/currency.pl | 2 +- acqui/finishreceive.pl | 2 +- acqui/histsearch.pl | 2 +- acqui/invoice.pl | 2 +- acqui/invoices.pl | 2 +- acqui/lateorders-export.pl | 2 +- acqui/lateorders.pl | 2 +- acqui/modordernotes.pl | 2 +- acqui/neworderbiblio.pl | 2 +- acqui/neworderempty.pl | 2 +- acqui/newordersubscription.pl | 2 +- acqui/newordersuggestion.pl | 2 +- acqui/ordered.pl | 2 +- acqui/orderreceive.pl | 2 +- acqui/parcel.pl | 2 +- acqui/parcels.pl | 2 +- acqui/spent.pl | 2 +- acqui/supplier.pl | 2 +- acqui/transferorder.pl | 2 +- acqui/uncertainprice.pl | 2 +- acqui/updatesupplier.pl | 2 +- admin/admin-home.pl | 2 +- admin/aqbudget_user_search.pl | 2 +- admin/aqbudgetperiods.pl | 3 +- admin/aqbudgets.pl | 2 +- admin/aqcontract.pl | 2 +- admin/aqplan.pl | 2 +- admin/auth_subfields_structure.pl | 11 +- admin/auth_tag_structure.pl | 7 +- admin/authorised_values.pl | 13 +- admin/authtypes.pl | 2 +- admin/biblio_framework.pl | 2 +- admin/branch_transfer_limits.pl | 2 +- admin/branches.pl | 2 +- admin/categorie.pl | 7 +- admin/check_budget_parent.pl | 2 +- admin/check_parent_total.pl | 2 +- admin/checkmarc.pl | 2 +- admin/cities.pl | 2 +- admin/classsources.pl | 2 +- admin/clone-rules.pl | 2 +- admin/currency.pl | 2 +- admin/didyoumean.pl | 2 +- admin/env_tz_test.pl | 2 +- admin/fieldmapping.pl | 2 +- admin/import_export_framework.pl | 2 +- admin/item_circulation_alerts.pl | 11 +- admin/itemtypes.pl | 2 +- admin/koha2marclinks.pl | 5 +- admin/marc_subfields_structure.pl | 9 +- admin/marctagstructure.pl | 6 +- admin/matching-rules.pl | 2 +- admin/oai_set_mappings.pl | 2 +- admin/oai_sets.pl | 2 +- admin/patron-attr-types.pl | 2 +- admin/preferences.pl | 6 +- admin/printers.pl | 2 +- admin/smart-rules.pl | 2 +- admin/stopwords.pl | 2 +- admin/systempreferences.pl | 4 +- admin/transport-cost-matrix.pl | 2 +- admin/z3950servers.pl | 2 +- authorities/auth_finder.pl | 2 +- authorities/authorities-home.pl | 4 +- authorities/authorities.pl | 2 +- authorities/blinddetail-biblio-search.pl | 2 +- authorities/detail-biblio-search.pl | 2 +- authorities/detail.pl | 2 +- authorities/export.pl | 2 +- authorities/merge.pl | 2 +- authorities/merge_ajax.pl | 2 +- authorities/ysearch.pl | 2 +- basket/basket.pl | 2 +- basket/downloadcart.pl | 2 +- basket/sendbasket.pl | 7 +- catalogue/ISBDdetail.pl | 2 +- catalogue/MARCdetail.pl | 2 +- catalogue/detail.pl | 2 +- catalogue/export.pl | 2 +- catalogue/getitem-ajax.pl | 2 +- catalogue/image.pl | 2 +- catalogue/imageviewer.pl | 2 +- catalogue/issuehistory.pl | 2 +- catalogue/labeledMARCdetail.pl | 2 +- catalogue/moredetail.pl | 2 +- catalogue/search-history.pl | 2 +- catalogue/search.pl | 6 +- catalogue/showmarc.pl | 2 +- catalogue/updateitem.pl | 2 +- cataloguing/addbiblio.pl | 4 +- cataloguing/addbooks.pl | 2 +- cataloguing/additem.pl | 4 +- cataloguing/linkitem.pl | 2 +- cataloguing/merge.pl | 2 +- cataloguing/merge_ajax.pl | 2 +- cataloguing/moveitem.pl | 2 +- cataloguing/plugin_launcher.pl | 2 +- cataloguing/value_builder/callnumber-KU.pl | 2 +- cataloguing/value_builder/callnumber.pl | 2 +- cataloguing/value_builder/labs_theses.pl | 2 +- cataloguing/value_builder/macles.pl | 6 +- cataloguing/value_builder/marc21_field_006.pl | 2 +- cataloguing/value_builder/marc21_field_007.pl | 2 +- cataloguing/value_builder/marc21_field_008.pl | 2 +- .../value_builder/marc21_field_008_authorities.pl | 2 +- cataloguing/value_builder/marc21_leader.pl | 2 +- .../value_builder/marc21_leader_authorities.pl | 2 +- cataloguing/value_builder/marc21_leader_book.pl | 2 +- .../value_builder/marc21_leader_computerfile.pl | 2 +- cataloguing/value_builder/marc21_leader_video.pl | 2 +- .../value_builder/marc21_linking_section.pl | 2 +- cataloguing/value_builder/normarc_field_007.pl | 2 +- cataloguing/value_builder/normarc_field_008.pl | 2 +- cataloguing/value_builder/normarc_leader.pl | 2 +- cataloguing/value_builder/stocknumberAV.pl | 2 +- cataloguing/value_builder/stocknumberam123.pl | 2 +- cataloguing/value_builder/unimarc_field_010.pl | 2 +- cataloguing/value_builder/unimarc_field_100.pl | 2 +- .../value_builder/unimarc_field_100_authorities.pl | 2 +- cataloguing/value_builder/unimarc_field_105.pl | 2 +- cataloguing/value_builder/unimarc_field_106.pl | 2 +- cataloguing/value_builder/unimarc_field_110.pl | 2 +- cataloguing/value_builder/unimarc_field_115a.pl | 2 +- cataloguing/value_builder/unimarc_field_115b.pl | 2 +- cataloguing/value_builder/unimarc_field_116.pl | 2 +- cataloguing/value_builder/unimarc_field_117.pl | 2 +- cataloguing/value_builder/unimarc_field_120.pl | 2 +- cataloguing/value_builder/unimarc_field_121a.pl | 2 +- cataloguing/value_builder/unimarc_field_121b.pl | 2 +- cataloguing/value_builder/unimarc_field_122.pl | 2 +- cataloguing/value_builder/unimarc_field_123a.pl | 2 +- cataloguing/value_builder/unimarc_field_123d.pl | 2 +- cataloguing/value_builder/unimarc_field_123e.pl | 2 +- cataloguing/value_builder/unimarc_field_123f.pl | 2 +- cataloguing/value_builder/unimarc_field_123g.pl | 2 +- cataloguing/value_builder/unimarc_field_123i.pl | 2 +- cataloguing/value_builder/unimarc_field_123j.pl | 2 +- cataloguing/value_builder/unimarc_field_124.pl | 2 +- cataloguing/value_builder/unimarc_field_124a.pl | 2 +- cataloguing/value_builder/unimarc_field_124b.pl | 2 +- cataloguing/value_builder/unimarc_field_124c.pl | 2 +- cataloguing/value_builder/unimarc_field_124d.pl | 2 +- cataloguing/value_builder/unimarc_field_124e.pl | 2 +- cataloguing/value_builder/unimarc_field_124f.pl | 2 +- cataloguing/value_builder/unimarc_field_124g.pl | 2 +- cataloguing/value_builder/unimarc_field_125.pl | 2 +- cataloguing/value_builder/unimarc_field_125a.pl | 2 +- cataloguing/value_builder/unimarc_field_125b.pl | 2 +- cataloguing/value_builder/unimarc_field_126.pl | 2 +- cataloguing/value_builder/unimarc_field_126a.pl | 2 +- cataloguing/value_builder/unimarc_field_126b.pl | 2 +- cataloguing/value_builder/unimarc_field_127.pl | 2 +- cataloguing/value_builder/unimarc_field_128a.pl | 2 +- cataloguing/value_builder/unimarc_field_128b.pl | 2 +- cataloguing/value_builder/unimarc_field_128c.pl | 2 +- cataloguing/value_builder/unimarc_field_130.pl | 2 +- cataloguing/value_builder/unimarc_field_135a.pl | 2 +- cataloguing/value_builder/unimarc_field_140.pl | 2 +- cataloguing/value_builder/unimarc_field_141.pl | 2 +- cataloguing/value_builder/unimarc_field_210c.pl | 2 +- .../value_builder/unimarc_field_210c_bis.pl | 2 +- cataloguing/value_builder/unimarc_field_225a.pl | 2 +- cataloguing/value_builder/unimarc_field_4XX.pl | 2 +- cataloguing/value_builder/unimarc_field_686a.pl | 2 +- cataloguing/value_builder/unimarc_field_700-4.pl | 2 +- cataloguing/value_builder/unimarc_leader.pl | 2 +- cataloguing/ysearch.pl | 2 +- cataloguing/z3950_search.pl | 2 +- changelanguage.pl | 2 +- circ/add_message.pl | 2 +- circ/bookcount.pl | 2 +- circ/branchoverdues.pl | 2 +- circ/branchtransfers.pl | 2 +- circ/circulation-home.pl | 2 +- circ/circulation.pl | 2 +- circ/del_message.pl | 2 +- circ/hold-transfer-slip.pl | 2 +- circ/offline-mf.pl | 2 +- circ/offline.pl | 2 +- circ/overdue.pl | 2 +- circ/pendingreserves.pl | 2 +- circ/renew.pl | 2 +- circ/reserveratios.pl | 2 +- circ/returns.pl | 2 +- circ/selectbranchprinter.pl | 2 +- circ/stats.pl | 2 +- circ/transfer-slip.pl | 2 +- circ/transferstoreceive.pl | 2 +- circ/view_holdsqueue.pl | 2 +- circ/waitingreserves.pl | 2 +- circ/ypattrodue-attr-search-authvalue.pl | 2 +- circ/ysearch.pl | 2 +- course_reserves/add_items.pl | 2 +- course_reserves/course-details.pl | 2 +- course_reserves/course-reserves.pl | 2 +- course_reserves/course.pl | 2 +- course_reserves/mod_course.pl | 2 +- docs/CAS/CASProxy/examples/koha_webservice.pl | 2 +- docs/CAS/CASProxy/examples/proxy_cas.pl | 2 +- docs/CAS/CASProxy/examples/proxy_cas_callback.pl | 2 +- docs/CAS/CASProxy/examples/proxy_cas_data.pl | 2 +- edithelp.pl | 2 +- errors/400.pl | 2 +- errors/401.pl | 2 +- errors/402.pl | 2 +- errors/403.pl | 2 +- errors/404.pl | 2 +- errors/500.pl | 2 +- help.pl | 2 +- installer/data/mysql/kohastructure.sql | 340 ++++++++++---------- installer/data/mysql/updatedatabase.pl | 15 +- installer/install.pl | 2 +- .../prog/en/includes/patron-search.inc | 4 +- .../prog/en/includes/patron-toolbar.inc | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 17 +- .../prog/en/modules/admin/itemtypes.tt | 5 +- .../prog/en/modules/catalogue/results.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/renew.tt | 9 +- .../intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- .../prog/en/modules/serials/subscription-add.tt | 16 +- .../bootstrap/en/includes/opac-facets.inc | 8 +- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +- kohaversion.pl | 2 +- labels/label-create-csv.pl | 2 +- labels/label-create-pdf.pl | 2 +- labels/label-create-xml.pl | 2 +- labels/label-edit-batch.pl | 2 +- labels/label-edit-layout.pl | 2 +- labels/label-edit-profile.pl | 2 +- labels/label-edit-template.pl | 2 +- labels/label-home.pl | 2 +- labels/label-item-search.pl | 2 +- labels/label-manage.pl | 2 +- labels/label-print.pl | 2 +- labels/spinelabel-home.pl | 2 +- labels/spinelabel-print.pl | 2 +- mainpage.pl | 2 +- members/boraccount.pl | 2 +- members/deletemem.pl | 2 +- members/files.pl | 2 +- members/guarantor_search.pl | 2 +- members/mancredit.pl | 2 +- members/maninvoice.pl | 2 +- members/member-flags.pl | 2 +- members/member-password.pl | 2 +- members/member.pl | 2 +- members/memberentry.pl | 2 +- members/members-home.pl | 2 +- members/members-update-do.pl | 2 +- members/members-update.pl | 2 +- members/mod_debarment.pl | 2 +- members/moremember.pl | 2 +- members/notices.pl | 2 +- members/patronimage.pl | 2 +- members/pay.pl | 4 +- members/paycollect.pl | 2 +- members/printfeercpt.pl | 2 +- members/printinvoice.pl | 2 +- members/printslip.pl | 2 +- members/purchase-suggestions.pl | 2 +- members/readingrec.pl | 2 +- members/routing-lists.pl | 2 +- members/setstatus.pl | 2 +- members/statistics.pl | 2 +- members/update-child.pl | 2 +- misc/cronjobs/runreport.pl | 2 +- offline_circ/download.pl | 2 +- offline_circ/enqueue_koc.pl | 2 +- offline_circ/list.pl | 2 +- offline_circ/process.pl | 2 +- offline_circ/process_koc.pl | 2 +- offline_circ/service.pl | 2 +- opac/errors/400.pl | 2 +- opac/errors/401.pl | 2 +- opac/errors/402.pl | 2 +- opac/errors/403.pl | 2 +- opac/errors/404.pl | 2 +- opac/errors/500.pl | 2 +- opac/ilsdi.pl | 2 +- opac/maintenance.pl | 2 +- opac/oai.pl | 2 +- opac/opac-ISBDdetail.pl | 2 +- opac/opac-MARCdetail.pl | 2 +- opac/opac-account.pl | 2 +- opac/opac-addbybiblionumber.pl | 2 +- opac/opac-alert-subscribe.pl | 2 +- opac/opac-authorities-home.pl | 3 +- opac/opac-authoritiesdetail.pl | 2 +- opac/opac-basket.pl | 2 +- opac/opac-blocked.pl | 2 +- opac/opac-browser.pl | 2 +- opac/opac-changelanguage.pl | 2 +- opac/opac-course-details.pl | 2 +- opac/opac-course-reserves.pl | 2 +- opac/opac-detail.pl | 6 +- opac/opac-downloadcart.pl | 2 +- opac/opac-downloadshelf.pl | 2 +- opac/opac-export.pl | 2 +- opac/opac-ics.pl | 2 +- opac/opac-image.pl | 2 +- opac/opac-imageviewer.pl | 2 +- opac/opac-main.pl | 2 +- opac/opac-memberentry.pl | 2 +- opac/opac-messaging.pl | 2 +- opac/opac-modrequest-suspend.pl | 2 +- opac/opac-modrequest.pl | 2 +- opac/opac-mymessages.pl | 2 +- opac/opac-overdrive-search.pl | 2 +- opac/opac-passwd.pl | 2 +- opac/opac-patron-image.pl | 2 +- opac/opac-privacy.pl | 2 +- opac/opac-ratings-ajax.pl | 2 +- opac/opac-ratings.pl | 2 +- opac/opac-readingrecord.pl | 2 +- opac/opac-registration-verify.pl | 2 +- opac/opac-renew.pl | 2 +- opac/opac-reserve.pl | 2 +- opac/opac-review.pl | 2 +- opac/opac-search-history.pl | 2 +- opac/opac-search.pl | 18 +- opac/opac-sendbasket.pl | 7 +- opac/opac-sendshelf.pl | 9 +- opac/opac-serial-issues.pl | 2 +- opac/opac-shareshelf.pl | 2 +- opac/opac-shelves.pl | 2 +- opac/opac-showmarc.pl | 2 +- opac/opac-showreviews.pl | 2 +- opac/opac-suggestions.pl | 6 +- opac/opac-tags.pl | 2 +- opac/opac-tags_subject.pl | 2 +- opac/opac-topissues.pl | 2 +- opac/opac-user.pl | 2 +- opac/sco/help.pl | 2 +- opac/sco/printslip.pl | 2 +- opac/sco/sco-main.pl | 2 +- opac/svc/login | 2 +- opac/svc/overdrive_proxy | 2 +- opac/svc/report | 2 +- opac/svc/shelfbrowser.pl | 2 +- opac/svc/suggestion | 2 +- opac/tracklinks.pl | 2 +- opac/unapi | 2 +- patron_lists/add-modify.pl | 2 +- patron_lists/delete.pl | 2 +- patron_lists/list.pl | 2 +- patron_lists/lists.pl | 2 +- patron_lists/patrons.pl | 2 +- patroncards/card-print.pl | 2 +- patroncards/create-pdf.pl | 2 +- patroncards/edit-batch.pl | 2 +- patroncards/edit-layout.pl | 2 +- patroncards/edit-profile.pl | 2 +- patroncards/edit-template.pl | 2 +- patroncards/home.pl | 2 +- patroncards/image-manage.pl | 2 +- patroncards/manage.pl | 2 +- patroncards/members-search.pl | 2 +- patroncards/print.pl | 2 +- plugins/plugins-home.pl | 2 +- plugins/plugins-uninstall.pl | 2 +- plugins/plugins-upload.pl | 2 +- plugins/run.pl | 2 +- reports/acquisitions_stats.pl | 2 +- reports/bor_issues_top.pl | 2 +- reports/borrowers_out.pl | 2 +- reports/borrowers_stats.pl | 2 +- reports/cat_issues_top.pl | 2 +- reports/catalogue_out.pl | 2 +- reports/catalogue_stats.pl | 2 +- reports/dictionary.pl | 2 +- reports/guided_reports.pl | 12 +- reports/issues_avg_stats.pl | 2 +- reports/issues_by_borrower_category.plugin | 2 +- reports/issues_stats.pl | 2 +- reports/itemslost.pl | 2 +- reports/itemtypes.plugin | 2 +- reports/manager.pl | 2 +- reports/reports-home.pl | 2 +- reports/reservereport.pl | 2 +- reports/reserves_stats.pl | 2 +- reports/serials_stats.pl | 2 +- reports/stats.print.pl | 2 +- reports/stats.screen.pl | 2 +- reserve/modrequest.pl | 2 +- reserve/modrequest_suspendall.pl | 2 +- reserve/placerequest.pl | 2 +- reserve/renewscript.pl | 4 +- reserve/request.pl | 2 +- reviews/reviewswaiting.pl | 2 +- rotating_collections/addItems.pl | 2 +- rotating_collections/editCollections.pl | 2 +- rotating_collections/rotatingCollections.pl | 2 +- rotating_collections/transferCollection.pl | 2 +- serials/acqui-search-result.pl | 2 +- serials/acqui-search.pl | 2 +- serials/checkexpiration.pl | 2 +- serials/claims.pl | 2 +- serials/create-numberpattern.pl | 2 +- serials/lateissues-export.pl | 2 +- serials/member-search.pl | 2 +- serials/reorder_members.pl | 2 +- serials/routing-preview.pl | 4 +- serials/routing.pl | 4 +- serials/serial-issues.pl | 2 +- serials/serials-collection.pl | 2 +- serials/serials-edit.pl | 5 +- serials/serials-home.pl | 2 +- serials/serials-recieve.pl | 2 +- serials/serials-search.pl | 2 +- serials/showpredictionpattern.pl | 2 +- serials/subscription-add.pl | 2 +- serials/subscription-bib-search.pl | 2 +- serials/subscription-detail.pl | 6 +- serials/subscription-frequencies.pl | 2 +- serials/subscription-frequency.pl | 8 +- serials/subscription-history.pl | 2 +- serials/subscription-numberpattern.pl | 7 +- serials/subscription-numberpatterns.pl | 2 +- serials/subscription-renew.pl | 2 +- serials/viewalerts.pl | 2 +- services/itemrecorddisplay.pl | 2 +- sms/sms.pl | 2 +- sms/sms_listen_windows_start.pl | 2 +- suggestion/suggestion.pl | 2 +- svc/authentication | 2 +- svc/bib | 2 +- svc/bib_profile | 2 +- svc/cover_images | 2 +- svc/import_bib | 2 +- svc/new_bib | 2 +- svc/report | 2 +- t/Charset.t | 14 +- t/Languages.t | 2 +- t/Output.t | 2 +- t/db_dependent/Auth.t | 2 +- t/db_dependent/BackgroundJob.t | 2 +- t/db_dependent/ILSDI_Services.t | 2 +- t/db_dependent/Serials.t | 2 +- tags/list.pl | 2 +- tags/review.pl | 2 +- test/progressbar.pl | 2 +- test/progressbarsubmit.pl | 2 +- tools/ajax-inventory.pl | 2 +- tools/background-job-progress.pl | 2 +- tools/batchMod.pl | 2 +- tools/batch_records_ajax.pl | 2 +- tools/cleanborrowers.pl | 2 +- tools/copy-holidays.pl | 2 +- tools/csv-profiles.pl | 2 +- tools/exceptionHolidays.pl | 2 +- tools/export.pl | 2 +- tools/holidays.pl | 2 +- tools/import_borrowers.pl | 2 +- tools/inventory.pl | 2 +- tools/koha-news.pl | 2 +- tools/letter.pl | 2 +- tools/manage-marc-import.pl | 2 +- tools/marc_modification_templates.pl | 2 +- tools/modborrowers.pl | 2 +- tools/newHolidays.pl | 2 +- tools/overduerules.pl | 2 +- tools/picture-upload.pl | 2 +- tools/quotes-upload.pl | 2 +- tools/quotes.pl | 2 +- tools/quotes/quotes-upload_ajax.pl | 2 +- tools/quotes/quotes_ajax.pl | 2 +- tools/scheduler.pl | 2 +- tools/stage-marc-import.pl | 2 +- tools/tools-home.pl | 2 +- tools/upload-cover-image.pl | 2 +- tools/upload-file-progress.pl | 2 +- tools/upload-file.pl | 2 +- tools/viewlog.pl | 2 +- virtualshelves/addbybiblionumber.pl | 2 +- virtualshelves/downloadshelf.pl | 2 +- virtualshelves/sendshelf.pl | 10 +- virtualshelves/shelves.pl | 2 +- 525 files changed, 856 insertions(+), 946 deletions(-) delete mode 100644 Koha/Template/Plugin/EncodeUTF8.pm hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 13 19:26:59 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Jan 2015 18:26:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-166-g544520d 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 544520d6bdfacada4eba4caefedf42864db4b3a0 (commit) via 44c2290e50bd1faba64d28f93ebf2a44fc8ec345 (commit) from 6fcc9f6dd97fd04f2d9148f37cd462e1249460f4 (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 544520d6bdfacada4eba4caefedf42864db4b3a0 Author: Tomas Cohen Arazi Date: Tue Jan 13 15:30:23 2015 -0300 GRS-1 deprecation leftover used by jenkins install_misc/environment_Makefile.PL is only used by jenkins to automate the configuration step. This leftover doesn't affect anyone but Jenkins so I take the liberty to push this amendment. Signed-off-by: Tomas Cohen Arazi commit 44c2290e50bd1faba64d28f93ebf2a44fc8ec345 Author: Tomas Cohen Arazi Date: Tue Jan 13 15:27:17 2015 -0300 Bug 11944: (RM followup) Missing dependency in C4::Context Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 1 + install_misc/environment_Makefile.PL | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 14 16:37:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Jan 2015 15:37:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-173-g0f406a8 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 0f406a840a09b381dc12a4e9704846b126b0c214 (commit) via 28513edb943c255b191c94e0fbc0fe14368e6985 (commit) via 76f4723ba655ae9131f6b09299a040e1a31adaec (commit) via 9cf3a2276527585bafe7b903b6d5acabe77c4f7a (commit) via 178e51cad7ad216d560aa2d203778f4683e89f85 (commit) via 29ebdc3ad5baf6e2d1d9a40118175e399ccd2517 (commit) via f831176787916bfdd79592d7df2d2578004a07b9 (commit) from 544520d6bdfacada4eba4caefedf42864db4b3a0 (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 0f406a840a09b381dc12a4e9704846b126b0c214 Author: Jonathan Druart Date: Wed Aug 20 13:42:35 2014 +0200 Bug 12792: C4::Reserves breaks my vim syntax color C4/Reserves.pm is unreadable with my vim configuration. It appears I am the only one having this problem. For an incomprehensible reason, a string constructs with qq/my string/; completely breaks the syntax color for all the rest of the file (~2300l). If I replace it with qq{my string}; all is fine! Test plan: launch git show HEAD and verify this patch won't break anything. Additionally, prove t/db_dependent/Reserves.t This will trigger the three functions that were modified. The prove currently fails on test 8, but the other succeeding tests prove that this change is fine. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer All tests pass on my installation. No problems found. Signed-off-by: Tomas Cohen Arazi commit 28513edb943c255b191c94e0fbc0fe14368e6985 Author: Jonathan Druart Date: Mon Dec 8 07:39:35 2014 -0500 Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Some librarians do not realize they can continue scanning items even if the checkouts table has not loaded. We should have Koha tell them explicitly that they may continue scanning barcodes. Test Plan: 1) Apply this patch 2) Load the checkouts table on circulation.pl, note the loading message is now Loading... you may continue scanning. 3) Load the checkouts table on moremember.pl, note the loading message is still Loading... Signed-off-by: Owen Leonard This one works too! Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 76f4723ba655ae9131f6b09299a040e1a31adaec Author: Marc V?ron Date: Tue Jan 13 05:42:02 2015 +0100 Bug 13566 - Change translation for 'Rotating collection' in German web installer This page changes 'Wanderned Sammlungen verwalten' to 'Rotationsbest?nde verwalten' Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 9cf3a2276527585bafe7b903b6d5acabe77c4f7a Author: Jonathan Druart Date: Wed Jan 14 13:47:22 2015 +0100 Bug 13579: Open history.txt using utf-8 encoding Test plan: Verify about>Timeline is correctly encoded Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Replaced commit 178e51cad7ad216d560aa2d203778f4683e89f85 Author: Jonathan Druart Date: Wed Jan 14 16:08:11 2015 +0100 Bug 13579: Prefer like instead of ok to match a regex Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 29ebdc3ad5baf6e2d1d9a40118175e399ccd2517 Author: Tomas Cohen Arazi Date: Wed Jan 14 11:45:34 2015 -0300 Bug 13579: (regression tests) Encoding issues on about > timeline get tested This patch introduces two tests for encoding issues on about > timeline To test: - Apply the patch and run $ KOHA_USER=kohaadmin KOHA_PASS=katikoan KOHA_INTRANET_URL=http://koha-dev.biblioadmin prove t/db_dependent/www/history.t (adjust to your own settings, the user needs to have access to the about page) Regards Signed-off-by: Manuel Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit f831176787916bfdd79592d7df2d2578004a07b9 Author: Morag Hills Date: Tue Jan 13 03:24:36 2015 +0000 Bug 13530: Typo in bulkmarcimport GetFrameworkCode was incorrectly spelt as GetFrameworkcode on line 401. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 28 ++++---- about.pl | 2 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 1 + .../prog/en/modules/circ/circulation.tt | 1 + misc/migration_tools/bulkmarcimport.pl | 2 +- t/db_dependent/www/history.t | 67 ++++++++++++++++++++ 7 files changed, 86 insertions(+), 17 deletions(-) create mode 100644 t/db_dependent/www/history.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 15 00:37:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Jan 2015 23:37:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-57-g23e2ded 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, 3.18.x has been updated via 23e2ded850175bedb89da06159a465f8928ce588 (commit) from 7ef6316d953c6ab8b7de672bed0ccefdaec93361 (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 23e2ded850175bedb89da06159a465f8928ce588 Author: Colin Campbell Date: Tue Jan 6 11:40:46 2015 +0000 Bug 13522: Make it explicit that scalar containd a hash ref Prior to perl 5.12 keys can only operate on a hash. So although $data[0] ( thats an abysmal variable name! ) will contain a hash ref the perl compiler cannot deduce that from the context and gives a syntax error. Add the hash sigil to make the context explicit and the compiler can generate the correct code. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit bdf8627e640827c303259da73e6a1e82f6836fcb) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: tools/viewlog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 15 01:31:30 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Jan 2015 00:31:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-179-g8b19fd4 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 8b19fd4b0db2ac641ebbbb1b0eeef9bcb4fdfd6e (commit) via 91f67dde130c1c5c34174a588696bad1286823ad (commit) via 62b8f1a830ed28ec4e0d12179b677abf7faa9e21 (commit) via 9fcdb0108217fc746731d2d8736a8765427453a0 (commit) via fc4e9ab62e5146af71ef6b296783e18f6bc564e8 (commit) via 706e7a953e07b8c143a1308e45f6211aae18c6b7 (commit) from 0f406a840a09b381dc12a4e9704846b126b0c214 (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 8b19fd4b0db2ac641ebbbb1b0eeef9bcb4fdfd6e Author: Jonathan Druart Date: Fri Aug 29 12:53:07 2014 +0200 Bug 12850: C4::Serials::GetLateIssues can be removed This routine is not used and can be removed. Test plan: git grep GetLateIssues should not return any result Signed-off-by: Nick Clemens Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 91f67dde130c1c5c34174a588696bad1286823ad Author: Kyle M Hall Date: Thu Jan 8 06:59:26 2015 -0500 Bug 13537 - Focus should move to barcode after renewing via checkouts table Koha's checkout screen automatically focuses on the barcode field each time it is loaded. Since we've moved the checkouts table functions for renewing and returning items to ajax methods, this page is no longer refreshed, and thus does not refocus to the barcode after performing those actions. This should be fixed so that renewing/returning items via the checkouts page moves the focus to the barcode field. Test Plan: 1) Find a patron with checkouts. 2) Renew or return a checkout, note the focus does not move to the barcode. 3) Apply this patch. 4) Renew or return a checkout, note the focus *does* move to the barcode. Signed-off-by: Kyle M Hall Signed-off-by: Thomas Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 62b8f1a830ed28ec4e0d12179b677abf7faa9e21 Author: Rochelle Date: Tue Jan 13 02:01:49 2015 +0000 Bug 13564: Items search: rename Stock number to Inventory number To test: - Go to Advanced search - Click on link 'go to item search' - Check the search options in the second section for "Stock number" - Do a search and note the column name appears as "Stock number" - Apply patch - Try the search again and check that "Inventory number" shows Signed-off-by: Katrin Fischer Works as described, thx! Signed-off-by: Tomas Cohen Arazi commit 9fcdb0108217fc746731d2d8736a8765427453a0 Author: Kyle M Hall Date: Tue Nov 18 12:40:43 2014 -0500 Bug 13290 - Add better feedback for returns to the checkouts table The feedback given when returning an item is only to update the "Check in" column. It would be nice if the entire column was highlighted in some way so librarians have an easier time spotting which items were checked in and which ones failed to be checked in. Test Plan: 1) Apply this patch 2) Browse to a patron with checkouts 3) Return an item using the checkouts table 4) Note if the return was successful, the row is highlighted in yellow, if the return was not allowed, the row is highlighted in red. Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit fc4e9ab62e5146af71ef6b296783e18f6bc564e8 Author: Olli-Antti Kivilahti Date: Fri Nov 7 17:07:46 2014 +0200 Bug 13222 - Accessors for import_record.status have variable names suggesting overlay_status TODO:: Somebody who knows what these are about could write some documentation about it. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 706e7a953e07b8c143a1308e45f6211aae18c6b7 Author: Marcel de Rooy Date: Mon Oct 20 12:36:36 2014 +0200 Bug 13204: Plugin housekeeping: Remove labs_theses.pl plugin As it seems, this plugin has been created for UNIMARC field 328 (Dissertation note). It refers to authval category LABTHE. The plugin seems however not to be used: it contains several critical errors. I tried a quick fix but it was not good enough. Since the code can be recovered from git (if needed), a real fix can always follow this patch. What are some problems: [1] The path to the template is wrong. Should be cataloguing/value_builder [2] The plugin parameter $input is not used. A new CGI object is created. [3] Resolving errors 1 and 2 still results in premature end of script headers. [4] Not sure whether the plugin can effectively handle missing LABTHE values. Instead of keeping this in Koha, I opt for removing it for now. As additional argument I would mention that labs_theses does not have Focus or Blur actions, only the Click action that does not work. Test plan: Git grep on labs_theses. Signed-off-by: Frederic Demians This antique plugin deserves to live forever in Git Historical Museum. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi Small fix so the patch applies. ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 12 +- C4/Serials.pm | 60 +------ cataloguing/value_builder/labs_theses.pl | 188 -------------------- .../intranet-tmpl/prog/en/css/staff-global.css | 6 + koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 8 + .../prog/en/modules/catalogue/itemsearch.tt | 4 +- .../cataloguing/value_builder/labs_theses.tt | 122 ------------- t/db_dependent/Serials.t | 4 +- 8 files changed, 24 insertions(+), 380 deletions(-) delete mode 100755 cataloguing/value_builder/labs_theses.pl delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 15 01:42:45 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Jan 2015 00:42:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-180-g124549b 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 124549b8abad24c5c506ab5962a75782067b2c9a (commit) from 8b19fd4b0db2ac641ebbbb1b0eeef9bcb4fdfd6e (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 124549b8abad24c5c506ab5962a75782067b2c9a Author: ????? Date: Mon Sep 8 22:48:03 2014 +0530 Bug 12889: Updated pod for C4::Members::AddMember Signed-off-by: Rochelle http://bugs.koha-community.org/show_bug.cgi?id=12889 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 15 02:41:24 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Jan 2015 01:41:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-59-g30c5d74 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, 3.18.x has been updated via 30c5d74805a3e587aa372f7c0b429e2c1e7e4300 (commit) via 278e76fb8a651d518833ed2b34fad7f1d3f7f5dd (commit) from 23e2ded850175bedb89da06159a465f8928ce588 (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 30c5d74805a3e587aa372f7c0b429e2c1e7e4300 Author: Mark Tompsett Date: Wed Sep 3 19:09:46 2014 -0400 Bug 12868: Improving t/db_dependent/Member.t The mock function of GetMemberAccountRecord did not properly account for the undef case. This was corrected. Then all 4 combinations of borrower number and card number being defined or not were called to GetMemberDetail. The problematic test case is where the borrower number is undefined and the cardnumber is defined. TEST PLAN --------- 1) Apply just this first patch. 2) prove -v t/db_dependent/Member.t -- This should fail! 3) Run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e6dbae9dbf8ce506d6692cb7abace9c9b3175e3e) Signed-off-by: Chris Cormack commit 278e76fb8a651d518833ed2b34fad7f1d3f7f5dd Author: Olli-Antti Kivilahti Date: Mon Sep 15 11:38:32 2014 +0300 Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! We failed to deliver advance_notices because a template for sms's is undefined, because we don't support sending sms' as advance_notice. This crashed the cronjob because digests are set to die instead of the warn used in non-digest. And we get angry customers asking for compensation! This patch replaces the die with warn. TEST PREPARATION: 0. Edit the ODUEDGST letter, find an undefined letter for any trasport type. TEST PLAN: 1. Find a borrower and from the messaging preferences set the "Advance notice" transport type to the undefined digest. Set the "Days in Advance" to 1. 2. Check-out something for that borrower and set the due date for tomorrow. 3. Run "misc/cronjobs/advance_notices.pl -c -n -v" from the terminal. 4. BEFORE THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." and the script dies. 4. AFTER THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." but the script keep on going! Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9d53118f55f0f278a22f846af510edb7fa4477be) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/advance_notices.pl | 12 ++++++------ t/db_dependent/Members.t | 26 +++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 16 00:31:19 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Jan 2015 23:31:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-60-g67dc44d 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, 3.18.x has been updated via 67dc44d2394296efc69338ae89ded5c4432ddf01 (commit) from 30c5d74805a3e587aa372f7c0b429e2c1e7e4300 (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 67dc44d2394296efc69338ae89ded5c4432ddf01 Author: Mark Tompsett Date: Wed Sep 3 19:15:12 2014 -0400 Bug 12868: Wrong variable used for borrower number When only the card number is passed to GetMemberDetail, the value of $borrowernumber is undefined. Even after finding the correct borrower and providing a nice hash ($borrower), the GetMemberAccountRecords is called with the wrong borrower number, even though it is in the hash ($borrower). This was fixed by changing $borrowernumber to $borrower->{borrowernumber}, so that the hash's value will always be used, since it is correct regardless of whether borrowernumber or cardnumber were used to find the borrower. TEST PLAN --------- 1) Apply both patches 2) prove -v t/db_dependent/Member.t -- This time the previously failing test will pass. 3) run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 483ad2aee510cb23f2bae61883d6b90de262d13d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 16 20:40:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Jan 2015 19:40:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-7-gff4092d 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, 3.16.x has been updated via ff4092d79652af629f69f41bba100ae79ac16b94 (commit) via adb2719bc6d9f1d60ba69dbf8bd0becb76dae2ae (commit) via b4d2b42bf00fbfcaa3bc53122af001cb91e4ef88 (commit) via af764c39d4f6e89447c0b55854795d31a8b69e20 (commit) via 50b3015a0bcff6228d968516b9c65e9c06536534 (commit) via 3f8edc5a6103764985d4b14c319491af77684651 (commit) via 6890755c447296eeb08ea08a8360cdd8843bedf9 (commit) from 1c309853e0c4302674c397a891737489e242b58c (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 ff4092d79652af629f69f41bba100ae79ac16b94 Author: Jonathan Druart Date: Fri Dec 26 10:22:34 2014 +0100 Bug 13458: Display the correct patron categories Bug 9811 removes useful code. Actually the AddPatronLists pref is not sent to the template from members/member.pl. To fix this issue, we can use the existing not clean way, or compare the syspref value directly in the template. This second solution is implemented in this patch. Test plan: 1/ Set the AddPatronLists pref to 'specific' 2/ On the patron home page (members/members-home/pl), the patron search result page (members/member.pl after launching a search) and on the checkouts page/patron search result (circ/circulation.pl after searching a patron using the check out), verify that the patron category list is the specific ones. 3/ Test there are no regression with the AddPatronLists pref set to 'general'. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described and fixes the problem. Note: I am not sure if AddPatronLists makes sense - if you set it to general patron types, it still preselects the wrong category type (tried organization, a child patron category was selected). Also the name is confusiong nowadays with the Patron list feature. Signed-off-by: Mason James commit adb2719bc6d9f1d60ba69dbf8bd0becb76dae2ae Author: Kyle M Hall Date: Tue Oct 21 06:18:29 2014 -0400 Bug 13124 - Record titles with parentheses causing label weirdness Test Plan ( using sample data included with Koha ) 1) Catalog a record and item with the title "Oh no! or, (How my science project destroyed the world) /" 2) Edit the DEFAULT template a) Set layout type to Biblio b) Set data fields to "title, author, isbn, issn, itemtype, barcode, itemcallnumber" c) Set font size to 10 3) Create a batch with just the one item you created 4) Export the PDF with the Avery template and the DEFAULT layout 5) Note the weirdness 6) Apply this patch 7) Re-export the PDF, note it's no longer weird ; ) Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit b4d2b42bf00fbfcaa3bc53122af001cb91e4ef88 Author: Jonathan Druart Date: Thu Nov 27 16:54:21 2014 +0100 Bug 13360: C4::Ris assumes that hash keys are ordered - KW This patch only fixes the KW order. Test plan: 1/ Choose/create a record with several 6XX (for KW), see the code source to know which fields you can use 2/ Export this record in RIS format 3/ Verify that the KW lines are ordered following the marc record fields order. Signed-off-by: Chris Cormack We really should refactor this whole thing into Koha::RIS sometime, it's a horrible module at the moment. Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit af764c39d4f6e89447c0b55854795d31a8b69e20 Author: Mark Tompsett Date: Fri Dec 12 12:28:11 2014 -0500 Bug 13453: Koha.t daily quote tests assume sample data By adding quotes 3 and 25 from the sample data, this test can pass without having the sample quote data loaded. TEST PLAN --------- 1) Ensure there is no quote id=3 or that it is NOT Abraham Lincoln. 2) prove t/db_dependent/Koha.t -- this should fail the daily quote test. 3) apply patch 4) prove t/db_dependent/Koha.t -- this should *NOT* fail the daily quote test. 5) run koha qa test tools Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as described, leaves actual data unchanged. Signed-off-by: Mason James commit 50b3015a0bcff6228d968516b9c65e9c06536534 Author: Owen Leonard Date: Mon Nov 3 12:29:48 2014 -0500 Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels This patch updates the image replacement technique used for Koha's login page. The old technique used a negative text-indent value to move the text offscreen, but that begins to fail more and more often as screens get larger. The new technqiue is described here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ Note: This patch has not been tested in any Internet Explorer version! To test you must have a screen which is wider than 2000 pixels. Apply the patch, clear your browser cache and view the staff client login page. The logo on the login form should look correct with no corresponding text appearing anywhere on the screen. Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 3f8edc5a6103764985d4b14c319491af77684651 Author: David Cook Date: Tue Dec 16 12:53:18 2014 +1100 Bug 13469 - Unapi path to XSLTs is wrong in OPAC The Unapi path to XSLTs is wrong in the OPAC. Unfortunately, it's coded to work just for Git installs, which makes it tough to test. _TEST PLAN_ Before applying: 1) Go to http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) If the biblionumber exists, it should show you the record in OAI_DC format. 3) Go to http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 4) You should get a software error Apply the patch. After applying: 1) Refresh the page for http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) It should work exactly the same as before. Thorough testers: 1) Push the code to that regular test install 2) Try the link again. It will properly show the converted record now. Signed-off-by: Marcel de Rooy Verified that single install intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus "/prog/en/xslt/" is the location for the required xslt files. Script unapi in git install is still fine. Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 6890755c447296eeb08ea08a8360cdd8843bedf9 Author: Owen Leonard Date: Wed Dec 3 09:22:11 2014 -0500 Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC This patch changes the footer include, adding an alias for the jQueryUI tooltip function to prevent conflict with Bootstrap's function of the same name. To test, you must have at least two libraries configured with "OPAC info" for display in the OPAC. Modify the holdings of a title so that there is at least one item which has different holding and home branches matching your library configured above. View the detail page for that record. Hovering your cursor over the library name in the "Location" column should display the branch information you configured for that library in a tooltip. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Labels/Label.pm | 5 +- C4/Ris.pm | 53 ++++++++++---------- circ/circulation.pl | 3 -- koha-tmpl/intranet-tmpl/prog/en/css/login.css | 6 ++- .../prog/en/includes/patron-toolbar.inc | 2 +- .../bootstrap/en/includes/opac-bottom.inc | 4 ++ .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- members/members-home.pl | 1 - opac/unapi | 4 +- t/db_dependent/Koha.t | 7 +++ 10 files changed, 48 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 16 21:49:35 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Jan 2015 20:49:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-15-g5c71f8e 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, 3.16.x has been updated via 5c71f8ed5a8d250c638703022bb5cb007f7ca095 (commit) via b74252b3b440bdb56f4583a9f15a5de8d98da752 (commit) via 6a209116cc8f0bc5876a30a881e752240647fc6f (commit) via 25b1fb72cccd6bae927ec9e620a2f5eb923b53a2 (commit) via 8926c671e780755706484460e424050d7fa9389d (commit) via fc0e1f23b9b4859c724c31477b557fff82ad8110 (commit) via 8efeab9eb8b059cdffdf0141990c9c1c192c5d8f (commit) via 1ce97ee20febb171a27d9dda56fe1c13a40d40a7 (commit) from ff4092d79652af629f69f41bba100ae79ac16b94 (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 5c71f8ed5a8d250c638703022bb5cb007f7ca095 Author: Fr?d?ric Demians Date: Sun Nov 2 17:41:34 2014 +0100 Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for import' hangs. If I use the same UNIMARC record and change 979 to 978 in the ISBN, 'Stage MARC for import' works perfectly. The patch deals with the fact that converting an ISBN-13 to ISBN-10 with Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978. TEST PLAN: (1) Download, and decompress the ZIP file attached to BZ. (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import. (3) Choose the MARC file containing the record with an ISBN begining with 979. Click on Upload file, then Stage to import. (4) The Job progress bar stay at 0%. (5) Apply the patch. Repeat steps 2-3. The upload works. Signed-off-by: Colin Campbell Signed-off-by: Katrin Fischer Tested in a UNIMARC installation, confirmed that the patch fixes the problem. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit b74252b3b440bdb56f4583a9f15a5de8d98da752 Author: Tomas Cohen Arazi Date: Sun Jan 4 11:14:58 2015 -0300 Bug 13167: (QA followup) regression tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit 6a209116cc8f0bc5876a30a881e752240647fc6f Author: Marcel de Rooy Date: Tue Aug 26 11:14:33 2014 +0200 Bug 12823: Alert about defining the SRU search field mappings This is a follow-up for report 6536 (SRU search targets). It will alert a user that saves a SRU server without field mappings. Test plan: Add a Z39.50 server. No confirm message. Add a SRU server without field mappings. Cancel the confirm. Add one field mapping. No confirm message. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer commit 25b1fb72cccd6bae927ec9e620a2f5eb923b53a2 Author: Marcel de Rooy Date: Tue Aug 26 10:31:29 2014 +0200 Bug 12823: Add some hints for Host and Database When adding or editing a SRU server, this patch adds a hint, positioned under the Hostname field. It also moves similar information for SRU options and XSLT into hints. Test plan: Add/Edit SRU server. Look at Hostname, SRU options and XSLT. Add/Edit Z39.50 server. No hints for Hostname and SRU options. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 8926c671e780755706484460e424050d7fa9389d Author: Chris Cormack Date: Wed Dec 31 10:20:59 2014 +1300 Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique To test 1/ Create a borrower with '' as their userid, you may have to edit a row in the db to do this 2/ Run perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t 3/ Notice some tests fail and you see DBD::mysql::st execute failed: Duplicate entry '' for key 'userid' at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184. 4/ Apply the patch 5/ Run the tests again, notice they now pass Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit fc0e1f23b9b4859c724c31477b557fff82ad8110 Author: Owen Leonard Date: Wed Dec 10 09:02:57 2014 -0500 Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js The OpenLibrary JavaScript includes an untranslated string, "Preview." This patch move the string to the template so that it can be translated. To test, apply the patch and test that the translator picks up the string: 1. From misc/translator run 'perl translate update [lang]' (e.g. de-DE) 2. Edit misc/translator/po/[lang]-opac-bootstrap.po and add a translation for the updated "Preview" string 3. Remove the "#, fuzzy" marker from that entry 4. From misc/translator run 'perl translate install [lang]' 5. Enable the [lang] translation for the OPAC in system preferences 6. Enable the OpenLibraryCovers system preference. 7. In the OPAC switch to the [lang] translation. 7. View the detail page for a title for which there is an OpenLibrary cover image. Below it you should see a preview link with the translated string you added in step 2. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 8efeab9eb8b059cdffdf0141990c9c1c192c5d8f Author: Lyon3 Team Date: Fri Dec 5 09:27:02 2014 +0100 Bug 12895 repair dropbox mode One day late patrons were restricted even with dropbox mode activated 1) Check in the calendar (Tools/Calendar), that the previous days you are about to use as date due are really entered as opening day (never know). 2) Add a suspension in the suspension days parameter of the circulation rules (Administration/Circulation and fine rules) to the MOST specific category of borrower and MOST specific type of document among the existing rules of the LOGGED IN Site(cf explications in the circ-rules page). 3) Choose a borrower using the search by category and an item through the advanced search using the limit by type. 4) Checkout the item selecting the previous opening date in the Specify-due-date box. 5) Click on Circulation in the upper menu, then on Checkin and check the Book drop mode. The Book drop date showed should be the previous opening date. 6) Check in the item : you can see that the patron is restricted 7) apply the patch 8) Redo 1 to 5 : Now, you can see that the patron is not restricted. 9) If you redo the test with two day late, you will see that the patron is not restricted : that's ok because his restriction of one day is already finished. 10) If you redo the test with more than two day late, you see that the patron restriction is, as expected, one day shorter than it were if the item had been returned without dropbox mode. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 1ce97ee20febb171a27d9dda56fe1c13a40d40a7 Author: Martin Renvoize Date: Fri Dec 12 12:18:47 2014 +0000 BUG 13447: Fixed HTML Email Reports A tiny typo made in runreport.pl when updating it for bug 9530 lead to no body being attached to html emails. Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- C4/Koha.pm | 1 + C4/Members.pm | 28 +++++---- circ/returns.pl | 14 ++++- .../prog/en/modules/admin/z3950servers.tt | 63 ++++++++++++++++++-- .../bootstrap/en/includes/opac-bottom.inc | 1 + koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- misc/cronjobs/runreport.pl | 13 ++-- t/Koha.t | 29 ++++++++- 9 files changed, 124 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 00:36:28 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Jan 2015 23:36:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-27-g05a9dea 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, 3.16.x has been updated via 05a9deaacd381a3be18690762ed6d547b6819b22 (commit) via b8ef9e288548ea5247c120df4c8012f0df7a7be4 (commit) via c5d177b82e94ed36c25fb51110ca1e10ce1d5b29 (commit) via 1b48202e28b5000e1a9904cef82bc436b3628c94 (commit) via 10ee2cd2f1d5e50a566542638acfa3fc5aaca22a (commit) via d21856d2ad8b63c863bfdd3f39c06e7feafd6f2b (commit) via b2d7832aab960e6df2239568cd62eb1e9a7a431b (commit) via 5ab7aa964aa5051c9938a1fb0d01df67ea0cc789 (commit) via 878e044963543fa919f887e6ed653eeb7de8d768 (commit) via 4350573fedd03a909991247a9fffae0c32c48f39 (commit) via 70cc27c7847c0c0e72d3c85c32efa99ad9157bdb (commit) via a6ba8507e5385d3974abdb162a81058ae7fef90a (commit) from 5c71f8ed5a8d250c638703022bb5cb007f7ca095 (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 05a9deaacd381a3be18690762ed6d547b6819b22 Author: Mark Tompsett Date: Wed Sep 3 19:15:12 2014 -0400 Bug 12868: Wrong variable used for borrower number When only the card number is passed to GetMemberDetail, the value of $borrowernumber is undefined. Even after finding the correct borrower and providing a nice hash ($borrower), the GetMemberAccountRecords is called with the wrong borrower number, even though it is in the hash ($borrower). This was fixed by changing $borrowernumber to $borrower->{borrowernumber}, so that the hash's value will always be used, since it is correct regardless of whether borrowernumber or cardnumber were used to find the borrower. TEST PLAN --------- 1) Apply both patches 2) prove -v t/db_dependent/Member.t -- This time the previously failing test will pass. 3) run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy commit b8ef9e288548ea5247c120df4c8012f0df7a7be4 Author: Mark Tompsett Date: Wed Sep 3 19:09:46 2014 -0400 Bug 12868: Improving t/db_dependent/Member.t The mock function of GetMemberAccountRecord did not properly account for the undef case. This was corrected. Then all 4 combinations of borrower number and card number being defined or not were called to GetMemberDetail. The problematic test case is where the borrower number is undefined and the cardnumber is defined. TEST PLAN --------- 1) Apply just this first patch. 2) prove -v t/db_dependent/Member.t -- This should fail! 3) Run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Mason James commit c5d177b82e94ed36c25fb51110ca1e10ce1d5b29 Author: Olli-Antti Kivilahti Date: Mon Sep 15 11:38:32 2014 +0300 Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! We failed to deliver advance_notices because a template for sms's is undefined, because we don't support sending sms' as advance_notice. This crashed the cronjob because digests are set to die instead of the warn used in non-digest. And we get angry customers asking for compensation! This patch replaces the die with warn. TEST PREPARATION: 0. Edit the ODUEDGST letter, find an undefined letter for any trasport type. TEST PLAN: 1. Find a borrower and from the messaging preferences set the "Advance notice" transport type to the undefined digest. Set the "Days in Advance" to 1. 2. Check-out something for that borrower and set the due date for tomorrow. 3. Run "misc/cronjobs/advance_notices.pl -c -n -v" from the terminal. 4. BEFORE THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." and the script dies. 4. AFTER THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." but the script keep on going! Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 1b48202e28b5000e1a9904cef82bc436b3628c94 Author: Colin Campbell Date: Tue Jan 6 11:40:46 2015 +0000 Bug 13522: Make it explicit that scalar containd a hash ref Prior to perl 5.12 keys can only operate on a hash. So although $data[0] ( thats an abysmal variable name! ) will contain a hash ref the perl compiler cannot deduce that from the context and gives a syntax error. Add the hash sigil to make the context explicit and the compiler can generate the correct code. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 10ee2cd2f1d5e50a566542638acfa3fc5aaca22a Author: Jonathan Druart Date: Wed Dec 3 11:35:36 2014 +0100 Bug 13378: Add a filter to search suggestions not linked to a fund This patch adds a "None" option for the fund filter. Test plan: 1/ Go on the suggestion search page 2/ Search suggestions not linked to a fund using the "None" option. 3/ Search all suggestions (linked or not to a fund) using the "Any" option. Works as expected. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit d21856d2ad8b63c863bfdd3f39c06e7feafd6f2b Author: Jonathan Druart Date: Tue Dec 2 10:51:08 2014 +0100 Bug 13369: table should been highlighted correctly when row are grouped The css used to highlight the rows comes from staff-global.css We need a more specific rule to be used. Test plan: Go on the fund list view and confirm that the rows are correctly highlighted. Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit b2d7832aab960e6df2239568cd62eb1e9a7a431b Author: Chris Nighswonger Date: Fri Dec 19 07:47:40 2014 -0500 Bug 13407 Bumping required version of PDF::Reuse Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 5ab7aa964aa5051c9938a1fb0d01df67ea0cc789 Author: Chris Nighswonger Date: Tue Dec 2 12:08:04 2014 -0500 Bug 13406: Removing depricated code included in PDF::Reuse 1. Upgrade PDF::Reuse to 0.35_04. [1] 2. Run Koha's non-DB dependent test suite. You should notice some non-fatal warnings about the redefinition of one or two subs in PDF::Reuse. This should not affect the functionality of the tools for the end user. 3. Verify the functionality of the related tools. 4. Apply the attached patch. 5. Re-run Koha's non-DB dependent test suite. You should note no warnings related to PDF::Reuse. 6. Re-verify the functionality of the related tools. [1] http://search.cpan.org/CPAN/authors/id/C/CN/CNIGHS/PDF-Reuse-0.35_04.tar.gz Signed-off-by: Mark Tompsett Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=13407 Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 878e044963543fa919f887e6ed653eeb7de8d768 Author: Kyle M Hall Date: Tue Jul 29 12:39:15 2014 -0400 Bug 11872 - Lost overdue items should not generate fines An item can be marked as lost by longoverdue.pl, but left checked out to the patron. In this case, the item will continue to accrue fines. Test Plan: 1) Check out an item and back date it so it is overdue and should generate fines. 2) Mark the item as lost by either using longoverdue.pl, or just by setting itemlost to 1 by directly accessing the database 3) Run fines.pl 4) Note the overdue generated a fine 5) Repeat steps 1-2 6) Apply this patch 7) Run fines.pl 8) Note a fine was not generated Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Mason James commit 4350573fedd03a909991247a9fffae0c32c48f39 Author: Katrin Fischer Date: Sat Dec 27 12:58:52 2014 +0100 Bug 13459: Fix datatables paging for admin > itemtypes To test: - Go to administration > itemtypes - Verify the display of the paging options is broken - Apply patch - Verify the display is now correct and works nicely Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit 70cc27c7847c0c0e72d3c85c32efa99ad9157bdb Author: Katrin Fischer Date: Sat Dec 27 21:13:58 2014 +0100 Bug 13459: Fix datatables paging for patron lists The display of the datatables paging options for the patron list feature is broken. To test: - Go to tools > patron lists - The paging for the 'list of lists' is broken - Select a patron list 'Add more patrons' - Notice the paging on this page is also broken - Apply patch - Verify both pages now display the paging correctly Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit a6ba8507e5385d3974abdb162a81058ae7fef90a Author: Jonathan Druart Date: Wed Dec 31 13:23:06 2014 +0100 Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices If only 1 item exist in the message, the marker is not removed. This marker is removed by render_metadata, but this method is only called on appending. Test plan: 1/ Enable the CHECKIN and/or CHECKOUT notices for a patron 2/ check and item in or out and verify that the marker is no longer displayed in the generated notices. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Creators/PDF.pm | 92 +------ C4/Installer/PerlDependencies.pm | 2 +- C4/Members.pm | 2 +- C4/Message.pm | 7 +- C4/Overdues.pm | 4 +- C4/Suggestions.pm | 17 +- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 14 +- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/admin/itemtypes.tt | 3 +- .../prog/en/modules/patron_lists/list.tt | 3 +- .../prog/en/modules/patron_lists/lists.tt | 3 +- .../prog/en/modules/suggestion/suggestion.tt | 9 +- misc/cronjobs/advance_notices.pl | 12 +- misc/cronjobs/fines.pl | 2 + misc/cronjobs/staticfines.pl | 1 + t/db_dependent/Members.t | 54 +++- t/db_dependent/Suggestions.t | 286 +++++++++++++++++++- tools/viewlog.pl | 23 ++ 18 files changed, 405 insertions(+), 131 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 01:14:34 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Jan 2015 00:14:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-28-gb0884b4 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, 3.16.x has been updated via b0884b4d59bc411d427511fbaa8db608b25aa13b (commit) from 05a9deaacd381a3be18690762ed6d547b6819b22 (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 b0884b4d59bc411d427511fbaa8db608b25aa13b Author: Mason James Date: Sat Jan 17 13:19:06 2015 +1300 Revert commit for bug 13502 ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 02:11:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Jan 2015 01:11:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-29-g0286f18 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, 3.16.x has been updated via 0286f18c0234d044ee2ab374122daf668e77446a (commit) from b0884b4d59bc411d427511fbaa8db608b25aa13b (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 0286f18c0234d044ee2ab374122daf668e77446a Author: Mason James Date: Sat Jan 17 14:05:11 2015 +1300 add 'use Test::MockModule' to t/db_dependent/Members.t ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Members.t | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 04:37:27 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Jan 2015 03:37:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-30-g8a64ade 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, 3.16.x has been updated via 8a64adede700972c7ae757b97bda37d7688f628f (commit) from 0286f18c0234d044ee2ab374122daf668e77446a (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 8a64adede700972c7ae757b97bda37d7688f628f Author: Mason James Date: Sat Jan 17 16:41:49 2015 +1300 Revert "Bug 13378: Add a filter to search suggestions not linked to a fund" This reverts commit 10ee2cd2f1d5e50a566542638acfa3fc5aaca22a. ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 17 +- .../prog/en/modules/suggestion/suggestion.tt | 9 +- t/db_dependent/Suggestions.t | 286 +------------------- 3 files changed, 23 insertions(+), 289 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 06:55:44 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Jan 2015 05:55:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-31-gc9b3317 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, 3.16.x has been updated via c9b3317512633456f7eec1bf14fa57bfe60f4621 (commit) from 8a64adede700972c7ae757b97bda37d7688f628f (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 c9b3317512633456f7eec1bf14fa57bfe60f4621 Author: Mason James Date: Sat Jan 17 19:00:12 2015 +1300 Revert "Bug 12868: Improving t/db_dependent/Member.t" This reverts commit b8ef9e288548ea5247c120df4c8012f0df7a7be4. ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Members.t | 52 ---------------------------------------------- 1 file changed, 52 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 17 14:36:30 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Jan 2015 13:36:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-187-g9db34fe 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 9db34fe8758e6303246a3347d19f05edc2653a42 (commit) via 0a1914963985ad5bb6a0aacb21348ec892f3e590 (commit) via 752b6dce2ff27bcac57e927b5431f69b4061a1c8 (commit) via 3b54dbabfe1d5828a543c38829a22390a7a198f2 (commit) via 9820e40f5d44e3094e253ed9edbf6f45cd2b2c17 (commit) via ed7221102fec439997ebba14e4f061dfd8e3808b (commit) via adcabe6f8f1d9e3e106fafad4a42e4f22840d28c (commit) from 124549b8abad24c5c506ab5962a75782067b2c9a (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 9db34fe8758e6303246a3347d19f05edc2653a42 Author: Robin Sheat Date: Thu Jan 15 14:42:00 2015 +1300 Bug 13571: followup to remove some now-unused options The memcache parameters aren't used by anything (except C4::SQLHelper, but that's a cancer on the face of the earth) anymore, so they can go. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 0a1914963985ad5bb6a0aacb21348ec892f3e590 Author: Rochelle Date: Wed Jan 14 22:49:59 2015 +0000 Bug 13571: Koha-conf.xml.in has fallen out of sync with koha-conf.xml To test: 1- Build new koha packages 2- Check that the conflist file contains the changes we have made Signed-off-by: Robin Sheat Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 752b6dce2ff27bcac57e927b5431f69b4061a1c8 Author: Morag Hills Date: Tue Jan 13 21:16:53 2015 +0000 Bug 13570 - koha-conf.xml mentions win32 Issue existed in koha-conf.xml of /etc. The following lines were removed from the file: This section was located on lines 9, 10, 11, 12 and 13 of the koha-conf.xml file. Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 3b54dbabfe1d5828a543c38829a22390a7a198f2 Author: Jonathan Druart Date: Mon Jan 12 09:35:51 2015 +0100 Bug 13554: t/Prices.t shouldn't depend on the DB To reproduce: - Stop your MySQL server: $ sudo service mysql stop - Run $ prove t/Prices.t => FAIL: some tests fail because of mysql stopped To test (MySQL still stopped) - Apply the patch - Run $ prove t/Prices.t Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 9820e40f5d44e3094e253ed9edbf6f45cd2b2c17 Author: Jonathan Druart Date: Wed Jan 14 09:54:40 2015 +0100 Bug 13577: Add the utf8_unicode_ci COLLATE to all tables Bug 11944 added the COLLATE=utf8_unicode_ci to all DB tables. But some new tables have been created between the write of the patch set and the push to master. So these new tables don't have the correct collate. Test plan: 0/ Reproduce the error: mysql> create database koha_test CHARACTER SET utf8 COLLATE utf8_unicode_ci; mysql koha_test < installer/data/mysql/kohastructure.sql It will boom with: ERROR 1005 (HY000) at line 3493: Can't create table `koha_test`.`items_search_fields` (errno: 150 "Foreign key constraint is incorrectly formed") 1/ Apply the patch, destroy the DB and recreate it: mysql> create database koha_test CHARACTER SET utf8 COLLATE utf8_unicode_ci; mysql> drop database koha_test; mysql koha_test < installer/data/mysql/kohastructure.sql All tables should be inserted without any error. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit ed7221102fec439997ebba14e4f061dfd8e3808b Author: Jonathan Druart Date: Thu Aug 28 17:03:32 2014 +0200 Bug 12845: C4::Output::FormatData can be removed Test plan: git grep FormatData should not return any result in pl and pm files. Signed-off-by: Nick Clemens Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit adcabe6f8f1d9e3e106fafad4a42e4f22840d28c Author: Jonathan Druart Date: Thu Dec 4 16:27:04 2014 +0100 Bug 13393: Remove C4::VirtualShelves::Merge This is empty (?) Test plan: git grep 'VirtualShelves::Merge' should not return anything. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 16 +--------------- C4/VirtualShelves/Merge.pm | 5 ----- debian/templates/koha-conf-site.xml.in | 21 ++++++++++++++++++--- etc/koha-conf.xml | 5 ----- installer/data/mysql/kohastructure.sql | 8 ++++---- t/Prices.t | 16 +++++++++------- t/VirtualShelves_Merge.t | 14 -------------- 7 files changed, 32 insertions(+), 53 deletions(-) delete mode 100644 C4/VirtualShelves/Merge.pm delete mode 100755 t/VirtualShelves_Merge.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 01:51:10 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 00:51:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-41-g8669981 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, 3.16.x has been updated via 8669981321168e663b364aecaa430f2f2bb1964f (commit) via 6110bcb51705493a2374f40e04514a3536b0501c (commit) via b70ad8fadf185b83959e7856c44e1cbf6bb02051 (commit) via 01970096d200fff5d906fbf49ae45a3972f4e7f8 (commit) via daef7c5d789dee77b145ca42f8e680838ea6ec55 (commit) via eca2d65a298c7c326c3b3facd518a0bf17cdf19a (commit) via f23b44887d86177e2cbc9ffa8b2885e9bb43555d (commit) via f9c17a4ef6d98a49dbdba81cf0f1cea02750ae2a (commit) via e52ef1182a75827a87697fa487923be6b155b418 (commit) via 4f206bac225e38d322fd04f895385c7aca6b5346 (commit) from c9b3317512633456f7eec1bf14fa57bfe60f4621 (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 8669981321168e663b364aecaa430f2f2bb1964f Author: Katrin Fischer Date: Sat Nov 29 11:59:45 2014 +0100 Bug 9958: Improve RoutingSerials sys pref description The RoutingSerials preference controls if the routing list related functionality is visible in the serials module. To test: - Go to the system preference editor - RoutingSerials - Check the current description - Apply patch - Check the new description - Verify functionality matches description NOTE: The preference change is merely cosmetic. The value is still YesNo. A few git reset --hard origin/master and page refreshes confirmed expected values. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 6110bcb51705493a2374f40e04514a3536b0501c Author: Katrin Fischer Date: Sun Nov 30 08:18:11 2014 +0100 Bug 12565: Acq: Fix broken link in breadcrumbs The link back to the basket when creating an order by searching for an existing record in the catalog is broken. To test: - Start a new basket - Create a new order line by searching for an existing record in your catalog - Try the link back to the basket from the breadcrumbs at the result list page - Verify that the link is broken - Apply patch and retest Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit b70ad8fadf185b83959e7856c44e1cbf6bb02051 Author: Marc V?ron Date: Tue Dec 9 06:35:07 2014 +0100 Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable To test: Set syspref SelfCheckReceiptPrompt to "Show" Select non English language Go to Self Checkout and check out an item Hit "Finish" Make sure that confirm dialog "Would you like to print a receipt" still appears Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 01970096d200fff5d906fbf49ae45a3972f4e7f8 Author: Marcel de Rooy Date: Tue Dec 9 14:50:44 2014 +0100 Bug 13416: Typo in marc21_leader.pl position 5 (record status) Instead of a space in the leader on this position, it should be an a. Test plan: 1) Log in to staff client 2) Find a record in the catalog 3) Edit the record 4) Click the on builder popup icon. 5) View the page source -- the option is " " for the 'a- Increase in encoding level' entry. It really should be 'a'. 6) Apply patch. 7) Repeat steps 1-5 -- the option should be 'a' this time. 8) Run koha qa test tools. -- Discovered it failed. Provided a patch to fix this. It does, however, solve the major problem of ' ' vs. 'a'. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Mason James commit daef7c5d789dee77b145ca42f8e680838ea6ec55 Author: Kyle M Hall Date: Fri Dec 12 07:59:50 2014 -0500 Bug 13400 [QA Followup] - Fix tabs and quotes Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit eca2d65a298c7c326c3b3facd518a0bf17cdf19a Author: Marc V?ron Date: Mon Dec 8 03:55:15 2014 +0100 Bug 13400 - Untranslatable "Are you sure you want to delete this authority?" This patch makes the string "Are you sure you want to delete this authority?" translatable using the function _(...) To test, apply patch and check that deleting authorities still works. Signed-off-by: Owen Leonard Tested successfully with the following procedure: 1. Applied the patch. 2. Ran perl translate update de-DE 3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation" 4. Removed "#, fuzzy" marker from po entry. 5. perl translate -v install de-DE 6. Testing deleting an authority from the authority search results page and from the detail page. My translated string appeared correctly. Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit f23b44887d86177e2cbc9ffa8b2885e9bb43555d Author: Jonathan Druart Date: Thu Dec 4 16:05:34 2014 +0100 Bug 12059: Prefer to list fields in the query To avoir further issue, it's better to explicitely list the fields we want to retrieve. Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit f9c17a4ef6d98a49dbdba81cf0f1cea02750ae2a Author: Katrin Fischer Date: Mon Nov 10 09:55:52 2014 +0100 Bug 12059: Publisher column on invoice page always empty This patch moves the publisher information out of its own always empty column into the Summary column below the title, as it is on other acq pages. The information was never displaying, as publishercode is in biblioitems and that table was not selected by GetInvoiceDetails. Also modified the code to take into account that UNIMARC uses biblioitems.publicationyear and MARC21/NORMARC use bibio.copyrightdate for the copyright year. To test: - create an invoice for records that - have a publication year - have no publication year - have a publisher... - 'finish receiving' and check the invoice summary page ...acqui/invoice.pl?invoiceid=? - Make sure all the information displays now but didn't witout the patch. Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit e52ef1182a75827a87697fa487923be6b155b418 Author: Kyle M Hall Date: Fri Dec 12 07:00:29 2014 -0500 Bug 13410 [QA Followup] Signed-off-by: Mason James commit 4f206bac225e38d322fd04f895385c7aca6b5346 Author: Marc V?ron Date: Tue Dec 9 05:21:06 2014 +0100 Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" To test: In staff client, go to Home > Patrons Click button "New patron" and choose a category Change Patron messaging preferences Now change Category Make sure that following message box still appears: "Change messaging preferences to default for this category?" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 ++++++- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 19 +++++++++---------- .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 6 +++--- .../prog/en/modules/authorities/detail.tt | 8 ++++---- .../prog/en/modules/authorities/searchresultlist.tt | 3 +-- .../cataloguing/value_builder/marc21_leader.tt | 4 ++-- .../prog/en/modules/members/memberentrygen.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 9 files changed, 28 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 02:43:22 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 01:43:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-75-gd2598f0 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, 3.18.x has been updated via d2598f080380f1b0d934bb59cee3aa87dcf0a0d9 (commit) via 63c368c18d6d6cfa7421d2dc5c6a88372843db3b (commit) via c7ccdbd6f54f176e21dd2f9c4bdb9fc5ffc23eb5 (commit) via 65d6b7d83e19d14dc2957a5d7aeaa8f88de8e1d0 (commit) via 8c2e8ec02085299ac9b8942338a7f040e8adbf31 (commit) via c8d5c00b1ea7a60a2707a47c73680604af4a7309 (commit) via 82917f29ee0bd866902b927d10a1db4eae9c320b (commit) via 9d00a0e8e46323bf0fdb5522785a27dbe1ba1f65 (commit) via 9f3f86288052eb10f6c83d592bed008e7f433e14 (commit) via 47f6c39c9ad5445f2b4f0e634308873a1718052b (commit) via d0da08cd16408b9c170ae4962211b241890b9dc1 (commit) via 330988b18cd330a1a6ca6b06195283821b835d76 (commit) via 32a32f67b850ec6e5bb69bf6f62dcfb3925be13f (commit) via 819ee7bdf34fea0b24f6245559a9832009d6041a (commit) via 796d06dc0f9fef94fdf2c7f26cd333cac9fb3964 (commit) from 67dc44d2394296efc69338ae89ded5c4432ddf01 (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 d2598f080380f1b0d934bb59cee3aa87dcf0a0d9 Author: Zeno Tajoli Date: Mon Dec 29 14:36:41 2014 +0100 Bug 13264: Follow up on record files: deleted fields (952/995) with items info To insert items info you need to use correct code of sublibrary, not always the code is correct. Items info are not important for this test, so the fields are deleted (952 in MARC21, 995 in UNIMARC) http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 021c3695e80237129ca9860ca82d8ccf5f36f796) Signed-off-by: Chris Cormack commit 63c368c18d6d6cfa7421d2dc5c6a88372843db3b Author: Zeno Tajoli Date: Mon Dec 29 11:37:50 2014 +0100 Bug 13264: More tests for Latin-1 vs. UTF-8 interpretation New tests in search_utf8.t, now are tested also records with only utf-8 chars that could see also as latin-1 chars http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 556b15f7258eb63bf57ac9116088aede8c18201d) Signed-off-by: Chris Cormack commit c7ccdbd6f54f176e21dd2f9c4bdb9fc5ffc23eb5 Author: Zeno Tajoli Date: Mon Dec 29 11:36:33 2014 +0100 Bug 13264: Update of unimarc and marc21 record to search publisher http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 0f8589483f128efdd1e198524733dae509d4271d) Signed-off-by: Chris Cormack commit 65d6b7d83e19d14dc2957a5d7aeaa8f88de8e1d0 Author: Zeno Tajoli Date: Mon Dec 29 10:25:25 2014 +0100 Bug 13264: Add Latin-1 vs UTF-8 test specific records This patch addes two new files .mrc for marc21 and unimarc to test chars in utf8/latin-1 section only, to be sure that perl doesn't switch between utf-8 nad ISO 8859-1 inside itself. http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 4c7de64b3af9130632fb3a4108bd75b403574b07) Signed-off-by: Chris Cormack commit 8c2e8ec02085299ac9b8942338a7f040e8adbf31 Author: Zeno Tajoli Date: Sun Dec 28 23:14:56 2014 +0100 Bug 13264: Add tests for Latin-1 vs. UTF-8 deduction add a test in auth_values_input_www to check chars that could be Latin-1 or UTF-8 http://bugs.koha-community.org/show_bug.cgi?id=13264 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 6691d273cd371d3dde1602ebb17938551c99834a) Signed-off-by: Chris Cormack commit c8d5c00b1ea7a60a2707a47c73680604af4a7309 Author: Zeno Tajoli Date: Sun Dec 28 21:56:05 2014 +0100 Bug 13264: Add more records to the marc21 aand unimarc files Dupliacate record in marc21 and unimarc files, so the search finds always more than one result. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 04ef213dec094fdde08755ad6bb2ed8f809c7fa4) Signed-off-by: Chris Cormack commit 82917f29ee0bd866902b927d10a1db4eae9c320b Author: Tomas Cohen Arazi Date: Fri Dec 26 20:52:54 2014 -0300 Bug 13264: (QA followup) prevent double-encoding on the tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 9bba9fb386d5772fb4ebd9edac14eb1532210843) Signed-off-by: Chris Cormack commit 9d00a0e8e46323bf0fdb5522785a27dbe1ba1f65 Author: Jonathan Druart Date: Thu Dec 4 13:12:00 2014 +0100 Bug 13264: Refactor search utf8 tests and add some more t/db_dependent/www/search_utf8.t and t/db_dependent/www/intranet_search_utf8.t were quite similar, I merged them into a single file (t/db_dependent/www/search_utf8.t). On the way, I added some tests for them. Note that you will need the last patch on branch bug_11944 to see the tests pass. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 72563473aeeb48f59075e1684a8b283a1ba0c922) Signed-off-by: Chris Cormack commit 9f3f86288052eb10f6c83d592bed008e7f433e14 Author: Emmanuele Somma Date: Sat Nov 22 21:34:23 2014 +0100 Bug 13264: Additional test for search in intranet calatogue The utf-8 test do: insert a biblio record with tool, search the record in intranet, delete batch upload and biblio records. To test: prove intranet_search_utf8.t Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 2e368c14787f6c91be7879b8ab887d65472e3ab3) Signed-off-by: Chris Cormack commit 47f6c39c9ad5445f2b4f0e634308873a1718052b Author: Zeno Tajoli Date: Fri Nov 21 13:27:34 2014 +0100 Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio In previous version of the test opac_utf8.t clears import from resevoir but it doesn't delete record from biblio table in MySQL. This the standard work of the feature, see: http://manual.koha-community.org/3.18/en/catalogtools.html#managestaged Now the script deletes also record on MySQL level. No necessary on Zebra level because it uses a temporaney Zebra index that it is clenaned at the end of the script. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 20a7f1d03871339daeb3c58ad605fe7e92b90bdc) Signed-off-by: Chris Cormack commit d0da08cd16408b9c170ae4962211b241890b9dc1 Author: Tomas Cohen Arazi Date: Thu Nov 20 12:05:44 2014 -0300 Bug 13264: Make opac_utf8.t launch its own helper processes This patch makes opac_utf8.t launch its own: - zebrasrv process - rebuild_zebra.pl (daemon mode) It also takes care of killing them when finished. It sets a frecquency of 5 seconds for the indexer, and waits 10 just in case before looking for the indexed records. To test: - Just launch the tests. Edit: fixes on the license text. Regards Tomas Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 5e43f20a448f86915e64e18d6dccbb6e9ced4be6) Signed-off-by: Chris Cormack commit 330988b18cd330a1a6ca6b06195283821b835d76 Author: Tomas Cohen Arazi Date: Thu Nov 20 12:05:24 2014 -0300 Bug 13264: no need to test for MySQL This patch removes the test for a running MySQL process. It is already implied by successfuly loading C4::Context. It also fixes the license text. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 0f44011336ef000484632c2c0de07bcd04babc44) Signed-off-by: Chris Cormack commit 32a32f67b850ec6e5bb69bf6f62dcfb3925be13f Author: Zeno Tajoli Date: Wed Nov 19 21:58:54 2014 +0100 Bug 13264: Test for utf-8 on authorised values input/display/delete This test check utf-8 support on web intranet interface for authorized values. It test input, search and delete of utf-8 values. If all OK it destroy values inserted Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer (cherry picked from commit 44ed6c37c579f7a8a2b222647f50073cdf1762d4) Signed-off-by: Chris Cormack commit 819ee7bdf34fea0b24f6245559a9832009d6041a Author: Zeno Tajoli Date: Wed Nov 19 21:54:01 2014 +0100 Bug 13264: Test for utf-8 on Opac search This test need to setup zebraserver and background indexing. You need to set also KOHA_INTRANET_URL and KOHA_OPAC_URL in the user enviroment. It imports sample records and retrieves them on hte OPAC through Apache. To run it: prove opac_utf8.t Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer (cherry picked from commit fb9eb5737bb2fa2025778a1324afb5d9662ef4a9) Signed-off-by: Chris Cormack commit 796d06dc0f9fef94fdf2c7f26cd333cac9fb3964 Author: Zeno Tajoli Date: Wed Nov 19 21:47:33 2014 +0100 Bug 13264: UNIMARC and MARC21 records to test UTF-8 The records shares enough chars to do the same search ('deuteros') to find them and check the same utf-8 chars. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer (cherry picked from commit 1ded4bfc55fb0f744c7f251859497eb5e1899eea) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: t/db_dependent/www/auth_values_input_www.t | 173 +++++++++++ t/db_dependent/www/data/marc21latin1utf8rec.mrc | 1 + t/db_dependent/www/data/marc21utf8record.mrc | 1 + t/db_dependent/www/data/unimarclatin1utf8rec.mrc | 1 + t/db_dependent/www/data/unimarcutf8record.mrc | 1 + t/db_dependent/www/search_utf8.t | 336 ++++++++++++++++++++++ 6 files changed, 513 insertions(+) create mode 100644 t/db_dependent/www/auth_values_input_www.t create mode 100644 t/db_dependent/www/data/marc21latin1utf8rec.mrc create mode 100644 t/db_dependent/www/data/marc21utf8record.mrc create mode 100644 t/db_dependent/www/data/unimarclatin1utf8rec.mrc create mode 100644 t/db_dependent/www/data/unimarcutf8record.mrc create mode 100644 t/db_dependent/www/search_utf8.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 02:45:15 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 01:45:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-76-gd1a129a 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, 3.18.x has been updated via d1a129ab4734322bb864d66402c2d59e1771c002 (commit) from d2598f080380f1b0d934bb59cee3aa87dcf0a0d9 (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 d1a129ab4734322bb864d66402c2d59e1771c002 Author: Tomas Cohen Arazi Date: Tue Jan 13 15:30:23 2015 -0300 GRS-1 deprecation leftover used by jenkins install_misc/environment_Makefile.PL is only used by jenkins to automate the configuration step. This leftover doesn't affect anyone but Jenkins so I take the liberty to push this amendment. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 544520d6bdfacada4eba4caefedf42864db4b3a0) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: install_misc/environment_Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 03:12:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 02:12:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-81-gc1cf327 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, 3.18.x has been updated via c1cf3270fc6fa8a82d50d498f2a5b377321cb291 (commit) via bc81f5f3b77e10ff81346175746749502829a435 (commit) via 57389536c70b31897dba2639d1464c5053bafecc (commit) via ca8d6b4827b3803cc843ea68a1c8698cfc84f543 (commit) via 819562fd181f57ddd41456a1badc3315eae09e12 (commit) from d1a129ab4734322bb864d66402c2d59e1771c002 (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 c1cf3270fc6fa8a82d50d498f2a5b377321cb291 Author: Marc V?ron Date: Tue Jan 13 05:42:02 2015 +0100 Bug 13566 - Change translation for 'Rotating collection' in German web installer This page changes 'Wanderned Sammlungen verwalten' to 'Rotationsbest?nde verwalten' Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 76f4723ba655ae9131f6b09299a040e1a31adaec) commit bc81f5f3b77e10ff81346175746749502829a435 Author: Jonathan Druart Date: Wed Jan 14 13:47:22 2015 +0100 Bug 13579: Open history.txt using utf-8 encoding Test plan: Verify about>Timeline is correctly encoded Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Replaced (cherry picked from commit 9cf3a2276527585bafe7b903b6d5acabe77c4f7a) Signed-off-by: Chris Cormack commit 57389536c70b31897dba2639d1464c5053bafecc Author: Jonathan Druart Date: Wed Jan 14 16:08:11 2015 +0100 Bug 13579: Prefer like instead of ok to match a regex Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 178e51cad7ad216d560aa2d203778f4683e89f85) Signed-off-by: Chris Cormack commit ca8d6b4827b3803cc843ea68a1c8698cfc84f543 Author: Tomas Cohen Arazi Date: Wed Jan 14 11:45:34 2015 -0300 Bug 13579: (regression tests) Encoding issues on about > timeline get tested This patch introduces two tests for encoding issues on about > timeline To test: - Apply the patch and run $ KOHA_USER=kohaadmin KOHA_PASS=katikoan KOHA_INTRANET_URL=http://koha-dev.biblioadmin prove t/db_dependent/www/history.t (adjust to your own settings, the user needs to have access to the about page) Regards Signed-off-by: Manuel Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 29ebdc3ad5baf6e2d1d9a40118175e399ccd2517) Signed-off-by: Chris Cormack commit 819562fd181f57ddd41456a1badc3315eae09e12 Author: Morag Hills Date: Tue Jan 13 03:24:36 2015 +0000 Bug 13530: Typo in bulkmarcimport GetFrameworkCode was incorrectly spelt as GetFrameworkcode on line 401. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f831176787916bfdd79592d7df2d2578004a07b9) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: about.pl | 2 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 2 +- misc/migration_tools/bulkmarcimport.pl | 2 +- t/db_dependent/www/history.t | 67 ++++++++++++++++++++ 4 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 t/db_dependent/www/history.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 03:31:57 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 02:31:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-89-ga8989f1 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, 3.18.x has been updated via a8989f1d148310250813473a9f8f96a37cfc2e17 (commit) via b8688959180f159b4704c5bbc66619d6db1774c0 (commit) via b53fb77e3b3b372ec26162764620b1f4c420715f (commit) via ba60d319475b147d712e7390abf1d42d7ffa2461 (commit) via 730f41675601848de5dec0374e0a6df4d16c5ce3 (commit) via 2e79cd4b5de5eb377a1849c40c9b3a862fb94226 (commit) via 2d704576de4bae5be9b78b8a2156bf1594d550d1 (commit) via 7477cbc2977a9c50e0e766df59131fdfaeb7d2e9 (commit) from c1cf3270fc6fa8a82d50d498f2a5b377321cb291 (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 a8989f1d148310250813473a9f8f96a37cfc2e17 Author: Robin Sheat Date: Thu Jan 15 14:42:00 2015 +1300 Bug 13571: followup to remove some now-unused options The memcache parameters aren't used by anything (except C4::SQLHelper, but that's a cancer on the face of the earth) anymore, so they can go. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9db34fe8758e6303246a3347d19f05edc2653a42) Signed-off-by: Chris Cormack commit b8688959180f159b4704c5bbc66619d6db1774c0 Author: Rochelle Date: Wed Jan 14 22:49:59 2015 +0000 Bug 13571: Koha-conf.xml.in has fallen out of sync with koha-conf.xml To test: 1- Build new koha packages 2- Check that the conflist file contains the changes we have made Signed-off-by: Robin Sheat Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0a1914963985ad5bb6a0aacb21348ec892f3e590) Signed-off-by: Chris Cormack commit b53fb77e3b3b372ec26162764620b1f4c420715f Author: Morag Hills Date: Tue Jan 13 21:16:53 2015 +0000 Bug 13570 - koha-conf.xml mentions win32 Issue existed in koha-conf.xml of /etc. The following lines were removed from the file: This section was located on lines 9, 10, 11, 12 and 13 of the koha-conf.xml file. Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 752b6dce2ff27bcac57e927b5431f69b4061a1c8) Signed-off-by: Chris Cormack commit ba60d319475b147d712e7390abf1d42d7ffa2461 Author: ????? Date: Mon Sep 8 22:48:03 2014 +0530 Bug 12889: Updated pod for C4::Members::AddMember Signed-off-by: Rochelle http://bugs.koha-community.org/show_bug.cgi?id=12889 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 124549b8abad24c5c506ab5962a75782067b2c9a) Signed-off-by: Chris Cormack commit 730f41675601848de5dec0374e0a6df4d16c5ce3 Author: Kyle M Hall Date: Thu Jan 8 06:59:26 2015 -0500 Bug 13537 - Focus should move to barcode after renewing via checkouts table Koha's checkout screen automatically focuses on the barcode field each time it is loaded. Since we've moved the checkouts table functions for renewing and returning items to ajax methods, this page is no longer refreshed, and thus does not refocus to the barcode after performing those actions. This should be fixed so that renewing/returning items via the checkouts page moves the focus to the barcode field. Test Plan: 1) Find a patron with checkouts. 2) Renew or return a checkout, note the focus does not move to the barcode. 3) Apply this patch. 4) Renew or return a checkout, note the focus *does* move to the barcode. Signed-off-by: Kyle M Hall Signed-off-by: Thomas Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 91f67dde130c1c5c34174a588696bad1286823ad) Signed-off-by: Chris Cormack commit 2e79cd4b5de5eb377a1849c40c9b3a862fb94226 Author: Rochelle Date: Tue Jan 13 02:01:49 2015 +0000 Bug 13564: Items search: rename Stock number to Inventory number To test: - Go to Advanced search - Click on link 'go to item search' - Check the search options in the second section for "Stock number" - Do a search and note the column name appears as "Stock number" - Apply patch - Try the search again and check that "Inventory number" shows Signed-off-by: Katrin Fischer Works as described, thx! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 62b8f1a830ed28ec4e0d12179b677abf7faa9e21) Signed-off-by: Chris Cormack commit 2d704576de4bae5be9b78b8a2156bf1594d550d1 Author: Kyle M Hall Date: Tue Nov 18 12:40:43 2014 -0500 Bug 13290 - Add better feedback for returns to the checkouts table The feedback given when returning an item is only to update the "Check in" column. It would be nice if the entire column was highlighted in some way so librarians have an easier time spotting which items were checked in and which ones failed to be checked in. Test Plan: 1) Apply this patch 2) Browse to a patron with checkouts 3) Return an item using the checkouts table 4) Note if the return was successful, the row is highlighted in yellow, if the return was not allowed, the row is highlighted in red. Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9fcdb0108217fc746731d2d8736a8765427453a0) Signed-off-by: Chris Cormack commit 7477cbc2977a9c50e0e766df59131fdfaeb7d2e9 Author: Jonathan Druart Date: Mon Dec 8 07:39:35 2014 -0500 Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Some librarians do not realize they can continue scanning items even if the checkouts table has not loaded. We should have Koha tell them explicitly that they may continue scanning barcodes. Test Plan: 1) Apply this patch 2) Load the checkouts table on circulation.pl, note the loading message is now Loading... you may continue scanning. 3) Load the checkouts table on moremember.pl, note the loading message is still Loading... Signed-off-by: Owen Leonard This one works too! Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 28513edb943c255b191c94e0fbc0fe14368e6985) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 5 +++++ debian/templates/koha-conf-site.xml.in | 21 +++++++++++++++++--- etc/koha-conf.xml | 5 ----- .../intranet-tmpl/prog/en/css/staff-global.css | 6 ++++++ koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 9 +++++++++ .../prog/en/modules/catalogue/itemsearch.tt | 4 ++-- .../prog/en/modules/circ/circulation.tt | 1 + 7 files changed, 41 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 18 14:45:35 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Jan 2015 13:45:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-193-gfd6176d 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 fd6176d0a58e5e5016d5db002578b7a7dee9531c (commit) via bcbcad897a3f383b38851f8d0fb27017170d181f (commit) via b8989510ec8b6b58249707bf2ddc6cf80fbfef4d (commit) via cb2f8f663571a12e1e45819964735d6a910ce7dd (commit) via 97acd9511e5a3abb22dac02fd0014c44295a4313 (commit) via 64aeb864561418ba1937f8933e8def6b008c5bf9 (commit) from 9db34fe8758e6303246a3347d19f05edc2653a42 (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 fd6176d0a58e5e5016d5db002578b7a7dee9531c Author: David Cook Date: Wed Jan 7 17:32:06 2015 +1100 Bug 13526 - Mandatory fields should not be able to be hidden in borrower self-registration Currently, mandatory fields in the borrower self-registration can be hidden. This causes problems since the validator rejects the registration, even though all required fields on the screen have been filled out. This is especially a problem when using the system preference "PatronSelfRegistrationVerifyByEmail", since it automatically makes "email" a mandatory field. This patch makes it so that a mandatory field cannot be hidden on the self-registration page. _TEST PLAN_ Before applying 1) Hide the "email" and the "emailpro" fields using the "PatronSelfRegistrationBorrowerUnwantedField" system preference. 2) Make the "email" and the "emailpro" fields mandatory using the "PatronSelfRegistrationBorrowerMandatoryField" system preference. 3) Note that you cannot see "Primary email" or "Secondary email" on the self registration page. (The registration page which can be found by turning on "PatronSelfRegistration" and filling in "PatronSelfRegistrationDefaultCategory". The link will be on opac-main.pl on the right side of the screen under the login box.) 4) Note that you cannot submit a self-registration request as the system tells you that you have not filled in all the mandatory fields. 5) Apply the patch && refresh the self registration page 6) Note that you can now see "Primary email" and "Secondary email" on the self-registration screen". Signed-off-by: Abby Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit bcbcad897a3f383b38851f8d0fb27017170d181f Author: Thomas Date: Tue Jan 13 23:25:49 2015 +0000 Bug 12702 - Suggestions still accessible in OPAC when deactivated Added check for suggestions turned off. If off user is redirected to 404 error. If patron suggestions are off guest sugestions will also redirect to 404 Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit b8989510ec8b6b58249707bf2ddc6cf80fbfef4d Author: Marc V?ron Date: Sun Nov 16 22:52:31 2014 +0100 Bug 8096 - card number twice on patron search This patch removes double patron card numbers from patron search results. To test: Search patrons See card number 12345 in first column and in second column like Testman, John (12345) Apply patch Patron card number no longer dispays in second colum Further testing: Search for other places in intranet where patron-title.inc is used (git grep 'patron-title.inc') The card number still should display at the other places. Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=8096 Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit cb2f8f663571a12e1e45819964735d6a910ce7dd Author: Tomas Cohen Arazi Date: Sat Jan 17 23:23:47 2015 -0300 Bug 12973: (QA followup) warnings are features, test them This patch makes the test look for the warnings Koha::XSLT_Handler raises instead of just throwing them to STDERR. Signed-off-by: Tomas Cohen Arazi commit 97acd9511e5a3abb22dac02fd0014c44295a4313 Author: Marcel de Rooy Date: Thu Sep 25 11:22:40 2014 +0200 Bug 12973: Additional unit tests for XSLT_Handler.t The additional way of parameter passing is tested in three additional tests. Test plan: Verify if XSLT_Handler.t passes. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 64aeb864561418ba1937f8933e8def6b008c5bf9 Author: Marcel de Rooy Date: Fri Sep 19 22:36:46 2014 +0200 Bug 12973: Allow passing code to XSLT_Handler instead of filename This patch adds the option to pass a code string to the XSLT handler object instead of passing a filename. This is achieved by a change to parameter hashref. The old style parameters are also allowed. Note that this patch should not change behavior but will be used in future development: see bug 12758 or bug 12754. Test plan: Verify that behavior did not change in the following steps. [1] Edit OPACXSLTResultsDisplay in order to use XSLT. [2] Check search results page in OPAC. [3] Edit OPACXSLTDetailsDisplay in order to use XSLT. [4] Check detail page in OPAC. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Koha/XSLT_Handler.pm | 86 +++++++++++++++----- .../prog/en/includes/patron-title.inc | 8 +- .../en/modules/members/tables/members_results.tt | 2 +- opac/opac-memberentry.pl | 10 ++- opac/opac-suggestions.pl | 6 ++ t/db_dependent/XSLT_Handler.t | 66 ++++++++++++--- 6 files changed, 138 insertions(+), 40 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 05:59:48 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 04:59:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-45-g5dc1477 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, 3.16.x has been updated via 5dc1477beb9fb513dbbfb24d805ff9280c1610a5 (commit) via e1c2dbcd02ff9de95945611d18a1f5725074d9c7 (commit) via 3243e7fc48700368706d928d547e605762e3b016 (commit) via 26897109c99f8c93155f53d3d0a243015283eef6 (commit) from 8669981321168e663b364aecaa430f2f2bb1964f (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 5dc1477beb9fb513dbbfb24d805ff9280c1610a5 Author: Kyle M Hall Date: Mon Apr 21 08:20:28 2014 -0400 Bug 11518 [QA Followup] - Make unit tests pass Signed-off-by: Katrin Fischer commit e1c2dbcd02ff9de95945611d18a1f5725074d9c7 Author: Kyle M Hall Date: Thu Apr 10 13:46:34 2014 -0400 Bug 11518 [QA Followup] Signed-off-by: Katrin Fischer commit 3243e7fc48700368706d928d547e605762e3b016 Author: Kyle M Hall Date: Fri Jan 10 10:21:55 2014 -0500 Bug 11518 [Followup] - Change method name from 'itemtype' to 'effective_itemtype' for clarity Test runs without errors. Signed-off-by: Benjamin Rokseth Signed-off-by: Katrin Fischer commit 26897109c99f8c93155f53d3d0a243015283eef6 Author: Kyle M Hall Date: Fri Jan 10 08:03:59 2014 -0500 Bug 11518 - Add new method to Koha::Schema::Result::Item that will always return the correct itemtype There are many disparate areas of Koha that deal with item level itemtypes vs record level itemtypes. We can take advantage of DBIx::Class to make smarter objects that automatically return the correct value depending on the system preference. Test Plan: 1) Apply this patch 2) Run t/db_dependent/Items.t Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 14:14:31 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 13:14:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-47-gf8432bb 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, 3.16.x has been updated via f8432bb26d3d981a0276dc62e81576a455e323bb (commit) via b633f56c35376db9d800f7a056d4f1c88b00019b (commit) from 5dc1477beb9fb513dbbfb24d805ff9280c1610a5 (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 f8432bb26d3d981a0276dc62e81576a455e323bb Author: Jonathan Druart Date: Tue Nov 4 09:34:32 2014 +0100 Bug 13190: Refactor the checkouts table template code This code is duplicated and should be centralised. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer commit b633f56c35376db9d800f7a056d4f1c88b00019b Author: Jonathan Druart Date: Mon Nov 3 17:23:22 2014 +0100 Bug 13190: Reintroduce the checkouts export feature Bug 11703 breaks the checkouts export feature. To reproduce: Fill the ExportWithCsvProfile pref and go on the circ/circulation.pl page. The export column appears, but not the export button. Test plan: Go on the checkout list (circ/circulation.pl and members/moremember.pl) and verify the export column and the export button appears. If you click on the button, a file should be generated. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Record.pm | 3 +- circ/circulation.pl | 2 - .../prog/en/includes/checkouts-table.inc | 70 ++++++++++++++++++++ .../intranet-tmpl/prog/en/js/pages/circulation.js | 7 +- .../prog/en/modules/circ/circulation.tt | 62 +++++++---------- .../prog/en/modules/members/moremember.tt | 70 +++----------------- tools/export.pl | 2 +- 7 files changed, 107 insertions(+), 109 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 14:22:51 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 13:22:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-48-g9f0326b 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, 3.16.x has been updated via 9f0326bcb27e41437c0c93dc901ffa0c39cc742e (commit) from f8432bb26d3d981a0276dc62e81576a455e323bb (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 9f0326bcb27e41437c0c93dc901ffa0c39cc742e Author: Kyle M Hall Date: Thu Nov 13 12:03:42 2014 -0500 Bug 12778 - Regression: Item lost status doesn't show in list of checkouts When using the longoverdue script it's possible that items marked lost remain on the patron account. I think it's important for staff to see that some items are marked lost - currently the list of checkouts doesn't show any sign of the lost status. Test Plan: 1) Find a patron with a checked out lost item 2) Note the lost status is not displayed in the checkouts table 3) Apply this patch 4) Refresh the page, note the lost status now displays 5) Repeat this test plan for a damaged item Signed-off-by: Owen Leonard Tested successfully with damaged and multiple lost values. Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 36 +++++++++++++++-------- svc/checkouts | 9 ++++-- 2 files changed, 30 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 14:35:24 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 13:35:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-49-gf0999f4 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, 3.16.x has been updated via f0999f40bf78fe1a37673ec389ea0b1c08e97805 (commit) from 9f0326bcb27e41437c0c93dc901ffa0c39cc742e (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 f0999f40bf78fe1a37673ec389ea0b1c08e97805 Author: Chris Cormack Date: Wed Nov 5 20:00:39 2014 +1300 Bug 12892 : Alternate fix to restore the deleted code This doesn't depend on anything other patch. 1. Create a reservation for a Borrower with pickup branch 2. Check-in the corresponding Item in the pickup branch and confirm the hold for the Borrower 3. Go to circ/circulation.pl for the Borrower and verify that the reservation is "Waiting for pickup" 4. In the Borrower -> Check Out -tab (circ/circulation.pl) on the right of the big "Checking out to borrowername" should be a notification about holds ready for pickup. Signed-off-by: Martin Renvoize Signed-off-by: Rafal Kopaczka Signed-off-by: Katrin Fischer Passes all tests and QA script, restores the old code and behaviour. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 15:15:53 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 14:15:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-52-gf4c5c4f 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, 3.16.x has been updated via f4c5c4f09397325527330440387d4e08b137cb66 (commit) via 49f749e13043b2e35afab0cf76186bde10f57244 (commit) via f51362eedf46ca7384474b9330fd09020f17a77a (commit) from f0999f40bf78fe1a37673ec389ea0b1c08e97805 (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 f4c5c4f09397325527330440387d4e08b137cb66 Author: Kyle M Hall Date: Tue Nov 18 13:20:19 2014 -0500 Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts Signed-off-by: Owen Leonard This successfully fixes the problem observed when a patron has no checkouts. Signed-off-by: Mason James commit 49f749e13043b2e35afab0cf76186bde10f57244 Author: Kyle M Hall Date: Tue Nov 18 07:40:24 2014 -0500 Bug 12971 [QA Followup] * Makes the status column display "Overdue!" if overdue * Fixes the due date formatting * Sorts the checkouts by date due ( oldest to newest ) Note: I found no evidence that this data was previously sorted, so I kept it simple. Sorting based on system preferences could be a future enhancement. Signed-off-by: Owen Leonard This fixes the issues described for patrons with existing checkouts. Signed-off-by: Mason James commit f51362eedf46ca7384474b9330fd09020f17a77a Author: Kyle M Hall Date: Mon Nov 17 12:31:05 2014 -0500 Bug 12971 - Regression: Patron print summary doesn't show checkouts A patron's print summary should contain a list of checked out items as it did in 3.16.2 and earlier. Please note, as of 3.16.2 reserves were no longer part of the print summary and thus are not part of this bug fixing patch. Test Plan: 1) Find a patron with checked out items 2) Choose Print -> Print summary 3) Note the lack of a list of checkouts 4) Apply this patch 5) Reload the page 5) Print the summary again 6) Note the list of checkouts Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described, apart from the missing status information that Owen already noted on the bug. Passes tests and QA script. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/members-toolbar.inc | 2 +- .../prog/en/modules/members/moremember-print.tt | 196 +++++++++----------- members/summary-print.pl | 104 +++++++++++ 3 files changed, 194 insertions(+), 108 deletions(-) create mode 100755 members/summary-print.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 15:17:05 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 14:17:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-53-gf5a6933 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, 3.16.x has been updated via f5a69334b61834b8c3366d4eaff83dfd8ce69524 (commit) from f4c5c4f09397325527330440387d4e08b137cb66 (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 f5a69334b61834b8c3366d4eaff83dfd8ce69524 Author: Kyle M Hall Date: Tue Oct 21 04:44:24 2014 -0400 Bug 13122 - Patron holds table no longer display date item went in transit In Koha 3.14 and earlier, an item on hold and in transit would display the date the item was transferred. This is missing from the new ajax holds table. Test Plan: 1) Place an item on hold for delivery at a different library 2) Check the item in, confirm the hold and transfer 3) View the patron's holds tab on circulation.pl and/or moremember.pl 4) Note the item is show as in transit, but does not give the "since" date 5) Apply this patch 6) Note the in transit status now has a "since " Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change, works as described. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 15:43:07 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 14:43:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-55-g6b0a77a 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, 3.16.x has been updated via 6b0a77a9b5af113980f1d9a5582315dcf0ffe8e7 (commit) via a2887ac9cfe6053515aae60a3d95acc4fa41bbbb (commit) from f5a69334b61834b8c3366d4eaff83dfd8ce69524 (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 6b0a77a9b5af113980f1d9a5582315dcf0ffe8e7 Author: Kyle M Hall Date: Thu Nov 13 11:04:17 2014 -0500 Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Another regression caused by Bug 11703: The list of checkouts on the circulation and patron detail page shows item type codes instead of the full description. Test Plan: 1) View a patron's checkouts, note the Item type column displays the code rather than the description. 2) Apply this patch 3) Refresh the page, note the description is now displayed Signed-off-by: Frederic Demians Works as described. Signed-off-by: Katrin Fischer Works as described, no problems found. Passes tests and QA script. Signed-off-by: Mason James commit a2887ac9cfe6053515aae60a3d95acc4fa41bbbb Author: Olli-Antti Kivilahti Date: Thu Oct 30 14:57:09 2014 +0200 Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds. TO REPLICATE: Prepare a bunch of Items (6+) for checking out, or have a set of barcodes ready for copy-pasting. Check-out those items quickly within one minute and observe that the sorting order is not always from the first checkout to the last. This is because the issuedate doesn't have seconds defined. AFTER THIS The bunch of Items is sorted properly. Tiny patch, works as expected. Passed QA script. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 7 +++-- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 35 +++++++++++++++-------- svc/checkouts | 20 +++++++++---- 3 files changed, 41 insertions(+), 21 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 17:01:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 16:01:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-56-g2a1ba09 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, 3.16.x has been updated via 2a1ba095cb6c460941569c26ddb225964fb90606 (commit) from 6b0a77a9b5af113980f1d9a5582315dcf0ffe8e7 (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 2a1ba095cb6c460941569c26ddb225964fb90606 Author: Mason James Date: Tue Jan 20 05:05:42 2015 +1300 ammend patch for bz13168, remove 'auto_renew' line modified: C4/Circulation.pm ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 19 20:07:18 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Jan 2015 19:07:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-92-g1cf3dc6 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, 3.18.x has been updated via 1cf3dc6e8e296ad9d5af5f270c1afed74b68a02c (commit) via 27f6ca35210a70662de50577c9f1c3fa2774dd08 (commit) via 2cc39a405d2e70286b6dad3e4c1ed264c9485002 (commit) from a8989f1d148310250813473a9f8f96a37cfc2e17 (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 1cf3dc6e8e296ad9d5af5f270c1afed74b68a02c Author: David Cook Date: Wed Jan 7 17:32:06 2015 +1100 Bug 13526 - Mandatory fields should not be able to be hidden in borrower self-registration Currently, mandatory fields in the borrower self-registration can be hidden. This causes problems since the validator rejects the registration, even though all required fields on the screen have been filled out. This is especially a problem when using the system preference "PatronSelfRegistrationVerifyByEmail", since it automatically makes "email" a mandatory field. This patch makes it so that a mandatory field cannot be hidden on the self-registration page. _TEST PLAN_ Before applying 1) Hide the "email" and the "emailpro" fields using the "PatronSelfRegistrationBorrowerUnwantedField" system preference. 2) Make the "email" and the "emailpro" fields mandatory using the "PatronSelfRegistrationBorrowerMandatoryField" system preference. 3) Note that you cannot see "Primary email" or "Secondary email" on the self registration page. (The registration page which can be found by turning on "PatronSelfRegistration" and filling in "PatronSelfRegistrationDefaultCategory". The link will be on opac-main.pl on the right side of the screen under the login box.) 4) Note that you cannot submit a self-registration request as the system tells you that you have not filled in all the mandatory fields. 5) Apply the patch && refresh the self registration page 6) Note that you can now see "Primary email" and "Secondary email" on the self-registration screen". Signed-off-by: Abby Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fd6176d0a58e5e5016d5db002578b7a7dee9531c) Signed-off-by: Chris Cormack commit 27f6ca35210a70662de50577c9f1c3fa2774dd08 Author: Thomas Date: Tue Jan 13 23:25:49 2015 +0000 Bug 12702 - Suggestions still accessible in OPAC when deactivated Added check for suggestions turned off. If off user is redirected to 404 error. If patron suggestions are off guest sugestions will also redirect to 404 Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit bcbcad897a3f383b38851f8d0fb27017170d181f) Signed-off-by: Chris Cormack commit 2cc39a405d2e70286b6dad3e4c1ed264c9485002 Author: Marc V?ron Date: Sun Nov 16 22:52:31 2014 +0100 Bug 8096 - card number twice on patron search This patch removes double patron card numbers from patron search results. To test: Search patrons See card number 12345 in first column and in second column like Testman, John (12345) Apply patch Patron card number no longer dispays in second colum Further testing: Search for other places in intranet where patron-title.inc is used (git grep 'patron-title.inc') The card number still should display at the other places. Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=8096 Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b8989510ec8b6b58249707bf2ddc6cf80fbfef4d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 8 ++++++-- .../prog/en/modules/members/tables/members_results.tt | 2 +- opac/opac-memberentry.pl | 10 ++++++++-- opac/opac-suggestions.pl | 6 ++++++ 4 files changed, 21 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 20 14:42:50 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Jan 2015 13:42:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-57-gcb7e1c6 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, 3.16.x has been updated via cb7e1c6066ff59ba436052f2eb944c826d6e9ea0 (commit) from 2a1ba095cb6c460941569c26ddb225964fb90606 (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 cb7e1c6066ff59ba436052f2eb944c826d6e9ea0 Author: Owen Leonard Date: Tue Nov 4 12:03:13 2014 -0500 Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions This patch modifies the way the checkouts script sets the "Always show checkouts" cookie so that it is set with an explicit expiration date (+365 days). This will allow the cookie to persist across browser sesssions. To test, apply the patch and clear your browser cookies to start with a clean slate. - Check out to a patron who has existing checkouts. Their checkouts should not load by default. - Check the "Always show checkouts immediately" checkbox. - Close your browser. - Reopen your browser and check out to that patron again. Checkouts should now be displayed by default. Signed-off-by: Frederic Demians Works as described. I confirm that without this patch, the un-persistance of "show checkouts" choice is very perturbing for librarians coming from previous version of Koha. Signed-off-by: Katrin Fischer Passes tests and QA script, no problems found. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 54 ++++++++++++++++------- 1 file changed, 39 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 21 15:03:56 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 21 Jan 2015 14:03:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-208-g580ed63 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 580ed6360ddf0eac902fe807bc76abddec86529a (commit) via 5ee0293ed6207a801df234b09f33bebb84e65e05 (commit) via 2246feaf5b17bbac722add6209ddfe79fbd0f5d2 (commit) via c8f3f9f57484f43779fadae8939c214e3691d4d8 (commit) via 82c78355c79c960853a413419f6f5873826317b6 (commit) via 84064ae4e4b07d1fa07e9be01546e104e4e70a01 (commit) via 6f5f8b112f3ac5fc841b527cb0d92a82768d2346 (commit) via 5ac46633ef1cf24e83ba65aaf684867a2a394ef6 (commit) via d0d150a0c5e65a2070bf8a21ab66ed9cdb4bddf8 (commit) via 89fb9c4a42e000144f38a3c596c0aaa80e0856e6 (commit) via 752d627266455d787ba5ce1d88ed0f98d1282b4a (commit) via e8d283172bcce2782e4d839922e7bc2538726c71 (commit) via 4c68cebdef064a59cdd690f7492884c6d48dd765 (commit) via acff2645584043c8f34515e3326973f149dcf913 (commit) via b2ce6347e55c92c9974f64d272dedffda41e3b44 (commit) from fd6176d0a58e5e5016d5db002578b7a7dee9531c (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 580ed6360ddf0eac902fe807bc76abddec86529a Author: Justin Date: Wed Jan 14 23:16:29 2015 +0000 Bug - 11345 - Self registration captcha Test Plan - Open the opac site - Navigate to the self registration page (Home -> Register here) - Notice that there is no note stating that the verification box is case-sensitive - Apply patch - Refresh page - Notice that there is now an extra note stating that the verification box is case-sensitive. Followed test plan. Hint displays as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 5ee0293ed6207a801df234b09f33bebb84e65e05 Author: Tomas Cohen Arazi Date: Tue Aug 13 10:56:15 2013 -0300 Bug 10606: Remove MySQLism in GetUpcomingDueIssues To test: [1] Arrange to have at least one loan in your test database due one day from now. [2] Run misc/cronjobs/advance_notices.pl -c -n -v -m=2 and note the number of loans reported. [3] Apply the patch. [4] Run misc/cronjobs/advance_notices.pl -c -n -v -m=2 again and verify that the number of loans reported remains the same. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer All tests and QA script pass. Also tested with unit tests from bug 10719. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 2246feaf5b17bbac722add6209ddfe79fbd0f5d2 Author: Jonathan Druart Date: Mon Jan 19 14:15:29 2015 +0100 Bug 13582: (follow-up) Able to view menu for Circulation History even when user does not have permission Same changes as the previous patch, for the .tt file. Signed-off-by: Tomas Cohen Arazi commit c8f3f9f57484f43779fadae8939c214e3691d4d8 Author: Thomas Date: Wed Jan 14 22:03:40 2015 +0000 Bug 13582 - Able to view menu for Circulation History even when user does not have permission Added check for borrowers that stops the Circulation History link being shown. This could be done through the css but that function currently appears to be broken. Testing Plan: -Search for a patron with an account that does not have the 'borrowers' permission *Circulation history should not be seen in the menu. -Change the accounts permissions so they have the 'borrowers' permission *Circulation history should be present in the menu. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 82c78355c79c960853a413419f6f5873826317b6 Author: Abby Date: Tue Jan 13 20:29:48 2015 +0000 Bug 7143: Adding releases to history file To test, verify that the latest releases appear in docs/history.txt Signed-off-by: Marcel de Rooy Verified some release dates and still added a few missing. Signed-off-by: Katrin Fischer Thx Abby! Signed-off-by: Tomas Cohen Arazi commit 84064ae4e4b07d1fa07e9be01546e104e4e70a01 Author: Olli-Antti Kivilahti Date: Thu Jan 8 14:50:52 2015 +0200 Bug 13025 - Software error: Undefined subroutine &C4::Circulation::HasOverdues called at /home/koha/kohaclone/C4/Circulation.pm line 1925 This error only appears when using the SIPServer, it doesn't manifest when using the SIP unit tests or when using the staff client. -------------------- ------------------ PREPARE THE TEST ------------------ -------------------- 0a. Find a borrower. 0b. Find an Item (cardnumber 'debar123') and check-out to the borrower 0c. Find a borrower and add a manual debarrment to it, indefinetely in effect. This is the default behaviour. 0d. Configure and start a SIP-server which you can access with telnet. See http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup In this example, the Borrower defined as the Check-out/in machine has the following credentials: username: herkules password: palautathan branchcode: JOE_JOE but you are free to use your own, it doesn't affect this test plan. 0e. access your server with telnet ----------------------- --------------------- REPLICATE THE ISSUE --------------------- ----------------------- 1. Paste the following SIP-command to login: 9300CNherkules|COpalautathan|CPJOE_JOE| 2. Paste the following SIP-command to check-in the Item of the debarred Borrower: 09N20140721 07501620140721 075016AP|AO|ABdebar123|AC|BIN| 3. The connection should die and in the SIP Server's error log you can find the following error: Software error: Undefined subroutine &C4::Circulation::HasOverdues called at /home/koha/kohaclone/C4/Circulation.pm line 1925 -------------------- ------------------ AFTER THIS PATCH ------------------ -------------------- Redo steps 1-2. 3. No error is given and the connection doesn't die. No unit tests included and never will, because setting up the test environment would be very tedious. It is entirely possible but the scaffolding required is beyond the scope of this patch. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Note: I did not test this patch with SIP, but I did not find any regression on checking or renewing an item. Signed-off-by: Tomas Cohen Arazi commit 6f5f8b112f3ac5fc841b527cb0d92a82768d2346 Author: Fridolin Somers Date: Thu Dec 4 15:21:25 2014 +0100 Bug 11927 - Small corrections on word-phrase-utf.chr Small fixes : more space characters : ?? uppercase AE missing in equivalent some trailling spaces Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 5ac46633ef1cf24e83ba65aaf684867a2a394ef6 Author: Fridolin Somers Date: Thu Dec 4 15:20:29 2014 +0100 Bug 11927 - Add greek to word-phrase-utf.chr Add greek support in word-phrase-utf.chr for searching in a Greek catalog (it can also contain latin records). Developped in collaboration with Giannis Kourmoulis Test plan : - Install using CHR zebra indexing - Index a greek catalog - Look for results with mixed uppercase, lowercase and diacritics in title Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit d0d150a0c5e65a2070bf8a21ab66ed9cdb4bddf8 Author: Fridolin Somers Date: Thu Dec 4 14:16:58 2014 +0100 Bug 11927 - Add greek chr lang_def file Add the sort-string-utf.chr for sorting Greek catalog (it can also contain latin records). Developped in collaboration with Giannis Kourmoulis Test plan : - Install using "gr" in "Primary language for Zebra indexing" - Index a greek catalog - Sort by title and check sorting is correct Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 89fb9c4a42e000144f38a3c596c0aaa80e0856e6 Author: Fridolin Somers Date: Wed Mar 12 12:53:20 2014 +0100 Bug 11927 - Add gr install option Add greek as lang definition in installer. Developed in collaboration with Giannis Kourmoulis Test plan : - Install using "gr" in "Primary language for Zebra indexing" - check gr is used in etc/zebradb/zebra-*.cfg Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 752d627266455d787ba5ce1d88ed0f98d1282b4a Author: Abby Date: Thu Jan 15 20:28:54 2015 +0000 Bug 13587: Fix Authorised Values Toolbar To test: 1. Go to Home > Administration > Authorised Values 2. Notice no plus icons are appearing infront "New Authorised Value..." and "New Category" in the toolbar. 3. Apply the patch. 4. Check that the plus icons infront of "New Authorised Value..." and "New Category" in the toolbar are appearing as they should. Signed-off-by: Katrin Fischer Nice addition! I added spaces to match the formatting on the other pages a bit more closely. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit e8d283172bcce2782e4d839922e7bc2538726c71 Author: Jonathan Druart Date: Thu Jan 15 12:07:01 2015 +0100 Bug 13584: (follow-up) Able to view menu for Purchase Suggestions even when user does not have permission Same changes as the previous patch, for the .tt file. Signed-off-by: Tomas Cohen Arazi commit 4c68cebdef064a59cdd690f7492884c6d48dd765 Author: Thomas Date: Wed Jan 14 23:26:36 2015 +0000 Bug 13584 - Able to view menu for Purchase Suggestions even when user does not have permission Added check for borrowers that stops the Purchase Suggestions link being shown. This could be done through the css but that function currently appears to be broken Testing Plan: -Search for a patron with an account that does not have the 'borrowers' permission *Purchase suggestions item should not be seen in the menu. -Change the accounts permissions so they have the 'borrowers' permission *Purchase suggestions item should be present in the menu. Signed-off-by: Katrin Fischer The page requires borrowers permission, so the link should act accordingly. Signed-off-by: Jonathan Druart Same problem for Fines, Circulation history, Notices and Statistics tabs. circ-menu.tt is only used from the Fines tab (which is not accessible), to it's not useful to add this check to it. But for the consistency, it makes sense. follow-up coming. Signed-off-by: Tomas Cohen Arazi commit acff2645584043c8f34515e3326973f149dcf913 Author: Jonathan Druart Date: Thu Jan 15 15:20:02 2015 +0100 Bug 12861: (follow-up) Noisy warn in error logs Completely get rid of warns. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit b2ce6347e55c92c9974f64d272dedffda41e3b44 Author: Chris Cormack Date: Wed Sep 3 09:49:41 2014 +1200 Bug 12861 : Noisy warn in the error logs To test Hit a url like cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=FIRECLAY Notice the warns in the error log Apply patch Reload the url Still works but no warns (cherry picked from commit c98d805e490a82b2ea9f3d4e0f7278640942ba6d) Signed-off-by: Chris Cormack Reformatted to fix error M Tompsett spotted Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Instead of 10 warnings, I now have only 4 warnings. We're going in the right direction. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 79 ++++++------ C4/Circulation.pm | 9 +- Makefile.PL | 2 +- debian/docs/koha-create.xml | 2 +- debian/scripts/koha-create | 2 +- docs/history.txt | 10 +- etc/zebradb/etc/word-phrase-utf.chr | 91 +++++++++----- .../gr/sort-string-utf.chr} | 129 ++++++++++---------- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 8 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 9 +- .../prog/en/modules/admin/authorised_values.tt | 4 +- .../bootstrap/en/modules/opac-memberentry.tt | 1 + 12 files changed, 200 insertions(+), 146 deletions(-) copy etc/zebradb/{etc/word-phrase-utf.chr => lang_defs/gr/sort-string-utf.chr} (72%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 21 15:33:07 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 21 Jan 2015 14:33:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-211-g7a4cdb8 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 7a4cdb823ff28e159d6d3564533c74e70377d725 (commit) via eed14b080db8691f371b4c19f1a190b87fcc396a (commit) via 229cb65629c93d30191bc6c797d06021942239b2 (commit) from 580ed6360ddf0eac902fe807bc76abddec86529a (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 7a4cdb823ff28e159d6d3564533c74e70377d725 Author: Jonathan Druart Date: Wed Nov 19 13:40:10 2014 +0100 Bug 13001: The total for received order should be based on the unitprice For already received orders, the total should be calculated with the unitprice, not the estimated cost. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit eed14b080db8691f371b4c19f1a190b87fcc396a Author: Jonathan Druart Date: Fri Sep 26 14:46:21 2014 +0200 Bug 13001: Refactor VAT and price calculation - parcel page Bug 12969 introduces a subroutine to centralize VAT and prices calculation. It should be use in the acqui/parcel.pl script. Test plan: 1/ Create 4 suppliers with the different configurations 2/ Create a basket and create several orders 3/ Go on the parcel page 4/ You should see, on the "pending orders" table, the same prices as before this patch. Note that the prices are now correctly formated. You could see one change for the supplier configuration 3 (1 0): If the cost of the item is 82, discount 10% and vat 5%: The "Order cost" = 140.58 instead of 140.57. Indeed, before this patch, the order cost was wrong, now you should have 70.29*2 = 140.58 ( before: 140.58 + 7.03 = 147.61 now: 140.58 + 7.02 = 147.60 ) 5/ Receive the items and return on the parcel page Now the "Already received" table with the same prices as before this patch. Note some differences too: - There was a td tag missing, the table was badly formated, it's now fixed (column below the "Cancel receipt" link). - The prices are now correctly formated. - For the configuration 2 (1 1), if the cost of the item is 82, discount 10% and vat 5%: ( before: 140.57 + 7.03 = 147.60 now: 140.58 + 7.02 = 147.60 ) Note that 7.03 is the "correct" value, but on all other pages, 7.02 is displayed. To be consistent, we should display the same prices everywhere. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 229cb65629c93d30191bc6c797d06021942239b2 Author: Owen Leonard Date: Wed Jan 7 08:26:57 2015 -0500 Bug 13525 - Date sorting on accounts (fines) tab doesn't work correctly Date sorting of charges under Patron -> Fines -> Account is done based on formatted dates, so sorting is broken depending on your dateformat system preference. This patch implements the standard "title-string" date sorting method. To test, apply the patch and view the Account tab. Test sorting of charges under various settings of the dateformat system preference. Date sorting should work correctly in all cases. Signed-off-by: Katrin Fischer Works as described and fixes sorting problem. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 106 ++++++-------------- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 23 +++-- .../prog/en/modules/members/boraccount.tt | 10 +- members/boraccount.pl | 2 - 4 files changed, 48 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 09:00:23 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 08:00:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-59-g6971b7d 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, 3.16.x has been updated via 6971b7d532aa924782f9b2864698d59f5fa687d2 (commit) via b69b2faed60be9ce1cbee454a479d516037ce7e9 (commit) from cb7e1c6066ff59ba436052f2eb944c826d6e9ea0 (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 6971b7d532aa924782f9b2864698d59f5fa687d2 Author: Mason James Date: Thu Jan 22 19:34:52 2015 +1300 Reverting back to 'v3.16.06' tag, 1c30985 i've discovered a bit late - a series of patches to fix issues for the 'ajax circ' feature (BZ11703) in 3.16 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703 specifically, these patches... 730f416 Bug 13537 - Focus should move to barcode after renewing via checkouts table 2d70457 Bug 13290 - Add better feedback for returns to the checkouts table 7477cbc Bug 13408: Tell librarians they may continue scanning while checkouts table is loading 24a749d Bug 13293 - Regression: Override renewal limit option broken with AJAX circ 6e20fdf Bug 13286 - Checkouts table due date not updated when an item is renewed. 13fda83 Bug 13195 - Regression: Circulation checkouts table no longer shows item type description 48db11d Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal 17e6a8b Bug 12778 - Regression: Item lost status doesn't show in list of checkouts dd385fc Bug 13253 - Unnecessary white space above checkouts table in circulation 8848e72 Bug 13020 - Checkouts table default ordering is incorrect d8ed913 Bug 12899: Row grouping in checkouts table is alphabetical and depends on translation b8fae84 Bug 12729 - Overdue items won't show as overdue in red in circulation most of these patches don't apply clean, and need to be manually added to 3.16 (which is also risky and fiddly) because these patches are (imho) the most urgent for 3.16 - i plan to reset the 3.16.x branch back to the 'v3.16.6 tag', then add these corrected patches 1st, before less urgent patches commit b69b2faed60be9ce1cbee454a479d516037ce7e9 Author: Mason James Date: Wed Jan 21 02:59:32 2015 +1300 Revert "Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions" This reverts commit cb7e1c6066ff59ba436052f2eb944c826d6e9ea0. ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 +- C4/Circulation.pm | 11 +- C4/Creators/PDF.pm | 92 ++++++++- C4/Installer/PerlDependencies.pm | 2 +- C4/Koha.pm | 1 - C4/Labels/Label.pm | 5 +- C4/Members.pm | 2 +- C4/Message.pm | 7 +- C4/Overdues.pm | 4 +- C4/Record.pm | 3 +- C4/Ris.pm | 53 +++--- circ/circulation.pl | 34 +--- circ/returns.pl | 14 +- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 14 +- koha-tmpl/intranet-tmpl/prog/en/css/login.css | 6 +- .../prog/en/includes/checkouts-table.inc | 70 ------- .../prog/en/includes/members-toolbar.inc | 2 +- .../prog/en/includes/patron-toolbar.inc | 2 +- .../intranet-tmpl/prog/en/includes/strings.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 125 ++++--------- koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- .../intranet-tmpl/prog/en/js/pages/circulation.js | 7 +- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 19 +- .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/admin/itemtypes.tt | 3 +- .../prog/en/modules/admin/preferences/serials.pref | 6 +- .../prog/en/modules/admin/z3950servers.tt | 63 +------ .../prog/en/modules/authorities/detail.tt | 8 +- .../en/modules/authorities/searchresultlist.tt | 3 +- .../cataloguing/value_builder/marc21_leader.tt | 4 +- .../prog/en/modules/circ/circulation.tt | 62 ++++--- .../prog/en/modules/members/memberentrygen.tt | 2 +- .../prog/en/modules/members/moremember-print.tt | 196 +++++++++++--------- .../prog/en/modules/members/moremember.tt | 70 ++++++- .../prog/en/modules/patron_lists/list.tt | 3 +- .../prog/en/modules/patron_lists/lists.tt | 3 +- .../bootstrap/en/includes/opac-bottom.inc | 5 - .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- members/members-home.pl | 1 + members/summary-print.pl | 104 ----------- misc/cronjobs/advance_notices.pl | 12 +- misc/cronjobs/fines.pl | 2 - misc/cronjobs/runreport.pl | 13 +- misc/cronjobs/staticfines.pl | 1 - opac/unapi | 4 +- svc/checkouts | 29 +-- t/Koha.t | 29 +-- t/db_dependent/Koha.t | 7 - t/db_dependent/Members.t | 3 +- tools/export.pl | 2 +- tools/viewlog.pl | 23 --- 54 files changed, 463 insertions(+), 689 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc delete mode 100755 members/summary-print.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 09:52:57 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 08:52:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-60-g38e69b2 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, 3.16.x has been updated via 38e69b2956fd1ef5cc468432c052a740d356bf81 (commit) from 6971b7d532aa924782f9b2864698d59f5fa687d2 (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 38e69b2956fd1ef5cc468432c052a740d356bf81 Author: Kyle M Hall Date: Wed Oct 1 08:25:02 2014 -0400 Bug 13020 - Checkouts table default ordering is incorrect The checkouts table is no longer keeping "today's checkouts" in the order they were scanned. Test Plan: 1) Create 3 records "Test 1", "Test 2" and "Test 3" each with one item 2) Check out the items to a patron in the order "Test 2", "Test 1", "Test 3". 3) Note the order is incorrect. 4) Apply this patch 5) Refresh the page 6) Note the order is now correct Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Note that the bug already exists before bug 12550. I checked on a 3.14.x branch (without the ajax circ stuff), and the order is the same as with this patch. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 4 ++-- svc/checkouts | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:09:49 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:09:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-61-g7504694 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, 3.16.x has been updated via 75046946ac59dc4c5e30dedc856f0af423da2e16 (commit) from 38e69b2956fd1ef5cc468432c052a740d356bf81 (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 75046946ac59dc4c5e30dedc856f0af423da2e16 Author: Owen Leonard Date: Thu Nov 13 20:15:22 2014 -0500 Bug 13253 - Unnecessary white space above checkouts table in circulation On the new checkouts page there is some padding above the checkouts, relatives' checkouts, and holds tables caused by extra markup in the table's sDom configuration (http://legacy.datatables.net/ref#sDom): <'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t This creates several empty
s which don't serve any purpose. This patch simplifies it to: rt To test, apply the patch, clear your browser cache, and check out to a patron who has items checked out, holds on their account, and child records attached which also have checkouts. The padding above the table of checkouts, the table of relatives' checkouts, and the table of holds should match that on the sides. Signed-off-by: Liz Rea Checked per plan on both Check Out and Details pages, spacing appears correct. Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:15:46 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:15:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-62-g5869bcc 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, 3.16.x has been updated via 5869bccfc367a93063b552fbcf9d5dc90f0f0cdb (commit) from 75046946ac59dc4c5e30dedc856f0af423da2e16 (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 5869bccfc367a93063b552fbcf9d5dc90f0f0cdb Author: Kyle M Hall Date: Thu Nov 13 12:03:42 2014 -0500 Bug 12778 - Regression: Item lost status doesn't show in list of checkouts When using the longoverdue script it's possible that items marked lost remain on the patron account. I think it's important for staff to see that some items are marked lost - currently the list of checkouts doesn't show any sign of the lost status. Test Plan: 1) Find a patron with a checked out lost item 2) Note the lost status is not displayed in the checkouts table 3) Apply this patch 4) Refresh the page, note the lost status now displays 5) Repeat this test plan for a damaged item Signed-off-by: Owen Leonard Tested successfully with damaged and multiple lost values. Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 19 +++++++++++++++---- svc/checkouts | 9 +++++++-- 2 files changed, 22 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:16:50 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:16:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-63-g205a1db 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, 3.16.x has been updated via 205a1db4a4cfdb6af4f88eb2393ddf26a0a29d2a (commit) from 5869bccfc367a93063b552fbcf9d5dc90f0f0cdb (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 205a1db4a4cfdb6af4f88eb2393ddf26a0a29d2a Author: Owen Leonard Date: Tue Nov 11 20:01:59 2014 -0500 Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal Before Bug 11703, overdue items in the list of a patrons checkouts had the renewal checkbox preselected so that librarians could quickly renew only those items which required it. This is not longer the case. This patch corrects it. To test, apply the patch and clear your browser cache. Check out to a patron who has overdues and confirm that the overdue items have the "renew" checkbox preselected. Check that items which are not overdue are not preselected. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:17:56 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:17:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-64-gffd0159 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, 3.16.x has been updated via ffd015964d3874b501bfe15dc6fe272550b5dbb3 (commit) from 205a1db4a4cfdb6af4f88eb2393ddf26a0a29d2a (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 ffd015964d3874b501bfe15dc6fe272550b5dbb3 Author: Kyle M Hall Date: Thu Nov 13 11:04:17 2014 -0500 Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Another regression caused by Bug 11703: The list of checkouts on the circulation and patron detail page shows item type codes instead of the full description. Test Plan: 1) View a patron's checkouts, note the Item type column displays the code rather than the description. 2) Apply this patch 3) Refresh the page, note the description is now displayed Signed-off-by: Frederic Demians Works as described. Signed-off-by: Katrin Fischer Works as described, no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- svc/checkouts | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:19:55 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:19:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-65-g01795f7 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, 3.16.x has been updated via 01795f7ed9fda5e044fda1aeb4fed4b5cfbf870f (commit) from ffd015964d3874b501bfe15dc6fe272550b5dbb3 (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 01795f7ed9fda5e044fda1aeb4fed4b5cfbf870f Author: Kyle M Hall Date: Tue Nov 18 09:17:40 2014 -0500 Bug 13286 - Checkouts table due date not updated when an item is renewed. When an item is renewed from the checkouts table, the new due date is displayed in the renewal column, but the old date due is still displayed in the due date column. This should be updated as well. Test Plan: 1) Apply this patch 2) Renew an item from the checkouts table 3) Note the date due is updated in the "Due date" column Signed-off-by: Owen Leonard This works well in my test. My librarians will be grateful for the fix -- they were complaining about this bug. Signed-off-by: Katrin Fischer Works as described, passes tests and QA script. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:27:20 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:27:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-66-g0e97706 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, 3.16.x has been updated via 0e97706b3bed604c07a1b301ecdd0d8b7287786e (commit) from 01795f7ed9fda5e044fda1aeb4fed4b5cfbf870f (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 0e97706b3bed604c07a1b301ecdd0d8b7287786e Author: Kyle M Hall Date: Fri Nov 21 08:13:46 2014 -0500 Bug 13293 - Regression: Override renewal limit option broken with AJAX circ The "Override renewal limit" checkbox no longer works to un-hide the renewal checkboxes in the table of checkouts. I assume this is because the script works in such a way that it is looking for the checkboxes before they are part of the document. Test Plan: 1) Apply this patch 2) Check the "Override renewal limit" checkbox 3) Note the checkbox now appears Note, this change allows the "X of Y renewals remaining" to be displayed for non-renewable items. I left this as it is for two reasons: 1) it gives the librarian more information that may be useful, and 2) it looks nicer and more uniform. Signed-off-by: Frederic Demians I confirm the bug and the solution. Signed-off-by: Katrin Fischer Passes tests and QA script, works as described. Exception: on-site checkouts can't be renewed. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 28 +++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:30:30 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:30:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-67-gebdbf0c 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, 3.16.x has been updated via ebdbf0caab1857acdf1f2bd86a3d8882a906d1fd (commit) from 0e97706b3bed604c07a1b301ecdd0d8b7287786e (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 ebdbf0caab1857acdf1f2bd86a3d8882a906d1fd Author: Jonathan Druart Date: Mon Dec 8 07:39:35 2014 -0500 Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Some librarians do not realize they can continue scanning items even if the checkouts table has not loaded. We should have Koha tell them explicitly that they may continue scanning barcodes. Test Plan: 1) Apply this patch 2) Load the checkouts table on circulation.pl, note the loading message is now Loading... you may continue scanning. 3) Load the checkouts table on moremember.pl, note the loading message is still Loading... Signed-off-by: Owen Leonard This one works too! Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 28513edb943c255b191c94e0fbc0fe14368e6985) Signed-off-by: Chris Cormack Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:31:24 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:31:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-68-gc20a7cd 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, 3.16.x has been updated via c20a7cd4dfb43dbe7556dfd165a57818cea1ca31 (commit) from ebdbf0caab1857acdf1f2bd86a3d8882a906d1fd (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 c20a7cd4dfb43dbe7556dfd165a57818cea1ca31 Author: Kyle M Hall Date: Tue Nov 18 12:40:43 2014 -0500 Bug 13290 - Add better feedback for returns to the checkouts table The feedback given when returning an item is only to update the "Check in" column. It would be nice if the entire column was highlighted in some way so librarians have an easier time spotting which items were checked in and which ones failed to be checked in. Test Plan: 1) Apply this patch 2) Browse to a patron with checkouts 3) Return an item using the checkouts table 4) Note if the return was successful, the row is highlighted in yellow, if the return was not allowed, the row is highlighted in red. Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9fcdb0108217fc746731d2d8736a8765427453a0) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 6 ++++++ koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 +++ 2 files changed, 9 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 10:31:51 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 09:31:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-69-gc8f8bdc 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, 3.16.x has been updated via c8f8bdc8f2d166c7c4adf7981a651b1c001368fd (commit) from c20a7cd4dfb43dbe7556dfd165a57818cea1ca31 (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 c8f8bdc8f2d166c7c4adf7981a651b1c001368fd Author: Kyle M Hall Date: Thu Jan 8 06:59:26 2015 -0500 Bug 13537 - Focus should move to barcode after renewing via checkouts table Koha's checkout screen automatically focuses on the barcode field each time it is loaded. Since we've moved the checkouts table functions for renewing and returning items to ajax methods, this page is no longer refreshed, and thus does not refocus to the barcode after performing those actions. This should be fixed so that renewing/returning items via the checkouts page moves the focus to the barcode field. Test Plan: 1) Find a patron with checkouts. 2) Renew or return a checkout, note the focus does not move to the barcode. 3) Apply this patch. 4) Renew or return a checkout, note the focus *does* move to the barcode. Signed-off-by: Kyle M Hall Signed-off-by: Thomas Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 91f67dde130c1c5c34174a588696bad1286823ad) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 18:42:47 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 17:42:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-70-gc60fecc 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, 3.16.x has been updated via c60fecc92f003bac0b7d6f0a087ed9fc947173f3 (commit) from c8f8bdc8f2d166c7c4adf7981a651b1c001368fd (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 c60fecc92f003bac0b7d6f0a087ed9fc947173f3 Author: Mason James Date: Fri Jan 23 06:44:44 2015 +1300 Reverting back to 'v3.16.06' tag, 1c30985 ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 6 -- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 71 ++++++-------------- koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- .../prog/en/modules/circ/circulation.tt | 1 - svc/checkouts | 31 +++------ 5 files changed, 28 insertions(+), 83 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 18:47:17 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 17:47:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-86-g1d45527 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, 3.16.x has been updated via 1d45527578ddf7b21da64e9c0bcd73383a29f042 (commit) via 3a8e521641553ecdf7392252f894b890b8306618 (commit) via 7f0b3d0bc4868f46ebdd272a5303876a7cbe6110 (commit) via 3e7a965a5c620ba28162dbd01bc908c1afb5bef4 (commit) via ffe32fefc9a937c09e30df4fa82860d2dbfab8eb (commit) via 2926168aaa44a79efd738221ee4bc942728eae38 (commit) via e94c8136b8b7196db8e49207fcdd5c6093a210c7 (commit) via 070c80d31bb021949a5da93518d269294dae00c0 (commit) via cb503984490d6b8c90038a117dd5920cd122b19b (commit) via 0da975638a099603771684628096117d14ad7a24 (commit) via 7aafba2bbe61b4acb7b6c6acf16857f16a22688d (commit) via 9ffc39b8bf6ff76f765af7cc7d8dc42d5fa2c6cf (commit) via cb8332e1a620b1c8b848701edfee947e64d29645 (commit) via 2094d1c27e48e61532b58613a1add1c8e760f245 (commit) via 07975ec0e02a98709ae90b825d793a02c6407f89 (commit) via e89b490843f91301cc726457290b66e9b62cf2ac (commit) from c60fecc92f003bac0b7d6f0a087ed9fc947173f3 (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 1d45527578ddf7b21da64e9c0bcd73383a29f042 Author: Kyle M Hall Date: Thu Jan 8 06:59:26 2015 -0500 Bug 13537 - Focus should move to barcode after renewing via checkouts table Koha's checkout screen automatically focuses on the barcode field each time it is loaded. Since we've moved the checkouts table functions for renewing and returning items to ajax methods, this page is no longer refreshed, and thus does not refocus to the barcode after performing those actions. This should be fixed so that renewing/returning items via the checkouts page moves the focus to the barcode field. Test Plan: 1) Find a patron with checkouts. 2) Renew or return a checkout, note the focus does not move to the barcode. 3) Apply this patch. 4) Renew or return a checkout, note the focus *does* move to the barcode. Signed-off-by: Kyle M Hall Signed-off-by: Thomas Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 3a8e521641553ecdf7392252f894b890b8306618 Author: Olli-Antti Kivilahti Date: Thu Oct 30 14:57:09 2014 +0200 Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds. TO REPLICATE: Prepare a bunch of Items (6+) for checking out, or have a set of barcodes ready for copy-pasting. Check-out those items quickly within one minute and observe that the sorting order is not always from the first checkout to the last. This is because the issuedate doesn't have seconds defined. AFTER THIS The bunch of Items is sorted properly. Tiny patch, works as expected. Passed QA script. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 7f0b3d0bc4868f46ebdd272a5303876a7cbe6110 Author: Kyle M Hall Date: Tue Oct 21 04:44:24 2014 -0400 Bug 13122 - Patron holds table no longer display date item went in transit In Koha 3.14 and earlier, an item on hold and in transit would display the date the item was transferred. This is missing from the new ajax holds table. Test Plan: 1) Place an item on hold for delivery at a different library 2) Check the item in, confirm the hold and transfer 3) View the patron's holds tab on circulation.pl and/or moremember.pl 4) Note the item is show as in transit, but does not give the "since" date 5) Apply this patch 6) Note the in transit status now has a "since " Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change, works as described. Signed-off-by: Mason James commit 3e7a965a5c620ba28162dbd01bc908c1afb5bef4 Author: Kyle M Hall Date: Tue Nov 18 13:20:19 2014 -0500 Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts Signed-off-by: Owen Leonard This successfully fixes the problem observed when a patron has no checkouts. Signed-off-by: Mason James commit ffe32fefc9a937c09e30df4fa82860d2dbfab8eb Author: Kyle M Hall Date: Tue Nov 18 07:40:24 2014 -0500 Bug 12971 [QA Followup] * Makes the status column display "Overdue!" if overdue * Fixes the due date formatting * Sorts the checkouts by date due ( oldest to newest ) Note: I found no evidence that this data was previously sorted, so I kept it simple. Sorting based on system preferences could be a future enhancement. Signed-off-by: Owen Leonard This fixes the issues described for patrons with existing checkouts. Signed-off-by: Mason James commit 2926168aaa44a79efd738221ee4bc942728eae38 Author: Kyle M Hall Date: Mon Nov 17 12:31:05 2014 -0500 Bug 12971 - Regression: Patron print summary doesn't show checkouts A patron's print summary should contain a list of checked out items as it did in 3.16.2 and earlier. Please note, as of 3.16.2 reserves were no longer part of the print summary and thus are not part of this bug fixing patch. Test Plan: 1) Find a patron with checked out items 2) Choose Print -> Print summary 3) Note the lack of a list of checkouts 4) Apply this patch 5) Reload the page 5) Print the summary again 6) Note the list of checkouts Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described, apart from the missing status information that Owen already noted on the bug. Passes tests and QA script. Signed-off-by: Mason James commit e94c8136b8b7196db8e49207fcdd5c6093a210c7 Author: Chris Cormack Date: Wed Nov 5 20:00:39 2014 +1300 Bug 12892 : Alternate fix to restore the deleted code This doesn't depend on anything other patch. 1. Create a reservation for a Borrower with pickup branch 2. Check-in the corresponding Item in the pickup branch and confirm the hold for the Borrower 3. Go to circ/circulation.pl for the Borrower and verify that the reservation is "Waiting for pickup" 4. In the Borrower -> Check Out -tab (circ/circulation.pl) on the right of the big "Checking out to borrowername" should be a notification about holds ready for pickup. Signed-off-by: Martin Renvoize Signed-off-by: Rafal Kopaczka Signed-off-by: Katrin Fischer Passes all tests and QA script, restores the old code and behaviour. Signed-off-by: Mason James commit 070c80d31bb021949a5da93518d269294dae00c0 Author: Kyle M Hall Date: Tue Nov 18 12:40:43 2014 -0500 Bug 13290 - Add better feedback for returns to the checkouts table The feedback given when returning an item is only to update the "Check in" column. It would be nice if the entire column was highlighted in some way so librarians have an easier time spotting which items were checked in and which ones failed to be checked in. Test Plan: 1) Apply this patch 2) Browse to a patron with checkouts 3) Return an item using the checkouts table 4) Note if the return was successful, the row is highlighted in yellow, if the return was not allowed, the row is highlighted in red. Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9fcdb0108217fc746731d2d8736a8765427453a0) Signed-off-by: Chris Cormack commit cb503984490d6b8c90038a117dd5920cd122b19b Author: Jonathan Druart Date: Mon Dec 8 07:39:35 2014 -0500 Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Some librarians do not realize they can continue scanning items even if the checkouts table has not loaded. We should have Koha tell them explicitly that they may continue scanning barcodes. Test Plan: 1) Apply this patch 2) Load the checkouts table on circulation.pl, note the loading message is now Loading... you may continue scanning. 3) Load the checkouts table on moremember.pl, note the loading message is still Loading... Signed-off-by: Owen Leonard This one works too! Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 28513edb943c255b191c94e0fbc0fe14368e6985) Signed-off-by: Chris Cormack Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js commit 0da975638a099603771684628096117d14ad7a24 Author: Kyle M Hall Date: Fri Nov 21 08:13:46 2014 -0500 Bug 13293 - Regression: Override renewal limit option broken with AJAX circ The "Override renewal limit" checkbox no longer works to un-hide the renewal checkboxes in the table of checkouts. I assume this is because the script works in such a way that it is looking for the checkboxes before they are part of the document. Test Plan: 1) Apply this patch 2) Check the "Override renewal limit" checkbox 3) Note the checkbox now appears Note, this change allows the "X of Y renewals remaining" to be displayed for non-renewable items. I left this as it is for two reasons: 1) it gives the librarian more information that may be useful, and 2) it looks nicer and more uniform. Signed-off-by: Frederic Demians I confirm the bug and the solution. Signed-off-by: Katrin Fischer Passes tests and QA script, works as described. Exception: on-site checkouts can't be renewed. Signed-off-by: Mason James commit 7aafba2bbe61b4acb7b6c6acf16857f16a22688d Author: Kyle M Hall Date: Tue Nov 18 09:17:40 2014 -0500 Bug 13286 - Checkouts table due date not updated when an item is renewed. When an item is renewed from the checkouts table, the new due date is displayed in the renewal column, but the old date due is still displayed in the due date column. This should be updated as well. Test Plan: 1) Apply this patch 2) Renew an item from the checkouts table 3) Note the date due is updated in the "Due date" column Signed-off-by: Owen Leonard This works well in my test. My librarians will be grateful for the fix -- they were complaining about this bug. Signed-off-by: Katrin Fischer Works as described, passes tests and QA script. Signed-off-by: Tomas Cohen Arazi commit 9ffc39b8bf6ff76f765af7cc7d8dc42d5fa2c6cf Author: Kyle M Hall Date: Thu Nov 13 11:04:17 2014 -0500 Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Another regression caused by Bug 11703: The list of checkouts on the circulation and patron detail page shows item type codes instead of the full description. Test Plan: 1) View a patron's checkouts, note the Item type column displays the code rather than the description. 2) Apply this patch 3) Refresh the page, note the description is now displayed Signed-off-by: Frederic Demians Works as described. Signed-off-by: Katrin Fischer Works as described, no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js commit cb8332e1a620b1c8b848701edfee947e64d29645 Author: Owen Leonard Date: Tue Nov 11 20:01:59 2014 -0500 Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal Before Bug 11703, overdue items in the list of a patrons checkouts had the renewal checkbox preselected so that librarians could quickly renew only those items which required it. This is not longer the case. This patch corrects it. To test, apply the patch and clear your browser cache. Check out to a patron who has overdues and confirm that the overdue items have the "renew" checkbox preselected. Check that items which are not overdue are not preselected. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Mason James commit 2094d1c27e48e61532b58613a1add1c8e760f245 Author: Kyle M Hall Date: Thu Nov 13 12:03:42 2014 -0500 Bug 12778 - Regression: Item lost status doesn't show in list of checkouts When using the longoverdue script it's possible that items marked lost remain on the patron account. I think it's important for staff to see that some items are marked lost - currently the list of checkouts doesn't show any sign of the lost status. Test Plan: 1) Find a patron with a checked out lost item 2) Note the lost status is not displayed in the checkouts table 3) Apply this patch 4) Refresh the page, note the lost status now displays 5) Repeat this test plan for a damaged item Signed-off-by: Owen Leonard Tested successfully with damaged and multiple lost values. Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js commit 07975ec0e02a98709ae90b825d793a02c6407f89 Author: Owen Leonard Date: Thu Nov 13 20:15:22 2014 -0500 Bug 13253 - Unnecessary white space above checkouts table in circulation On the new checkouts page there is some padding above the checkouts, relatives' checkouts, and holds tables caused by extra markup in the table's sDom configuration (http://legacy.datatables.net/ref#sDom): <'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t This creates several empty
s which don't serve any purpose. This patch simplifies it to: rt To test, apply the patch, clear your browser cache, and check out to a patron who has items checked out, holds on their account, and child records attached which also have checkouts. The padding above the table of checkouts, the table of relatives' checkouts, and the table of holds should match that on the sides. Signed-off-by: Liz Rea Checked per plan on both Check Out and Details pages, spacing appears correct. Signed-off-by: Katrin Fischer Works as described, no problems found. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js commit e89b490843f91301cc726457290b66e9b62cf2ac Author: Kyle M Hall Date: Wed Oct 1 08:25:02 2014 -0400 Bug 13020 - Checkouts table default ordering is incorrect The checkouts table is no longer keeping "today's checkouts" in the order they were scanned. Test Plan: 1) Create 3 records "Test 1", "Test 2" and "Test 3" each with one item 2) Check out the items to a patron in the order "Test 2", "Test 1", "Test 3". 3) Note the order is incorrect. 4) Apply this patch 5) Refresh the page 6) Note the order is now correct Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Note that the bug already exists before bug 12550. I checked on a 3.14.x branch (without the ajax circ stuff), and the order is the same as with this patch. Signed-off-by: Tomas Cohen Arazi Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 6 +- circ/circulation.pl | 29 ++- .../intranet-tmpl/prog/en/css/staff-global.css | 6 + .../prog/en/includes/members-toolbar.inc | 2 +- .../intranet-tmpl/prog/en/includes/strings.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 69 +++++-- koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 4 +- .../prog/en/modules/circ/circulation.tt | 1 + .../prog/en/modules/members/moremember-print.tt | 196 +++++++++----------- members/summary-print.pl | 104 +++++++++++ svc/checkouts | 31 +++- 11 files changed, 306 insertions(+), 144 deletions(-) create mode 100755 members/summary-print.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 20:34:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 19:34:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-220-gc667b9d 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 c667b9ddbf42f9729d8f4035c7e872d5e980a5e9 (commit) via da6ee1c469c63f6d28dd1302032a19596eb7cd57 (commit) via 52fe1238915bf88fbb5f048029b67250e59409a0 (commit) via 312bf659565766ac57e68155cbeaa08f316be83c (commit) via ba02e09e6d129718c7e4aafb8d92f488ae1e1f39 (commit) via b57d9af154bf6fe5d2c85262212765b0d1fe2bde (commit) via be1bb8db4efeea1c45048ca9526a3ebae8477ae0 (commit) via 5c8c53b6dcec760dd039b6501c0251d763b76470 (commit) via ef5c16009760ddcbd1c4284d3641647f8d29c071 (commit) from 7a4cdb823ff28e159d6d3564533c74e70377d725 (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 c667b9ddbf42f9729d8f4035c7e872d5e980a5e9 Author: Katrin Fischer Date: Thu Jan 22 14:41:09 2015 +0100 Bug 13609: Cross Site Scripting problem in authority search result list paging To test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Chris Cormack commit da6ee1c469c63f6d28dd1302032a19596eb7cd57 Author: Chris Date: Mon Jan 5 06:37:51 2015 +0000 Bug 13510 : Fixing the third XSS issue To test 1/ Make sure you have some items in your database, that have values in items.issue If nessecary do something like UPDATE items SET issues = 10 WHERE itemnumber=somenumber 2/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-topissues.pl?do_it=1&timeLimit=3%3Cscript%3Eprompt%28924513%29%3C/script%3E 3/ Notice you will get a prompt 4/ Apply patch 5/ Test again Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 52fe1238915bf88fbb5f048029b67250e59409a0 Author: Liz Date: Mon Jan 5 02:32:32 2015 +0000 Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves A specially crafted url causes XSS in Koha To test: cgi-bin/koha/opac-shelves.pl?viewshelf=2%22%3E%3Cscript%3Eprompt(987898)%3C/script%3E cgi-bin/koha/opac-downloadshelf.pl?shelfid=2%22%3Cscript%3Eprompt(1)%3C/script%3E&showprivateshelves These should cause a popup without the patch. With the patch, no popup. You may need to create these lists, the xss will not be triggered if the list doesn't exist or you don't have permission to view them. Signed-off-by: Chris Fixes the two listed problems Signed-off-by: Katrin Fischer Confirmed patch fixes the problem. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 312bf659565766ac57e68155cbeaa08f316be83c Author: Jonathan Druart Date: Thu Jul 24 10:51:19 2014 +0200 Bug 12637: UTF-8 problems when creating a patron list Encoding problems appear when creating a patron list from the patron search results page. Test plan: 1. Perform a patron search in the patrons module 2. Select one or more patrons 3. Choose "Add selected patrons to: [ New list ]" 4. Enter a patron list title with UTF-8 characters. 5. The list will be created with bad encoding. 6. Apply the patch and verify there is no bad encoding anymore. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Patch works fine. Note that I - very ironically - had to remove UTF8 characters from the commit message to apply and attach the patches with git/git-bz. Hopefully, an upgrade to a newer git version will resolve that too. Signed-off-by: Tomas Cohen Arazi commit ba02e09e6d129718c7e4aafb8d92f488ae1e1f39 Author: Jonathan Druart Date: Mon Jan 19 14:09:52 2015 +0100 Bug 13583: (follow-up) Able to view menu for Statistics even when user does not have permission Same changes as the previous patch, for the .tt file. Signed-off-by: Tomas Cohen Arazi commit b57d9af154bf6fe5d2c85262212765b0d1fe2bde Author: Thomas Date: Wed Jan 14 22:57:37 2015 +0000 Bug 13583 - Able to view menu for Statistics even when user does not have permission Added check for borrowers that stops the Statistics link being shown. This could be done through the css but that function currently appears to be broke Testing Plan: -Search for a patron with an account that does not have the 'borrowers' permission *Statistics should not be seen in the menu. -Change the accounts permissions so they have the 'borrowers' permission *Statistics should be present in the menu. Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Tomas Cohen Arazi commit be1bb8db4efeea1c45048ca9526a3ebae8477ae0 Author: Katrin Fischer Date: Sun Jan 18 22:27:21 2015 +0100 Bug 7143: Adding back version numbers Adding back version numbers to the former release team members in the list of developers. Signed-off-by: Marcel de Rooy Added prefix "3.16" to Galen's Release Maintainer. (See Roles for 3.18) Signed-off-by: Tomas Cohen Arazi commit 5c8c53b6dcec760dd039b6501c0251d763b76470 Author: Marcel de Rooy Date: Wed Jan 14 15:32:23 2015 +0100 Bug 7143: QA Follow-up for abbrev PM Replacing PM by Packaging Manager Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit ef5c16009760ddcbd1c4284d3641647f8d29c071 Author: Marcel de Rooy Date: Mon Jan 12 11:28:11 2015 +0100 Bug 7143: Release team 3.20 Updated the release team with the roles for 3.20 pages on the wiki and checked with the votes on the IRC meeting log. Simplified the section on Former release team members by moving that information (in a compressed format) to the Developers section. If someone had a role for multiple releases, I used constructs as 3.X. Sorted the Additional thanks-section. Signed-off-by: Justin Signed-off-by: Marcel de Rooy 2015-01-14: Amended. Replaced abbreviations like RM by Release Manager. Replaced one occurrence of 3.x by 3.X (for Owen). Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.inc | 5 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 4 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 102 ++++++++------------ .../prog/en/modules/members/member.tt | 4 +- .../en/modules/opac-authoritiessearchresultlist.tt | 6 +- .../bootstrap/en/modules/opac-downloadshelf.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 46 ++++----- .../bootstrap/en/modules/opac-topissues.tt | 2 +- 8 files changed, 78 insertions(+), 95 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 20:51:04 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 19:51:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-97-gb8573a8 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, 3.18.x has been updated via b8573a838bd0c3b7327d08c164f8ac8337109762 (commit) via c9500b2b08dfabba112bd374d6889fd25cbfa142 (commit) via d6e5102cd739783e77639b7360bf12a1f0f11399 (commit) via 6c67bbb100152a0452041786d3a10dd2051634d3 (commit) via 27d410eb142a868aa25c6845272a7e8b51276f3b (commit) from 1cf3dc6e8e296ad9d5af5f270c1afed74b68a02c (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 b8573a838bd0c3b7327d08c164f8ac8337109762 Author: Katrin Fischer Date: Thu Jan 22 14:41:09 2015 +0100 Bug 13609: Cross Site Scripting problem in authority search result list paging To test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Chris Cormack commit c9500b2b08dfabba112bd374d6889fd25cbfa142 Author: Chris Cormack Date: Thu Jan 22 20:13:51 2015 +1300 Release notes commit d6e5102cd739783e77639b7360bf12a1f0f11399 Author: Chris Cormack Date: Thu Jan 22 20:07:08 2015 +1300 Bumping version number for 3.18.3 release commit 6c67bbb100152a0452041786d3a10dd2051634d3 Author: Chris Date: Mon Jan 5 06:37:51 2015 +0000 Bug 13510 : Fixing the third XSS issue To test 1/ Make sure you have some items in your database, that have values in items.issue If nessecary do something like UPDATE items SET issues = 10 WHERE itemnumber=somenumber 2/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-topissues.pl?do_it=1&timeLimit=3%3Cscript%3Eprompt%28924513%29%3C/script%3E 3/ Notice you will get a prompt 4/ Apply patch 5/ Test again Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Chris Cormack commit 27d410eb142a868aa25c6845272a7e8b51276f3b Author: Liz Date: Mon Jan 5 02:32:32 2015 +0000 Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves A specially crafted url causes XSS in Koha To test: cgi-bin/koha/opac-shelves.pl?viewshelf=2%22%3E%3Cscript%3Eprompt(987898)%3C/script%3E cgi-bin/koha/opac-downloadshelf.pl?shelfid=2%22%3Cscript%3Eprompt(1)%3C/script%3E&showprivateshelves These should cause a popup without the patch. With the patch, no popup. You may need to create these lists, the xss will not be triggered if the list doesn't exist or you don't have permission to view them. Signed-off-by: Chris Fixes the two listed problems Signed-off-by: Katrin Fischer Confirmed patch fixes the problem. Signed-off-by: Martin Renvoize Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 7 + .../en/modules/opac-authoritiessearchresultlist.tt | 6 +- .../bootstrap/en/modules/opac-downloadshelf.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 46 +-- .../bootstrap/en/modules/opac-topissues.tt | 2 +- kohaversion.pl | 2 +- misc/release_notes/release_notes_3_18_3.txt | 401 ++++++++++++++++++++ 7 files changed, 438 insertions(+), 30 deletions(-) create mode 100644 misc/release_notes/release_notes_3_18_3.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 20:55:38 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 19:55:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-99-gc344e2e 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, 3.18.x has been updated via c344e2e46a0e1de241b2806b60f3ea86c87eb7b1 (commit) via 9cbc005cf3ea87fd0399795fe986d90e2e2b865e (commit) from b8573a838bd0c3b7327d08c164f8ac8337109762 (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 c344e2e46a0e1de241b2806b60f3ea86c87eb7b1 Merge: b8573a8 9cbc005 Author: Chris Cormack Date: Fri Jan 23 09:01:05 2015 +1300 Merge remote-tracking branch 'bernardo/3.18.03-translate' into 3.18.x commit 9cbc005cf3ea87fd0399795fe986d90e2e2b865e Author: Bernardo Gonzalez Kriegel Date: Thu Jan 22 09:01:51 2015 -0300 Translation updates for 3.18.03 release ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 201 +- misc/translator/po/am-Ethi-pref.po | 40 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 1742 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 201 +- misc/translator/po/ar-Arab-pref.po | 48 +- misc/translator/po/ar-Arab-staff-help.po | 2 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/az-AZ-opac-bootstrap.po | 201 +- misc/translator/po/az-AZ-pref.po | 40 +- misc/translator/po/az-AZ-staff-help.po | 2 +- .../po/be-BY-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/be-BY-opac-bootstrap.po | 201 +- misc/translator/po/be-BY-pref.po | 40 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/ben-opac-bootstrap.po | 200 +- misc/translator/po/ben-pref.po | 40 +- misc/translator/po/ben-staff-help.po | 2 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 201 +- misc/translator/po/bg-Cyrl-pref.po | 40 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/ca-ES-opac-bootstrap.po | 201 +- misc/translator/po/ca-ES-pref.po | 40 +- misc/translator/po/ca-ES-staff-help.po | 2 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 1772 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 210 +- misc/translator/po/cs-CZ-pref.po | 71 +- misc/translator/po/cs-CZ-staff-help.po | 12 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 1932 +- misc/translator/po/da-DK-opac-bootstrap.po | 1354 +- misc/translator/po/da-DK-pref.po | 46 +- misc/translator/po/da-DK-staff-help.po | 2 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 1772 +- misc/translator/po/de-CH-opac-bootstrap.po | 201 +- misc/translator/po/de-CH-pref.po | 48 +- misc/translator/po/de-CH-staff-help.po | 2 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |28591 ++++++++++++-------- misc/translator/po/de-DE-opac-bootstrap.po | 212 +- misc/translator/po/de-DE-pref.po | 65 +- misc/translator/po/de-DE-staff-help.po | 13 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 1770 +- misc/translator/po/el-GR-opac-bootstrap.po | 232 +- misc/translator/po/el-GR-pref.po | 46 +- misc/translator/po/el-GR-staff-help.po | 2 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/en-GB-opac-bootstrap.po | 201 +- misc/translator/po/en-GB-pref.po | 46 +- misc/translator/po/en-GB-staff-help.po | 2 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |10219 +++---- misc/translator/po/en-NZ-opac-bootstrap.po | 201 +- misc/translator/po/en-NZ-pref.po | 48 +- misc/translator/po/en-NZ-staff-help.po | 2 +- misc/translator/po/eo-i-staff-t-prog-v-3006000.po |17341 +++++++----- misc/translator/po/eo-opac-bootstrap.po | 4023 +-- misc/translator/po/eo-pref.po | 797 +- misc/translator/po/eo-staff-help.po | 577 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1785 +- misc/translator/po/es-ES-opac-bootstrap.po | 210 +- misc/translator/po/es-ES-pref.po | 73 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/eu-opac-bootstrap.po | 201 +- misc/translator/po/eu-pref.po | 40 +- misc/translator/po/eu-staff-help.po | 2 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 201 +- misc/translator/po/fa-Arab-pref.po | 40 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/fi-FI-opac-bootstrap.po | 201 +- misc/translator/po/fi-FI-pref.po | 46 +- misc/translator/po/fi-FI-staff-help.po | 2 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/fo-FO-opac-bootstrap.po | 200 +- misc/translator/po/fo-FO-pref.po | 40 +- misc/translator/po/fo-FO-staff-help.po | 2 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/fr-CA-opac-bootstrap.po | 201 +- misc/translator/po/fr-CA-pref.po | 46 +- misc/translator/po/fr-CA-staff-help.po | 2 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1745 +- misc/translator/po/fr-FR-opac-bootstrap.po | 201 +- misc/translator/po/fr-FR-pref.po | 48 +- misc/translator/po/fr-FR-staff-help.po | 2 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/gl-opac-bootstrap.po | 201 +- misc/translator/po/gl-pref.po | 40 +- misc/translator/po/gl-staff-help.po | 2 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 201 +- misc/translator/po/he-Hebr-pref.po | 40 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/hi-opac-bootstrap.po | 201 +- misc/translator/po/hi-pref.po | 40 +- misc/translator/po/hi-staff-help.po | 2 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/hr-HR-opac-bootstrap.po | 201 +- misc/translator/po/hr-HR-pref.po | 40 +- misc/translator/po/hr-HR-staff-help.po | 2 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/hu-HU-opac-bootstrap.po | 201 +- misc/translator/po/hu-HU-pref.po | 40 +- misc/translator/po/hu-HU-staff-help.po | 2 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1743 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 201 +- misc/translator/po/hy-Armn-pref.po | 48 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/id-ID-opac-bootstrap.po | 201 +- misc/translator/po/id-ID-pref.po | 46 +- misc/translator/po/id-ID-staff-help.po | 2 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/is-IS-opac-bootstrap.po | 201 +- misc/translator/po/is-IS-pref.po | 46 +- misc/translator/po/is-IS-staff-help.po | 2 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 1741 +- misc/translator/po/it-IT-opac-bootstrap.po | 201 +- misc/translator/po/it-IT-pref.po | 48 +- misc/translator/po/it-IT-staff-help.po | 2 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 201 +- misc/translator/po/ja-Jpan-JP-pref.po | 40 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- .../po/km-KH-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/km-KH-opac-bootstrap.po | 200 +- misc/translator/po/km-KH-pref.po | 40 +- misc/translator/po/km-KH-staff-help.po | 2 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 201 +- misc/translator/po/kn-Knda-pref.po | 40 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 201 +- misc/translator/po/ko-Kore-KP-pref.po | 40 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- .../po/ku-Arab-i-staff-t-prog-v-3006000.po | 2443 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 373 +- misc/translator/po/ku-Arab-pref.po | 55 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 201 +- misc/translator/po/lo-Laoo-pref.po | 40 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 201 +- misc/translator/po/mi-NZ-pref.po | 40 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/mon-opac-bootstrap.po | 201 +- misc/translator/po/mon-pref.po | 40 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/mr-opac-bootstrap.po | 201 +- misc/translator/po/mr-pref.po | 40 +- misc/translator/po/mr-staff-help.po | 2 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 1739 +- misc/translator/po/ms-MY-opac-bootstrap.po | 201 +- misc/translator/po/ms-MY-pref.po | 40 +- misc/translator/po/ms-MY-staff-help.po | 2 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/nb-NO-opac-bootstrap.po | 201 +- misc/translator/po/nb-NO-pref.po | 48 +- misc/translator/po/nb-NO-staff-help.po | 2 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/ne-NE-opac-bootstrap.po | 200 +- misc/translator/po/ne-NE-pref.po | 40 +- misc/translator/po/ne-NE-staff-help.po | 2 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/nl-BE-opac-bootstrap.po | 201 +- misc/translator/po/nl-BE-pref.po | 46 +- misc/translator/po/nl-BE-staff-help.po | 2 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 1747 +- misc/translator/po/nl-NL-opac-bootstrap.po | 201 +- misc/translator/po/nl-NL-pref.po | 40 +- misc/translator/po/nl-NL-staff-help.po | 2 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 1732 +- misc/translator/po/nn-NO-opac-bootstrap.po | 201 +- misc/translator/po/nn-NO-pref.po | 40 +- misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/pbr-opac-bootstrap.po | 201 +- misc/translator/po/pbr-pref.po | 40 +- misc/translator/po/pbr-staff-help.po | 2 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/pl-PL-opac-bootstrap.po | 201 +- misc/translator/po/pl-PL-pref.po | 46 +- misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/prs-opac-bootstrap.po | 201 +- misc/translator/po/prs-pref.po | 40 +- misc/translator/po/prs-staff-help.po | 2 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/pt-BR-opac-bootstrap.po | 211 +- misc/translator/po/pt-BR-pref.po | 46 +- misc/translator/po/pt-BR-staff-help.po | 2 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 2429 +- misc/translator/po/pt-PT-opac-bootstrap.po | 201 +- misc/translator/po/pt-PT-pref.po | 46 +- misc/translator/po/pt-PT-staff-help.po | 2 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/ro-RO-opac-bootstrap.po | 201 +- misc/translator/po/ro-RO-pref.po | 40 +- misc/translator/po/ro-RO-staff-help.po | 2 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/ru-RU-opac-bootstrap.po | 201 +- misc/translator/po/ru-RU-pref.po | 40 +- misc/translator/po/ru-RU-staff-help.po | 2 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/rw-RW-opac-bootstrap.po | 200 +- misc/translator/po/rw-RW-pref.po | 40 +- misc/translator/po/rw-RW-staff-help.po | 2 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/sd-PK-opac-bootstrap.po | 200 +- misc/translator/po/sd-PK-pref.po | 40 +- misc/translator/po/sd-PK-staff-help.po | 2 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 1822 +- misc/translator/po/sk-SK-opac-bootstrap.po | 210 +- misc/translator/po/sk-SK-pref.po | 58 +- misc/translator/po/sk-SK-staff-help.po | 2 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/sl-SI-opac-bootstrap.po | 200 +- misc/translator/po/sl-SI-pref.po | 40 +- misc/translator/po/sl-SI-staff-help.po | 2 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/sq-AL-opac-bootstrap.po | 200 +- misc/translator/po/sq-AL-pref.po | 40 +- misc/translator/po/sq-AL-staff-help.po | 2 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 201 +- misc/translator/po/sr-Cyrl-pref.po | 40 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/sv-SE-opac-bootstrap.po | 201 +- misc/translator/po/sv-SE-pref.po | 46 +- misc/translator/po/sv-SE-staff-help.po | 2 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/sw-KE-opac-bootstrap.po | 200 +- misc/translator/po/sw-KE-pref.po | 40 +- misc/translator/po/sw-KE-staff-help.po | 2 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/ta-LK-opac-bootstrap.po | 200 +- misc/translator/po/ta-LK-pref.po | 40 +- misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/ta-opac-bootstrap.po | 200 +- misc/translator/po/ta-pref.po | 40 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/tet-opac-bootstrap.po | 201 +- misc/translator/po/tet-pref.po | 40 +- misc/translator/po/tet-staff-help.po | 2 +- .../po/th-TH-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/th-TH-opac-bootstrap.po | 201 +- misc/translator/po/th-TH-pref.po | 40 +- misc/translator/po/th-TH-staff-help.po | 2 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 1731 +- misc/translator/po/tl-PH-opac-bootstrap.po | 200 +- misc/translator/po/tl-PH-pref.po | 40 +- misc/translator/po/tl-PH-staff-help.po | 2 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 1768 +- misc/translator/po/tr-TR-opac-bootstrap.po | 204 +- misc/translator/po/tr-TR-pref.po | 55 +- misc/translator/po/tr-TR-staff-help.po | 2 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 1735 +- misc/translator/po/uk-UA-opac-bootstrap.po | 201 +- misc/translator/po/uk-UA-pref.po | 40 +- misc/translator/po/uk-UA-staff-help.po | 2 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 1730 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 201 +- misc/translator/po/ur-Arab-pref.po | 40 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/vi-VN-opac-bootstrap.po | 201 +- misc/translator/po/vi-VN-pref.po | 46 +- misc/translator/po/vi-VN-staff-help.po | 2 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 1733 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 201 +- misc/translator/po/zh-Hans-CN-pref.po | 46 +- misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 2128 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 232 +- misc/translator/po/zh-Hans-TW-pref.po | 129 +- misc/translator/po/zh-Hans-TW-staff-help.po | 1995 +- 288 files changed, 111137 insertions(+), 93323 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 21:03:26 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 20:03:26 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.18.03 created. v3.18.03 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, v3.18.03 has been created at 76750ca7761f9d7c0f6fca1644a4382f355160e3 (tag) tagging c344e2e46a0e1de241b2806b60f3ea86c87eb7b1 (commit) replaces v3.18.02 tagged by Chris Cormack on Fri Jan 23 09:09:08 2015 +1300 - Log ----------------------------------------------------------------- Koha Release 3.18.03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJUwVjkAAoJEG5T+NVYEYs1MY8P/2Gezd72noZQOxE8ePgQBRgj F8eTPHoKoe9ZRg1dRPdMli2Idb8IGtGqUj00M7QmHzIaELSKU2rZYg0zd+gv46J/ soEIb+mraFVWOPvS8Hn80bBwsxhxcU7C6rpTDRUiHNObAKwbjm6m6AO0yyegj/6l qCy6xdoXmw43wRyqc0KLIXMtvNwTVokWj+Y9oLc8mWgq6+UP6Zw90Y/p7u7AXkiY 49BlM/fHJAiRpmkXcUgybJF+0j6QgbFWeq2vHfD7gZB/Bo06/poVPaPxb5lTM6yO ZFzHURjTPnANGPxT8EIvDZokOt8sT7xXASQ31Ly+Nyg62WpjtTzoJKdi7/QOtbV3 8emti3hLoX6IBDxBpCWWv3xJC91XuLzJZ0Xb0z3ADt2uVhoeU2v5vtPoLhLzSxiT 2VqUe4YHfApf5NOW5v2lpJ0+IF39Ef6vUIldTsIWHHgu+kf4/m5XO5/frq8bq6uO CGWqUXmbD8GMgomo+riY/EjRrXxwm0eeaCfQzG3mMkHC6Cq/9EjAH7pFG0g/bFzx 3fCUc13PWwB6rwKT/N2YdUJud+A4X+eAJJHvn6qDmZAAUdDSIKZbYhv9VnlS5X5Z gGluiNPBabO3zfzARJQfiKYL+3x0EDoYruu31uSYxldhw32H7FykQM+Wnhz9ttbe 4f1DIgVOl3+4tqJWow0r =b8IJ -----END PGP SIGNATURE----- Aleisha (1): Bug 13436: Adding more options to UsageStatsLibraryType syspref Bernardo Gonzalez Kriegel (2): Bug 13357: Untranslatable strings on itemsearch.tt Translation updates for 3.18.03 release Chris (1): Bug 13510 : Fixing the third XSS issue Chris Cormack (10): Remove po files, now in a subtree Squashed 'misc/translator/po/' content from commit b643202 Merge commit '21708c9c8c34eab7073a7b634465aa377e64dcec' as 'misc/translator/po' Database version 3.18.02.002 Bumping database version to 3.18.02.003 Bug 1861: There is a problem introduced with an earlier patch, on this patchset Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique Bumping version number for 3.18.3 release Release notes Merge remote-tracking branch 'bernardo/3.18.03-translate' into 3.18.x Chris Nighswonger (2): Bug 13407: Removing depricated code included in PDF::Reuse Bug 13407: Bumping required version of PDF::Reuse Colin Campbell (2): Bug 13285 Do the right thing if opacthemes is not set Bug 13522: Make it explicit that scalar containd a hash ref David Cook (1): Bug 13526 - Mandatory fields should not be able to be hidden in borrower self-registration Emmanuele Somma (1): Bug 13264: Additional test for search in intranet calatogue Fr?d?ric Demians (1): Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 Jonathan Druart (17): Bug 12059: Prefer to list fields in the query Bug 13218: (qa-follow-up) replace tab with spaces Bug 10753: Any library is represented by an empty string Bug 13360: C4::Ris assumes that hash keys are ordered - KW Bug 1861: Add 1 test to AddMember Bug 13458: Display the correct patron categories Bug 13502: Add tests to highlight the problem Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices Bug 13487: DT pagination contains '...' for the full_numbers form Bug 13487: Fix pagination for basketgroup Bug 13487: Fix pagination for the item search Bug 13369: table should been highlighted correctly when row are grouped Bug 13378: Add a filter to search suggestions not linked to a fund Bug 13264: Refactor search utf8 tests and add some more Bug 13579: Prefer like instead of ok to match a regex Bug 13579: Open history.txt using utf-8 encoding Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Katrin Fischer (6): Bug 12059: Publisher column on invoice page always empty Bug 12565: Acq: Fix broken link in breadcrumbs Bug 9958: Improve RoutingSerials sys pref description Bug 13459: Fix datatables paging for admin > itemtypes Bug 13459: Fix datatables paging for patron lists Bug 13609: Cross Site Scripting problem in authority search result list paging Kyle M Hall (9): Bug 13410 [QA Followup] Bug 13400 [QA Followup] - Fix tabs and quotes Bug 1861 - Unique patrons logins not (totally) enforced Bug 1861 [QA Followup] - Fix Check_Userid and unit tests Bug 1861 [QA Followup] - Don't modify userids, warn if we can't modify the index automatically Bug 13124 - Record titles with parentheses causing label weirdness Bug 11872 - Lost overdue items should not generate fines Bug 13290 - Add better feedback for returns to the checkouts table Bug 13537 - Focus should move to barcode after renewing via checkouts table Liz (3): Bug 13218: usability enhancements for z39.50 searches Bug 13218: fixing acquisitions z39.50 interface to be consistent with the others. Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves Lyon3 Team (1): Bug 12895 repair dropbox mode Marc V?ron (5): Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" Bug 13400: Untranslatable "Are you sure you want to delete this authority?" Bug 13422 - SCO: "Would you like to print a receipt" not translatable Bug 13566 - Change translation for 'Rotating collection' in German web installer Bug 8096 - card number twice on patron search Marcel de Rooy (3): Bug 13416: Typo in marc21_leader.pl position 5 (record status) Bug 12823: Add some hints for Host and Database Bug 12823: Alert about defining the SRU search field mappings Mark Tompsett (3): Bug 13453: Koha.t daily quote tests assume sample data Bug 12868: Improving t/db_dependent/Member.t Bug 12868: Wrong variable used for borrower number Martin Renvoize (1): Bug 13447: Fixed HTML Email Reports Morag Hills (2): Bug 13530: Typo in bulkmarcimport Bug 13570 - koha-conf.xml mentions win32 Olli-Antti Kivilahti (1): Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! Owen Leonard (2): Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js Robin Sheat (1): Bug 13571: followup to remove some now-unused options Rochelle (2): Bug 13564: Items search: rename Stock number to Inventory number Bug 13571: Koha-conf.xml.in has fallen out of sync with koha-conf.xml Thomas (1): Bug 12702 - Suggestions still accessible in OPAC when deactivated Tomas Cohen Arazi (10): Bug 13218: (RM followup) only scroll on actually variable stuff Bug 13436: (RM followup) university -> academic DB update Bug 13436: DBRev 3.18.02.001 Bug 1861: (RM followup) DNIx updates Bug 13167: (QA followup) regression tests Bug 13264: no need to test for MySQL Bug 13264: Make opac_utf8.t launch its own helper processes Bug 13264: (QA followup) prevent double-encoding on the tests GRS-1 deprecation leftover used by jenkins Bug 13579: (regression tests) Encoding issues on about > timeline get tested Zeno Tajoli (10): Bug 13264: UNIMARC and MARC21 records to test UTF-8 Bug 13264: Test for utf-8 on Opac search Bug 13264: Test for utf-8 on authorised values input/display/delete Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio Bug 13264: Add more records to the marc21 aand unimarc files Bug 13264: Add tests for Latin-1 vs. UTF-8 deduction Bug 13264: Add Latin-1 vs UTF-8 test specific records Bug 13264: Update of unimarc and marc21 record to search publisher Bug 13264: More tests for Latin-1 vs. UTF-8 interpretation Bug 13264: Follow up on record files: deleted fields (952/995) with items info ????? (1): Bug 12889: Updated pod for C4::Members::AddMember ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 22 21:31:10 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Jan 2015 20:31:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-1-g59407a0 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, 3.18.x has been updated via 59407a0e38da6f447650cdd30da9958fff20c5bc (commit) from c344e2e46a0e1de241b2806b60f3ea86c87eb7b1 (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 59407a0e38da6f447650cdd30da9958fff20c5bc Author: Chris Cormack Date: Fri Jan 23 09:36:50 2015 +1300 Updating release notes ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_18_3.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 07:30:08 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 06:30:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-90-g82e3bc7 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, 3.16.x has been updated via 82e3bc7e21995172465c0482ba9af9a99cef5a78 (commit) via 0718ced5e452a3d295597d1b5ef976a6772610eb (commit) via 20dd347c4866226e29c4bbeeebf66a33f347302a (commit) via db9a69aa7f25dc929f5f7dc237247a0dbfb517ce (commit) from 1d45527578ddf7b21da64e9c0bcd73383a29f042 (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 82e3bc7e21995172465c0482ba9af9a99cef5a78 Author: Chris Date: Mon Jan 5 06:37:51 2015 +0000 Bug 13510 : Fixing the third XSS issue To test 1/ Make sure you have some items in your database, that have values in items.issue If nessecary do something like UPDATE items SET issues = 10 WHERE itemnumber=somenumber 2/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-topissues.pl?do_it=1&timeLimit=3%3Cscript%3Eprompt%28924513%29%3C/script%3E 3/ Notice you will get a prompt 4/ Apply patch 5/ Test again Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize commit 0718ced5e452a3d295597d1b5ef976a6772610eb Author: Liz Date: Mon Jan 5 02:32:32 2015 +0000 Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves A specially crafted url causes XSS in Koha To test: cgi-bin/koha/opac-shelves.pl?viewshelf=2%22%3E%3Cscript%3Eprompt(987898)%3C/script%3E cgi-bin/koha/opac-downloadshelf.pl?shelfid=2%22%3Cscript%3Eprompt(1)%3C/script%3E&showprivateshelves These should cause a popup without the patch. With the patch, no popup. You may need to create these lists, the xss will not be triggered if the list doesn't exist or you don't have permission to view them. Signed-off-by: Chris Fixes the two listed problems Signed-off-by: Katrin Fischer Confirmed patch fixes the problem. Signed-off-by: Martin Renvoize Signed-off-by: Mason James commit 20dd347c4866226e29c4bbeeebf66a33f347302a Author: Chris Cormack Date: Fri Jan 23 08:43:14 2015 +1300 Bug 13609: Patch for 3.16.x and 3.14.x (3.16.x needs both, 3.14.x just this) To Test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Mason James commit db9a69aa7f25dc929f5f7dc237247a0dbfb517ce Author: Katrin Fischer Date: Thu Jan 22 14:41:09 2015 +0100 Bug 13609: Cross Site Scripting problem in authority search result list paging To test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Chris Cormack Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: .../en/modules/opac-authoritiessearchresultlist.tt | 6 +-- .../bootstrap/en/modules/opac-downloadshelf.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 46 ++++++++++---------- .../bootstrap/en/modules/opac-topissues.tt | 2 +- .../en/modules/opac-authoritiessearchresultlist.tt | 6 +-- 5 files changed, 32 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 07:53:39 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 06:53:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-95-g6ce2ba7 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, 3.16.x has been updated via 6ce2ba7b3a65f1953af8fa779da8cbf05971154f (commit) via 3186eede909015ac4e539723ae62d44f2c6e14fd (commit) via 7016a1b408f5a4deb4cadd0f399c47e8f2a48ca1 (commit) via c80e244e951d02bda844c85c3d0944c06612a769 (commit) via 6d5e964168c597cf7abd844586afcce6cecc95be (commit) from 82e3bc7e21995172465c0482ba9af9a99cef5a78 (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 6ce2ba7b3a65f1953af8fa779da8cbf05971154f Author: Jonathan Druart Date: Thu Nov 27 16:54:21 2014 +0100 Bug 13360: C4::Ris assumes that hash keys are ordered - KW This patch only fixes the KW order. Test plan: 1/ Choose/create a record with several 6XX (for KW), see the code source to know which fields you can use 2/ Export this record in RIS format 3/ Verify that the KW lines are ordered following the marc record fields order. Signed-off-by: Chris Cormack We really should refactor this whole thing into Koha::RIS sometime, it's a horrible module at the moment. Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 3186eede909015ac4e539723ae62d44f2c6e14fd Author: Mark Tompsett Date: Fri Dec 12 12:28:11 2014 -0500 Bug 13453: Koha.t daily quote tests assume sample data By adding quotes 3 and 25 from the sample data, this test can pass without having the sample quote data loaded. TEST PLAN --------- 1) Ensure there is no quote id=3 or that it is NOT Abraham Lincoln. 2) prove t/db_dependent/Koha.t -- this should fail the daily quote test. 3) apply patch 4) prove t/db_dependent/Koha.t -- this should *NOT* fail the daily quote test. 5) run koha qa test tools Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as described, leaves actual data unchanged. Signed-off-by: Mason James commit 7016a1b408f5a4deb4cadd0f399c47e8f2a48ca1 Author: Owen Leonard Date: Mon Nov 3 12:29:48 2014 -0500 Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels This patch updates the image replacement technique used for Koha's login page. The old technique used a negative text-indent value to move the text offscreen, but that begins to fail more and more often as screens get larger. The new technqiue is described here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ Note: This patch has not been tested in any Internet Explorer version! To test you must have a screen which is wider than 2000 pixels. Apply the patch, clear your browser cache and view the staff client login page. The logo on the login form should look correct with no corresponding text appearing anywhere on the screen. Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit c80e244e951d02bda844c85c3d0944c06612a769 Author: David Cook Date: Tue Dec 16 12:53:18 2014 +1100 Bug 13469 - Unapi path to XSLTs is wrong in OPAC The Unapi path to XSLTs is wrong in the OPAC. Unfortunately, it's coded to work just for Git installs, which makes it tough to test. _TEST PLAN_ Before applying: 1) Go to http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) If the biblionumber exists, it should show you the record in OAI_DC format. 3) Go to http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 4) You should get a software error Apply the patch. After applying: 1) Refresh the page for http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) It should work exactly the same as before. Thorough testers: 1) Push the code to that regular test install 2) Try the link again. It will properly show the converted record now. Signed-off-by: Marcel de Rooy Verified that single install intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus "/prog/en/xslt/" is the location for the required xslt files. Script unapi in git install is still fine. Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 6d5e964168c597cf7abd844586afcce6cecc95be Author: Owen Leonard Date: Wed Dec 3 09:22:11 2014 -0500 Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC This patch changes the footer include, adding an alias for the jQueryUI tooltip function to prevent conflict with Bootstrap's function of the same name. To test, you must have at least two libraries configured with "OPAC info" for display in the OPAC. Modify the holdings of a title so that there is at least one item which has different holding and home branches matching your library configured above. View the detail page for that record. Hovering your cursor over the library name in the "Location" column should display the branch information you configured for that library in a tooltip. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Ris.pm | 53 ++++++++++---------- koha-tmpl/intranet-tmpl/prog/en/css/login.css | 6 ++- .../bootstrap/en/includes/opac-bottom.inc | 4 ++ .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- opac/unapi | 4 +- t/db_dependent/Koha.t | 7 +++ 6 files changed, 44 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 07:55:37 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 06:55:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-101-g8552175 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, 3.16.x has been updated via 8552175a50e4e0d9b2cbcdc18055c16a6fbebae2 (commit) via e3f9cc32f4d8f09bfa3a78abe305d63f4c3cf5a7 (commit) via 46ec8cf5c587fcb31b73c23acdd7dfb626e0fa48 (commit) via 53f742420175c36c90b814d5222bb5386e0eaae1 (commit) via 27856064b1f857526603f8fe11ea50ca66723da0 (commit) via b26f9140e96d730db2c114aa60d47c4aa3af6481 (commit) from 6ce2ba7b3a65f1953af8fa779da8cbf05971154f (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 8552175a50e4e0d9b2cbcdc18055c16a6fbebae2 Author: Chris Cormack Date: Wed Dec 31 10:20:59 2014 +1300 Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique To test 1/ Create a borrower with '' as their userid, you may have to edit a row in the db to do this 2/ Run perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t 3/ Notice some tests fail and you see DBD::mysql::st execute failed: Duplicate entry '' for key 'userid' at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184. 4/ Apply the patch 5/ Run the tests again, notice they now pass Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit e3f9cc32f4d8f09bfa3a78abe305d63f4c3cf5a7 Author: Owen Leonard Date: Wed Dec 10 09:02:57 2014 -0500 Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js The OpenLibrary JavaScript includes an untranslated string, "Preview." This patch move the string to the template so that it can be translated. To test, apply the patch and test that the translator picks up the string: 1. From misc/translator run 'perl translate update [lang]' (e.g. de-DE) 2. Edit misc/translator/po/[lang]-opac-bootstrap.po and add a translation for the updated "Preview" string 3. Remove the "#, fuzzy" marker from that entry 4. From misc/translator run 'perl translate install [lang]' 5. Enable the [lang] translation for the OPAC in system preferences 6. Enable the OpenLibraryCovers system preference. 7. In the OPAC switch to the [lang] translation. 7. View the detail page for a title for which there is an OpenLibrary cover image. Below it you should see a preview link with the translated string you added in step 2. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 46ec8cf5c587fcb31b73c23acdd7dfb626e0fa48 Author: Lyon3 Team Date: Fri Dec 5 09:27:02 2014 +0100 Bug 12895 repair dropbox mode One day late patrons were restricted even with dropbox mode activated 1) Check in the calendar (Tools/Calendar), that the previous days you are about to use as date due are really entered as opening day (never know). 2) Add a suspension in the suspension days parameter of the circulation rules (Administration/Circulation and fine rules) to the MOST specific category of borrower and MOST specific type of document among the existing rules of the LOGGED IN Site(cf explications in the circ-rules page). 3) Choose a borrower using the search by category and an item through the advanced search using the limit by type. 4) Checkout the item selecting the previous opening date in the Specify-due-date box. 5) Click on Circulation in the upper menu, then on Checkin and check the Book drop mode. The Book drop date showed should be the previous opening date. 6) Check in the item : you can see that the patron is restricted 7) apply the patch 8) Redo 1 to 5 : Now, you can see that the patron is not restricted. 9) If you redo the test with two day late, you will see that the patron is not restricted : that's ok because his restriction of one day is already finished. 10) If you redo the test with more than two day late, you see that the patron restriction is, as expected, one day shorter than it were if the item had been returned without dropbox mode. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 53f742420175c36c90b814d5222bb5386e0eaae1 Author: Martin Renvoize Date: Fri Dec 12 12:18:47 2014 +0000 BUG 13447: Fixed HTML Email Reports A tiny typo made in runreport.pl when updating it for bug 9530 lead to no body being attached to html emails. Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 27856064b1f857526603f8fe11ea50ca66723da0 Author: Jonathan Druart Date: Fri Dec 26 10:22:34 2014 +0100 Bug 13458: Display the correct patron categories Bug 9811 removes useful code. Actually the AddPatronLists pref is not sent to the template from members/member.pl. To fix this issue, we can use the existing not clean way, or compare the syspref value directly in the template. This second solution is implemented in this patch. Test plan: 1/ Set the AddPatronLists pref to 'specific' 2/ On the patron home page (members/members-home/pl), the patron search result page (members/member.pl after launching a search) and on the checkouts page/patron search result (circ/circulation.pl after searching a patron using the check out), verify that the patron category list is the specific ones. 3/ Test there are no regression with the AddPatronLists pref set to 'general'. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described and fixes the problem. Note: I am not sure if AddPatronLists makes sense - if you set it to general patron types, it still preselects the wrong category type (tried organization, a child patron category was selected). Also the name is confusiong nowadays with the Patron list feature. Signed-off-by: Mason James commit b26f9140e96d730db2c114aa60d47c4aa3af6481 Author: Kyle M Hall Date: Tue Oct 21 06:18:29 2014 -0400 Bug 13124 - Record titles with parentheses causing label weirdness Test Plan ( using sample data included with Koha ) 1) Catalog a record and item with the title "Oh no! or, (How my science project destroyed the world) /" 2) Edit the DEFAULT template a) Set layout type to Biblio b) Set data fields to "title, author, isbn, issn, itemtype, barcode, itemcallnumber" c) Set font size to 10 3) Create a batch with just the one item you created 4) Export the PDF with the Avery template and the DEFAULT layout 5) Note the weirdness 6) Apply this patch 7) Re-export the PDF, note it's no longer weird ; ) Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 ++-- C4/Labels/Label.pm | 5 ++-- C4/Members.pm | 28 +++++++++++--------- circ/circulation.pl | 3 --- circ/returns.pl | 14 +++++++--- .../prog/en/includes/patron-toolbar.inc | 2 +- .../bootstrap/en/includes/opac-bottom.inc | 1 + koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- members/members-home.pl | 1 - misc/cronjobs/runreport.pl | 13 ++++----- 10 files changed, 42 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 08:00:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 07:00:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-110-ga00af8d 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, 3.16.x has been updated via a00af8d2861958cb036c2fdf0a7d4ffee647a2bd (commit) via e920b9a6813d677d86e327ea11c7ed571570f3b2 (commit) via 9473d2a41c434a38310c5546e120ffe2ce8f0c91 (commit) via 637aa03fe10a9e8bd62e81e38d8b5caf846acec6 (commit) via 4483be6269654678b5a8cc7643fc55dc0660c759 (commit) via 9990c3e8a1071bc07ffba05950d8c86c95e81064 (commit) via 1e049ee1d919c3d78f43de599c24278006ab19a7 (commit) via ca7c1b6ff1d79cbc222669d8d13a646879698c17 (commit) via 779ef3bc7731e1eca3a77a25084f11e9b01e880e (commit) from 8552175a50e4e0d9b2cbcdc18055c16a6fbebae2 (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 a00af8d2861958cb036c2fdf0a7d4ffee647a2bd Author: Chris Nighswonger Date: Tue Dec 2 12:08:04 2014 -0500 Bug 13406: Removing depricated code included in PDF::Reuse 1. Upgrade PDF::Reuse to 0.35_04. [1] 2. Run Koha's non-DB dependent test suite. You should notice some non-fatal warnings about the redefinition of one or two subs in PDF::Reuse. This should not affect the functionality of the tools for the end user. 3. Verify the functionality of the related tools. 4. Apply the attached patch. 5. Re-run Koha's non-DB dependent test suite. You should note no warnings related to PDF::Reuse. 6. Re-verify the functionality of the related tools. [1] http://search.cpan.org/CPAN/authors/id/C/CN/CNIGHS/PDF-Reuse-0.35_04.tar.gz Signed-off-by: Mark Tompsett Signed-off-by: Chris http://bugs.koha-community.org/show_bug.cgi?id=13407 Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit e920b9a6813d677d86e327ea11c7ed571570f3b2 Author: Kyle M Hall Date: Tue Jul 29 12:39:15 2014 -0400 Bug 11872 - Lost overdue items should not generate fines An item can be marked as lost by longoverdue.pl, but left checked out to the patron. In this case, the item will continue to accrue fines. Test Plan: 1) Check out an item and back date it so it is overdue and should generate fines. 2) Mark the item as lost by either using longoverdue.pl, or just by setting itemlost to 1 by directly accessing the database 3) Run fines.pl 4) Note the overdue generated a fine 5) Repeat steps 1-2 6) Apply this patch 7) Run fines.pl 8) Note a fine was not generated Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Mason James commit 9473d2a41c434a38310c5546e120ffe2ce8f0c91 Author: Katrin Fischer Date: Sat Dec 27 12:58:52 2014 +0100 Bug 13459: Fix datatables paging for admin > itemtypes To test: - Go to administration > itemtypes - Verify the display of the paging options is broken - Apply patch - Verify the display is now correct and works nicely Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit 637aa03fe10a9e8bd62e81e38d8b5caf846acec6 Author: Katrin Fischer Date: Sat Dec 27 21:13:58 2014 +0100 Bug 13459: Fix datatables paging for patron lists The display of the datatables paging options for the patron list feature is broken. To test: - Go to tools > patron lists - The paging for the 'list of lists' is broken - Select a patron list 'Add more patrons' - Notice the paging on this page is also broken - Apply patch - Verify both pages now display the paging correctly Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit 4483be6269654678b5a8cc7643fc55dc0660c759 Author: Jonathan Druart Date: Wed Dec 31 13:23:06 2014 +0100 Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices If only 1 item exist in the message, the marker is not removed. This marker is removed by render_metadata, but this method is only called on appending. Test plan: 1/ Enable the CHECKIN and/or CHECKOUT notices for a patron 2/ check and item in or out and verify that the marker is no longer displayed in the generated notices. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 9990c3e8a1071bc07ffba05950d8c86c95e81064 Author: Fr?d?ric Demians Date: Sun Nov 2 17:41:34 2014 +0100 Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for import' hangs. If I use the same UNIMARC record and change 979 to 978 in the ISBN, 'Stage MARC for import' works perfectly. The patch deals with the fact that converting an ISBN-13 to ISBN-10 with Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978. TEST PLAN: (1) Download, and decompress the ZIP file attached to BZ. (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import. (3) Choose the MARC file containing the record with an ISBN begining with 979. Click on Upload file, then Stage to import. (4) The Job progress bar stay at 0%. (5) Apply the patch. Repeat steps 2-3. The upload works. Signed-off-by: Colin Campbell Signed-off-by: Katrin Fischer Tested in a UNIMARC installation, confirmed that the patch fixes the problem. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit 1e049ee1d919c3d78f43de599c24278006ab19a7 Author: Tomas Cohen Arazi Date: Sun Jan 4 11:14:58 2015 -0300 Bug 13167: (QA followup) regression tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Mason James commit ca7c1b6ff1d79cbc222669d8d13a646879698c17 Author: Marcel de Rooy Date: Tue Aug 26 11:14:33 2014 +0200 Bug 12823: Alert about defining the SRU search field mappings This is a follow-up for report 6536 (SRU search targets). It will alert a user that saves a SRU server without field mappings. Test plan: Add a Z39.50 server. No confirm message. Add a SRU server without field mappings. Cancel the confirm. Add one field mapping. No confirm message. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer commit 779ef3bc7731e1eca3a77a25084f11e9b01e880e Author: Marcel de Rooy Date: Tue Aug 26 10:31:29 2014 +0200 Bug 12823: Add some hints for Host and Database When adding or editing a SRU server, this patch adds a hint, positioned under the Hostname field. It also moves similar information for SRU options and XSLT into hints. Test plan: Add/Edit SRU server. Look at Hostname, SRU options and XSLT. Add/Edit Z39.50 server. No hints for Hostname and SRU options. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Creators/PDF.pm | 92 +------------------- C4/Koha.pm | 1 + C4/Message.pm | 7 +- C4/Overdues.pm | 4 +- .../prog/en/modules/admin/itemtypes.tt | 3 +- .../prog/en/modules/admin/z3950servers.tt | 63 +++++++++++++- .../prog/en/modules/patron_lists/list.tt | 3 +- .../prog/en/modules/patron_lists/lists.tt | 3 +- misc/cronjobs/fines.pl | 2 + misc/cronjobs/staticfines.pl | 1 + t/Koha.t | 29 +++++- 11 files changed, 104 insertions(+), 104 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 08:02:00 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 07:02:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-116-g62a253f 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, 3.16.x has been updated via 62a253fc44583125cff03cbbe53fe6525ff23683 (commit) via e7eacdfaf5e5cab1a40841e2f5bdc91cca3e53c6 (commit) via 558e7aaff2ea60ae54ee94c2760826d2b1001c76 (commit) via 82c6fd5642aee1fc2d3fae1d9835d680b4b79c2a (commit) via d561213146334dfc3d4013a5fc86dee19ac7552c (commit) via 72d0eb1f869bc5e2607ab1d2c900a0f18fc08cce (commit) from a00af8d2861958cb036c2fdf0a7d4ffee647a2bd (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 62a253fc44583125cff03cbbe53fe6525ff23683 Author: Mark Tompsett Date: Wed Sep 3 19:09:46 2014 -0400 Bug 12868: Improving t/db_dependent/Member.t The mock function of GetMemberAccountRecord did not properly account for the undef case. This was corrected. Then all 4 combinations of borrower number and card number being defined or not were called to GetMemberDetail. The problematic test case is where the borrower number is undefined and the cardnumber is defined. TEST PLAN --------- 1) Apply just this first patch. 2) prove -v t/db_dependent/Member.t -- This should fail! 3) Run koha QA test tools. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Mason James commit e7eacdfaf5e5cab1a40841e2f5bdc91cca3e53c6 Author: Olli-Antti Kivilahti Date: Mon Sep 15 11:38:32 2014 +0300 Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! We failed to deliver advance_notices because a template for sms's is undefined, because we don't support sending sms' as advance_notice. This crashed the cronjob because digests are set to die instead of the warn used in non-digest. And we get angry customers asking for compensation! This patch replaces the die with warn. TEST PREPARATION: 0. Edit the ODUEDGST letter, find an undefined letter for any trasport type. TEST PLAN: 1. Find a borrower and from the messaging preferences set the "Advance notice" transport type to the undefined digest. Set the "Days in Advance" to 1. 2. Check-out something for that borrower and set the due date for tomorrow. 3. Run "misc/cronjobs/advance_notices.pl -c -n -v" from the terminal. 4. BEFORE THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." and the script dies. 4. AFTER THIS PATCH: You get an error "No circulation PREDUEDGST letter transported by sms at /home/koha/kohaclone/C4/Letters.pm line 609." but the script keep on going! Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 558e7aaff2ea60ae54ee94c2760826d2b1001c76 Author: Colin Campbell Date: Tue Jan 6 11:40:46 2015 +0000 Bug 13522: Make it explicit that scalar containd a hash ref Prior to perl 5.12 keys can only operate on a hash. So although $data[0] ( thats an abysmal variable name! ) will contain a hash ref the perl compiler cannot deduce that from the context and gives a syntax error. Add the hash sigil to make the context explicit and the compiler can generate the correct code. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 82c6fd5642aee1fc2d3fae1d9835d680b4b79c2a Author: Jonathan Druart Date: Wed Dec 3 11:35:36 2014 +0100 Bug 13378: Add a filter to search suggestions not linked to a fund This patch adds a "None" option for the fund filter. Test plan: 1/ Go on the suggestion search page 2/ Search suggestions not linked to a fund using the "None" option. 3/ Search all suggestions (linked or not to a fund) using the "Any" option. Works as expected. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit d561213146334dfc3d4013a5fc86dee19ac7552c Author: Jonathan Druart Date: Tue Dec 2 10:51:08 2014 +0100 Bug 13369: table should been highlighted correctly when row are grouped The css used to highlight the rows comes from staff-global.css We need a more specific rule to be used. Test plan: Go on the fund list view and confirm that the rows are correctly highlighted. Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 72d0eb1f869bc5e2607ab1d2c900a0f18fc08cce Author: Chris Nighswonger Date: Fri Dec 19 07:47:40 2014 -0500 Bug 13407 Bumping required version of PDF::Reuse Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 2 +- C4/Suggestions.pm | 17 +- koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 14 +- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/suggestion/suggestion.tt | 9 +- misc/cronjobs/advance_notices.pl | 12 +- t/db_dependent/Members.t | 54 +++- t/db_dependent/Suggestions.t | 286 +++++++++++++++++++- tools/viewlog.pl | 23 ++ 9 files changed, 386 insertions(+), 33 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 08:08:25 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 07:08:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-117-g4922e8b 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, 3.16.x has been updated via 4922e8b20fb3f91e36278defa02563eb1ceaf4d9 (commit) from 62a253fc44583125cff03cbbe53fe6525ff23683 (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 4922e8b20fb3f91e36278defa02563eb1ceaf4d9 Author: Mason James Date: Fri Jan 23 20:13:57 2015 +1300 Revert "Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique" This reverts commit 8552175a50e4e0d9b2cbcdc18055c16a6fbebae2. ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 08:51:35 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 07:51:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-118-g82f5648 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, 3.16.x has been updated via 82f5648d63a0c30200639e76cbce339e9a1a4c33 (commit) from 4922e8b20fb3f91e36278defa02563eb1ceaf4d9 (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 82f5648d63a0c30200639e76cbce339e9a1a4c33 Author: Mason James Date: Fri Jan 23 20:56:46 2015 +1300 Revert "Bug 13378: Add a filter to search suggestions not linked to a fund" This reverts commit 82c6fd5642aee1fc2d3fae1d9835d680b4b79c2a. ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 17 +- .../prog/en/modules/suggestion/suggestion.tt | 9 +- t/db_dependent/Suggestions.t | 286 +------------------- 3 files changed, 23 insertions(+), 289 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 08:54:38 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 07:54:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-120-g5a0cc28 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, 3.16.x has been updated via 5a0cc2860bcf19bb555c61bdc6805f33ddba0652 (commit) via 48fd59fc41801847d8c0e681eafbe5055560307c (commit) from 82f5648d63a0c30200639e76cbce339e9a1a4c33 (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 5a0cc2860bcf19bb555c61bdc6805f33ddba0652 Author: Mason James Date: Fri Jan 23 20:59:30 2015 +1300 Revert "Bug 12868: Improving t/db_dependent/Member.t" This reverts commit 62a253fc44583125cff03cbbe53fe6525ff23683. commit 48fd59fc41801847d8c0e681eafbe5055560307c Author: Mason James Date: Sat Jan 17 14:05:11 2015 +1300 add 'use Test::MockModule' to t/db_dependent/Members.t ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Members.t | 53 +--------------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 10:02:52 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 09:02:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-130-g1277a3a 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, 3.16.x has been updated via 1277a3ac3497ea7a7ba0d150013c11c55ae73747 (commit) via 28467f4a7a5a97377ff14aa58cbce74a5ddc5146 (commit) via 65afe29e0165c8f1c10b51da2b9c6d73bc5ce072 (commit) via 7a417251799d86ce0dce5bc67f6933bc517f9180 (commit) via 0b7f4a7cf1a0ea87630a3963263db5b9ceba7168 (commit) via 00358d74cfb625bccc5b0652d29b0119d0f94da4 (commit) via ba938c87243b33ebf7912a9efd291a4bf7f7e34a (commit) via 1bb6639743b01e1716a4e1676de424a080c767a3 (commit) via 3d86f5c04ccd018f7db5df117ec924089d3c8da5 (commit) via 273e47c66c2f4c908b3122e613a005aea2039395 (commit) from 5a0cc2860bcf19bb555c61bdc6805f33ddba0652 (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 1277a3ac3497ea7a7ba0d150013c11c55ae73747 Author: Katrin Fischer Date: Sat Nov 29 11:59:45 2014 +0100 Bug 9958: Improve RoutingSerials sys pref description The RoutingSerials preference controls if the routing list related functionality is visible in the serials module. To test: - Go to the system preference editor - RoutingSerials - Check the current description - Apply patch - Check the new description - Verify functionality matches description NOTE: The preference change is merely cosmetic. The value is still YesNo. A few git reset --hard origin/master and page refreshes confirmed expected values. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 28467f4a7a5a97377ff14aa58cbce74a5ddc5146 Author: Katrin Fischer Date: Sun Nov 30 08:18:11 2014 +0100 Bug 12565: Acq: Fix broken link in breadcrumbs The link back to the basket when creating an order by searching for an existing record in the catalog is broken. To test: - Start a new basket - Create a new order line by searching for an existing record in your catalog - Try the link back to the basket from the breadcrumbs at the result list page - Verify that the link is broken - Apply patch and retest Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit 65afe29e0165c8f1c10b51da2b9c6d73bc5ce072 Author: Marc V?ron Date: Tue Dec 9 06:35:07 2014 +0100 Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable To test: Set syspref SelfCheckReceiptPrompt to "Show" Select non English language Go to Self Checkout and check out an item Hit "Finish" Make sure that confirm dialog "Would you like to print a receipt" still appears Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 7a417251799d86ce0dce5bc67f6933bc517f9180 Author: Marcel de Rooy Date: Tue Dec 9 14:50:44 2014 +0100 Bug 13416: Typo in marc21_leader.pl position 5 (record status) Instead of a space in the leader on this position, it should be an a. Test plan: 1) Log in to staff client 2) Find a record in the catalog 3) Edit the record 4) Click the on builder popup icon. 5) View the page source -- the option is " " for the 'a- Increase in encoding level' entry. It really should be 'a'. 6) Apply patch. 7) Repeat steps 1-5 -- the option should be 'a' this time. 8) Run koha qa test tools. -- Discovered it failed. Provided a patch to fix this. It does, however, solve the major problem of ' ' vs. 'a'. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Mason James commit 0b7f4a7cf1a0ea87630a3963263db5b9ceba7168 Author: Kyle M Hall Date: Fri Dec 12 07:59:50 2014 -0500 Bug 13400 [QA Followup] - Fix tabs and quotes Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit 00358d74cfb625bccc5b0652d29b0119d0f94da4 Author: Marc V?ron Date: Mon Dec 8 03:55:15 2014 +0100 Bug 13400 - Untranslatable "Are you sure you want to delete this authority?" This patch makes the string "Are you sure you want to delete this authority?" translatable using the function _(...) To test, apply patch and check that deleting authorities still works. Signed-off-by: Owen Leonard Tested successfully with the following procedure: 1. Applied the patch. 2. Ran perl translate update de-DE 3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation" 4. Removed "#, fuzzy" marker from po entry. 5. perl translate -v install de-DE 6. Testing deleting an authority from the authority search results page and from the detail page. My translated string appeared correctly. Signed-off-by: Kyle M Hall Signed-off-by: Mason James commit ba938c87243b33ebf7912a9efd291a4bf7f7e34a Author: Jonathan Druart Date: Thu Dec 4 16:05:34 2014 +0100 Bug 12059: Prefer to list fields in the query To avoir further issue, it's better to explicitely list the fields we want to retrieve. Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit 1bb6639743b01e1716a4e1676de424a080c767a3 Author: Katrin Fischer Date: Mon Nov 10 09:55:52 2014 +0100 Bug 12059: Publisher column on invoice page always empty This patch moves the publisher information out of its own always empty column into the Summary column below the title, as it is on other acq pages. The information was never displaying, as publishercode is in biblioitems and that table was not selected by GetInvoiceDetails. Also modified the code to take into account that UNIMARC uses biblioitems.publicationyear and MARC21/NORMARC use bibio.copyrightdate for the copyright year. To test: - create an invoice for records that - have a publication year - have no publication year - have a publisher... - 'finish receiving' and check the invoice summary page ...acqui/invoice.pl?invoiceid=? - Make sure all the information displays now but didn't witout the patch. Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Mason James commit 3d86f5c04ccd018f7db5df117ec924089d3c8da5 Author: Kyle M Hall Date: Fri Dec 12 07:00:29 2014 -0500 Bug 13410 [QA Followup] Signed-off-by: Mason James commit 273e47c66c2f4c908b3122e613a005aea2039395 Author: Marc V?ron Date: Tue Dec 9 05:21:06 2014 +0100 Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" To test: In staff client, go to Home > Patrons Click button "New patron" and choose a category Change Patron messaging preferences Now change Category Make sure that following message box still appears: "Change messaging preferences to default for this category?" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 ++++++- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 19 +++++++++---------- .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 6 +++--- .../prog/en/modules/authorities/detail.tt | 8 ++++---- .../prog/en/modules/authorities/searchresultlist.tt | 3 +-- .../cataloguing/value_builder/marc21_leader.tt | 4 ++-- .../prog/en/modules/members/memberentrygen.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 9 files changed, 28 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 10:17:32 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 09:17:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-7-g4a80c04 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, 3.14.x has been updated via 4a80c0483ee87cde8a065c425a519a471ed6fcb3 (commit) from 6dc24f69305b610d29549368748ad4072a986072 (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 4a80c0483ee87cde8a065c425a519a471ed6fcb3 Author: Liz Date: Mon Jan 5 02:32:32 2015 +0000 Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves A specially crafted url causes XSS in Koha To test: cgi-bin/koha/opac-shelves.pl?viewshelf=2%22%3E%3Cscript%3Eprompt(987898)%3C/script%3E cgi-bin/koha/opac-downloadshelf.pl?shelfid=2%22%3Cscript%3Eprompt(1)%3C/script%3E&showprivateshelves These should cause a popup without the patch. With the patch, no popup. You may need to create these lists, the xss will not be triggered if the list doesn't exist or you don't have permission to view them. Signed-off-by: Chris Fixes the two listed problems Signed-off-by: Katrin Fischer Confirmed patch fixes the problem. Signed-off-by: Martin Renvoize Signed-off-by: Mason James (cherry picked from commit 0718ced5e452a3d295597d1b5ef976a6772610eb) Signed-off-by: Fridolin Somers Conflicts: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt ----------------------------------------------------------------------- Summary of changes: .../bootstrap/en/modules/opac-downloadshelf.tt | 4 +-- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 36 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 10:20:28 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 09:20:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-8-g62dfb6a 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, 3.14.x has been updated via 62dfb6ac6e041d092e3208773e4f9ab64de047f0 (commit) from 4a80c0483ee87cde8a065c425a519a471ed6fcb3 (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 62dfb6ac6e041d092e3208773e4f9ab64de047f0 Author: Chris Date: Mon Jan 5 06:37:51 2015 +0000 Bug 13510 : Fixing the third XSS issue To test 1/ Make sure you have some items in your database, that have values in items.issue If nessecary do something like UPDATE items SET issues = 10 WHERE itemnumber=somenumber 2/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-topissues.pl?do_it=1&timeLimit=3%3Cscript%3Eprompt%28924513%29%3C/script%3E 3/ Notice you will get a prompt 4/ Apply patch 5/ Test again Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit 82e3bc7e21995172465c0482ba9af9a99cef5a78) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 10:22:30 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 09:22:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-9-gd43d064 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, 3.14.x has been updated via d43d0642bd522f97f01c3513b763a4f4fc458711 (commit) from 62dfb6ac6e041d092e3208773e4f9ab64de047f0 (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 d43d0642bd522f97f01c3513b763a4f4fc458711 Author: Chris Cormack Date: Fri Jan 23 08:43:14 2015 +1300 Bug 13609: Patch for 3.16.x and 3.14.x (3.16.x needs both, 3.14.x just this) To Test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Mason James (cherry picked from commit 20dd347c4866226e29c4bbeeebf66a33f347302a) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-authoritiessearchresultlist.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 13:39:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 12:39:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-10-g8c78314 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, 3.14.x has been updated via 8c78314d69b2d340530ab5570c35fd66c4720e9f (commit) from d43d0642bd522f97f01c3513b763a4f4fc458711 (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 8c78314d69b2d340530ab5570c35fd66c4720e9f Author: Kyle M Hall Date: Fri Aug 15 12:45:44 2014 -0400 Bug 12371 - Links in every patron self-registration email points to a single borrower If multiple registrations are submitted, the first patron to register will be used for the first patron to click the registration confirmation link! Test Plan: 1) Submit 2 new patron registrations 2) Use the confirm link from the 2nd registration 3) Note you end up registering as the first submitted registration 4) Apply the patch 5) Repeat steps 1 and 2 6) Note you are now confirmed correctly Signed-off-by: Chris Cormack Test plan appears to work fine, I have a feeling the sql could be written better but can't come up with it on a Sunday morning Signed-off-by: Katrin Fischer Works as described and fixes a critical bug. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 37fae3408b66d5b94f9fa4f4c2e5c02f360a8041) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 13:55:07 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 12:55:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-12-gf1a6133 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, 3.14.x has been updated via f1a6133d170a88dbef8e513f973e73ba6e90ac01 (commit) via 3824e95ba1ee275419a657fbd6c42be913fb16ce (commit) from 8c78314d69b2d340530ab5570c35fd66c4720e9f (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 f1a6133d170a88dbef8e513f973e73ba6e90ac01 Author: Tomas Cohen Arazi Date: Mon Jul 14 16:29:38 2014 -0300 Bug 10519: (followup) unit tests leave problematic cruft On testing I've found that t/db_dependent/Suggestions.t leaves cruft on the DB. Small followup for that. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 724a68540c4fdf634becae7e26094d03dfcf963b) Signed-off-by: Fridolin Somers Conflicts: t/db_dependent/Suggestions.t commit 3824e95ba1ee275419a657fbd6c42be913fb16ce Author: Jacek Ablewicz Date: Wed Jun 11 08:51:34 2014 +0200 Bug 10519: Suggestions: 'Organize by' and correct display of tab descriptions broken The tabbed display in suggestions offers different options to organize the tabs. The descriptions on the tabs and some of the search options were not working correctly, displaying as "Unknown". To test: - Add several suggestions to your installation, make sure you have: - suggestions from different users - suggestions managed by different users - suggestions with different statuses - suggestions with different selected item types Test all the 'organize by' options (except "Organize by: Library" - see note below), make sure that the tabs and search options have correct descriptions and do no longer display as "Unknown". - Add 1 or 2 custom status to SUGGEST_STATUS authorized value. - Verify display is still correct and your new status are displayed. Note: "Organize by: Library" option is currently severely broken (and not easily fixable, especially for 'IndependentBranches' enabled). But this turns out to be a separate issue, with a different underlaying causes, and it's outside the scope of this patch. This should be dealt with later, in it's own bug report. Signed-off-by: Christopher Brannon Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 17c0c5f9a507d0b34d98e66540f40ebc9de42845) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: suggestion/suggestion.pl | 9 ++++++--- t/db_dependent/Suggestions.t | 38 +++++++++++++++++++++++++++++++------- 2 files changed, 37 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 14:39:29 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 13:39:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-13-g1e4b6ff 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, 3.14.x has been updated via 1e4b6ff8517c0b297d650e2a9deddc28134e60e2 (commit) from f1a6133d170a88dbef8e513f973e73ba6e90ac01 (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 1e4b6ff8517c0b297d650e2a9deddc28134e60e2 Author: Owen Leonard Date: Wed Dec 3 09:22:11 2014 -0500 Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC This patch changes the footer include, adding an alias for the jQueryUI tooltip function to prevent conflict with Bootstrap's function of the same name. To test, you must have at least two libraries configured with "OPAC info" for display in the OPAC. Modify the holdings of a title so that there is at least one item which has different holding and home branches matching your library configured above. View the detail page for that record. Hovering your cursor over the library name in the "Location" column should display the branch information you configured for that library in a tooltip. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James (cherry picked from commit 6d5e964168c597cf7abd844586afcce6cecc95be) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 4 ++++ koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 15:13:14 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 14:13:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-17-gc38c77e 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, 3.14.x has been updated via c38c77ee3c0239dfcc71b08c899cf1f6eaf2e04a (commit) via 8bd825ec0c9c786399dc567ebe873a74be7d543b (commit) via 921e6853c6e743b5c793e2674e811759f9c7172a (commit) via 6d5e618430ed8979622e52723e21e8fd5c365b1e (commit) from 1e4b6ff8517c0b297d650e2a9deddc28134e60e2 (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 c38c77ee3c0239dfcc71b08c899cf1f6eaf2e04a Author: Fridolin Somers Date: Fri Jan 23 15:16:20 2015 +0100 Increment version for 3.14.13 release Signed-off-by: Fridolin Somers commit 8bd825ec0c9c786399dc567ebe873a74be7d543b Merge: 921e685 6d5e618 Author: Fridolin Somers Date: Fri Jan 23 15:14:41 2015 +0100 Merge remote-tracking branch 'translator/3.14.13-translate' into 3.14.x commit 921e6853c6e743b5c793e2674e811759f9c7172a Author: Fridolin Somers Date: Fri Jan 23 15:13:49 2015 +0100 Update release notes for 3.14.13 release Signed-off-by: Fridolin Somers commit 6d5e618430ed8979622e52723e21e8fd5c365b1e Author: Bernardo Gonzalez Kriegel Date: Thu Jan 22 09:32:24 2015 -0300 Translation updates for 3.14.13 release New language Esperanto Renamed Kurdish files, ku -> ku-Arab ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...notes_3_14_12.txt => release_notes_3_14_13.txt} | 127 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 869 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/am-Ethi-opac-bootstrap.po | 909 +- misc/translator/po/am-Ethi-opac-ccsr.po | 23 +- misc/translator/po/am-Ethi-pref.po | 1 + .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 1625 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |15717 ++++++++++++---- misc/translator/po/ar-Arab-opac-bootstrap.po | 1689 +- misc/translator/po/ar-Arab-opac-ccsr.po | 49 +- misc/translator/po/ar-Arab-pref.po | 1 + .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 1015 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |10468 ++++++++--- misc/translator/po/az-AZ-opac-bootstrap.po | 1055 +- misc/translator/po/az-AZ-opac-ccsr.po | 23 +- misc/translator/po/az-AZ-pref.po | 1 + .../translator/po/be-BY-i-opac-t-prog-v-3006000.po | 1997 ++- .../po/be-BY-i-staff-t-prog-v-3006000.po |11976 ++++++++++--- misc/translator/po/be-BY-opac-bootstrap.po | 2048 ++- misc/translator/po/be-BY-opac-ccsr.po | 51 +- misc/translator/po/be-BY-pref.po | 1 + misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 881 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/ben-opac-bootstrap.po | 901 +- misc/translator/po/ben-opac-ccsr.po | 23 +- misc/translator/po/ben-pref.po | 1 + .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 869 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 909 +- misc/translator/po/bg-Cyrl-opac-ccsr.po | 23 +- misc/translator/po/bg-Cyrl-pref.po | 1 + .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 1674 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 9133 +++++++--- misc/translator/po/ca-ES-opac-bootstrap.po | 1796 +- misc/translator/po/ca-ES-opac-ccsr.po | 43 +- misc/translator/po/ca-ES-pref.po | 1 + .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 1737 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |17310 +++++++++++++----- misc/translator/po/cs-CZ-opac-bootstrap.po | 1813 +- misc/translator/po/cs-CZ-opac-ccsr.po | 1 + misc/translator/po/cs-CZ-pref.po | 1 + .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 1645 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |16447 +++++++++++++---- misc/translator/po/da-DK-opac-bootstrap.po | 1691 +- misc/translator/po/da-DK-opac-ccsr.po | 47 +- misc/translator/po/da-DK-pref.po | 1 + .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 1834 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |18918 ++++++++++++++----- misc/translator/po/de-CH-opac-bootstrap.po | 1924 +- misc/translator/po/de-CH-opac-ccsr.po | 1 + misc/translator/po/de-CH-pref.po | 1 + .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 1835 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |18951 +++++++++++++++----- misc/translator/po/de-DE-opac-bootstrap.po | 1923 +- misc/translator/po/de-DE-opac-ccsr.po | 1 + misc/translator/po/de-DE-pref.po | 1 + .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 1855 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |16328 +++++++++++++---- misc/translator/po/el-GR-opac-bootstrap.po | 1732 +- misc/translator/po/el-GR-opac-ccsr.po | 49 +- misc/translator/po/el-GR-pref.po | 1 + .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 1588 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |13566 ++++++++++---- misc/translator/po/en-GB-opac-bootstrap.po | 1635 +- misc/translator/po/en-GB-opac-ccsr.po | 34 +- misc/translator/po/en-GB-pref.po | 1 + .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 1681 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |16344 +++++++++++++---- misc/translator/po/en-NZ-opac-bootstrap.po | 1703 +- misc/translator/po/en-NZ-opac-ccsr.po | 41 +- misc/translator/po/en-NZ-pref.po | 1 + ...-v-3006000.po => eo-i-opac-t-prog-v-3006000.po} | 842 +- ...v-3006000.po => eo-i-staff-t-prog-v-3006000.po} | 9012 +++++++--- ...m-KH-opac-bootstrap.po => eo-opac-bootstrap.po} | 882 +- .../po/{ta-opac-ccsr.po => eo-opac-ccsr.po} | 25 +- misc/translator/po/{rw-RW-pref.po => eo-pref.po} | 1 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 1794 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |18744 ++++++++++++++----- misc/translator/po/es-ES-opac-bootstrap.po | 1887 +- misc/translator/po/es-ES-opac-ccsr.po | 1 + misc/translator/po/es-ES-pref.po | 19 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 1606 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/eu-opac-bootstrap.po | 1871 +- misc/translator/po/eu-opac-ccsr.po | 35 +- misc/translator/po/eu-pref.po | 1 + .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 907 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 9019 +++++++--- misc/translator/po/fa-Arab-opac-bootstrap.po | 947 +- misc/translator/po/fa-Arab-opac-ccsr.po | 23 +- misc/translator/po/fa-Arab-pref.po | 1 + .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 1573 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 9832 +++++++--- misc/translator/po/fi-FI-opac-bootstrap.po | 1562 +- misc/translator/po/fi-FI-opac-ccsr.po | 45 +- misc/translator/po/fi-FI-pref.po | 1 + .../translator/po/fo-FO-i-opac-t-prog-v-3006000.po | 964 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/fo-FO-opac-bootstrap.po | 882 +- misc/translator/po/fo-FO-opac-ccsr.po | 23 +- misc/translator/po/fo-FO-pref.po | 1 + .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 1762 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |18308 ++++++++++++++----- misc/translator/po/fr-CA-opac-bootstrap.po | 1812 +- misc/translator/po/fr-CA-opac-ccsr.po | 43 +- misc/translator/po/fr-CA-pref.po | 1 + .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 1811 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |18829 ++++++++++++++----- misc/translator/po/fr-FR-opac-bootstrap.po | 1906 +- misc/translator/po/fr-FR-opac-ccsr.po | 48 +- misc/translator/po/fr-FR-pref.po | 1 + misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 1240 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 9029 +++++++--- misc/translator/po/gl-opac-bootstrap.po | 911 +- misc/translator/po/gl-opac-ccsr.po | 48 +- misc/translator/po/gl-pref.po | 1 + .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 842 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 9013 +++++++--- misc/translator/po/he-Hebr-opac-bootstrap.po | 882 +- misc/translator/po/he-Hebr-opac-ccsr.po | 23 +- misc/translator/po/he-Hebr-pref.po | 1 + misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 1069 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 9999 ++++++++--- misc/translator/po/hi-opac-bootstrap.po | 1120 +- misc/translator/po/hi-opac-ccsr.po | 23 +- misc/translator/po/hi-pref.po | 1 + .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 1448 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |10093 ++++++++--- misc/translator/po/hr-HR-opac-bootstrap.po | 1507 +- misc/translator/po/hr-HR-opac-ccsr.po | 47 +- misc/translator/po/hr-HR-pref.po | 1 + .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 1380 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 9981 ++++++++--- misc/translator/po/hu-HU-opac-bootstrap.po | 1378 +- misc/translator/po/hu-HU-opac-ccsr.po | 47 +- misc/translator/po/hu-HU-pref.po | 1 + .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 1721 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |18040 ++++++++++++++----- misc/translator/po/hy-Armn-opac-bootstrap.po | 1852 +- misc/translator/po/hy-Armn-opac-ccsr.po | 48 +- misc/translator/po/hy-Armn-pref.po | 1 + .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 1789 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 9418 +++++++--- misc/translator/po/id-ID-opac-bootstrap.po | 1697 +- misc/translator/po/id-ID-opac-ccsr.po | 23 +- misc/translator/po/id-ID-pref.po | 1 + .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 1405 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 9146 +++++++--- misc/translator/po/is-IS-opac-bootstrap.po | 1449 +- misc/translator/po/is-IS-opac-ccsr.po | 27 +- misc/translator/po/is-IS-pref.po | 1 + .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 1769 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |18229 ++++++++++++++----- misc/translator/po/it-IT-opac-bootstrap.po | 1874 +- misc/translator/po/it-IT-opac-ccsr.po | 1 + misc/translator/po/it-IT-pref.po | 1 + .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 1277 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 9074 +++++++--- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 1315 +- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 23 +- misc/translator/po/ja-Jpan-JP-pref.po | 1 + .../translator/po/km-KH-i-opac-t-prog-v-3006000.po | 842 +- .../po/km-KH-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/km-KH-opac-bootstrap.po | 882 +- misc/translator/po/km-KH-opac-ccsr.po | 23 +- misc/translator/po/km-KH-pref.po | 1 + .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 866 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 9133 +++++++--- misc/translator/po/kn-Knda-opac-bootstrap.po | 910 +- misc/translator/po/kn-Knda-opac-ccsr.po | 23 +- misc/translator/po/kn-Knda-pref.po | 1 + .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 901 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 9039 +++++++--- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 939 +- misc/translator/po/ko-Kore-KP-opac-ccsr.po | 23 +- misc/translator/po/ko-Kore-KP-pref.po | 1 + ...06000.po => ku-Arab-i-opac-t-prog-v-3006000.po} | 1673 +- ...6000.po => ku-Arab-i-staff-t-prog-v-3006000.po} |14434 +++++++++++---- ...opac-bootstrap.po => ku-Arab-opac-bootstrap.po} | 1721 +- .../po/{ku-opac-ccsr.po => ku-Arab-opac-ccsr.po} | 38 +- misc/translator/po/{ku-pref.po => ku-Arab-pref.po} | 9 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 1401 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 9254 +++++++--- misc/translator/po/lo-Laoo-opac-bootstrap.po | 1449 +- misc/translator/po/lo-Laoo-opac-ccsr.po | 35 +- misc/translator/po/lo-Laoo-pref.po | 1 + .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 1028 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 9053 +++++++--- misc/translator/po/mi-NZ-opac-bootstrap.po | 1068 +- misc/translator/po/mi-NZ-opac-ccsr.po | 26 +- misc/translator/po/mi-NZ-pref.po | 1 + misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 1005 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |10167 ++++++++--- misc/translator/po/mon-opac-bootstrap.po | 1048 +- misc/translator/po/mon-opac-ccsr.po | 26 +- misc/translator/po/mon-pref.po | 1 + misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 866 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 9333 +++++++--- misc/translator/po/mr-opac-bootstrap.po | 906 +- misc/translator/po/mr-opac-ccsr.po | 23 +- misc/translator/po/mr-pref.po | 1 + .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 1650 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 9828 +++++++--- misc/translator/po/ms-MY-opac-bootstrap.po | 1699 +- misc/translator/po/ms-MY-opac-ccsr.po | 27 +- misc/translator/po/ms-MY-pref.po | 1 + .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 1629 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |12231 +++++++++---- misc/translator/po/nb-NO-opac-bootstrap.po | 1722 +- misc/translator/po/nb-NO-opac-ccsr.po | 47 +- misc/translator/po/nb-NO-pref.po | 1 + .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 842 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/ne-NE-opac-bootstrap.po | 882 +- misc/translator/po/ne-NE-opac-ccsr.po | 23 +- misc/translator/po/ne-NE-pref.po | 1 + .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 1733 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |11270 +++++++++--- misc/translator/po/nl-BE-opac-bootstrap.po | 1837 +- misc/translator/po/nl-BE-opac-ccsr.po | 48 +- misc/translator/po/nl-BE-pref.po | 1 + .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 1669 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 9157 +++++++--- misc/translator/po/nl-NL-opac-bootstrap.po | 1878 +- misc/translator/po/nl-NL-opac-ccsr.po | 26 +- misc/translator/po/nl-NL-pref.po | 1 + .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 972 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |10006 ++++++++--- misc/translator/po/nn-NO-opac-bootstrap.po | 1012 +- misc/translator/po/nn-NO-opac-ccsr.po | 23 +- misc/translator/po/nn-NO-pref.po | 1 + misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 842 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/pbr-opac-bootstrap.po | 882 +- misc/translator/po/pbr-opac-ccsr.po | 23 +- misc/translator/po/pbr-pref.po | 1 + .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 1678 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |13780 ++++++++++---- misc/translator/po/pl-PL-opac-bootstrap.po | 1718 +- misc/translator/po/pl-PL-opac-ccsr.po | 52 +- misc/translator/po/pl-PL-pref.po | 1 + misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 842 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/prs-opac-bootstrap.po | 882 +- misc/translator/po/prs-opac-ccsr.po | 23 +- misc/translator/po/prs-pref.po | 1 + .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 1736 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |17224 +++++++++++++----- misc/translator/po/pt-BR-opac-bootstrap.po | 1824 +- misc/translator/po/pt-BR-opac-ccsr.po | 48 +- misc/translator/po/pt-BR-pref.po | 1 + .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 1786 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |18067 ++++++++++++++----- misc/translator/po/pt-PT-opac-bootstrap.po | 1883 +- misc/translator/po/pt-PT-opac-ccsr.po | 1 + misc/translator/po/pt-PT-pref.po | 1 + .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 1505 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |11137 +++++++++--- misc/translator/po/ro-RO-opac-bootstrap.po | 1549 +- misc/translator/po/ro-RO-opac-ccsr.po | 30 +- misc/translator/po/ro-RO-pref.po | 1 + .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 1993 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |11976 ++++++++++--- misc/translator/po/ru-RU-opac-bootstrap.po | 2054 ++- misc/translator/po/ru-RU-opac-ccsr.po | 51 +- misc/translator/po/ru-RU-pref.po | 1 + .../translator/po/rw-RW-i-opac-t-prog-v-3006000.po | 867 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/rw-RW-opac-bootstrap.po | 882 +- misc/translator/po/rw-RW-opac-ccsr.po | 23 +- misc/translator/po/rw-RW-pref.po | 1 + .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 845 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/sd-PK-opac-bootstrap.po | 885 +- misc/translator/po/sd-PK-opac-ccsr.po | 26 +- misc/translator/po/sd-PK-pref.po | 1 + .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 1696 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po |17466 +++++++++++++----- misc/translator/po/sk-SK-opac-bootstrap.po | 1782 +- misc/translator/po/sk-SK-opac-ccsr.po | 1 + misc/translator/po/sk-SK-pref.po | 1 + .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 845 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/sl-SI-opac-bootstrap.po | 885 +- misc/translator/po/sl-SI-opac-ccsr.po | 26 +- misc/translator/po/sl-SI-pref.po | 1 + .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 1560 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 9300 +++++++--- misc/translator/po/sq-AL-opac-bootstrap.po | 882 +- misc/translator/po/sq-AL-opac-ccsr.po | 23 +- misc/translator/po/sq-AL-pref.po | 1 + .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 956 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 996 +- misc/translator/po/sr-Cyrl-opac-ccsr.po | 23 +- misc/translator/po/sr-Cyrl-pref.po | 1 + .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 1635 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |16982 +++++++++++++----- misc/translator/po/sv-SE-opac-bootstrap.po | 1733 +- misc/translator/po/sv-SE-opac-ccsr.po | 47 +- misc/translator/po/sv-SE-pref.po | 1 + .../translator/po/sw-KE-i-opac-t-prog-v-3006000.po | 976 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/sw-KE-opac-bootstrap.po | 882 +- misc/translator/po/sw-KE-opac-ccsr.po | 23 +- misc/translator/po/sw-KE-pref.po | 1 + .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 842 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/ta-LK-opac-bootstrap.po | 882 +- misc/translator/po/ta-LK-opac-ccsr.po | 23 +- misc/translator/po/ta-LK-pref.po | 1 + misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 859 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/ta-opac-bootstrap.po | 909 +- misc/translator/po/ta-opac-ccsr.po | 23 +- misc/translator/po/ta-pref.po | 1 + misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 1613 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |10503 ++++++++--- misc/translator/po/tet-opac-bootstrap.po | 1591 +- misc/translator/po/tet-opac-ccsr.po | 39 +- misc/translator/po/tet-pref.po | 1 + .../translator/po/th-TH-i-opac-t-prog-v-3006000.po | 1273 +- .../po/th-TH-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/th-TH-opac-bootstrap.po | 1316 +- misc/translator/po/th-TH-opac-ccsr.po | 26 +- misc/translator/po/th-TH-pref.po | 1 + .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 892 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 9127 +++++++--- misc/translator/po/tl-PH-opac-bootstrap.po | 937 +- misc/translator/po/tl-PH-opac-ccsr.po | 23 +- misc/translator/po/tl-PH-pref.po | 1 + .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 1763 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |18027 ++++++++++++++----- misc/translator/po/tr-TR-opac-bootstrap.po | 1847 +- misc/translator/po/tr-TR-opac-ccsr.po | 1 + misc/translator/po/tr-TR-pref.po | 1 + .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 2013 ++- .../po/uk-UA-i-staff-t-prog-v-3006000.po |12461 +++++++++---- misc/translator/po/uk-UA-opac-bootstrap.po | 2085 ++- misc/translator/po/uk-UA-opac-ccsr.po | 54 +- misc/translator/po/uk-UA-pref.po | 1 + .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 845 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 9012 +++++++--- misc/translator/po/ur-Arab-opac-bootstrap.po | 885 +- misc/translator/po/ur-Arab-opac-ccsr.po | 26 +- misc/translator/po/ur-Arab-pref.po | 1 + .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 150 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po |18610 ++++++++++++++----- misc/translator/po/vi-VN-opac-bootstrap.po | 242 +- misc/translator/po/vi-VN-pref.po | 61 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 1320 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |11740 +++++++++--- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 1392 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 33 +- misc/translator/po/zh-Hans-CN-pref.po | 1 + .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 1345 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |11824 +++++++++--- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 1413 +- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 1 + misc/translator/po/zh-Hans-TW-pref.po | 1 + 362 files changed, 806377 insertions(+), 244918 deletions(-) copy misc/release_notes/{release_notes_3_14_12.txt => release_notes_3_14_13.txt} (71%) copy misc/translator/po/{km-KH-i-opac-t-prog-v-3006000.po => eo-i-opac-t-prog-v-3006000.po} (90%) copy misc/translator/po/{eu-i-staff-t-prog-v-3006000.po => eo-i-staff-t-prog-v-3006000.po} (89%) copy misc/translator/po/{km-KH-opac-bootstrap.po => eo-opac-bootstrap.po} (90%) copy misc/translator/po/{ta-opac-ccsr.po => eo-opac-ccsr.po} (93%) copy misc/translator/po/{rw-RW-pref.po => eo-pref.po} (99%) rename misc/translator/po/{ku-i-opac-t-prog-v-3006000.po => ku-Arab-i-opac-t-prog-v-3006000.po} (82%) rename misc/translator/po/{ku-i-staff-t-prog-v-3006000.po => ku-Arab-i-staff-t-prog-v-3006000.po} (83%) rename misc/translator/po/{ku-opac-bootstrap.po => ku-Arab-opac-bootstrap.po} (82%) rename misc/translator/po/{ku-opac-ccsr.po => ku-Arab-opac-ccsr.po} (91%) rename misc/translator/po/{ku-pref.po => ku-Arab-pref.po} (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 23 15:21:49 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Jan 2015 14:21:49 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.14.13 created. v3.14.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, v3.14.13 has been created at c9d4abe8c4901d52f8c58b9dc30ba462918769a1 (tag) tagging c38c77ee3c0239dfcc71b08c899cf1f6eaf2e04a (commit) replaces v3.14.12 tagged by Fridolin Somers on Fri Jan 23 15:17:13 2015 +0100 - Log ----------------------------------------------------------------- Koha release 3.14.13 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJUwlfpAAoJECvJNkKAZAZuMCoIAI6WA1wO6zaGT6UqU1lYFYyF jiAsHycr+9NKyKuh8Fj9KzAOj/9zEQQUuXSLO2CtMgnW5LWnjvUzSNb8IoPELAK9 f9dSyZffvwLS7xRN7Gm0aGlpadqK/+AW6szMa3OyPvzORbGEeJSB4RW2338X7Gmu rCWFZuqtcatJOV2W477ChZeBYg87aiAY5rYxk0E4pvAhJLzGrrTmJtx8oRWqhoHz Nwoq3gHhKJRYbBtveQG/bZZZPnQrQxdL+yI7gYR5QWVlcYhEVUc2hUNY+ikRkAZL 7boTD0OVYGeKWXqonpZQPEy832BKCL/UDzjtuhFfFlr1zHNA02S8b/3QTF8ZnLk= =HeDj -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for 3.14.13 release Chris (1): Bug 13510 : Fixing the third XSS issue Chris Cormack (1): Bug 13609: Patch for 3.16.x and 3.14.x (3.16.x needs both, 3.14.x just this) Fridolin Somers (4): Bug 13296 - error when using z3950 with UNIMARC authorities Update release notes for 3.14.13 release Merge remote-tracking branch 'translator/3.14.13-translate' into 3.14.x Increment version for 3.14.13 release Jacek Ablewicz (1): Bug 10519: Suggestions: 'Organize by' and correct display of tab descriptions broken Jonathan Druart (1): Bug 13296: (follow-up) permit grep on AUTHUNIMARC Kyle M Hall (3): Bug 12596 - Unit Test Bug 12596 - Backdating returns with SpecifiyReturnDate causes fines for items not overdue! Bug 12371 - Links in every patron self-registration email points to a single borrower Liz (1): Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves Owen Leonard (1): Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC Robin Sheat (1): Bug 12849 - fix URLs in sent lists Tomas Cohen Arazi (2): Bug 12596: (followup) add reference to bug # and license note Bug 10519: (followup) unit tests leave problematic cruft ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jan 24 20:19:35 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Jan 2015 19:19:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-225-g229a3b3 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 229a3b329c9fbe1567a9cd0796dce7ddf1aca781 (commit) via f73dc51a88e63a7ef7cf30d3d88c09b30bb2c177 (commit) via a36c7435f23b7d69e8286370774fbb8554e7f98f (commit) via 1926bf9d0180315f6e51431e3d514a8d53ce3b9c (commit) via a73c464f6ef906efa63e513acdaddd82021e5c9c (commit) from c667b9ddbf42f9729d8f4035c7e872d5e980a5e9 (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 229a3b329c9fbe1567a9cd0796dce7ddf1aca781 Author: Martin Renvoize Date: Tue Dec 30 13:54:50 2014 +0000 Bug 12954: Failed login should retain anonymous session A failed login should not leave the user in a half logged authenticated state, but rather return them to an anonymouse session as per the pre-login attempt state. To replicate error: 1. Try to log in with some nonexisting user id or wrong password in the OPAC 2. Go directly to /opac-user.pl (e.g., enter it in the browser address bar, or just click on the "Log in" link) 3. Observe a DBI error displayed on the screen 4. You are now in the "deadloop" of sorts (opac/opac-user.pl refuses to display the login screen, no matter how many times you try to reload it); to break the deadloop, one needs to: - remove session cookie from the browser (or cause the session to expire in some other way - closing browser window would be probably enough for that) - remove offending session on the server (from mysql sessions table, ..) - log in with proper credentials using some other page (like opac/opac-main.pl right-side panel), which does not involve opac/opac-user.pl being called without "userid" CGI parameter. To test: 1. Test as above, the DBI error should no longer be present 2. Check that search history works across failed and sucessful login attempts Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit f73dc51a88e63a7ef7cf30d3d88c09b30bb2c177 Author: Martin Renvoize Date: Tue Jan 6 06:54:00 2015 +0000 Bug 13521: Add missing semicolon Add a missing semicolon to the end of a template variable assignment line. This patch should not affect operation. Note: With Bug 13499 we did a non-destructive perltidy, as such we only affected indenting and whitespace to maintain blame history. However, a number of minor code issues were also highlighted, in this series of patches I hope to correct other minor style issues. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit a36c7435f23b7d69e8286370774fbb8554e7f98f Author: Martin Renvoize Date: Tue Jan 6 06:48:29 2015 +0000 Bug 13521: Removed superflous semicolon Removed an uneeded semicolon from the end of an 'if' block. This should not affect operation of the script. Note: With Bug 13499 we did a non-destructive perltidy, as such we only affected indenting and whitespace to maintain blame history. However, a number of minor code issues were also highlighted, in this series of patches I hope to correct other minor style issues. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 1926bf9d0180315f6e51431e3d514a8d53ce3b9c Author: Martin Renvoize Date: Mon Jan 5 22:45:44 2015 +0000 Bug 13499: Tidy of Auth.pm This tidy should only change whitespace and not line breaks, thus retaining history. There are no code changes, and thus there should be no regressions to test for koha wise. To test the non-destrcutive nature of the patch, run a 'git blame -w' on the file before and after the patch. The resulting blame should include a comparabile history of the file, with only some additional blank lines being attributed to this commit. A 'git blame -wM' may also be useful for comparison purposes. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit a73c464f6ef906efa63e513acdaddd82021e5c9c Author: Fridolin Somers Date: Wed Jan 21 17:23:54 2015 +0100 Bug 11927 - Add greek support to CHR (followup) Small error in word-phrase-utf.chr. It generates this logs : 17:03:25-21/01 zebraidx(10636) [warn] Map: '?' has no mapping 17:03:25-21/01 zebraidx(10636) [warn] duplicate entry for charmap from '?' Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1236 ++++++++++++++++++----------------- etc/zebradb/etc/word-phrase-utf.chr | 2 +- 2 files changed, 653 insertions(+), 585 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 26 02:04:39 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Jan 2015 01:04:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-133-g3af1001 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, 3.16.x has been updated via 3af10015d8047c6905bf6d3b910ea06fb71ede18 (commit) via d161eb0536a540cc2008e1ef8c4f90bad8a504ef (commit) via 44cd06f1ac3bcc5023422002d54c816409036e42 (commit) from 1277a3ac3497ea7a7ba0d150013c11c55ae73747 (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 3af10015d8047c6905bf6d3b910ea06fb71ede18 Author: Mason James Date: Mon Jan 26 14:04:00 2015 +1300 Updating release notes for 3.16.7 commit d161eb0536a540cc2008e1ef8c4f90bad8a504ef Author: Bernardo Gonzalez Kriegel Date: Thu Jan 22 09:22:35 2015 -0300 Translation updates for 3.16.07 release New language Esperanto Renamede kurdish files, ku -> ku-Arab commit 44cd06f1ac3bcc5023422002d54c816409036e42 Author: Mason James Date: Mon Jan 26 12:45:23 2015 +1300 Bumping version number for 3.16.7 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 9 +- kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_7.txt | 398 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 835 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/am-Ethi-opac-bootstrap.po | 958 +- misc/translator/po/am-Ethi-pref.po | 6 +- misc/translator/po/am-Ethi-staff-help.po | 874 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 880 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |10358 +++++------ misc/translator/po/ar-Arab-opac-bootstrap.po | 1013 +- misc/translator/po/ar-Arab-opac-ccsr.po | 53 +- misc/translator/po/ar-Arab-pref.po | 12 +- misc/translator/po/ar-Arab-staff-help.po | 882 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 834 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |10321 +++++------ misc/translator/po/az-AZ-opac-bootstrap.po | 958 +- misc/translator/po/az-AZ-pref.po | 6 +- misc/translator/po/az-AZ-staff-help.po | 874 +- .../translator/po/be-BY-i-opac-t-prog-v-3006000.po | 906 +- .../po/be-BY-i-staff-t-prog-v-3006000.po |10353 +++++------ misc/translator/po/be-BY-opac-bootstrap.po | 1012 +- misc/translator/po/be-BY-pref.po | 6 +- misc/translator/po/be-BY-staff-help.po | 878 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 859 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/ben-opac-bootstrap.po | 965 +- misc/translator/po/ben-pref.po | 6 +- misc/translator/po/ben-staff-help.po | 874 +- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 834 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/bg-Cyrl-opac-bootstrap.po | 958 +- misc/translator/po/bg-Cyrl-pref.po | 6 +- misc/translator/po/bg-Cyrl-staff-help.po | 874 +- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 909 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po |10352 +++++------ misc/translator/po/ca-ES-opac-bootstrap.po | 1016 +- misc/translator/po/ca-ES-pref.po | 6 +- misc/translator/po/ca-ES-staff-help.po | 878 +- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 889 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |10379 +++++------ misc/translator/po/cs-CZ-opac-bootstrap.po | 1013 +- misc/translator/po/cs-CZ-pref.po | 12 +- misc/translator/po/cs-CZ-staff-help.po | 904 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 907 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |10355 +++++------ misc/translator/po/da-DK-opac-bootstrap.po | 1023 +- misc/translator/po/da-DK-pref.po | 14 +- misc/translator/po/da-DK-staff-help.po | 874 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 878 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |10369 +++++------ misc/translator/po/de-CH-opac-bootstrap.po | 1016 +- misc/translator/po/de-CH-pref.po | 12 +- misc/translator/po/de-CH-staff-help.po | 874 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 882 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |10371 +++++------ misc/translator/po/de-DE-opac-bootstrap.po | 1014 +- misc/translator/po/de-DE-pref.po | 12 +- misc/translator/po/de-DE-staff-help.po | 874 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 905 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |10347 +++++------ misc/translator/po/el-GR-opac-bootstrap.po | 970 +- misc/translator/po/el-GR-pref.po | 12 +- misc/translator/po/el-GR-staff-help.po | 874 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 868 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |10322 +++++------ misc/translator/po/en-GB-opac-bootstrap.po | 966 +- misc/translator/po/en-GB-pref.po | 12 +- misc/translator/po/en-GB-staff-help.po | 883 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 927 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |10363 +++++------ misc/translator/po/en-NZ-opac-bootstrap.po | 1010 +- misc/translator/po/en-NZ-pref.po | 12 +- misc/translator/po/en-NZ-staff-help.po | 878 +- ...-v-3006000.po => eo-i-opac-t-prog-v-3006000.po} | 848 +- ...v-3006000.po => eo-i-staff-t-prog-v-3006000.po} |10307 +++++------ ...w-RW-opac-bootstrap.po => eo-opac-bootstrap.po} | 957 +- .../po/{km-KH-opac-ccsr.po => eo-opac-ccsr.po} | 2 +- misc/translator/po/{ca-ES-pref.po => eo-pref.po} | 6 +- .../po/{rw-RW-staff-help.po => eo-staff-help.po} | 874 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 911 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |10451 +++++------ misc/translator/po/es-ES-opac-bootstrap.po | 1023 +- misc/translator/po/es-ES-opac-ccsr.po | 10 +- misc/translator/po/es-ES-pref.po | 39 +- misc/translator/po/es-ES-staff-help.po | 923 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 877 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/eu-opac-bootstrap.po | 1006 +- misc/translator/po/eu-pref.po | 6 +- misc/translator/po/eu-staff-help.po | 874 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 834 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |10320 +++++------ misc/translator/po/fa-Arab-opac-bootstrap.po | 958 +- misc/translator/po/fa-Arab-pref.po | 6 +- misc/translator/po/fa-Arab-staff-help.po | 874 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 880 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |10348 +++++------ misc/translator/po/fi-FI-opac-bootstrap.po | 984 +- misc/translator/po/fi-FI-pref.po | 12 +- misc/translator/po/fi-FI-staff-help.po | 874 +- .../translator/po/fo-FO-i-opac-t-prog-v-3006000.po | 839 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/fo-FO-opac-bootstrap.po | 957 +- misc/translator/po/fo-FO-pref.po | 6 +- misc/translator/po/fo-FO-staff-help.po | 874 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 908 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |10375 +++++------ misc/translator/po/fr-CA-opac-bootstrap.po | 1006 +- misc/translator/po/fr-CA-pref.po | 12 +- misc/translator/po/fr-CA-staff-help.po | 886 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 988 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |10853 ++++++------ misc/translator/po/fr-FR-opac-bootstrap.po | 1117 +- misc/translator/po/fr-FR-pref.po | 12 +- misc/translator/po/fr-FR-staff-help.po | 1054 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 885 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |10313 +++++------ misc/translator/po/gl-opac-bootstrap.po | 958 +- misc/translator/po/gl-pref.po | 6 +- misc/translator/po/gl-staff-help.po | 874 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 835 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |10309 +++++------ misc/translator/po/he-Hebr-opac-bootstrap.po | 958 +- misc/translator/po/he-Hebr-pref.po | 6 +- misc/translator/po/he-Hebr-staff-help.po | 874 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 895 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |10321 +++++------ misc/translator/po/hi-opac-bootstrap.po | 968 +- misc/translator/po/hi-pref.po | 6 +- misc/translator/po/hi-staff-help.po | 884 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 901 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |10341 +++++------ misc/translator/po/hr-HR-opac-bootstrap.po | 1002 +- misc/translator/po/hr-HR-pref.po | 6 +- misc/translator/po/hr-HR-staff-help.po | 878 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 869 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |10312 +++++------ misc/translator/po/hu-HU-opac-bootstrap.po | 970 +- misc/translator/po/hu-HU-pref.po | 6 +- misc/translator/po/hu-HU-staff-help.po | 874 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 889 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |10380 +++++------ misc/translator/po/hy-Armn-opac-bootstrap.po | 1020 +- misc/translator/po/hy-Armn-pref.po | 21 +- misc/translator/po/hy-Armn-staff-help.po | 929 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 888 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |10326 +++++------ misc/translator/po/id-ID-opac-bootstrap.po | 974 +- misc/translator/po/id-ID-pref.po | 12 +- misc/translator/po/id-ID-staff-help.po | 874 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 844 +- .../po/is-IS-i-staff-t-prog-v-3006000.po |10320 +++++------ misc/translator/po/is-IS-opac-bootstrap.po | 958 +- misc/translator/po/is-IS-pref.po | 12 +- misc/translator/po/is-IS-staff-help.po | 879 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 884 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |18172 ++++++++++---------- misc/translator/po/it-IT-opac-bootstrap.po | 1010 +- misc/translator/po/it-IT-pref.po | 12 +- misc/translator/po/it-IT-staff-help.po | 893 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 894 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |10324 +++++------ misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 962 +- misc/translator/po/ja-Jpan-JP-pref.po | 6 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 874 +- .../translator/po/km-KH-i-opac-t-prog-v-3006000.po | 837 +- .../po/km-KH-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/km-KH-opac-bootstrap.po | 971 +- misc/translator/po/km-KH-pref.po | 6 +- misc/translator/po/km-KH-staff-help.po | 874 +- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 834 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po |10311 +++++------ misc/translator/po/kn-Knda-opac-bootstrap.po | 958 +- misc/translator/po/kn-Knda-pref.po | 6 +- misc/translator/po/kn-Knda-staff-help.po | 874 +- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 851 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |10322 +++++------ misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 964 +- misc/translator/po/ko-Kore-KP-pref.po | 6 +- misc/translator/po/ko-Kore-KP-staff-help.po | 874 +- ...06000.po => ku-Arab-i-opac-t-prog-v-3006000.po} | 959 +- ...6000.po => ku-Arab-i-staff-t-prog-v-3006000.po} |10365 +++++------ ...opac-bootstrap.po => ku-Arab-opac-bootstrap.po} | 974 +- .../po/{ku-opac-ccsr.po => ku-Arab-opac-ccsr.po} | 0 misc/translator/po/{ku-pref.po => ku-Arab-pref.po} | 21 +- .../po/{ku-staff-help.po => ku-Arab-staff-help.po} | 883 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 956 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |10322 +++++------ misc/translator/po/lo-Laoo-opac-bootstrap.po | 970 +- misc/translator/po/lo-Laoo-pref.po | 6 +- misc/translator/po/lo-Laoo-staff-help.po | 898 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 840 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po |10320 +++++------ misc/translator/po/mi-NZ-opac-bootstrap.po | 958 +- misc/translator/po/mi-NZ-pref.po | 6 +- misc/translator/po/mi-NZ-staff-help.po | 874 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 841 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |10329 +++++------ misc/translator/po/mon-opac-bootstrap.po | 958 +- misc/translator/po/mon-pref.po | 6 +- misc/translator/po/mon-staff-help.po | 878 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 846 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |10315 +++++------ misc/translator/po/mr-opac-bootstrap.po | 958 +- misc/translator/po/mr-pref.po | 6 +- misc/translator/po/mr-staff-help.po | 883 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 867 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |10908 ++++++------ misc/translator/po/ms-MY-opac-bootstrap.po | 970 +- misc/translator/po/ms-MY-pref.po | 6 +- misc/translator/po/ms-MY-staff-help.po | 950 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 882 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |10365 +++++------ misc/translator/po/nb-NO-opac-bootstrap.po | 1010 +- misc/translator/po/nb-NO-pref.po | 12 +- misc/translator/po/nb-NO-staff-help.po | 878 +- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 834 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/ne-NE-opac-bootstrap.po | 957 +- misc/translator/po/ne-NE-pref.po | 6 +- misc/translator/po/ne-NE-staff-help.po | 874 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 897 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |10358 +++++------ misc/translator/po/nl-BE-opac-bootstrap.po | 1002 +- misc/translator/po/nl-BE-pref.po | 12 +- misc/translator/po/nl-BE-staff-help.po | 874 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 899 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |10415 +++++------ misc/translator/po/nl-NL-opac-bootstrap.po | 1010 +- misc/translator/po/nl-NL-pref.po | 6 +- misc/translator/po/nl-NL-staff-help.po | 882 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 834 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |10322 +++++------ misc/translator/po/nn-NO-opac-bootstrap.po | 958 +- misc/translator/po/nn-NO-pref.po | 6 +- misc/translator/po/nn-NO-staff-help.po | 874 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 834 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/pbr-opac-bootstrap.po | 958 +- misc/translator/po/pbr-pref.po | 6 +- misc/translator/po/pbr-staff-help.po | 874 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 936 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |11437 ++++++------ misc/translator/po/pl-PL-opac-bootstrap.po | 1032 +- misc/translator/po/pl-PL-pref.po | 390 +- misc/translator/po/pl-PL-staff-help.po | 1273 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 835 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |10312 +++++------ misc/translator/po/prs-opac-bootstrap.po | 958 +- misc/translator/po/prs-pref.po | 6 +- misc/translator/po/prs-staff-help.po | 874 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 882 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |10383 +++++------ misc/translator/po/pt-BR-opac-bootstrap.po | 1014 +- misc/translator/po/pt-BR-pref.po | 113 +- misc/translator/po/pt-BR-staff-help.po | 924 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 900 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |10459 +++++------ misc/translator/po/pt-PT-opac-bootstrap.po | 1050 +- misc/translator/po/pt-PT-pref.po | 22 +- misc/translator/po/pt-PT-staff-help.po | 874 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 840 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |10324 +++++------ misc/translator/po/ro-RO-opac-bootstrap.po | 962 +- misc/translator/po/ro-RO-pref.po | 6 +- misc/translator/po/ro-RO-staff-help.po | 874 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 906 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |10353 +++++------ misc/translator/po/ru-RU-opac-bootstrap.po | 1012 +- misc/translator/po/ru-RU-pref.po | 6 +- misc/translator/po/ru-RU-staff-help.po | 878 +- .../translator/po/rw-RW-i-opac-t-prog-v-3006000.po | 834 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/rw-RW-opac-bootstrap.po | 957 +- misc/translator/po/rw-RW-pref.po | 6 +- misc/translator/po/rw-RW-staff-help.po | 874 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 834 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/sd-PK-opac-bootstrap.po | 957 +- misc/translator/po/sd-PK-pref.po | 6 +- misc/translator/po/sd-PK-staff-help.po | 874 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 886 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po |10395 +++++------ misc/translator/po/sk-SK-opac-bootstrap.po | 1031 +- misc/translator/po/sk-SK-pref.po | 22 +- misc/translator/po/sk-SK-staff-help.po | 888 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 834 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/sl-SI-opac-bootstrap.po | 957 +- misc/translator/po/sl-SI-pref.po | 6 +- misc/translator/po/sl-SI-staff-help.po | 874 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 910 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po |10324 +++++------ misc/translator/po/sq-AL-opac-bootstrap.po | 957 +- misc/translator/po/sq-AL-pref.po | 6 +- misc/translator/po/sq-AL-staff-help.po | 874 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 834 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/sr-Cyrl-opac-bootstrap.po | 958 +- misc/translator/po/sr-Cyrl-pref.po | 6 +- misc/translator/po/sr-Cyrl-staff-help.po | 874 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 914 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |10355 +++++------ misc/translator/po/sv-SE-opac-bootstrap.po | 3896 ++--- misc/translator/po/sv-SE-pref.po | 12 +- misc/translator/po/sv-SE-staff-help.po | 878 +- .../translator/po/sw-KE-i-opac-t-prog-v-3006000.po | 865 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/sw-KE-opac-bootstrap.po | 957 +- misc/translator/po/sw-KE-pref.po | 6 +- misc/translator/po/sw-KE-staff-help.po | 874 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 834 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/ta-LK-opac-bootstrap.po | 957 +- misc/translator/po/ta-LK-pref.po | 6 +- misc/translator/po/ta-LK-staff-help.po | 874 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 956 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/ta-opac-bootstrap.po | 957 +- misc/translator/po/ta-pref.po | 6 +- misc/translator/po/ta-staff-help.po | 874 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 962 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |14287 ++++++++------- misc/translator/po/tet-opac-bootstrap.po | 1117 +- misc/translator/po/tet-pref.po | 17 +- misc/translator/po/tet-staff-help.po | 1122 +- .../translator/po/th-TH-i-opac-t-prog-v-3006000.po | 873 +- .../po/th-TH-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/th-TH-opac-bootstrap.po | 966 +- misc/translator/po/th-TH-pref.po | 6 +- misc/translator/po/th-TH-staff-help.po | 874 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 895 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po |10443 +++++------ misc/translator/po/tl-PH-opac-bootstrap.po | 997 +- misc/translator/po/tl-PH-pref.po | 6 +- misc/translator/po/tl-PH-staff-help.po | 874 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 882 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |10399 +++++------ misc/translator/po/tr-TR-opac-bootstrap.po | 1029 +- misc/translator/po/tr-TR-pref.po | 21 +- misc/translator/po/tr-TR-staff-help.po | 896 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 890 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |10349 +++++------ misc/translator/po/uk-UA-opac-bootstrap.po | 1039 +- misc/translator/po/uk-UA-pref.po | 6 +- misc/translator/po/uk-UA-staff-help.po | 878 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 834 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |10307 +++++------ misc/translator/po/ur-Arab-opac-bootstrap.po | 958 +- misc/translator/po/ur-Arab-pref.po | 6 +- misc/translator/po/ur-Arab-staff-help.po | 874 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 1534 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 3146 +++- misc/translator/po/vi-VN-opac-bootstrap.po | 327 +- misc/translator/po/vi-VN-opac-ccsr.po | 7 +- misc/translator/po/vi-VN-pref.po | 74 +- misc/translator/po/vi-VN-staff-help.po | 31 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 878 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |10345 +++++------ misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 1004 +- misc/translator/po/zh-Hans-CN-pref.po | 12 +- misc/translator/po/zh-Hans-CN-staff-help.po | 951 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 968 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |10807 ++++++------ misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 1071 +- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 14 +- misc/translator/po/zh-Hans-TW-pref.po | 51 +- misc/translator/po/zh-Hans-TW-staff-help.po | 1008 +- 369 files changed, 481230 insertions(+), 473036 deletions(-) create mode 100644 misc/release_notes/release_notes_3_16_7.txt copy misc/translator/po/{ta-LK-i-opac-t-prog-v-3006000.po => eo-i-opac-t-prog-v-3006000.po} (99%) copy misc/translator/po/{rw-RW-i-staff-t-prog-v-3006000.po => eo-i-staff-t-prog-v-3006000.po} (98%) copy misc/translator/po/{rw-RW-opac-bootstrap.po => eo-opac-bootstrap.po} (99%) copy misc/translator/po/{km-KH-opac-ccsr.po => eo-opac-ccsr.po} (99%) copy misc/translator/po/{ca-ES-pref.po => eo-pref.po} (99%) copy misc/translator/po/{rw-RW-staff-help.po => eo-staff-help.po} (99%) rename misc/translator/po/{ku-i-opac-t-prog-v-3006000.po => ku-Arab-i-opac-t-prog-v-3006000.po} (98%) rename misc/translator/po/{ku-i-staff-t-prog-v-3006000.po => ku-Arab-i-staff-t-prog-v-3006000.po} (98%) rename misc/translator/po/{ku-opac-bootstrap.po => ku-Arab-opac-bootstrap.po} (99%) rename misc/translator/po/{ku-opac-ccsr.po => ku-Arab-opac-ccsr.po} (100%) rename misc/translator/po/{ku-pref.po => ku-Arab-pref.po} (99%) rename misc/translator/po/{ku-staff-help.po => ku-Arab-staff-help.po} (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 26 02:06:20 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Jan 2015 01:06:20 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.07 created. v3.16.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, v3.16.07 has been created at 77a730613c1cbd3501b3777b12a2fb4f449b09ec (tag) tagging 3af10015d8047c6905bf6d3b910ea06fb71ede18 (commit) replaces v3.16.06 tagged by Mason James on Mon Jan 26 14:06:33 2015 +1300 - Log ----------------------------------------------------------------- Koha Release 3.16.07 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUxZMZAAoJEGPsprNybXB3aywIAMnywQtZBLup7PLSPZIgLmfO kDNXwa8KeIh0FsNd2irzIqjYQitzReVLXcw5t09k81ZxpKPq6yh/SJNklQk/LgId W3BZ76URTj3UaSi6s3BIQQnoQVzbMbwkt8DIg4QQZyE6KUXTMpJDi5HxdyB4rcUw 4P8XXgtM9J9hPeK4tpYwiK8Usb+R/Fok3GvXmJM2irSYkS02nvRMC535wDs3pF8I VUWMIjDT1P+WUotruvvxE4AP6uRPZGovlDASK4WiGAvOlslngPHoGDBn0+YFMXmq /VSdkxN11hAJpO6x5DMfEC7ux/9co1bmf63IsHUzExVxX/X3e3oDSe1yc2/o1NA= =XNy7 -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for 3.16.07 release Chris (1): Bug 13510 : Fixing the third XSS issue Chris Cormack (5): Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique Bug 12892 : Alternate fix to restore the deleted code Bug 12892 : Alternate fix to restore the deleted code Bug 13609: Patch for 3.16.x and 3.14.x (3.16.x needs both, 3.14.x just this) Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique Chris Nighswonger (4): Bug 13406: Removing depricated code included in PDF::Reuse Bug 13407 Bumping required version of PDF::Reuse Bug 13406: Removing depricated code included in PDF::Reuse Bug 13407 Bumping required version of PDF::Reuse Colin Campbell (2): Bug 13522: Make it explicit that scalar containd a hash ref Bug 13522: Make it explicit that scalar containd a hash ref David Cook (2): Bug 13469 - Unapi path to XSLTs is wrong in OPAC Bug 13469 - Unapi path to XSLTs is wrong in OPAC Fr?d?ric Demians (2): Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13 Jonathan Druart (16): Bug 13360: C4::Ris assumes that hash keys are ordered - KW Bug 13458: Display the correct patron categories Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices Bug 13369: table should been highlighted correctly when row are grouped Bug 13378: Add a filter to search suggestions not linked to a fund Bug 12059: Prefer to list fields in the query Bug 13190: Reintroduce the checkouts export feature Bug 13190: Refactor the checkouts table template code Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Bug 13408: Tell librarians they may continue scanning while checkouts table is loading Bug 13360: C4::Ris assumes that hash keys are ordered - KW Bug 13458: Display the correct patron categories Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices Bug 13369: table should been highlighted correctly when row are grouped Bug 13378: Add a filter to search suggestions not linked to a fund Bug 12059: Prefer to list fields in the query Katrin Fischer (11): Bug 13459: Fix datatables paging for patron lists Bug 13459: Fix datatables paging for admin > itemtypes Bug 12059: Publisher column on invoice page always empty Bug 12565: Acq: Fix broken link in breadcrumbs Bug 9958: Improve RoutingSerials sys pref description Bug 13609: Cross Site Scripting problem in authority search result list paging Bug 13459: Fix datatables paging for patron lists Bug 13459: Fix datatables paging for admin > itemtypes Bug 12059: Publisher column on invoice page always empty Bug 12565: Acq: Fix broken link in breadcrumbs Bug 9958: Improve RoutingSerials sys pref description Kyle M Hall (36): Bug 13124 - Record titles with parentheses causing label weirdness Bug 11872 - Lost overdue items should not generate fines Bug 13410 [QA Followup] Bug 13400 [QA Followup] - Fix tabs and quotes Bug 11518 - Add new method to Koha::Schema::Result::Item that will always return the correct itemtype Bug 11518 [Followup] - Change method name from 'itemtype' to 'effective_itemtype' for clarity Bug 11518 [QA Followup] Bug 11518 [QA Followup] - Make unit tests pass Bug 12778 - Regression: Item lost status doesn't show in list of checkouts Bug 12971 - Regression: Patron print summary doesn't show checkouts Bug 12971 [QA Followup] Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts Bug 13122 - Patron holds table no longer display date item went in transit Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Bug 13020 - Checkouts table default ordering is incorrect Bug 12778 - Regression: Item lost status doesn't show in list of checkouts Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Bug 13286 - Checkouts table due date not updated when an item is renewed. Bug 13293 - Regression: Override renewal limit option broken with AJAX circ Bug 13290 - Add better feedback for returns to the checkouts table Bug 13537 - Focus should move to barcode after renewing via checkouts table Bug 13020 - Checkouts table default ordering is incorrect Bug 12778 - Regression: Item lost status doesn't show in list of checkouts Bug 13195 - Regression: Circulation checkouts table no longer shows item type description Bug 13286 - Checkouts table due date not updated when an item is renewed. Bug 13293 - Regression: Override renewal limit option broken with AJAX circ Bug 13290 - Add better feedback for returns to the checkouts table Bug 12971 - Regression: Patron print summary doesn't show checkouts Bug 12971 [QA Followup] Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts Bug 13122 - Patron holds table no longer display date item went in transit Bug 13537 - Focus should move to barcode after renewing via checkouts table Bug 13124 - Record titles with parentheses causing label weirdness Bug 11872 - Lost overdue items should not generate fines Bug 13410 [QA Followup] Bug 13400 [QA Followup] - Fix tabs and quotes Liz (1): Bug 13510 - Cross site scripting bug in opac-downloadshelf and opac-shelves Lyon3 Team (2): Bug 12895 repair dropbox mode Bug 12895 repair dropbox mode Marc V?ron (6): Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" Bug 13400 - Untranslatable "Are you sure you want to delete this authority?" Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" Bug 13400 - Untranslatable "Are you sure you want to delete this authority?" Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable Marcel de Rooy (6): Bug 12823: Add some hints for Host and Database Bug 12823: Alert about defining the SRU search field mappings Bug 13416: Typo in marc21_leader.pl position 5 (record status) Bug 12823: Add some hints for Host and Database Bug 12823: Alert about defining the SRU search field mappings Bug 13416: Typo in marc21_leader.pl position 5 (record status) Mark Tompsett (5): Bug 13453: Koha.t daily quote tests assume sample data Bug 12868: Improving t/db_dependent/Member.t Bug 12868: Wrong variable used for borrower number Bug 13453: Koha.t daily quote tests assume sample data Bug 12868: Improving t/db_dependent/Member.t Martin Renvoize (2): BUG 13447: Fixed HTML Email Reports BUG 13447: Fixed HTML Email Reports Mason James (14): Revert commit for bug 13502 add 'use Test::MockModule' to t/db_dependent/Members.t Revert "Bug 13378: Add a filter to search suggestions not linked to a fund" Revert "Bug 12868: Improving t/db_dependent/Member.t" ammend patch for bz13168, remove 'auto_renew' line modified: C4/Circulation.pm Revert "Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions" Reverting back to 'v3.16.06' tag, 1c30985 Reverting back to 'v3.16.06' tag, 1c30985 Revert "Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique" Revert "Bug 13378: Add a filter to search suggestions not linked to a fund" add 'use Test::MockModule' to t/db_dependent/Members.t Revert "Bug 12868: Improving t/db_dependent/Member.t" Bumping version number for 3.16.7 release Updating release notes for 3.16.7 Olli-Antti Kivilahti (4): Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds. Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds. Bug 12922 - Do not DIE the advance_notices.pl -cronjob if no letter of type is found!! Owen Leonard (11): Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions Bug 13253 - Unnecessary white space above checkouts table in circulation Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal Bug 13253 - Unnecessary white space above checkouts table in circulation Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js Tomas Cohen Arazi (2): Bug 13167: (QA followup) regression tests Bug 13167: (QA followup) regression tests ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 26 20:29:21 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Jan 2015 19:29:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-235-gac3f497 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 ac3f497f64c1854a275fe894c1070f5888c1c302 (commit) via 0d4672035ff16d465e649bf8c58860e267498797 (commit) via 72ca839518488eb98bd4bac3d770e893c7cababc (commit) via af148f92b492aeea01119a9e7db15ebffcbb4517 (commit) via de08845edc543c449698e01c5ea1eec509c8b271 (commit) via 066108ff41cd41ed0a8228ec7adc4babc50d1b61 (commit) via ec52df60253dac8ca2eebbe4e0566f45b963103a (commit) via e1eb47dede47e567108dcdf31ec7970ed4c212ad (commit) via e9829b6d995a22e9d85de3ceae37ac6fe0c26c10 (commit) via eed620c773e3c48fdec656ae7b61e09352a94946 (commit) from 229a3b329c9fbe1567a9cd0796dce7ddf1aca781 (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 ac3f497f64c1854a275fe894c1070f5888c1c302 Author: Jonathan Druart Date: Wed Dec 3 09:09:19 2014 +0100 Bug 13235: Move onclick attr to javacsript code Refactor 1 line of code and add a preventDefault. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 0d4672035ff16d465e649bf8c58860e267498797 Author: Owen Leonard Date: Tue Dec 2 13:01:21 2014 -0500 Bug 13235 - Revise layout of patron search form Bug 9811 (Patron search improvements) reversed the layout changes made by Bug 10153. This patch returns to the form to its "stacked" layout. To test, apply the patch and navigate to the Patrons home page. Expand the hidden search fields in the search header and confirm that the layout looks correct. Perform some searches and check that the results are correct and that the modified search fields retain their state. Note: This patch contains indentation changes, so please diff accordingly. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 72ca839518488eb98bd4bac3d770e893c7cababc Author: Rafal Kopaczka Date: Tue Jan 20 10:49:34 2015 +0100 Bug 13373 - [QA Followup] - Update Polish web installer sample data files Fixed "Duplicate entry CF-952-i" error in marc21_simple_bib_frameworks.sql Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit af148f92b492aeea01119a9e7db15ebffcbb4517 Author: Rafal Kopaczka Date: Tue Dec 2 15:24:01 2014 +0100 Bug 13373 [2/2] - Update Polish web installer sample data files. Part 2/2 - optional files. Changes: - Deleted unnecessary files - Translated description files and some values in sql files To test: - Aplly patch - Run webinstaller on empty database (drop database and create new if necessary) - Verify everything works, especially verify you have permission to all modules, eg. Tools, Catalouging etc. - Check spelling and grammar if you can :) Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit de08845edc543c449698e01c5ea1eec509c8b271 Author: Rafal Kopaczka Date: Tue Dec 2 14:14:23 2014 +0100 Bug 13373 [1/2] - Update Polish web installer sample data files. Part 1/2 - mandatory files. Changes: - Translated user permission and user flags. - Changed untranslated different files from en version - Deleted unnecessary files To test: - Aplly patch - Run webinstaller on empty database (drop database if necessary) - Verify everything works, especially verify you have permission to all modules, eg. Tools, Catalouging etc. - Check spelling and grammar if you can :) Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 066108ff41cd41ed0a8228ec7adc4babc50d1b61 Author: Owen Leonard Date: Fri Jan 23 09:50:58 2015 -0500 Bug 13040 [CSS follow-up] Improve exporter to allow multiple branch selections This patch adds a little bit of CSS to style the branch checkbox boxes. I hope that this helps the readability, especially in systems with a large number of branches. Signed-off-by: Tomas Cohen Arazi commit ec52df60253dac8ca2eebbe4e0566f45b963103a Author: Kyle M Hall Date: Fri Jan 23 08:22:28 2015 -0500 Bug 13040 [QA Followup] - Fix koha-qa.pl issues Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit e1eb47dede47e567108dcdf31ec7970ed4c212ad Author: Robin Sheat Date: Wed Oct 8 19:12:13 2014 +1300 Bug 13040 - multiple branch selections in exporter This allows the exporter (Tools -> Export) to have any combination of branches selected, rather than it being all or only one. Test Plan: * Apply the patch * Go to the exporter, see that instead of a dropdown you now have an elegently laid out grid of branches you can select from * Select some branches, run the export * Note that only records with items in the selected branches are returned. * Repeat this with the item related options (as that code was refactored slightly) and make sure everything is sane. Sponsored-By: South Taranaki District Libraries Signed-off-by: Thomas Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit e9829b6d995a22e9d85de3ceae37ac6fe0c26c10 Author: simith Date: Wed Aug 13 15:26:15 2014 -0400 Bug 11961 - This patch fix the QA critical error, fix the capitalization and the UNIMARC support. http://bugs.koha-community.org/show_bug.cgi?id=11961 Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit eed620c773e3c48fdec656ae7b61e09352a94946 Author: Fr?d?rick Date: Mon Jan 20 11:04:52 2014 -0500 Bug 11961 - Add a "Z39.50 search" button to the authority creation and modification pages. This button lets you replace existing authorities using a Z39.50 search. http://bugs.koha-community.org/show_bug.cgi?id=11961 Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 4 +- authorities/authorities.pl | 28 +++ cataloguing/z3950_auth_search.pl | 3 + .../pl-PL/mandatory/message_transport_types.sql | 1 + .../data/mysql/pl-PL/mandatory/sample_notices.sql | 9 +- .../mysql/pl-PL/mandatory/system_preferences.sql | 20 -- .../mysql/pl-PL/mandatory/system_preferences.txt | 1 - installer/data/mysql/pl-PL/mandatory/userflags.sql | 39 ++-- .../data/mysql/pl-PL/mandatory/userpermissions.sql | 137 ++++++------ .../marc21/optional/marc21_fastadd_framework.sql | 2 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 39 +++- installer/data/mysql/pl-PL/optional/parameters.sql | 9 +- .../mysql/pl-PL/optional/patron_categories.txt | 32 +-- .../data/mysql/pl-PL/optional/sample_budgets.sql | 11 - .../data/mysql/pl-PL/optional/sample_budgets.txt | 1 - .../data/mysql/pl-PL/optional/sample_labels.sql | 21 -- .../data/mysql/pl-PL/optional/sample_labels.txt | 9 - .../mysql/pl-PL/optional/sample_z3950_servers.sql | 19 +- .../mysql/pl-PL/optional/sample_z3950_servers.txt | 7 +- .../intranet-tmpl/prog/en/css/staff-global.css | 16 ++ .../prog/en/includes/authorities-toolbar.inc | 8 +- .../prog/en/includes/branch-selector.inc | 26 +++ .../prog/en/includes/patron-search.inc | 222 ++++++++++---------- .../prog/en/modules/authorities/authorities.tt | 31 +++ .../en/modules/cataloguing/z3950_auth_search.tt | 34 +-- .../prog/en/modules/help/tools/export.tt | 22 +- .../intranet-tmpl/prog/en/modules/tools/export.tt | 13 +- tools/export.pl | 31 ++- 28 files changed, 441 insertions(+), 354 deletions(-) delete mode 100644 installer/data/mysql/pl-PL/mandatory/system_preferences.sql delete mode 100644 installer/data/mysql/pl-PL/mandatory/system_preferences.txt delete mode 100644 installer/data/mysql/pl-PL/optional/sample_budgets.sql delete mode 100644 installer/data/mysql/pl-PL/optional/sample_budgets.txt delete mode 100644 installer/data/mysql/pl-PL/optional/sample_labels.sql delete mode 100644 installer/data/mysql/pl-PL/optional/sample_labels.txt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 27 21:40:08 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Jan 2015 20:40:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-1-g170ad57 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, 3.16.x has been updated via 170ad570428c44a93fc97048b59f963d469734f1 (commit) from 3af10015d8047c6905bf6d3b910ea06fb71ede18 (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 170ad570428c44a93fc97048b59f963d469734f1 Author: Jonathan Druart Date: Fri Jul 25 10:59:11 2014 +0200 Bug 12642: t/SMS.t should not be db dependent SMS.t should not dependent on the DB. Test plan: verify that prove t/SMS.t returns green even if the DB is not there. Signed-off-by: Robin Sheat Signed-off-by: Katrin Fischer Turned off MySQL, tests still pass. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: t/SMS.t | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository