From gitmaster at git.koha-community.org Sun Dec 2 07:19:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 06:19:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1372-g5fe9a5e 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.10.x has been updated via 5fe9a5ed4393ad243b97646012871f8cc7956b8a (commit) via 149bc595e8bd0191f66686958d7a49b212935e96 (commit) from 008f6eabab41b805e249f83090b8f8ca0855a9ca (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 5fe9a5ed4393ad243b97646012871f8cc7956b8a Author: Mathieu Saby Date: Thu Oct 18 23:21:25 2012 +0200 Bug 8946: corrections in inc files for UNIMARC coded fields advanced search In subtypes_unimarc.inc files for opac and staff interface, this patch - fix 1 wrong code (Frequency-code:i = Other should be z) - fix the label "Feschrift Ind." to "Literary genre" - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g) - fix a few typos - change the order of some values (u values) To test, check if the new values are visible in the opac and staff interface. Signed-off-by: Mason James Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 149bc595e8bd0191f66686958d7a49b212935e96 Author: Owen Leonard Date: Tue Nov 20 13:53:43 2012 -0500 Bug 6602 - Reports dictionary doesn't properly recognize text columns Reports dictionary won't let you set a comparison for MEDIUMTEXT columns. To test, choose a MEDIUMTEXT column like borrowers.surname in Step 3 of adding a new dictionary definition. Before the patch, in Step 4 you would not see any kind of form field for entering a comparison. After patching Step 4 will offer you a field labeled "Search string matches." Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. Test plan: 1) Reports > Reports dictionary > New definition 2) Step 1: Some name 3) Step 2: Patrons 4) Step 3: First name (mediumtext) 5) Step 4: Verify 'Search string matches' is offered. For both, surname (mediumtext) and first name (text) the program should offer you "Search string matches" on step 4. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/subtypes_unimarc.inc | 55 +++++++++++--------- .../prog/en/includes/subtypes_unimarc.inc | 52 +++++++++++-------- reports/dictionary.pl | 2 +- 3 files changed, 62 insertions(+), 47 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 07:52:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 06:52:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-29-g0a2fbcd 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.8.x has been updated via 0a2fbcd488c527cc595ebfd5fc2593f6c493f119 (commit) via 91116d70d0e2a79849cbc2e2f96d5d7f834c5ef5 (commit) from d3c5e317f14ff0167bb65916d1027886107420c9 (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 0a2fbcd488c527cc595ebfd5fc2593f6c493f119 Author: Mathieu Saby Date: Thu Oct 18 23:21:25 2012 +0200 Bug 8946: corrections in inc files for UNIMARC coded fields advanced search In subtypes_unimarc.inc files for opac and staff interface, this patch - fix 1 wrong code (Frequency-code:i = Other should be z) - fix the label "Feschrift Ind." to "Literary genre" - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g) - fix a few typos - change the order of some values (u values) To test, check if the new values are visible in the opac and staff interface. Signed-off-by: Mason James Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 91116d70d0e2a79849cbc2e2f96d5d7f834c5ef5 Author: Jared Camins-Esakov Date: Thu Nov 29 15:11:00 2012 -0500 Bug 9149: Add missing GetAuthorizedHeading On 3.8.x, it was possible for multiple automatically generated authorities to be linked to a single heading. This patch deletes previous links from headings prior to linking them to automatically-generated headings. This patch also corrects a potential problem wherein multiple authorities might be generated if a record is edited repeatedly in quick succession. The latter problem exists on Master and 3.6.x as well, and the code that corrects the multiple linkages is equally applicable if seemingly unnecessary. This patch adds a missing routine to C4::AuthoritiesMarc that should have been in the 3.8.x version of the patch for bug 8823. To test: 1) Turn on BiblioAddsAuthorities and AutoCreateAuthorities. 2) Create a new record or edit an existing one, and add an authority-controlled heading (for example, MARC21 1xx or 6xx or UNIMARC 6xx or 7xx) which does not currently exist in your authority file. 3) If you don't get a software error, it worked. Signed-off-by: Katrin Fischer For 2) you can also download a record over Z39.50. Passes all tests. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 63 ++++++++++++++++++++ .../prog/en/includes/subtypes_unimarc.inc | 55 ++++++++++-------- .../prog/en/includes/subtypes_unimarc.inc | 52 +++++++++------- 3 files changed, 124 insertions(+), 46 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:00:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:00:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9168 created. v3.08.00-1360-ga9880af 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, new/bug_9168 has been created at a9880af35d3d803f71b300dbb1de6e9fad63270f (commit) - Log ----------------------------------------------------------------- commit a9880af35d3d803f71b300dbb1de6e9fad63270f Author: Fridolyn SOMERS Date: Thu Nov 29 16:40:44 2012 +0100 Bug 9168: Software error when filtering in receipt summary (followup) Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test: - Use filters on the 'order receive' page (don't confuse with invoices - filters are similar) - Verify that without patch filters are not functional - Verify that with patch applied filters work correctly Signed-off-by: Jared Camins-Esakov commit 2a4168503fb97ebd2203e8bb1720e249f490856f Author: Fridolyn SOMERS Date: Thu Nov 29 16:40:12 2012 +0100 Bug 9168: Software error when filtering in receipt summary Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:09:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:09:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9154 created. v3.08.00-1359-g7420421 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, new/bug_9154 has been created at 7420421a714634ec57cd847f4c4b4ce4aff10376 (commit) - Log ----------------------------------------------------------------- commit 7420421a714634ec57cd847f4c4b4ce4aff10376 Author: Owen Leonard Date: Tue Nov 27 14:34:27 2012 -0500 Bug 9154 - On item edit page, highlight row of item being edited This patch changes the item edit page to add a highlighting background color to the row in the table of all items corresponding to the item being edited. Changes to JavaScript have been made to allow row color changes on hover. Other minor edits: Capitalization corrections. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer String changes, changes to JavaScript. All tests pass. Test plan: 1) 'Edit items' on a record with some items. 2) Check edited item is highlighted correctly in table above. 3) Add, edit, delete an item, should all work the same as before. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:11:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:11:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9134 created. v3.08.00-1359-g5716a8b 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, new/bug_9134 has been created at 5716a8b21c2ff04ec0691599e3eb6c7ba7aaa052 (commit) - Log ----------------------------------------------------------------- commit 5716a8b21c2ff04ec0691599e3eb6c7ba7aaa052 Author: Jonathan Druart Date: Fri Nov 23 14:38:03 2012 +0100 Bug 9134: There is no previous link on the second page of the search results page Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass. Checked paging forwards, backwards, using 'Previous', 'Next' and page numbers works correctly in staff and OPAC. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:16:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:16:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8117 updated. v3.08.00-864-gac58b97 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, new/bug_8117 has been updated via ac58b97ce13451cf0506556e239fbe299eb5494a (commit) from 2f8308cd492f1c0283a8b226148ae20c36e82e24 (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 ac58b97ce13451cf0506556e239fbe299eb5494a Author: Owen Leonard Date: Tue Nov 27 15:57:55 2012 -0500 Bug 8117 [Follow-up] Divide budget periods into two tabs This patch corrects some capitalization errors. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer String changes, all tests pass. ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/aqbudgetperiods.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:21:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:21:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8781 created. v3.08.00-1359-gc101f77 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, new/bug_8781 has been created at c101f779e587217ae5ac46ee18aa0292c30aa808 (commit) - Log ----------------------------------------------------------------- commit c101f779e587217ae5ac46ee18aa0292c30aa808 Author: Adrien Saurat Date: Tue Sep 18 10:27:39 2012 +0200 Bug 8781: hiding of transfer page when it's useless The transfer page is only useful when the system preference "IndependantBranches" is Off of when the user is a superlibrarian. Otherwise it can be hidden. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. TEST PLAN : It's about testing the display of the "Transfer" link on "circulation-home.pl". The link needs to appear if IndependantBranches is off or if the user is a superlibrarian. 1) IndependantBranches = Off, user is superlibrarian : link appears 2) IndependantBranches = Off, user is not superlibrarian : link appears 3) IndependantBranches = On, user is superlibrarian : link appears 4) IndependantBranches = On, user is not superlibrarian : link does not appear Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:35:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:35:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7896 created. v3.08.00-1360-g3fe43df 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, new/bug_7896 has been created at 3fe43df7f59feb547bc61d56459c3074ffa0616a (commit) - Log ----------------------------------------------------------------- commit 3fe43df7f59feb547bc61d56459c3074ffa0616a Author: Julian Maurice Date: Tue Jul 24 13:30:23 2012 +0200 Bug 7896: follow-up: Allow translation of strings Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit ae549864b09f422a2cef91b7586f3e63a29caf91 Author: Julian Maurice Date: Tue Apr 3 17:30:36 2012 +0200 Bug 7896: Acq statistics wizard: add filters and cell values - Possibility to select for line and column: items.homebranch and items.ccode - Possibility to filter on these fields - Possibility to count unique biblios (count(distinct biblionumber)), ordered amount and spent amount (based on aqorders.datereceived) Filtering on item homebranch and ccode works only on items that were created at ordering or receiving (ie items are linked to an order) Some refactoring is done, mainly replacing switch-like if statements by given/when Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 15:39:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 14:39:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1373-ga9dbc8e 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 a9dbc8eadd21a46489077b22f8ed3e6b60cc6699 (commit) via 3fe43df7f59feb547bc61d56459c3074ffa0616a (commit) via ae549864b09f422a2cef91b7586f3e63a29caf91 (commit) via 50ea8cfdcf198d64b42d3327da42a0c98676c54c (commit) via c101f779e587217ae5ac46ee18aa0292c30aa808 (commit) via ea1aa7a0d906d583375618e37be60e9f0d62d939 (commit) via ac58b97ce13451cf0506556e239fbe299eb5494a (commit) via aeb48e2534663e36e488713feaac96dd794836ab (commit) via 5716a8b21c2ff04ec0691599e3eb6c7ba7aaa052 (commit) via 970ff591d9adb4aa8cac85ba067e00a37060fa08 (commit) via 7420421a714634ec57cd847f4c4b4ce4aff10376 (commit) via 4ce8c92bbd95b8fda0d366077b62e1cd4f0ddbc5 (commit) via a9880af35d3d803f71b300dbb1de6e9fad63270f (commit) via 2a4168503fb97ebd2203e8bb1720e249f490856f (commit) via 827ef0e83c594d92c2fc387760b3f0e43adfe032 (commit) from b0edca918b74b48d658534b54c0df1a84ec94661 (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 a9dbc8eadd21a46489077b22f8ed3e6b60cc6699 Merge: 50ea8cf 3fe43df Author: Jared Camins-Esakov Date: Sun Dec 2 09:40:48 2012 -0500 Merge branch 'bug_7896' into 3.12-master commit 50ea8cfdcf198d64b42d3327da42a0c98676c54c Merge: ea1aa7a c101f77 Author: Jared Camins-Esakov Date: Sun Dec 2 09:27:26 2012 -0500 Merge branch 'bug_8781' into 3.12-master commit ea1aa7a0d906d583375618e37be60e9f0d62d939 Merge: aeb48e2 ac58b97 Author: Jared Camins-Esakov Date: Sun Dec 2 09:21:50 2012 -0500 Merge branch 'bug_8117' into 3.12-master commit aeb48e2534663e36e488713feaac96dd794836ab Merge: 970ff59 5716a8b Author: Jared Camins-Esakov Date: Sun Dec 2 09:17:06 2012 -0500 Merge branch 'bug_9134' into 3.12-master commit 970ff591d9adb4aa8cac85ba067e00a37060fa08 Merge: 4ce8c92 7420421 Author: Jared Camins-Esakov Date: Sun Dec 2 09:16:50 2012 -0500 Merge branch 'bug_9154' into 3.12-master commit 4ce8c92bbd95b8fda0d366077b62e1cd4f0ddbc5 Merge: 827ef0e a9880af Author: Jared Camins-Esakov Date: Sun Dec 2 09:06:22 2012 -0500 Merge branch 'bug_9168' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 33 ++ C4/SIP/ILS/Item.pm | 19 +- C4/SIP/ILS/Patron.pm | 30 +- C4/SIP/ILS/Transaction/Checkin.pm | 2 +- C4/SIP/ILS/Transaction/Checkout.pm | 8 +- C4/SIP/ILS/Transaction/FeePayment.pm | 3 +- C4/SIP/ILS/Transaction/Hold.pm | 7 +- C4/SIP/ILS/Transaction/Renew.pm | 2 +- C4/SIP/ILS/Transaction/RenewAll.pm | 2 +- acqui/parcel.pl | 1 - circ/circulation-home.pl | 5 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 8 + .../prog/en/includes/page-numbers.inc | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 6 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 6 +- .../prog/en/modules/cataloguing/additem.tt | 14 +- .../prog/en/modules/circ/circulation-home.tt | 2 + .../prog/en/modules/reports/acquisitions_stats.tt | 94 ++++- .../opac-tmpl/prog/en/includes/page-numbers.inc | 2 +- reports/acquisitions_stats.pl | 432 +++++++++----------- 20 files changed, 377 insertions(+), 301 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 22:22:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 21:22:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9123 created. v3.08.00-1374-g6e62f58 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, new/bug_9123 has been created at 6e62f58015c2a69050616c9ca7338663ab5f0bac (commit) - Log ----------------------------------------------------------------- commit 6e62f58015c2a69050616c9ca7338663ab5f0bac Author: Fridolyn SOMERS Date: Wed Nov 21 11:05:05 2012 +0100 Bug 9123: Authorities search ordered by authid does not work Signed-off-by: Marcel de Rooy Tested with Zebra, marc21, grs1. Discovered that paging through auth search results does no longer work, but that is not related to these changes. Signed-off-by: Katrin Fischer Tested with Zebra, marc21, dom. All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 22:31:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 21:31:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8641 updated. v3.08.00-766-gd3d7ac9 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, new/bug_8641 has been updated via d3d7ac9449725b87ac1bd1f7159906c84282034e (commit) via 9bc6ab4ef29c73e72addc2c71f70573ed3d8206e (commit) from 60790d0aef8302983fb6aeb775e1c9ce8f8cd8d3 (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 d3d7ac9449725b87ac1bd1f7159906c84282034e Author: Melia Meggs Date: Wed Nov 28 12:05:07 2012 -0500 Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information The wording of this message sounds strange to a native speaker. Reword it. Signed-off-by: Marc Veron New wording appears as expected on about page. Signed-off-by: Katrin Fischer All tests pass, new wording shows up. To test: 1) Login with your normal user - no warning is shown on about page 2) Login with the root/database user - warning is shown on about page commit 9bc6ab4ef29c73e72addc2c71f70573ed3d8206e Author: Owen Leonard Date: Mon Nov 26 12:57:15 2012 -0500 Bug 8641 [Follow-up] Add warning about log-in as root user to About page Correction for incorrect term: Koha uses the word "library" instead of "branch." Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and wording changed. ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 2 22:35:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 02 Dec 2012 21:35:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1377-gb764c1e 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 b764c1ee81728ce5007b89e28b8703742d202375 (commit) via d3d7ac9449725b87ac1bd1f7159906c84282034e (commit) via 9bc6ab4ef29c73e72addc2c71f70573ed3d8206e (commit) via 6e62f58015c2a69050616c9ca7338663ab5f0bac (commit) from a9dbc8eadd21a46489077b22f8ed3e6b60cc6699 (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 b764c1ee81728ce5007b89e28b8703742d202375 Merge: 6e62f58 d3d7ac9 Author: Jared Camins-Esakov Date: Sun Dec 2 16:36:16 2012 -0500 Merge branch 'bug_8641' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 4 ++-- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 2 +- .../marc_defs/marc21/authorities/record.abs | 2 +- .../marc_defs/unimarc/authorities/record.abs | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 6 files changed, 8 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 07:57:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 06:57:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-32-g51577d9 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.8.x has been updated via 51577d91e7b3dd454230fc3271c7612fd2a4857c (commit) via ade813575612d3490adc943c0d100a9b90752b90 (commit) via 0817a4c5ccfaad7676a552c155318aaf67b1bea4 (commit) from 0a2fbcd488c527cc595ebfd5fc2593f6c493f119 (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 51577d91e7b3dd454230fc3271c7612fd2a4857c Author: Fridolyn SOMERS Date: Wed Nov 21 11:05:05 2012 +0100 Bug 9123: Authorities search ordered by authid does not work Signed-off-by: Marcel de Rooy Tested with Zebra, marc21, grs1. Discovered that paging through auth search results does no longer work, but that is not related to these changes. Signed-off-by: Katrin Fischer Tested with Zebra, marc21, dom. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit ade813575612d3490adc943c0d100a9b90752b90 Author: Adrien Saurat Date: Tue Sep 18 10:27:39 2012 +0200 Bug 8781: hiding of transfer page when it's useless The transfer page is only useful when the system preference "IndependantBranches" is Off of when the user is a superlibrarian. Otherwise it can be hidden. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. TEST PLAN : It's about testing the display of the "Transfer" link on "circulation-home.pl". The link needs to appear if IndependantBranches is off or if the user is a superlibrarian. 1) IndependantBranches = Off, user is superlibrarian : link appears 2) IndependantBranches = Off, user is not superlibrarian : link appears 3) IndependantBranches = On, user is superlibrarian : link appears 4) IndependantBranches = On, user is not superlibrarian : link does not appear Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 0817a4c5ccfaad7676a552c155318aaf67b1bea4 Author: Jonathan Druart Date: Fri Nov 23 14:38:03 2012 +0100 Bug 9134: There is no previous link on the second page of the search results page Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass. Checked paging forwards, backwards, using 'Previous', 'Next' and page numbers works correctly in staff and OPAC. Signed-off-by: Jared Camins-Esakov Conflicts: koha-tmpl/opac-tmpl/prog/en/includes/page-numbers.inc Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 4 ++-- circ/circulation-home.pl | 5 ++++- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 2 +- .../marc_defs/marc21/authorities/record.abs | 2 +- .../marc_defs/unimarc/authorities/record.abs | 2 +- .../prog/en/includes/page-numbers.inc | 2 +- .../prog/en/modules/circ/circulation-home.tt | 2 ++ .../opac-tmpl/prog/en/includes/page-numbers.inc | 2 +- 9 files changed, 14 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 08:39:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 07:39:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1380-g5d4780b 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.10.x has been updated via 5d4780b90a5633133b8f99f1b5911cb30c4d52d0 (commit) via 3b9a398a496121de2b1df295c21f099ba6d21073 (commit) via 49b8700bc34ec6b47905d008f364a7534d55c0fc (commit) via 6a58c145702206a709ffa30e6f8f40dadda0441b (commit) via 2f2a9493b6c861bc6ef135f9c1d941052c957af1 (commit) via 097b0d4c35e07e3e3bc54dfb73bcb2539d50bb7e (commit) via e2568bcdf66cc80ff0a6e7ca2cccc9bd845ebbeb (commit) via fd759696ae8636a5f83ecd75747a31872c895739 (commit) from 5fe9a5ed4393ad243b97646012871f8cc7956b8a (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 5d4780b90a5633133b8f99f1b5911cb30c4d52d0 Author: Melia Meggs Date: Wed Nov 28 12:05:07 2012 -0500 Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information The wording of this message sounds strange to a native speaker. Reword it. Signed-off-by: Marc Veron New wording appears as expected on about page. Signed-off-by: Katrin Fischer All tests pass, new wording shows up. To test: 1) Login with your normal user - no warning is shown on about page 2) Login with the root/database user - warning is shown on about page Signed-off-by: Chris Cormack commit 3b9a398a496121de2b1df295c21f099ba6d21073 Author: Owen Leonard Date: Mon Nov 26 12:57:15 2012 -0500 Bug 8641 [Follow-up] Add warning about log-in as root user to About page Correction for incorrect term: Koha uses the word "library" instead of "branch." Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and wording changed. Signed-off-by: Chris Cormack commit 49b8700bc34ec6b47905d008f364a7534d55c0fc Author: Fridolyn SOMERS Date: Wed Nov 21 11:05:05 2012 +0100 Bug 9123: Authorities search ordered by authid does not work Signed-off-by: Marcel de Rooy Tested with Zebra, marc21, grs1. Discovered that paging through auth search results does no longer work, but that is not related to these changes. Signed-off-by: Katrin Fischer Tested with Zebra, marc21, dom. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 6a58c145702206a709ffa30e6f8f40dadda0441b Author: Adrien Saurat Date: Tue Sep 18 10:27:39 2012 +0200 Bug 8781: hiding of transfer page when it's useless The transfer page is only useful when the system preference "IndependantBranches" is Off of when the user is a superlibrarian. Otherwise it can be hidden. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. TEST PLAN : It's about testing the display of the "Transfer" link on "circulation-home.pl". The link needs to appear if IndependantBranches is off or if the user is a superlibrarian. 1) IndependantBranches = Off, user is superlibrarian : link appears 2) IndependantBranches = Off, user is not superlibrarian : link appears 3) IndependantBranches = On, user is superlibrarian : link appears 4) IndependantBranches = On, user is not superlibrarian : link does not appear Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 2f2a9493b6c861bc6ef135f9c1d941052c957af1 Author: Owen Leonard Date: Tue Nov 27 15:57:55 2012 -0500 Bug 8117 [Follow-up] Divide budget periods into two tabs This patch corrects some capitalization errors. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer String changes, all tests pass. Signed-off-by: Chris Cormack commit 097b0d4c35e07e3e3bc54dfb73bcb2539d50bb7e Author: Jonathan Druart Date: Fri Nov 23 14:38:03 2012 +0100 Bug 9134: There is no previous link on the second page of the search results page Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass. Checked paging forwards, backwards, using 'Previous', 'Next' and page numbers works correctly in staff and OPAC. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e2568bcdf66cc80ff0a6e7ca2cccc9bd845ebbeb Author: Fridolyn SOMERS Date: Thu Nov 29 16:40:44 2012 +0100 Bug 9168: Software error when filtering in receipt summary (followup) Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test: - Use filters on the 'order receive' page (don't confuse with invoices - filters are similar) - Verify that without patch filters are not functional - Verify that with patch applied filters work correctly Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit fd759696ae8636a5f83ecd75747a31872c895739 Author: Fridolyn SOMERS Date: Thu Nov 29 16:40:12 2012 +0100 Bug 9168: Software error when filtering in receipt summary Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 4 ++-- acqui/parcel.pl | 1 - circ/circulation-home.pl | 5 ++++- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 2 +- .../marc_defs/marc21/authorities/record.abs | 2 +- .../marc_defs/unimarc/authorities/record.abs | 2 +- .../prog/en/includes/page-numbers.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 6 ++---- .../prog/en/modules/admin/aqbudgetperiods.tt | 6 +++--- .../prog/en/modules/circ/circulation-home.tt | 2 ++ .../opac-tmpl/prog/en/includes/page-numbers.inc | 2 +- 13 files changed, 21 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 12:19:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 11:19:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9135 created. v3.08.00-1378-g0554a47 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, new/bug_9135 has been created at 0554a472d8ca7c979c88236a0740e52f0c37d20b (commit) - Log ----------------------------------------------------------------- commit 0554a472d8ca7c979c88236a0740e52f0c37d20b Author: Jared Camins-Esakov Date: Fri Nov 23 12:30:26 2012 -0500 Bug 9135: updatedatabase.pl fails when DEBUG is set When the DEBUG environment variable is set to a true value, all DBI errors are treated as fatal. Unfortunately, duplicate keys are incredibly common in updatedatabase.pl, since sysprefs are often added in testing, then re-added once the patches have been pushed to master (or added when on a maintenance branch, and then re-added when the system is upgraded to either a newer maintenance branch or master). This patch disables fatal errors for the updatedatabase.pl script. Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test, run from command line: export DEBUG=1 installer/data/mysql/updatedatabase.pl Signed-off-by: Jonathan Druart If a query causes an error, the script continues as expected. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 12:25:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 11:25:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8893 created. v3.08.00-1380-ge1a773e 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, new/bug_8893 has been created at e1a773e95b7fce92ef3a7425052667b3e1f1d768 (commit) - Log ----------------------------------------------------------------- commit e1a773e95b7fce92ef3a7425052667b3e1f1d768 Author: Owen Leonard Date: Fri Nov 30 15:38:09 2012 -0500 Bug 8893 [Follow-up] show more information on printout This follow-up removes the old link to detailprint.pl and replaces it with an empty container as a hook for the YUI button function. The appearance and functionality should not be any different. Signed-off-by: Melia Meggs Signed-off-by: Jonathan Druart This patch removes a ref to detailprint.pl. With JS a "Print" button is displayed (else it is not). Signed-off-by: Jared Camins-Esakov commit df7e36e8fba016d8f83cf672c72e667778ef0b64 Author: Owen Leonard Date: Thu Oct 25 11:43:18 2012 -0400 Bug 8893 - show more information on printout My proposed solution eliminates the special print view page altogether and has the Print button trigger the browser's print function. I've tweaked the print stylesheet to improve the output. Normally I don't think print buttons in the interface are necessary, since a user could be expected to be able to print the page using browser controls. But I think it's best not to remove the button when people are used to seeing it. The behavior people will find now is different when clicking the button from different catalogue pages. A user on the MARC detail page, instead of getting the generic print view will get a print of the page they're on. Overall I think this is more in line with what a user would expect. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 13:08:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 12:08:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9012 created. v3.08.00-1381-g5d0bdbc 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, new/bug_9012 has been created at 5d0bdbce59052abbab348d87ef2975f7b0222478 (commit) - Log ----------------------------------------------------------------- commit 5d0bdbce59052abbab348d87ef2975f7b0222478 Author: Robin Sheat Date: Tue Nov 6 17:48:23 2012 +1300 Bug 9012 - --framework option for bulkmarcimport This allows the --framework option to be specified when running bulkmarkimport. This option allows a framework code to be specified for the records being imported. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests pass, perlcritic fails before and after. Tested - imported records with -framework FA, FA framework is used - imported records without -framework, default framework is used Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 13:09:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 12:09:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1381-g5d0bdbc 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 5d0bdbce59052abbab348d87ef2975f7b0222478 (commit) via e1a773e95b7fce92ef3a7425052667b3e1f1d768 (commit) via df7e36e8fba016d8f83cf672c72e667778ef0b64 (commit) via 0554a472d8ca7c979c88236a0740e52f0c37d20b (commit) from b764c1ee81728ce5007b89e28b8703742d202375 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: catalogue/detailprint.pl | 96 -------------------- installer/data/mysql/updatedatabase.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/css/print.css | 25 +++-- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 5 +- .../prog/en/modules/catalogue/detailprint.tt | 54 ----------- misc/migration_tools/bulkmarcimport.pl | 18 +++- 6 files changed, 31 insertions(+), 168 deletions(-) delete mode 100755 catalogue/detailprint.pl delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 19:59:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 18:59:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug2567 deleted. v3.02.00-9-g3c91225 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, new/bug2567 has been deleted was 3c91225a49fca74eb6f4119c1a288f91b2e4a4f5 ----------------------------------------------------------------------- 3c91225a49fca74eb6f4119c1a288f91b2e4a4f5 bug 2567: let 008/15-17 and 008/24-27 be set ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 20:13:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 19:13:48 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_4903 deleted. v3.02.00-70-gee59169 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, new/awaiting_qa/bug_4903 has been deleted was ee59169d2a5156146f89ad247e864fcabf74ef37 ----------------------------------------------------------------------- ee59169d2a5156146f89ad247e864fcabf74ef37 bug 4903: enable OAI-DC output when install done in standard mode ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 20:15:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 19:15:42 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5326 deleted. v3.02.00-87-g4fdedb1 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, new/awaiting_qa/bug_5326 has been deleted was 4fdedb106728ed705aaa506dceed8b709fbd698f ----------------------------------------------------------------------- 4fdedb106728ed705aaa506dceed8b709fbd698f bug 5326 fix link to old pres editor on patron attributes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 3 21:28:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 03 Dec 2012 20:28:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-20-g59c8739 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.6.x has been updated via 59c8739715f29cb550bebc305b4620b485ffb2e5 (commit) from ea06e5b2e6d7b38ebda1ba3ce1cf28a3e2c4795b (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 59c8739715f29cb550bebc305b4620b485ffb2e5 Author: Liz Rea - Catalyst Date: Tue Dec 4 09:24:37 2012 +1300 Revert "Bug 9024: Add missing sample data to existing files" This reverts commit 82c6edfe5404bd2ebfe576acb93c6908c3013548. Conflicts: installer/data/mysql/de-DE/optional/auth_val.sql ----------------------------------------------------------------------- Summary of changes: .../data/mysql/de-DE/mandatory/sample_notices.sql | 90 -------------------- installer/data/mysql/de-DE/optional/auth_val.sql | 4 - .../data/mysql/de-DE/optional/patron_atributes.sql | 2 - .../data/mysql/de-DE/optional/patron_atributes.txt | 2 - 4 files changed, 0 insertions(+), 98 deletions(-) delete mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.sql delete mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 4 14:23:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 04 Dec 2012 13:23:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8945 updated. v3.08.00-1105-ge22d262 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, new/bug_8945 has been updated via e22d26266844015586c6a8baf420be5a1cfb0234 (commit) from 18012c7443b46eb37808810da2a96ee35cb569c9 (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 e22d26266844015586c6a8baf420be5a1cfb0234 Author: Nicole C. Engard Date: Tue Nov 20 19:08:32 2012 -0500 Bug 8945: Did you mean help file Signed-off-by: Kyle M Hall Signed-off-by: Marc Veron Help file displays as expected. Signed-off-by: Jonathan Druart Add a new help file ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/admin/didyoumean.tt | 22 ++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 4 14:24:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 04 Dec 2012 13:24:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1383-g5c52ab3 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 5c52ab34d01471a6e8f88f22c8c53e2f91863bc2 (commit) via e22d26266844015586c6a8baf420be5a1cfb0234 (commit) from 5d0bdbce59052abbab348d87ef2975f7b0222478 (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 5c52ab34d01471a6e8f88f22c8c53e2f91863bc2 Merge: 5d0bdbc e22d262 Author: Jared Camins-Esakov Date: Tue Dec 4 08:29:26 2012 -0500 Merge branch 'bug_8945' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/admin/didyoumean.tt | 22 ++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 01:18:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 00:18:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-33-gb86c7be 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.8.x has been updated via b86c7be28d888d61bb60df5082641bea61e8f938 (commit) from 51577d91e7b3dd454230fc3271c7612fd2a4857c (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 b86c7be28d888d61bb60df5082641bea61e8f938 Author: Owen Leonard Date: Wed Nov 21 14:38:12 2012 -0500 Bug 8820 [3.8.x] Don't show orders table if there are no orders Reworkd for 3.8.x: Patch removes the "basket empty" message in favor of hiding the orders table altogether when a basket has no orders. Other textual changes: - Correcting capitalization according to coding guidelines - Replacing the "Order Details" heading with the more succinct "Orders" Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass, template change only. To test: 1) Create a new basket - verify 'basket empty' shows up 2) Create order line - verfiy table heading is 'Order Details' 3) Close basket, check capitalization on basket group dialog Repeat with patch applied. - 'basket empty' is gone - Heading is now 'Orders' - Capitalization on basket group dialog is correct Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 03:47:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 02:47:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1381-g9ff562a 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.10.x has been updated via 9ff562ab8f9e4ae7e47651e7fcfda1033dbcbbb6 (commit) from 5d4780b90a5633133b8f99f1b5911cb30c4d52d0 (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 9ff562ab8f9e4ae7e47651e7fcfda1033dbcbbb6 Author: Jared Camins-Esakov Date: Fri Nov 23 12:30:26 2012 -0500 Bug 9135: updatedatabase.pl fails when DEBUG is set When the DEBUG environment variable is set to a true value, all DBI errors are treated as fatal. Unfortunately, duplicate keys are incredibly common in updatedatabase.pl, since sysprefs are often added in testing, then re-added once the patches have been pushed to master (or added when on a maintenance branch, and then re-added when the system is upgraded to either a newer maintenance branch or master). This patch disables fatal errors for the updatedatabase.pl script. Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test, run from command line: export DEBUG=1 installer/data/mysql/updatedatabase.pl Signed-off-by: Jonathan Druart If a query causes an error, the script continues as expected. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 07:35:37 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 06:35:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-34-g1ba19cd 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.8.x has been updated via 1ba19cdda919ab4ece758ee29413b3735040c1e9 (commit) from b86c7be28d888d61bb60df5082641bea61e8f938 (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 1ba19cdda919ab4ece758ee29413b3735040c1e9 Author: Jared Camins-Esakov Date: Fri Nov 23 12:30:26 2012 -0500 Bug 9135: updatedatabase.pl fails when DEBUG is set When the DEBUG environment variable is set to a true value, all DBI errors are treated as fatal. Unfortunately, duplicate keys are incredibly common in updatedatabase.pl, since sysprefs are often added in testing, then re-added once the patches have been pushed to master (or added when on a maintenance branch, and then re-added when the system is upgraded to either a newer maintenance branch or master). This patch disables fatal errors for the updatedatabase.pl script. Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test, run from command line: export DEBUG=1 installer/data/mysql/updatedatabase.pl Signed-off-by: Jonathan Druart If a query causes an error, the script continues as expected. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 07:40:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 06:40:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1382-g509cdbf 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.10.x has been updated via 509cdbf802dcda9aba52d0df791d861fe43bede1 (commit) from 9ff562ab8f9e4ae7e47651e7fcfda1033dbcbbb6 (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 509cdbf802dcda9aba52d0df791d861fe43bede1 Author: Nicole C. Engard Date: Tue Nov 20 19:08:32 2012 -0500 Bug 8945: Did you mean help file Signed-off-by: Kyle M Hall Signed-off-by: Marc Veron Help file displays as expected. Signed-off-by: Jonathan Druart Add a new help file Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/admin/didyoumean.tt | 22 ++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 14:47:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 13:47:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9130 created. v3.08.00-1385-g04b4afb 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, new/bug_9130 has been created at 04b4afbd92ab952671e5ea6124e9e95da4a05874 (commit) - Log ----------------------------------------------------------------- commit 04b4afbd92ab952671e5ea6124e9e95da4a05874 Author: David Cook Date: Tue Dec 4 11:10:27 2012 +1100 Bug 9130 follow up: add statesave cookie and "all" option for parcel drop-down menu This patch sets the bStateSave parameter for the "Pending orders" and "Already received" Datatables in Acquisitions, which uses a cookie to save the "pagination information, display length, filtering and sorting". It also sets the iCookieDuration parameter to 1000 days (the default value is 2 hours otherwise). It also adds an "all" option to the dro-down menu using the aLengthMenu parameter. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit aa864a872037957f29a8c00bcb3f6a86163a26dd Author: David Cook Date: Thu Nov 22 08:09:11 2012 +1100 Bug 9130 - Remove old javascript from Parcel When receiving orders, the old javascript would show the following above the tables for pending orders and received orders: "Only the first 5 items are displayed. Click here to show all 'X' items." With the implementation of the Jquery Datatables plugin, this text and the 4 JS functions associated with it are now pointless (since users should be using the datatable toolbar) and problematic. The problem is that the Jquery toolbar says "Showing 1 to 10 of X", while in fact it is actually only showing 5 items, because that other JS takes place after the Jquery. While not a crippling bug, it's certainly irritating and misleading. Signed-off-by: Julian Maurice Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 16:06:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 15:06:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7919 created. v3.08.00-1388-g9037845 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, new/bug_7919 has been created at 90378453d36291968914107c8b49458a9e6be2c8 (commit) - Log ----------------------------------------------------------------- commit 90378453d36291968914107c8b49458a9e6be2c8 Author: Jared Camins-Esakov Date: Wed Dec 5 10:11:35 2012 -0500 Bug 7919: Increment version number Database update for bug 7919 has been given version 3.11.00.005 commit 014f8183030ad2242e8e7da26fb37f6fab0b157b Author: Jonathan Druart Date: Tue Dec 4 10:13:49 2012 +0100 Bug 7919: Followup: Fix plural and GetAuthvalueDropbox Remove plural if there is just one branch limitation (authorised_values.tt, categorie.tt and patron-attr-types.tt) FIX a bug in GetAuthvalueDropbox (called by acqui/fetch_sort_dropbox.pl) Signed-off-by: Melia Meggs Signed-off-by: Jared Camins-Esakov commit acbfe26c9ef6e40f4509babd6e1d39e1762e13e3 Author: Jonathan Druart Date: Wed Nov 28 16:36:03 2012 +0100 Bug 7919 : Display of values depending on the connexion library In a librairies network, we would like to declare specific values just for one (or more) library. Here we implement the ability to associate categories, patron attributes types and/or authorised_values with librairies (branches). This patch adds 3 new association tables: - categories_branches ( association table between categories and branches ) - authorised_values_branches ( association table between authorised_values and branches ) - borrower_attribute_types_branches (association table between borrower_attribute_types and branches ) Plan test: - Create (or modify) categories, patron attributes and authorised_values and link it with one (or more) library. - Set one of these librairies - Go to one of the multiple pages where this specific value must be displayed and check that it does appear. - Set a library not concerned. - Check on the same pages this value is doest not appear. A page list: cataloguing/addbiblio.pl cataloguing/additems.pl members/members-home.pl members/memberentry.pl acqui/neworderempty.pl tools/modborrowers.pl and others :) Please say me if filters don't work on some pages. Signed-off-by: Delaye Stephane Signed-off-by: Koha Team Lyon 3 Signed-off-by: Paul Poulain Signed-off-by: Melia Meggs Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 5 16:07:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 05 Dec 2012 15:07:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1388-g9037845 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 90378453d36291968914107c8b49458a9e6be2c8 (commit) via 014f8183030ad2242e8e7da26fb37f6fab0b157b (commit) via acbfe26c9ef6e40f4509babd6e1d39e1762e13e3 (commit) via 04b4afbd92ab952671e5ea6124e9e95da4a05874 (commit) via aa864a872037957f29a8c00bcb3f6a86163a26dd (commit) from 5c52ab34d01471a6e8f88f22c8c53e2f91863bc2 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 31 ++++++--- C4/Category.pm | 25 +++++-- C4/Input.pm | 67 +++++++++++------- C4/Items.pm | 20 +++++- C4/Koha.pm | 46 +++++++++--- C4/Members.pm | 63 +++++++++++------ C4/Members/AttributeTypes.pm | 74 ++++++++++++++----- C4/Members/Attributes.pm | 2 + admin/authorised_values.pl | 66 ++++++++++++++++- admin/categorie.pl | 58 ++++++++++++++-- admin/patron-attr-types.pl | 44 ++++++++++-- cataloguing/addbiblio.pl | 22 ++++-- cataloguing/additem.pl | 13 ++-- installer/data/mysql/kohastructure.sql | 38 ++++++++++ installer/data/mysql/updatedatabase.pl | 13 +++- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 47 ++----------- .../prog/en/modules/admin/authorised_values.tt | 37 ++++++++++- .../prog/en/modules/admin/categorie.tt | 39 ++++++++++- .../prog/en/modules/admin/patron-attr-types.tt | 37 ++++++++++ kohaversion.pl | 2 +- members/member.pl | 4 +- tools/batchMod.pl | 12 +++- tools/import_borrowers.pl | 2 +- 23 files changed, 584 insertions(+), 178 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 6 14:27:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 06 Dec 2012 13:27:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9167 created. v3.08.00-1389-g7af1288 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, new/bug_9167 has been created at 7af1288b63882a5835382c9951f62271f9b6f23d (commit) - Log ----------------------------------------------------------------- commit 7af1288b63882a5835382c9951f62271f9b6f23d Author: Jonathan Druart Date: Thu Nov 29 16:27:27 2012 +0100 Bug 9167: Standardize the sort field copyrightdate for lists How to reproduce the issue: Create a list at the OPAC and select the sort field 'year'. Go to the list management page at the intranet: the sort field "copyrightdate" is not selected by default. How to test this patch: Check the issue is not still present with this patch. Create several lists at the OPAC with different sort field. Check results are consistent on both interfaces. Check the selected sort field is selected on the edit page. Check there is no regression. What this patch does: - change the way to send the selected sort field to the templates - remove the select tests on the new list page (useless) - the copyrightdate sortfield is named "copyrightdate" everywhere - update your database : set virtualshelves.sortfield = 'copyrightdate' if virtualshelves.sortfield = 'year' Signed-off-by: Marcel de Rooy Works as advertised. Improves code. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 6 14:45:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 06 Dec 2012 13:45:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8240 created. v3.08.00-1390-g0126eb3 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, new/bug_8240 has been created at 0126eb3fb5cf68adade91f78c78cc3aff3a4597f (commit) - Log ----------------------------------------------------------------- commit 0126eb3fb5cf68adade91f78c78cc3aff3a4597f Author: Jonathan Druart Date: Mon Oct 15 16:24:33 2012 +0200 Bug 8240: Remove dead code from orderreceive Signed-off-by: Katrin Fischer Patch removes a lot of code from acquisitions. I tested 2 complete acquisition workflows from ordering the item to receiving it, with AcqCreateItem set to 'on order' and to 'on receive'. Both worked without any visible changes after applying the patch. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 6 14:46:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 06 Dec 2012 13:46:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1390-g0126eb3 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 0126eb3fb5cf68adade91f78c78cc3aff3a4597f (commit) via 7af1288b63882a5835382c9951f62271f9b6f23d (commit) from 90378453d36291968914107c8b49458a9e6be2c8 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves/Page.pm | 27 +-- acqui/orderreceive.pl | 253 +++++++++----------- installer/data/mysql/updatedatabase.pl | 9 + .../prog/en/modules/acqui/orderreceive.tt | 23 +-- .../prog/en/modules/virtualshelves/shelves.tt | 28 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 16 +- 6 files changed, 151 insertions(+), 205 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 7 14:41:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2012 13:41:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1392-g56c52b2 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 56c52b2dbc00f36eeb0e1bf062e0bcd0b074f222 (commit) via 4153e1412110443a2f00dc29f4314308025fad3b (commit) from 0126eb3fb5cf68adade91f78c78cc3aff3a4597f (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 56c52b2dbc00f36eeb0e1bf062e0bcd0b074f222 Merge: 0126eb3 4153e14 Author: Jared Camins-Esakov Date: Fri Dec 7 08:46:35 2012 -0500 Merge branch 'bug_9167' into 3.12-master commit 4153e1412110443a2f00dc29f4314308025fad3b Author: Jared Camins-Esakov Date: Thu Dec 6 08:33:43 2012 -0500 Bug 9167: Increment version number Database update for bug 9167 has been given version 3.11.00.006 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 7 14:41:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2012 13:41:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9167 updated. v3.08.00-1390-g4153e14 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, new/bug_9167 has been updated via 4153e1412110443a2f00dc29f4314308025fad3b (commit) from 7af1288b63882a5835382c9951f62271f9b6f23d (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 00:25:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2012 23:25:00 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7919 updated. v3.08.00-1389-g3eec0e9 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, new/bug_7919 has been updated via 3eec0e96ecac50c560640b4525f12adaf36b7122 (commit) from 90378453d36291968914107c8b49458a9e6be2c8 (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 3eec0e96ecac50c560640b4525f12adaf36b7122 Author: Jonathan Druart Date: Thu Dec 6 10:08:23 2012 +0100 Bug 7919: Fix unit test (Members_AttributeTypes.t) - Reintroduce the class column in a select statement (was present before this development) - FIX UT: If there are no arg passed in parameter, the routine calls C4::Context->userenv which call an execute statement. It consumes the mocked resultset Signed-off-by: Chris Cormack Signed-off-by: Elliott Davis All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr 0.06 csys = 0.25 CPU) Result: PASS ----------------------------------------------------------------------- Summary of changes: C4/Members/AttributeTypes.pm | 2 +- t/Members_AttributeTypes.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 00:25:18 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 07 Dec 2012 23:25:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1394-g1b91dbd 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 1b91dbdc29d66bd2a7a635bf6549b0c964f50d4d (commit) via 3eec0e96ecac50c560640b4525f12adaf36b7122 (commit) from 56c52b2dbc00f36eeb0e1bf062e0bcd0b074f222 (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 1b91dbdc29d66bd2a7a635bf6549b0c964f50d4d Merge: 56c52b2 3eec0e9 Author: Jared Camins-Esakov Date: Fri Dec 7 18:30:36 2012 -0500 Merge branch 'bug_7919' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Members/AttributeTypes.pm | 2 +- t/Members_AttributeTypes.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 07:43:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 08 Dec 2012 06:43:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-35-g8932af7 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.8.x has been updated via 8932af7ff7f02632f8cd1a3b5094164968136679 (commit) from 1ba19cdda919ab4ece758ee29413b3735040c1e9 (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 8932af7ff7f02632f8cd1a3b5094164968136679 Author: Owen Leonard Date: Wed Nov 21 12:31:41 2012 -0500 Bug 8588 [3.8.x] Duplicate field IDs cause problems with SQL report parameter entry Reimplemented for 3.8.x: Changes to markup and script to enable unique ids on form fields. These changes allow for working label+input pairs on one or more text and select inputs and multiple working datepickers. To test, create a report with more than one date parameter, at least one text parameter, and one or more authorised value parameters. The datepickers should each work properly, and labels should by clickable. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../en/modules/reports/guided_reports_start.tt | 22 ++++++++++++------- reports/guided_reports.pl | 8 +++++- 2 files changed, 20 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 15:39:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 08 Dec 2012 14:39:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8519 created. v3.08.00-1393-g3a26d65 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, new/bug_8519 has been created at 3a26d655ab61882e90cfe9cd8757a99de4d6a7b4 (commit) - Log ----------------------------------------------------------------- commit 3a26d655ab61882e90cfe9cd8757a99de4d6a7b4 Author: Tomas Cohen Arazi Date: Wed Oct 31 14:53:02 2012 -0400 Bug 8519 - Make koha-index-daemon run on startup [This patch was split out from tcohen's excellent patches for bug 8519 --jcamins 2012/10/31] Added a new koha-index-daemon-ctl.sh script that uses the 'koha-index-daemon' provided by Koha::Contrib::Tamil (install via CPAN) to process the indexing queue ('zebraqueue' for now, 'indexqueue' in the future I guess :-P). This script could be easily modified in the future for using another index queue processing script (a more abstract indexing script for both Solr and Zebra, etc). I removed all zebra-ish stuff from it. Documentation patches will be provided as followups, once Mark Tompsett's docs are pushed to avoid continous rebasing. Tested to work on an up-to-date Ubuntu 12.04. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: wajasu Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 15:40:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 08 Dec 2012 14:40:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9049 created. v3.08.00-1397-g49cadcf 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, new/bug_9049 has been created at 49cadcf7c186cf5fa5de13571e755ed2a1925aae (commit) - Log ----------------------------------------------------------------- commit 49cadcf7c186cf5fa5de13571e755ed2a1925aae Author: Jared Camins-Esakov Date: Sat Nov 10 07:51:22 2012 -0500 Bug 9049: Don't use shadow with rebuild_zebra -r Due to a limitation of Zebra, the register must be cleared *before* doing shadow indexing if you want to reset the indexes. In light of that, it does not make sense to do shadow indexing at all when rebuild_zebra.pl is run with the -r switch. This patch makes -r (reset) imply -n (no shadow). To test: 1) Run `rebuild_zebra.pl -b -r -v -v -v` 2) Note that the script never runs the merge phase Without the patch I see log lines refering to the shadow cache (enabling shadow spec=/home/koha/koha-dev/var/lib/zebradb/biblios/shadow:20G) With the patch I don't see anything in the logs about shadow. I do however see lines about merging. I think it could just be a misunderstanding of the logs Signed-off-by: wajasu Signed-off-by: Elliott Davis Signed-off-by: Jared Camins-Esakov commit a090beaa80473e325374bea893ae919288ae88ec Merge: 1b91dbd 3a26d65 Author: Jared Camins-Esakov Date: Sat Dec 8 09:45:44 2012 -0500 Merge branch 'bug_8519' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 15:43:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 08 Dec 2012 14:43:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1397-g49cadcf 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 49cadcf7c186cf5fa5de13571e755ed2a1925aae (commit) via a090beaa80473e325374bea893ae919288ae88ec (commit) via 3a26d655ab61882e90cfe9cd8757a99de4d6a7b4 (commit) from 1b91dbdc29d66bd2a7a635bf6549b0c964f50d4d (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 + install_misc/install_koha_on_fresh_debian | 2 + misc/bin/koha-index-daemon-ctl.sh | 86 +++++++++++++++++++++++++++++ misc/migration_tools/rebuild_zebra.pl | 6 ++- t/Makefile | 2 +- t/db_dependent/lib/KohaTest.pm | 4 +- 6 files changed, 97 insertions(+), 4 deletions(-) create mode 100755 misc/bin/koha-index-daemon-ctl.sh hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 8 19:44:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 08 Dec 2012 18:44:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-36-g510c29b 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.8.x has been updated via 510c29b1c618fa37e63ebaed065adddb044359e8 (commit) from 8932af7ff7f02632f8cd1a3b5094164968136679 (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 510c29b1c618fa37e63ebaed065adddb044359e8 Author: Owen Leonard Date: Wed Nov 28 10:02:35 2012 -0500 Bug 7129 [3.8.x] actual cost showing too many zeros Reimplemented for 3.8.x: Added a sprintf to format the actual cost Signed-off-by: Chris Cormack Simple bug fix, TT plugin would be nicer but this is a perfectly acceptable fix for now ----------------------------------------------------------------------- Summary of changes: acqui/orderreceive.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 11 14:11:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 11 Dec 2012 13:11:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9056 created. v3.08.00-1399-g39ce37f 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, new/bug_9056 has been created at 39ce37feb509238624444306f849639eacec0780 (commit) - Log ----------------------------------------------------------------- commit 39ce37feb509238624444306f849639eacec0780 Author: Jared Camins-Esakov Date: Tue Dec 11 08:13:07 2012 -0500 Bug 9056: Increment version number Database update for bug 9056 has been given version 3.11.00.007 commit 1f8213ba4d3f3c170a17794241d7de4fc1067f56 Author: Marc Veron Date: Sun Nov 11 22:00:19 2012 +0100 Bug 9056 - Add more translations to table language_descriptions In table language_descriptions a lot of translations are missing (with the exception of French) Additions need to be added to subtag_registry.sql (for new installs) and to updatedatabase.pl (for upgrading). This Bug could be used as 'omnibus' for follow ups for other languages. This patch adds German (and some missing French) translations. Tested updatedatabase.pl Would appreciate if somebody could test subtag_registry.sql. Signed-off-by: Katrin Fischer Tested both, the updatedatabase and the sql file. Works well. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 11 14:26:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 11 Dec 2012 13:26:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9191 created. v3.08.00-1401-ga1525b2 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, new/bug_9191 has been created at a1525b297fc80cef5a041f05aa20da54a52534d8 (commit) - Log ----------------------------------------------------------------- commit a1525b297fc80cef5a041f05aa20da54a52534d8 Author: Jared Camins-Esakov Date: Tue Dec 11 08:29:11 2012 -0500 Bug 9191 follow-up: remove example updatedatabase stanzas The patch for bug 9191 included example updatedatabase stanzas that require removal before pushing. This patch also updates the 00-checkdatabase-version.t test so that it will not give false-positives. commit a6c7ba85193f7564c2fa17ef057171ac955823cd Author: Jared Camins-Esakov Date: Mon Dec 3 16:28:51 2012 -0500 Bug 9191: updatedatabase.pl should only run updates up to the current version Check whether a given update should be run when passed the proposed version number. The update will always be run if the proposed version is greater than the current database version and less than or equal to the version returned by C4::Context->final_linear_version (initially set to be equal to the version in kohaversion.pl). The update is also run if the version contains XXX, though this behavior will be changed following the adoption of non-linear updates as implemented in bug 7167. To test: 1) Make sure that the first example database update added by this patch in installer/data/mysql/updatedatabase.pl has a version number one greater than the version of Koha you have installed. 2) Set the Version syspref back one version behind your current version. 3) Navigate to the main page of the staff client, and log in to the installer. 4) Confirm that the update page claims to have rerun the previous update and has displayed the log message: "Upgrade to 3.11.00.XXX done (Bug 9191: You should see this)" but not the log message: "Upgrade to [version number] done (Bug 9191: You shouldn't see this)" Note: the sample database revisions will be removed by the RM before this patch is pushed to master. Signed-off-by: Jonathan Druart works great Signed-off-by: Elliott Davis Works as expected. Test plan is great. Code looks to be adherent to standards. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 11 14:27:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 11 Dec 2012 13:27:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9019 created. v3.08.00-1402-g7f7a1e2 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, new/bug_9019 has been created at 7f7a1e26a6cb60e9bb2e8985e636503604961674 (commit) - Log ----------------------------------------------------------------- commit 7f7a1e26a6cb60e9bb2e8985e636503604961674 Author: Julian Maurice Date: Wed Nov 7 10:51:49 2012 +0100 Bug 9019: Return item fields in ILS-DI GetRecords Signed-off-by: Srikanth Dhondi Signed-off-by: Katrin Fischer 1) Activate ILS-DI in system preferencs 2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation 3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14 with various valid biblionumbers for your system 4) Verify 952 is included in the and all other data displays correctly All tests pass. http://bugs.koha-community.org/show_bug.cgi?id=9010 Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 11 14:32:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 11 Dec 2012 13:32:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1402-g7f7a1e2 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 7f7a1e26a6cb60e9bb2e8985e636503604961674 (commit) via a1525b297fc80cef5a041f05aa20da54a52534d8 (commit) via a6c7ba85193f7564c2fa17ef057171ac955823cd (commit) via 39ce37feb509238624444306f849639eacec0780 (commit) via 1f8213ba4d3f3c170a17794241d7de4fc1067f56 (commit) from 49cadcf7c186cf5fa5de13571e755ed2a1925aae (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 12 ++ C4/ILSDI/Services.pm | 6 + .../data/mysql/en/mandatory/subtag_registry.sql | 119 ++++++++++++++++++++ installer/data/mysql/updatedatabase.pl | 76 +++++++++++++ kohaversion.pl | 2 +- t/00-checkdatabase-version.t | 7 +- t/db_dependent/Context.t | 17 +++ 7 files changed, 237 insertions(+), 2 deletions(-) mode change 100644 => 100755 installer/data/mysql/en/mandatory/subtag_registry.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 13:21:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 12:21:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9033 created. v3.08.00-1404-g18c2962 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, new/bug_9033 has been created at 18c2962f7e17dc3ed9db0a70137a58fa58290b1c (commit) - Log ----------------------------------------------------------------- commit 18c2962f7e17dc3ed9db0a70137a58fa58290b1c Author: Julian Maurice Date: Thu Nov 22 17:19:41 2012 +0100 Bug 9033: Wide character error in runreport.pl This patch fix a typo that prevented report to be run Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 429486919119aea7adc070718996d6546cf3133b Author: Kyle M Hall Date: Thu Nov 8 10:39:32 2012 -0500 Bug 9033 - Wide character error in runreport.pl Signed-off-by: Julian Maurice Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 13:35:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 12:35:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9101 created. v3.08.00-1405-g7e43713 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, new/bug_9101 has been created at 7e437138a33d115dd43bc670897d7279337e9b16 (commit) - Log ----------------------------------------------------------------- commit 7e437138a33d115dd43bc670897d7279337e9b16 Author: Katrin Fischer Date: Sat Nov 17 20:45:13 2012 +0100 Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly. Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 13:59:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 12:59:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1405-g7e43713 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 7e437138a33d115dd43bc670897d7279337e9b16 (commit) via 18c2962f7e17dc3ed9db0a70137a58fa58290b1c (commit) via 429486919119aea7adc070718996d6546cf3133b (commit) from 7f7a1e26a6cb60e9bb2e8985e636503604961674 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/de-DE/optional/auth_val.sql | 7 +++++++ installer/data/mysql/en/optional/auth_val.sql | 7 +++++++ misc/cronjobs/runreport.pl | 11 ++++++----- 3 files changed, 20 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 12 21:06:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 20:06:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1385-gfce4e49 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.10.x has been updated via fce4e491dc2ae4572188c5b3f84581fd6bec378e (commit) via e11cebc87f3464e0f2d384b8c522c4325126a814 (commit) via 793bd3feca24220b6ff427c034071358ae3522a1 (commit) from 509cdbf802dcda9aba52d0df791d861fe43bede1 (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 fce4e491dc2ae4572188c5b3f84581fd6bec378e Author: Katrin Fischer Date: Sat Nov 17 20:45:13 2012 +0100 Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly. Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e11cebc87f3464e0f2d384b8c522c4325126a814 Author: Julian Maurice Date: Thu Nov 22 17:19:41 2012 +0100 Bug 9033: Wide character error in runreport.pl This patch fix a typo that prevented report to be run Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 793bd3feca24220b6ff427c034071358ae3522a1 Author: Kyle M Hall Date: Thu Nov 8 10:39:32 2012 -0500 Bug 9033 - Wide character error in runreport.pl Signed-off-by: Julian Maurice Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/de-DE/optional/auth_val.sql | 7 +++++++ installer/data/mysql/en/optional/auth_val.sql | 7 +++++++ misc/cronjobs/runreport.pl | 11 ++++++----- 3 files changed, 20 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 00:08:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 23:08:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9246 created. v3.08.00-1406-gca47d7c 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, new/bug_9246 has been created at ca47d7c31cc73023ca5915080792690a8dfc7eeb (commit) - Log ----------------------------------------------------------------- commit ca47d7c31cc73023ca5915080792690a8dfc7eeb Author: Marc Veron Date: Tue Dec 11 10:43:18 2012 +0100 Bug 9246: Koha installer crash with mysql error The Koha installer reports "Error 1166 at line 1871: Incorrect column name 'closed'." Reason: line 1923 in kohastructure.sql had whitespace between back tick on Column name "closed". Patch removes white space on given line. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Elliott Davis Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 00:33:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 23:33:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9275 created. v3.08.00-1408-gbc10d7a 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, new/bug_9275 has been created at bc10d7a056270860fa2183942fd3e14ffdd12f9a (commit) - Log ----------------------------------------------------------------- commit bc10d7a056270860fa2183942fd3e14ffdd12f9a Author: Jared Camins-Esakov Date: Wed Dec 12 18:39:08 2012 -0500 Bug 9275 follow-up: Add Romina Racca to history Welcome, Romina! You are the 195th committer to Koha. Signed-off-by: Jared Camins-Esakov commit 6b3e1668735138da4f540905a5eb9b118635bc9e Author: Romina Racca Date: Wed Dec 12 13:16:16 2012 -0300 Bug 9275 Missing '<' closing pharagraph tag On file koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt, line 5, there is a missing '<'. (...'New Authority' button.,/p>) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change, fixes obvious problem. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 00:36:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 12 Dec 2012 23:36:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1408-gbc10d7a 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 bc10d7a056270860fa2183942fd3e14ffdd12f9a (commit) via 6b3e1668735138da4f540905a5eb9b118635bc9e (commit) via ca47d7c31cc73023ca5915080792690a8dfc7eeb (commit) from 7e437138a33d115dd43bc670897d7279337e9b16 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + installer/data/mysql/kohastructure.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- .../en/modules/help/authorities/authorities.tt | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 03:47:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 02:47:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1386-gb2442f1 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.10.x has been updated via b2442f154b6b3158f3e2ba83b7e3eba706796bb3 (commit) from fce4e491dc2ae4572188c5b3f84581fd6bec378e (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 b2442f154b6b3158f3e2ba83b7e3eba706796bb3 Author: Romina Racca Date: Wed Dec 12 13:16:16 2012 -0300 Bug 9275 Missing '<' closing pharagraph tag On file koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt, line 5, there is a missing '<'. (...'New Authority' button.,/p>) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change, fixes obvious problem. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/authorities/authorities.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 03:49:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 02:49:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1387-g81dc46c 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.10.x has been updated via 81dc46c346e7a3151a5b3c7f9a65ec18270c4dd5 (commit) from b2442f154b6b3158f3e2ba83b7e3eba706796bb3 (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 81dc46c346e7a3151a5b3c7f9a65ec18270c4dd5 Author: Jared Camins-Esakov Date: Wed Dec 12 18:39:08 2012 -0500 Bug 9275 follow-up: Add Romina Racca to history Welcome, Romina! You are the 195th committer to Koha. Signed-off-by: Jared Camins-Esakov Conflicts: docs/history.txt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 16:28:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 15:28:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5709 created. v3.08.00-1409-gbc36e5a 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, new/bug_5709 has been created at bc36e5ac5ca2c5fa0f11c7b279092da7d275dc7e (commit) - Log ----------------------------------------------------------------- commit bc36e5ac5ca2c5fa0f11c7b279092da7d275dc7e Author: koha-preprod Date: Mon Feb 7 15:59:18 2011 -0500 Bug 5709: Add the ability to translate HTML5 placeholder text in an input field Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 16:34:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 15:34:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8039 created. v3.08.00-1411-g049d74d 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, new/bug_8039 has been created at 049d74dd66b973bce822678db26bfbadb7f23bdb (commit) - Log ----------------------------------------------------------------- commit 049d74dd66b973bce822678db26bfbadb7f23bdb Author: Paul Poulain Date: Mon Dec 10 21:21:03 2012 +0100 Bug 8039 follow-up: replace tabs by 4 spaces (QA process) Signed-off-by: Jared Camins-Esakov commit 861a191cd999bd2e559d697d98627c3543a765d7 Author: Srdjan Date: Wed May 30 13:38:35 2012 +1200 Bug 8039: Try userid if cardnumber borrower search fails in SIP Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 16:57:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 15:57:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1411-g049d74d 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 049d74dd66b973bce822678db26bfbadb7f23bdb (commit) via 861a191cd999bd2e559d697d98627c3543a765d7 (commit) via bc36e5ac5ca2c5fa0f11c7b279092da7d275dc7e (commit) from bc10d7a056270860fa2183942fd3e14ffdd12f9a (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS/Patron.pm | 210 +++++++++++++++++++------------------- misc/translator/tmpl_process3.pl | 2 +- misc/translator/xgettext.pl | 2 +- 3 files changed, 107 insertions(+), 107 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 13 23:47:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 13 Dec 2012 22:47:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8033 created. v3.08.00-1414-g9b9f289 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, new/bug_8033 has been created at 9b9f289f18ef91c29a7a78bd214731a7701d5578 (commit) - Log ----------------------------------------------------------------- commit 9b9f289f18ef91c29a7a78bd214731a7701d5578 Author: Jared Camins-Esakov Date: Thu Dec 13 12:48:16 2012 -0500 Bug 8033: Change javascipt behavior to degrade nicely Signed-off-by: Elliott Davis Signed-off-by: Jared Camins-Esakov commit 17cd17531fbd7dde7b5649483d11279a61fcdd13 Author: Paul Poulain Date: Wed Dec 12 08:47:41 2012 +0100 Bug 8033 follow-up removing tabs in indentation Signed-off-by: Elliott Davis Signed-off-by: Jared Camins-Esakov commit 05c47d5040ef4328581e177003089f645f37eba1 Author: Elliott Davis Date: Thu Jul 5 09:46:54 2012 -0500 Bug 8033: This patch adds print slips to self checkout. To Test: Sign in to self checkout. Enter a barcode and click submit. Click the finish button You should be prompted with a message asking if you would like a receipt. If you click OK you should be taken to the page with the receipt. If you click Cancel you should not see the reciept and you should be logged out. Signed-off-by: Chris Cormack Added copyright to print slip for SCO Modified POD and copyright. Also perltidied updated print slip option to show on the click of the finish button instead of the submit button Signed-off-by: Paul Poulain Signed-off-by: Elliott Davis Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 02:33:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2012 01:33:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1414-g9b9f289 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 9b9f289f18ef91c29a7a78bd214731a7701d5578 (commit) via 17cd17531fbd7dde7b5649483d11279a61fcdd13 (commit) via 05c47d5040ef4328581e177003089f645f37eba1 (commit) from 049d74dd66b973bce822678db26bfbadb7f23bdb (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/sco}/printslip.tt | 14 +--- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 17 +++++- .../hold-transfer-slip.pl => opac/sco/printslip.pl | 66 +++++++++----------- opac/sco/sco-main.pl | 13 ++-- 4 files changed, 56 insertions(+), 54 deletions(-) copy koha-tmpl/{intranet-tmpl/prog/en/modules/circ => opac-tmpl/prog/en/modules/sco}/printslip.tt (75%) copy circ/hold-transfer-slip.pl => opac/sco/printslip.pl (60%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 14:11:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2012 13:11:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7067 created. v3.08.00-1425-g3d70e9a 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, new/bug_7067 has been created at 3d70e9a4668dbc7f7abed6b8963fd2fd8f21a1b9 (commit) - Log ----------------------------------------------------------------- commit 3d70e9a4668dbc7f7abed6b8963fd2fd8f21a1b9 Author: Jared Camins-Esakov Date: Fri Dec 14 08:14:16 2012 -0500 Bug 7067: Increment version number Database update for bug 7067 has been given version 3.11.00.008 commit b83fe613f56dd3b9de99ed4857a48231192cb3a7 Author: Jared Camins-Esakov Date: Fri Dec 14 08:12:14 2012 -0500 Bug 7067 follow-up: fix updatedatabase.pl formatting commit 6087cfbac55b29db8055b7594c1e7c0bbe900699 Author: Kyle M Hall Date: Fri Dec 14 07:58:29 2012 -0500 Bug 7067 - QA Followup - Fix error when confirming via email Signed-off-by: Jared Camins-Esakov commit e14a5c03c6741e8814f3c66a7156205569c4307e Author: Kyle M Hall Date: Thu Dec 13 13:13:21 2012 -0500 Bug 7067 - Fix bad url in breadcrumbs Signed-off-by: Jared Camins-Esakov commit 06a1287c7415269f7582e8488ce4c458ae772d33 Author: Kyle M Hall Date: Thu Dec 13 13:10:52 2012 -0500 Bug 7067 - QA Followup - Fix failing tests Signed-off-by: Jared Camins-Esakov commit 02c562249c1e687e07ddf24f2740a487ad163402 Author: Kyle M Hall Date: Thu Dec 13 12:28:02 2012 -0500 Bug 7067 QA Followup - Add descriptions to tests Signed-off-by: Jared Camins-Esakov commit 29aa50d93d4d372513848b757e5a77de080df486 Author: Kyle M Hall Date: Mon Dec 10 15:45:28 2012 -0500 Bug 7067 QA Followup Adjusts calling conventions to use hashrefs and eliminate redundant procedural/OO mixed code. Signed-off-by: Jared Camins-Esakov commit f2157cecb8fbbd93493f1c1c65c3ec9191758dda Author: Jonathan Druart Date: Thu Nov 29 10:09:55 2012 +0100 Bug 7067 Followup: FIX merge updatedatabase Signed-off-by: Jared Camins-Esakov commit 7f02515559b8e7beba473d7a2bfc50b4e2613b6a Author: Jonathan Druart Date: Thu Oct 25 16:42:31 2012 +0200 Bug 7067: Followup FIX QA fails Signed-off-by: Owen Leonard Fixed minor conflict in C4/Installer/PerlDependencies.pm Signed-off-by: Jared Camins-Esakov commit 5a0dffcaac2458e1baa83022c59e69ac17a85a11 Author: Owen Leonard Date: Fri Sep 14 08:26:35 2012 -0400 Bug 7067 [Follow-up: templates] allow patron self registration via the opac - Adding simple style to register link on home page - Adding unique ids to new pages and to blocks containing registration links - Adding better page titles and breadcrumb links to some pages - Correcting bug which meant incorrect message showed on registration page when OPACPatronDetails preferences is turned off - Passing patron details to opac-memberentry.tt so that patron's name can be displayed in breadcrumbs - Improving display in staff client of patron record updates waiting to be approved. - Adding a sort by name to output of pending patron record updates - Adding updated JqueryUI library files to include expanded widget options. The changes in this patch require the addition of the jQueryUI Accordion widget. Other pending patches are seeking to add enough of the other remaining missing widgets that it seems time to go ahead and add the rest. Future submissions which add usage of these widgets will have to be careful to make changes to Koha's CSS where necessary. Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 92782d38328e712ddde5c7f879473c6cb46aaef3 Author: Kyle M Hall Date: Tue Jul 31 10:07:04 2012 -0400 Bug 7067 - OPAC Borrower Self Registration This development will add the ability for a new patron to register himself or herself. The self-registration will attempt to match this newly inputted data to any existing patrons and if any possible matches are found, ask if the patron is sure he or she doesn't already have an account at the library. A system preference may be set to prevent patron self-registration if the system detects the possibility that the person may already have an account. Once the patron has registered, passing a captcha (or similar bot-stopper), the patron will then be optionally verified a second time via email. At this point, the patron will be able to print a temporary library card (optional by system preference), and will be provided any details necessary to access electronic resources (this body of text would be a template in the slips and notices system). At the library's choice, this new patron would either be set to a temporary patron status (patron type set via system preference), or a fully-fledged patron (allow patron type to be determined by age and/or other attributes). Assuming the library uses temporary patron types for OPAC registrations, this patron will next enter a queue and would need to physically enter the library to verify himself and become a fully-fledged patron (most likely by bringing in physical proof of address, etc.). The librarian would look up the patron record and modify the patron type. If a temporary patron has not been verified within a certain time frame (defined by a system preference), the patron record will be deleted from the system via a cron job. For registered patrons, the system will allow each person to also update his or her personal data via the OPAC. When a patron updates his or her information, the changes will be entered into a queue to be verified by a librarian (preventing a patron from inputting obviously bogus data). The staff client home page will display the number of patron records with changes awaiting approval. A librarian would then be able to click through a list of modification requests, and approve or deny each (with approval and denial alerts being sent to the patron via the standard messaging system). NEW SYSTEM PREFERENCES * PatronSelfRegistration * PatronSelfRegistrationDetectDuplicates * PatronSelfRegistrationVerifyByEmail * PatronSelfRegistrationPrintTemporaryCard * PatronSelfRegistrationUseTemporaryStatus * PatronSelfRegistrationExpireTemporaryAccountsDelay NEW NOTICE * Verify by email notice NEW SLIP * Temporary card slip NEW CRON JOB * delete_expired_opac_registrations.pl - Deletes patrons that have not been upgraded from the temporary status within the specified delay * delete_unverified_opac_registrations.pl - Deletes the unverified patrons based on the length of time specified in the PatronSelfRegistrationExpireTemporaryAccountsDelay The patron will register from self_registration.pl, linked off opac-main.pl if enabled. The registration page will be translatable to other languages in the same way that existing templates are. Test Plan: 1) Enable PatronSelfRegistration 2) Set PatronSelfRegistrationExpireTemporaryAccountsDelay to a number of days 3) Create a self-registered borrower category 4) Set PatronSelfRegistrationUseTemporaryStatus 5) Set PatronSelfRegistrationVerifyByEmail to "Don't require" 6) Go to OPAC, log out if logged in. 7) You should see the "Register here" link below the login box 8) Attempt to register yourself 9) Verify you can log in with your temporary password. 10) Set PatronSelfRegistrationVerifyByEmail to "Require" 11) Attempt another self-registration 12) Check the messages table, you should see a new message with a verification link. 13) Copy and paste the link into a web browser to verify the registration 14) Log in with the given credentials to verify the account was created. Test Plan - Part 2 - Borrower Modifications 1) Log in to OPAC, go to "my personal details" tab. 2) Make some modifications to your details. 3) Repeat steps 1 and 2 for two more borrowers. 4) Log in to Koha intranet with a user that can modify borrowers. 5) At the bottom of mainpage.pl, you should see: Patrons requesting modifications: 3 6) Click the link 7) Approve one change, deny a different one, and ignore the third, then submit. 8) Check the records, you should see the changes take affect on the approved one, and no changes to the other two. You should also see "Patrons requesting modifications: 1" at the bottom of mainpage.pl now. Signed-off-by: Jonathan Druart Signed-off-by: Owen Leonard Bug 7067 - OPAC Borrower Self Registration - Followup * Rename PatronSelfRegistrationUseTemporaryStatus to PatronSelfRegistrationDefaultCategory * Hide register link unless PatronSelfRegistrationDefaultCategory is set. * Add invalid token page * Add documentation and switches to cron scripts * Add required fields check for editing exiting patrons * Don't force require email address for existing patrons when PatronSelfRegistrationVerifyByEmail is enabled. Signed-off-by: Owen Leonard Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 14:17:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2012 13:17:00 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9056 updated. v3.08.00-1400-gf028aef 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, new/bug_9056 has been updated via f028aef4839ef24a938007583b617afb5c134c54 (commit) from 39ce37feb509238624444306f849639eacec0780 (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 f028aef4839ef24a938007583b617afb5c134c54 Author: Jared Camins-Esakov Date: Fri Dec 14 08:23:03 2012 -0500 Bug 9056 follow-up: add missing \n to updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 14 14:17:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 14 Dec 2012 13:17:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1427-g310098f 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 310098fd7b2879bc509541defdad205ad78d5e81 (commit) via f028aef4839ef24a938007583b617afb5c134c54 (commit) via 3d70e9a4668dbc7f7abed6b8963fd2fd8f21a1b9 (commit) via b83fe613f56dd3b9de99ed4857a48231192cb3a7 (commit) via 6087cfbac55b29db8055b7594c1e7c0bbe900699 (commit) via e14a5c03c6741e8814f3c66a7156205569c4307e (commit) via 06a1287c7415269f7582e8488ce4c458ae772d33 (commit) via 02c562249c1e687e07ddf24f2740a487ad163402 (commit) via 29aa50d93d4d372513848b757e5a77de080df486 (commit) via f2157cecb8fbbd93493f1c1c65c3ec9191758dda (commit) via 7f02515559b8e7beba473d7a2bfc50b4e2613b6a (commit) via 5a0dffcaac2458e1baa83022c59e69ac17a85a11 (commit) via 92782d38328e712ddde5c7f879473c6cb46aaef3 (commit) from 9b9f289f18ef91c29a7a78bd214731a7701d5578 (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 310098fd7b2879bc509541defdad205ad78d5e81 Merge: 3d70e9a f028aef Author: Jared Camins-Esakov Date: Fri Dec 14 08:23:25 2012 -0500 Merge branch 'bug_9056' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 11 +- C4/Installer/PerlDependencies.pm | 5 + C4/Letters.pm | 30 +- C4/Log.pm | 1 + C4/Members.pm | 42 +- Koha/Borrower/Modifications.pm | 322 +++++++++ .../data/mysql/en/mandatory/sample_notices.sql | 12 + installer/data/mysql/kohastructure.sql | 78 ++ installer/data/mysql/sysprefs.sql | 7 + installer/data/mysql/updatedatabase.pl | 108 +++- .../intranet-tmpl/prog/en/css/staff-global.css | 3 + .../intranet-tmpl/prog/en/lib/jquery/jquery-ui.css | 90 +++- .../intranet-tmpl/prog/en/lib/jquery/jquery-ui.js | 34 +- .../prog/en/modules/admin/preferences/opac.pref | 34 + .../intranet-tmpl/prog/en/modules/intranet-main.tt | 12 +- .../prog/en/modules/members/member.tt | 6 + .../prog/en/modules/members/members-update.tt | 123 ++++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 14 + .../opac-tmpl/prog/en/includes/opac-bottom.inc | 4 +- koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc | 2 +- .../lib/jquery/images/ui-icons_888888_256x240.png | Bin 4369 -> 4369 bytes koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 6 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 3 + .../modules/opac-memberentry-update-submitted.tt | 28 + .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 757 ++++++++++++++++++++ .../en/modules/opac-registration-confirmation.tt | 70 ++ .../en/modules/opac-registration-email-sent.tt | 28 + .../prog/en/modules/opac-registration-invalid.tt | 30 + kohaversion.pl | 2 +- mainpage.pl | 31 +- members/members-home.pl | 6 + members/members-update-do.pl | 64 ++ members/members-update.pl | 65 ++ misc/cronjobs/delete_expired_opac_registrations.pl | 80 ++ .../delete_unverified_opac_registrations.pl | 70 ++ opac/opac-memberentry.pl | 306 ++++++++ opac/opac-registration-verify.pl | 82 +++ opac/opac-user.pl | 2 +- t/db_dependent/Koha_borrower_modifications.t | 125 ++++ 39 files changed, 2648 insertions(+), 45 deletions(-) create mode 100644 Koha/Borrower/Modifications.pm create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/jquery/images/ui-icons_888888_256x240.png (100%) create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry-update-submitted.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-registration-confirmation.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-registration-email-sent.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-registration-invalid.tt create mode 100755 members/members-update-do.pl create mode 100755 members/members-update.pl create mode 100755 misc/cronjobs/delete_expired_opac_registrations.pl create mode 100755 misc/cronjobs/delete_unverified_opac_registrations.pl create mode 100755 opac/opac-memberentry.pl create mode 100755 opac/opac-registration-verify.pl create mode 100755 t/db_dependent/Koha_borrower_modifications.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 14:57:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 13:57:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9052 created. v3.08.00-1428-gd5cfa12 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, new/bug_9052 has been created at d5cfa1286498b6d3f3b2e1c175c47389435a36e0 (commit) - Log ----------------------------------------------------------------- commit d5cfa1286498b6d3f3b2e1c175c47389435a36e0 Author: Robin Sheat Date: Fri Dec 14 15:45:40 2012 +1300 Bug 9052 - rewrite the YUI links to use the system library This uses libjs-yui to provide the skin.css and reset-fonts-grids.css files from YUI. It patches the CSS files to point to the right location for the files. To test: * Build a package with this patch included * Install it * Look at the OPAC and note that things no longer look terrible, and that there are no 404's coming from bad CSS URLs. Signed-off-by: Mirko Tietgen I created a package of 3.10+9052, installed and tested. I confirm that the OPAC does not look broken anymore and I could not find 404 errors with Firebug. Signed-off-by: Katrin Fischer I also created a package of 3.10+9052 and removed libchi-* from the debian/control file. The OPAC shows no problems using those packages, layout, pictures and colors seem to all be in place. Also the OPAC on master with patch applied still works as expected. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 15:50:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 14:50:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1434-g4a0b597 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 4a0b597e3d195fd3058ce0feaa26bcef62997d0e (commit) via 249d3b6455952352c0d24aa13e1884217f5b140b (commit) via 63ec7a4fce6e49b35dd88438514868db58ca33d8 (commit) via b39c762ddeec0ee3e99595937b35eae052abadd7 (commit) via 9d7dc5bb86c0939c2942d9f4525ec260d1db736f (commit) via 5a14940f808b3c460b4ed50efae2c81c1e8bff99 (commit) via d5cfa1286498b6d3f3b2e1c175c47389435a36e0 (commit) from 310098fd7b2879bc509541defdad205ad78d5e81 (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 4a0b597e3d195fd3058ce0feaa26bcef62997d0e Author: Jared Camins-Esakov Date: Mon Dec 17 09:42:56 2012 -0500 Bug 7674: Increment version number Database update for bug 7674 has been given version 3.11.00.009 commit 249d3b6455952352c0d24aa13e1884217f5b140b Author: Julian Maurice Date: Fri Dec 14 09:58:02 2012 +0100 Bug 7674: Remove some debug code Signed-off-by: Jared Camins-Esakov commit 63ec7a4fce6e49b35dd88438514868db58ca33d8 Author: Kyle M Hall Date: Fri Nov 2 08:11:00 2012 -0400 Bug 7674 - Followup - Add missing right-hand curly bracket Signed-off-by: Julian Maurice Signed-off-by: Katrin Fischer All tests and perlcritic pass. Tests: Database update - OK, system preferences were added correctly - Version number of updatedatabase was only XXX, changed to 3.11.00.XX OPAC 1) Detail page - OK, no visible change when OpacSeparateHoldings is turned off - OK, switching OpacSeparateHoldingsBranch works correctly - OK, shelf browser opens in correct tab - OK, only one tab shows when logged out INTRANET 2) Detail page - OK, no visible change when SeparateHoldings is turned off - Number of items is missing on top of the tabs Notes: - database update doesn't include bug number - other holdings tab does show when there are 0 items at other branches, it could be hidden in those cases - if there are over 50 items in the holdings or Other holdings tab, the warning and link 'This record has many physical items. Click here to view them all.' is only shown for the first tab. - closing the shelf browser on the second tab goes back to first tab - number ofitems is missing on top of the tabs - there are lots of indentation changes in the second patch, this makes it very hard to see the changes, please provide separate patches in the future Signed-off-by: Jared Camins-Esakov commit b39c762ddeec0ee3e99595937b35eae052abadd7 Author: Julian Maurice Date: Fri Nov 2 11:03:20 2012 +0100 Bug 7674: Add 2 sysprefs to indicate the branch we want to separate on The 2 sysprefs are SeparateHoldingsBranch and OpacSeparateHoldingsBranch and permit to chose between home branch and holding branch. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 9d7dc5bb86c0939c2942d9f4525ec260d1db736f Author: Julian Maurice Date: Tue Oct 9 17:01:58 2012 +0200 Bug 7674: Open shelf browser in appropriate tab If you click on "Browse shelf" under " holdings", shelf browser should open under this tab. If you click on "Browse shelf" under "other holdings" tab, it should open under "other holdings" tab. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 5a14940f808b3c460b4ed50efae2c81c1e8bff99 Author: Paul Poulain Date: Fri Sep 21 10:36:56 2012 +0200 Bug 7674: Separate items in two tabs on biblio detail page (staff+opac) Two tabs: " holdings" / "Other holdings" " holdings" tab contains items whose homebranch is the current branch. "Other holdings" tab contains all other items. If current branch is not set (connected with mysql user or not logged in (opac)), the display is unchanged (1 tab "Holdings") Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: catalogue/detail.pl | 35 ++- debian/rules | 6 +- installer/data/mysql/sysprefs.sql | 4 + installer/data/mysql/updatedatabase.pl | 16 +- .../en/modules/admin/preferences/cataloguing.pref | 12 +- .../prog/en/modules/admin/preferences/opac.pref | 11 + .../prog/en/modules/catalogue/detail.tt | 291 ++++++++++-------- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 3 + .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 - koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 331 +++++++++++++------- kohaversion.pl | 2 +- opac/opac-detail.pl | 46 ++- 12 files changed, 486 insertions(+), 273 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 15:50:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 14:50:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7674 created. v3.08.00-1434-g4a0b597 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, new/bug_7674 has been created at 4a0b597e3d195fd3058ce0feaa26bcef62997d0e (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 17:46:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 16:46:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9144 created. v3.08.00-1435-g33e95ea 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, new/bug_9144 has been created at 33e95ea3b903b3ec75305a96f37d1954feb4e0b1 (commit) - Log ----------------------------------------------------------------- commit 33e95ea3b903b3ec75305a96f37d1954feb4e0b1 Author: Vitor FERNANDES Date: Mon Nov 26 11:23:15 2012 +0000 Bug 9144 - bulkmarcimport.pl - Problem identifying errors Replace \r with \n for newline in output for bulkmarcimport.pl Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 17:47:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 16:47:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1435-g33e95ea 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 33e95ea3b903b3ec75305a96f37d1954feb4e0b1 (commit) from 4a0b597e3d195fd3058ce0feaa26bcef62997d0e (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/bulkmarcimport.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 17 22:34:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 17 Dec 2012 21:34:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1388-g8809ff5 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.10.x has been updated via 8809ff5cc253469e9304dc93139224a345a10c73 (commit) from 81dc46c346e7a3151a5b3c7f9a65ec18270c4dd5 (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 8809ff5cc253469e9304dc93139224a345a10c73 Author: Robin Sheat Date: Fri Dec 14 15:45:40 2012 +1300 Bug 9052 - rewrite the YUI links to use the system library This uses libjs-yui to provide the skin.css and reset-fonts-grids.css files from YUI. It patches the CSS files to point to the right location for the files. To test: * Build a package with this patch included * Install it * Look at the OPAC and note that things no longer look terrible, and that there are no 404's coming from bad CSS URLs. Signed-off-by: Mirko Tietgen I created a package of 3.10+9052, installed and tested. I confirm that the OPAC does not look broken anymore and I could not find 404 errors with Firebug. Signed-off-by: Katrin Fischer I also created a package of 3.10+9052 and removed libchi-* from the debian/control file. The OPAC shows no problems using those packages, layout, pictures and colors seem to all be in place. Also the OPAC on master with patch applied still works as expected. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/rules | 6 ++++-- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 3 +++ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 13:42:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 12:42:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9287 created. v3.08.00-1436-g6580bed 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, new/bug_9287 has been created at 6580bedaee3fa0a7d3f329ff0f2b5d94e2636046 (commit) - Log ----------------------------------------------------------------- commit 6580bedaee3fa0a7d3f329ff0f2b5d94e2636046 Author: Mirko Tietgen Date: Fri Dec 14 14:21:24 2012 +0100 Bug 9287 - socialnetworks is enabled by default The socialnetworks feature is enabled by default after installing Koha. It shouldn't be. Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 13:54:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 12:54:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8125 created. v3.08.00-1437-g570372b 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, new/bug_8125 has been created at 570372b24ef081aca5bbb8aea8a1462fced14e68 (commit) - Log ----------------------------------------------------------------- commit 570372b24ef081aca5bbb8aea8a1462fced14e68 Author: Colin Campbell Date: Tue May 22 11:11:33 2012 +0100 Bug 8125 Sip addess should include all address fields Expansion of Liz Rea's original patch Bug report specifically mentioned lack of the Zip/Postal code but all used address fields should be included. Moved the address generation to its own sub. Hopefully using an if else will read more clearly than the original ternary operator proved to be Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 14:02:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 13:02:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9104 created. v3.08.00-1438-gc0d2db7 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, new/bug_9104 has been created at c0d2db7781e24ca00691620733072b3c0573fb35 (commit) - Log ----------------------------------------------------------------- commit c0d2db7781e24ca00691620733072b3c0573fb35 Author: Fridolyn SOMERS Date: Mon Dec 3 10:12:42 2012 +0100 Bug 9104: country in CSV in overdue_notices.pl Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Output of of the overdues script with -csv now contains country from the first address in the patron account. I checked output for 2 patrons, one with and one without country in the patron's address. All tests pass. Perlcritic fails before and after: "require" statement with library name as string at line 29, column 12. Use a bareword instead. (Severity: 5) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 14:43:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 13:43:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1438-gc0d2db7 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 c0d2db7781e24ca00691620733072b3c0573fb35 (commit) via 570372b24ef081aca5bbb8aea8a1462fced14e68 (commit) via 6580bedaee3fa0a7d3f329ff0f2b5d94e2636046 (commit) from 33e95ea3b903b3ec75305a96f37d1954feb4e0b1 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS/Patron.pm | 22 +++++++++++++++++++--- installer/data/mysql/sysprefs.sql | 2 +- misc/cronjobs/overdue_notices.pl | 8 +++++--- 3 files changed, 25 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 20:01:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 19:01:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1390-g7d6ffdc 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.10.x has been updated via 7d6ffdc92b56c8fbddcd1fc44d6e63499ba53516 (commit) via 6ad9b9e97aab3a1fe85323ed30033c49557e85bb (commit) from 8809ff5cc253469e9304dc93139224a345a10c73 (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 7d6ffdc92b56c8fbddcd1fc44d6e63499ba53516 Author: Mirko Tietgen Date: Fri Dec 14 14:21:24 2012 +0100 Bug 9287 - socialnetworks is enabled by default The socialnetworks feature is enabled by default after installing Koha. It shouldn't be. Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 6ad9b9e97aab3a1fe85323ed30033c49557e85bb Author: Vitor FERNANDES Date: Mon Nov 26 11:23:15 2012 +0000 Bug 9144 - bulkmarcimport.pl - Problem identifying errors Replace \r with \n for newline in output for bulkmarcimport.pl Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 2 +- misc/migration_tools/bulkmarcimport.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 19 21:39:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 19 Dec 2012 20:39:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1439-g7ecf358 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 7ecf358ee3de0617ef53fc54f30d3f4a34e08b3c (commit) from c0d2db7781e24ca00691620733072b3c0573fb35 (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 7ecf358ee3de0617ef53fc54f30d3f4a34e08b3c Author: Jared Camins-Esakov Date: Wed Dec 19 15:46:21 2012 -0500 Update history with our newest committer Welcome, Vitor Fernandes! ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 01:31:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2012 00:31:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9166 created. v3.08.00-1440-g0c08501 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, new/bug_9166 has been created at 0c08501e9da61c0444c60d0116ccc696f03d8f66 (commit) - Log ----------------------------------------------------------------- commit 0c08501e9da61c0444c60d0116ccc696f03d8f66 Author: Owen Leonard Date: Thu Nov 29 08:58:24 2012 -0500 Bug 9166: OPAC needs configuration file for datepicker This patch adds a configuration include file for the datepicker. This file makes redundant the datepicker initialization in js/script.js, so that section is removed. This change should enable two things: the CalendarFirstDayOfWeek preference should now work in the OPAC, and the calendar should now use the current selected language. To test, try the calendar widget when placing a hold in the OPAC. The CalendarFirstDayOfWeek preference should be respected for Monday and Sunday. Switch languages. The calendar interface labels should reflect the current chosen language. Revision adds the configuration include to opac-user as well (required by the suspend holds feature). Signed-off-by: Jonathan Druart the datepicker plugin works for opac-reserve and opac-user Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 01:31:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2012 00:31:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1440-g0c08501 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 0c08501e9da61c0444c60d0116ccc696f03d8f66 (commit) from 7ecf358ee3de0617ef53fc54f30d3f4a34e08b3c (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/calendar.inc | 5 +-- koha-tmpl/opac-tmpl/prog/en/js/script.js | 25 +------------------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 1 + 4 files changed, 5 insertions(+), 27 deletions(-) copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/includes/calendar.inc (95%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 13:48:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2012 12:48:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8795 created. v3.08.00-1441-g88e822b 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, new/bug_8795 has been created at 88e822bfd7a7952189d59613368de1c83789123a (commit) - Log ----------------------------------------------------------------- commit 88e822bfd7a7952189d59613368de1c83789123a Author: Christophe Croullebois Date: Thu Sep 20 09:16:19 2012 +0200 Bug 8795: Adding the login branch as default in orderreceive.tt The homebranch and holdingbranch ddl in item block are not default selected. I just put the default choice as the login branch. Signed-off-by: Owen Leonard Before the patch, orderreceive.pl showed the branches alphabetically. After the patch, it automatically selects the branch I'm logged in to. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 13:55:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2012 12:55:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8878 created. v3.08.00-1442-g0e5246d 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, new/bug_8878 has been created at 0e5246d7f7d05068e4f9c2d0fcdfb1300308c342 (commit) - Log ----------------------------------------------------------------- commit 0e5246d7f7d05068e4f9c2d0fcdfb1300308c342 Author: Robin Sheat Date: Fri Oct 5 16:04:23 2012 +1300 Bug 8878 - a command to provide a shell with the koha environment This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places. Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 20 13:55:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 20 Dec 2012 12:55:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1442-g0e5246d 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 0e5246d7f7d05068e4f9c2d0fcdfb1300308c342 (commit) via 88e822bfd7a7952189d59613368de1c83789123a (commit) from 0c08501e9da61c0444c60d0116ccc696f03d8f66 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 1 + debian/docs/koha-shell.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++ debian/koha-common.install | 1 + debian/scripts/koha-shell | 88 ++++++++++++++++++++++++++++++++++ 4 files changed, 202 insertions(+), 0 deletions(-) create mode 100644 debian/docs/koha-shell.xml create mode 100755 debian/scripts/koha-shell hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 13:14:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 12:14:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9235 created. v3.08.00-1443-g2acd3d8 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, new/bug_9235 has been created at 2acd3d85b5d6a82d58c2177d5a260f52dc363e63 (commit) - Log ----------------------------------------------------------------- commit 2acd3d85b5d6a82d58c2177d5a260f52dc363e63 Author: Tomas Cohen Arazi Date: Thu Dec 6 16:53:17 2012 -0300 Bug 9235 - Hardcoded values in cronjobs/backup.sh This patch makes the script read those parameters from the corresponding $KOHA_CONF file. Regards To+ Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 13:34:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 12:34:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9151 created. v3.08.00-1448-gdd754c3 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, new/bug_9151 has been created at dd754c3108dd71885e8af3ebcaa34028855bdfee (commit) - Log ----------------------------------------------------------------- commit dd754c3108dd71885e8af3ebcaa34028855bdfee Author: Jared Camins-Esakov Date: Fri Dec 21 07:41:27 2012 -0500 Bug 9151: Increment version number Database update for bug 9151 has been given version 3.11.00.010 commit 5b5e2db3ff810cf4dd4eaa84a0ab39f989660e7d Author: Paul Poulain Date: Thu Dec 20 18:38:00 2012 +0100 Bug 9151 follow-up: fr-FR translated to french Signed-off-by: Jared Camins-Esakov commit 97b05999187ad5a3b69f9667c920ba0d80650a16 Author: Kyle M Hall Date: Fri Dec 7 07:48:05 2012 -0500 Bug 9151 - Renewal notice according to patron alert preferences - QA Followup - Fix DB Revs & Grammar Signed-off-by: Jared Camins-Esakov commit 8048ba3201bc72653e6b1a3d890d3fdb3bfced87 Author: Vitor FERNANDES Date: Tue Nov 27 15:17:59 2012 +0000 BUG 9151 - Renewal notice according to patron alert preferences (Patch 2) Added a system preferences (RenewalSendNotice - default no) to controll the renewal notice sending. Added to installer languages the renewal notice template. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov commit a478c52e09ba6835627dd45d3a9b75120e89568f Author: Vitor FERNANDES Date: Tue Nov 27 12:42:18 2012 +0000 BUG 9151 - Renewal notice according to patron alert preferences Modifications on AddRenewals and SendCirculationAlert in order to send a renewal notice to the patron according to the patron checkout alert preference. Added a new notice template for renewals notices. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 13:37:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 12:37:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5634 created. v3.08.00-1450-g0becc0a 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, new/bug_5634 has been created at 0becc0ab1d35290d1466b3206dd8e0c40d14c0e6 (commit) - Log ----------------------------------------------------------------- commit 0becc0ab1d35290d1466b3206dd8e0c40d14c0e6 Author: Jared Camins-Esakov Date: Fri Dec 21 07:44:09 2012 -0500 Add Nadia Nicolaides to history Welcome, Nadia. You are the 197th person to commit a patch to Koha! commit 4d644c6930bc200595fcaa2ed07999945ec10cd5 Author: Nadia Nicolaides Date: Wed Dec 19 15:52:34 2012 -0300 Follow-up Bug 5634: Ordering branches should be case independent This patch fix the order of branches in the log-in page, on Branch.pm we added the variable branchcode to the hash returned by GetBranchesLoop, and this function is used on Auth.pm to get a list of branches ordered by branchname To test 1) Use an installation with some branches 2) On login screen the branches are ordered by branchcode 3) apply the patch 4) On login screen the branches are now ordered by branchname Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart This patch works as expected. Before applying the patch the branches with lower case was at the end of the list. Now they are well ordered. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 13:38:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 12:38:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1450-g0becc0a 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 0becc0ab1d35290d1466b3206dd8e0c40d14c0e6 (commit) via 4d644c6930bc200595fcaa2ed07999945ec10cd5 (commit) via dd754c3108dd71885e8af3ebcaa34028855bdfee (commit) via 5b5e2db3ff810cf4dd4eaa84a0ab39f989660e7d (commit) via 97b05999187ad5a3b69f9667c920ba0d80650a16 (commit) via 8048ba3201bc72653e6b1a3d890d3fdb3bfced87 (commit) via a478c52e09ba6835627dd45d3a9b75120e89568f (commit) via 2acd3d85b5d6a82d58c2177d5a260f52dc363e63 (commit) from 0e5246d7f7d05068e4f9c2d0fcdfb1300308c342 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 8 +----- C4/Branch.pm | 9 ++++--- C4/Circulation.pm | 24 +++++++++++++++++++- docs/history.txt | 1 + .../data/mysql/de-DE/mandatory/sample_notices.sql | 1 + .../data/mysql/en/mandatory/sample_notices.sql | 6 +++- .../data/mysql/es-ES/mandatory/sample_notices.sql | 1 + .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 1 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 1 + .../data/mysql/pl-PL/mandatory/sample_notices.sql | 1 + .../data/mysql/ru-RU/mandatory/sample_notices.sql | 1 + installer/data/mysql/sysprefs.sql | 1 + .../data/mysql/uk-UA/mandatory/sample_notices.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++++++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 5 ++- .../en/modules/admin/preferences/circulation.pref | 6 +++++ kohaversion.pl | 2 +- misc/cronjobs/backup.sh | 20 ++++++++-------- 18 files changed, 72 insertions(+), 27 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 14:04:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 13:04:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9260 created. v3.08.00-1451-gab732ce 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, new/bug_9260 has been created at ab732ce20eb91ba24feae7efb7f553969b7e792e (commit) - Log ----------------------------------------------------------------- commit ab732ce20eb91ba24feae7efb7f553969b7e792e Author: MJ Ray Date: Tue Dec 11 14:17:36 2012 +0000 Bug 9260: stop koha-run-backups complaining "missing ]" Found because cron.daily/koha output contains the error "[: 97: missing ]" To test: 1. run koha-run-backups --days 2 --output /var/spool/koha 2. should see no output Sponsored-by: Library of the J?zef Pi?sudski Institute of America Signed-off-by: Vitor FERNANDES Signed-off-by: Jonathan Druart I still get an error: ./koha-run-backups: 58: ./koha-run-backups: koha-list: not found But this patch fixes the syntax error Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 14:07:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 13:07:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1451-gab732ce 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 ab732ce20eb91ba24feae7efb7f553969b7e792e (commit) from 0becc0ab1d35290d1466b3206dd8e0c40d14c0e6 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-run-backups | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 20:23:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 19:23:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1392-g5889a44 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.10.x has been updated via 5889a4486807a0316be93856e36591f79603dcba (commit) via 2b8aaa3174b3021f76c053812908b1ebaba05af7 (commit) from 7d6ffdc92b56c8fbddcd1fc44d6e63499ba53516 (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 5889a4486807a0316be93856e36591f79603dcba Author: Tomas Cohen Arazi Date: Thu Dec 6 16:53:17 2012 -0300 Bug 9235 - Hardcoded values in cronjobs/backup.sh This patch makes the script read those parameters from the corresponding $KOHA_CONF file. Regards To+ Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 2b8aaa3174b3021f76c053812908b1ebaba05af7 Author: Robin Sheat Date: Fri Oct 5 16:04:23 2012 +1300 Bug 8878 - a command to provide a shell with the koha environment This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places. Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-shell.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++ debian/koha-common.install | 1 + debian/scripts/koha-shell | 88 ++++++++++++++++++++++++++++++++++ misc/cronjobs/backup.sh | 20 ++++---- 4 files changed, 211 insertions(+), 10 deletions(-) create mode 100644 debian/docs/koha-shell.xml create mode 100755 debian/scripts/koha-shell hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 20:30:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 19:30:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-41-g1fb5dde 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.8.x has been updated via 1fb5dde26c53ed317c36fa97abafa873cc5c9c24 (commit) via a690b9fb571f3f11dcc8d705e5dbf14007ba82a4 (commit) via 185d563c48ad73c60cee04d080b13296746e0a7e (commit) via 169c38db5be3311d461eee621f30f5b55a8f6b4e (commit) via 2ed3e852f14f11b6454dc3214c58735719ef88d9 (commit) from 510c29b1c618fa37e63ebaed065adddb044359e8 (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 1fb5dde26c53ed317c36fa97abafa873cc5c9c24 Author: Robin Sheat Date: Fri Oct 5 16:04:23 2012 +1300 Bug 8878 - a command to provide a shell with the koha environment This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places. Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a690b9fb571f3f11dcc8d705e5dbf14007ba82a4 Author: Owen Leonard Date: Wed Sep 5 12:32:32 2012 -0400 Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl In order to be valid XHTML ampersands must be encoded ("&"). Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 185d563c48ad73c60cee04d080b13296746e0a7e Author: christophe croullebois Date: Thu Jul 5 20:07:42 2012 +0200 SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl Because in parcel.pl page the filter (on the left) makes a table using jscript and a very different workflow, the "cancel" link does nothing just asking for cancelling. Principaly due to the use of the "filter" js function that call the parcel.pl page and does all the job in a separate block with a separate perl function (SearchOrder) that sends all to js, that constructs html to finally append it to table. So I have decided to rebuild entirely the filter. I have choosen to overload the function "GetPendingOrders" to enable it to accept new arguments. To test : when you are in "parcel.pl" ready to receive orders, simply select a filter on the left and on the filtered page try to cancel a line. You'll have the warning message but no more, the line will be not canceled. Signed-off-by: wajasu commit 169c38db5be3311d461eee621f30f5b55a8f6b4e Merge: 2ed3e85 510c29b Author: Chris Cormack Date: Fri Dec 14 08:36:39 2012 +1300 Merge remote-tracking branch 'kc/3.8.x' into 3.8.x commit 2ed3e852f14f11b6454dc3214c58735719ef88d9 Author: Owen Leonard Date: Wed Nov 21 15:08:45 2012 -0500 Bug 8843 [3.8.x] Cannot export bibliographic records by call number Reworked for 3.8.x: When building the query for exports by call number the script has the logic reversed. It tries to select records with call numbers less than the starting call number and greater than the ending call number. This should be reversed. To test, test an export in an unpatched system. An export by call number will return an empty file. After applying the patch an export by call number should give valid results. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 64 ++++++----- acqui/parcel.pl | 64 +++--------- debian/docs/koha-shell.xml | 112 ++++++++++++++++++++ debian/koha-common.install | 1 + debian/scripts/koha-shell | 88 +++++++++++++++ .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 89 +++------------ tools/export.pl | 4 +- 7 files changed, 273 insertions(+), 149 deletions(-) create mode 100644 debian/docs/koha-shell.xml create mode 100755 debian/scripts/koha-shell hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 20:31:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 19:31:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1393-g904f7c2 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.10.x has been updated via 904f7c2c60579c2128f820fd684a77731cff877e (commit) from 5889a4486807a0316be93856e36591f79603dcba (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 904f7c2c60579c2128f820fd684a77731cff877e Author: MJ Ray Date: Tue Dec 11 14:17:36 2012 +0000 Bug 9260: stop koha-run-backups complaining "missing ]" Found because cron.daily/koha output contains the error "[: 97: missing ]" To test: 1. run koha-run-backups --days 2 --output /var/spool/koha 2. should see no output Sponsored-by: Library of the J?zef Pi?sudski Institute of America Signed-off-by: Vitor FERNANDES Signed-off-by: Jonathan Druart I still get an error: ./koha-run-backups: 58: ./koha-run-backups: koha-list: not found But this patch fixes the syntax error Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-run-backups | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 20:45:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 19:45:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1395-g214745c 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.10.x has been updated via 214745c13b2d9288d23aeaf30d5d9a07f9ab4a72 (commit) via ba32d48d3d6d1f1485896c16426e09f14d51f3ef (commit) from 904f7c2c60579c2128f820fd684a77731cff877e (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 214745c13b2d9288d23aeaf30d5d9a07f9ab4a72 Author: Chris Cormack Date: Sat Dec 22 08:52:34 2012 +1300 3.10.1 release notes commit ba32d48d3d6d1f1485896c16426e09f14d51f3ef Author: Chris Cormack Date: Sat Dec 22 08:51:37 2012 +1300 Bump version for release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_10_1.txt | 361 +++++++++++++++++++++++++++ 3 files changed, 368 insertions(+), 1 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_1.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 21 20:58:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 21 Dec 2012 19:58:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-43-g7ef6a81 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.8.x has been updated via 7ef6a81cbb064866dd09e3bf3b7b9263eabe0ec8 (commit) via 10904a2d6bcf4d07d928b60e93a2b449dac1e585 (commit) from 1fb5dde26c53ed317c36fa97abafa873cc5c9c24 (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 7ef6a81cbb064866dd09e3bf3b7b9263eabe0ec8 Author: Chris Cormack Date: Sat Dec 22 09:04:01 2012 +1300 Release notes for 3.8.8 commit 10904a2d6bcf4d07d928b60e93a2b449dac1e585 Author: Chris Cormack Date: Sat Dec 22 08:56:21 2012 +1300 Bumping version for release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_8_8.txt | 319 ++++++++++++++++++++++++++++ 3 files changed, 326 insertions(+), 1 deletions(-) create mode 100644 misc/release_notes/release_notes_3_8_8.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 21:18:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 20:18:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-44-g4cf4e11 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.8.x has been updated via 4cf4e11faa42af3636305e8ba348f46c5e6a9b32 (commit) from 7ef6a81cbb064866dd09e3bf3b7b9263eabe0ec8 (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 4cf4e11faa42af3636305e8ba348f46c5e6a9b32 Author: D Ruth Bavousett Date: Sat Dec 22 12:15:03 2012 -0300 Updated translations for 3.8.8 ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 4850 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/am-Ethi-pref.po |39813 ++++- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 4861 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |39359 +++--- misc/translator/po/ar-Arab-pref.po |47934 +++++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 4850 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |39253 +++--- misc/translator/po/az-AZ-pref.po |51996 ++++++- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 4789 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/ben-pref.po |44445 +++++- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 4850 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/ca-VA-pref.po |39138 ++++- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 4835 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |39344 +++--- misc/translator/po/da-DK-pref.po |24950 +++- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 4834 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |39361 +++--- misc/translator/po/de-CH-pref.po |31758 +++- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 4854 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |39361 +++--- misc/translator/po/de-DE-pref.po |37241 ++++- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 4976 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |39349 +++--- misc/translator/po/el-GR-pref.po | 9707 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 4881 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |39306 +++--- misc/translator/po/en-GB-pref.po |67295 +++++++- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 4881 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |39373 +++--- misc/translator/po/en-NZ-pref.po |36130 ++++- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 4862 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |39357 +++--- misc/translator/po/es-ES-pref.po | 56 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 4883 +- misc/translator/po/eu-pref.po |68498 +++++++- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 5055 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |39155 +++--- misc/translator/po/fi-FI-pref.po |54339 ++++++- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 4830 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |39342 +++--- misc/translator/po/fr-CA-pref.po |15422 ++- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 4839 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |39193 +++--- misc/translator/po/fr-FR-pref.po | 2138 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 4850 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |39250 +++--- misc/translator/po/hi-pref.po |29771 +++- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 4871 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |39121 +++--- misc/translator/po/hr-HR-pref.po |17169 ++- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 4875 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |39147 +++--- misc/translator/po/hu-HU-pref.po |57885 ++++++- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 4861 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |39317 +++--- misc/translator/po/hy-Armn-pref.po |60733 ++++++- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 4902 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |39107 +++--- misc/translator/po/id-ID-pref.po |70230 +++++++- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 4803 +- misc/translator/po/is-IS-pref.po |49052 +++++- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 4840 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |39366 +++--- misc/translator/po/it-IT-pref.po |43631 +++++- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 4867 +- misc/translator/po/ja-Jpan-JP-pref.po |41136 ++++- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 4830 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |39133 +++--- misc/translator/po/lo-Laoo-pref.po |58744 ++++++- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 4851 +- misc/translator/po/mi-NZ-pref.po |20275 ++- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 4850 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |39219 +++--- misc/translator/po/mon-pref.po |61849 +++++++- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 4792 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |39124 +++--- misc/translator/po/mr-pref.po |50156 +++++- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 4882 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |39122 +++--- misc/translator/po/ms-MY-pref.po | 1069 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 4849 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |39282 +++--- misc/translator/po/nb-NO-pref.po |13997 ++- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 4837 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |39149 +++--- misc/translator/po/nl-BE-pref.po |32851 ++++- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 4863 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/nl-NL-pref.po |48949 +++++- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 4801 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |39204 +++--- misc/translator/po/nn-NO-pref.po |37108 ++++- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 5048 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |39233 +++--- misc/translator/po/pl-PL-pref.po |22644 +++- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 4849 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |39359 +++--- misc/translator/po/pt-BR-pref.po | 7573 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 4949 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |60775 ++++---- misc/translator/po/pt-PT-pref.po | 6371 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 4803 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |39186 +++--- misc/translator/po/ro-RO-pref.po |43526 +++++- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 4833 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |39363 +++--- misc/translator/po/ru-RU-pref.po | 8676 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 4783 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/sd-PK-pref.po |70361 +++++++- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |32220 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |184628 +++++++++----------- misc/translator/po/sk-SK-pref.po |35138 ++++- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 4855 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |39121 +++--- misc/translator/po/sv-SE-pref.po |72281 ++++++++- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 4835 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |39260 +++--- misc/translator/po/tet-pref.po |27293 +++- .../po/th-THA-i-opac-t-prog-v-3006000.po | 4853 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/th-THA-pref.po | 6476 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 8536 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |55133 +++--- misc/translator/po/tr-TR-pref.po |65580 +++++++- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 4833 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |39390 +++--- misc/translator/po/uk-UA-pref.po |23449 +++- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 4789 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/ur-Arab-pref.po | 3199 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 4876 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po |39099 +++--- misc/translator/po/vi-VN-pref.po |67319 +++++++- misc/translator/po/zh-Hans-CN-pref.po |54092 ++++++- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 4847 +- misc/translator/po/zh-Hans-TW-pref.po |57580 ++++++- 140 files changed, 2775497 insertions(+), 1195323 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 21:36:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 20:36:16 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.08 created. v3.08.08 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.08.08 has been created at 2adedfe8043d16f964f544bd6a5fa0aacba34f56 (tag) tagging 4cf4e11faa42af3636305e8ba348f46c5e6a9b32 (commit) replaces v3.08.07 tagged by Chris Cormack on Sun Dec 23 09:35:40 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.8.8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlDWGZwACgkQZgbcHEvgMLPGnQCfakXu20/WdeIGeKGwAqX/zJpU raYAn1GGTfLqYRsZ9O3Eps6ssz1OgJ7b =VI3j -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 8781: hiding of transfer page when it's useless Chris Cormack (3): Merge remote-tracking branch 'kc/3.8.x' into 3.8.x Bumping version for release Release notes for 3.8.8 D Ruth Bavousett (1): Updated translations for 3.8.8 David Cook (1): Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Fridolyn SOMERS (3): Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Bug 9123: Authorities search ordered by authid does not work Jared Camins-Esakov (3): Bug 9070: [SIGNED-OFF] authority searches in auth_finder error out Bug 9149: Add missing GetAuthorizedHeading Bug 9135: updatedatabase.pl fails when DEBUG is set Jonathan Druart (1): Bug 9134: There is no previous link on the second page of the search results page Katrin Fischer (2): Bug 9024: Adding sample patron attributes to German web installer Bug 9024: Add missing sample data to existing files Kyle M Hall (1): Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Lyon3 Team (1): Bug 9098 Replace tabulations by spaces in opac-user.pl Mathieu Saby (2): Bug 8954: Make languages list in advanced search translatable (revision 1) Bug 8946: corrections in inc files for UNIMARC coded fields advanced search Mirko Tietgen (1): Bug 9024: Fix typo Nicole C. Engard (1): Follow up to Bug 6680: tiny up download lists formats Owen Leonard (15): Bug 9077 [3.8.x] OPAC Social media links broken by fix for Bug 8973 Bug 8163: Click to populate XSLT preferences with "default" or empty values Bug 8546 - Error in description of OPAC Advanced Search Publication date range search Bug 5521 - item edit form appears if no items found Bug 9115 - basket window should close automatically when placing a hold Bug 9073 - Download option from the cart should match the menu button in lists Bug 8515 - OPAC password change does not obey OpacPasswordChange Bug 8614 [3.8.x] Icon for scores on OPAC detail page broken Bug 9106 - Filtering list of uncertain price list by owner empties order information Bug 9137 - Focus when editing/adding new itemtypes/authorised values Bug 8820 [3.8.x] Don't show orders table if there are no orders Bug 8588 [3.8.x] Duplicate field IDs cause problems with SQL report parameter entry Bug 7129 [3.8.x] actual cost showing too many zeros Bug 8843 [3.8.x] Cannot export bibliographic records by call number Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl Paul Poulain (1): Bug 8981 follow-up: case Robin Sheat (2): Bug 6680 - simple tidy-up of cart download format descriptions Bug 8878 - a command to provide a shell with the koha environment Tomas Cohen Arazi (4): Bug 8800 - useDaysMode=Datedue wrong behaviour (revisited) Bug 9078 - is_holiday should honour holiday exceptions Bug 9078 - fixing exceptions broke tests Bug 9142 - Remove the use of subtests christophe croullebois (1): SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 21:51:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 20:51:17 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.01 created. v3.10.01 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.10.01 has been created at 16e3258af37fb71c7bc501e52dfce6ec0fe807dc (tag) tagging 214745c13b2d9288d23aeaf30d5d9a07f9ab4a72 (commit) replaces v3.08.00 tagged by Chris Cormack on Sun Dec 23 09:50:04 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.10.1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlDWHPwACgkQZgbcHEvgMLPGHACffgYYavKtzBh6PLCu/9v6UdRs CbkAoIwLwJ1u6tnlDeOPnW1z8mX67ZHo =NYVu -----END PGP SIGNATURE----- Adrien Saurat (15): Bug 8027: fix param order for z3950 INSERT Bug 8025: corrects the return of a zero value for authorised values Bug 8045: fixes "date due" when checking in Bug 8217:[SIGNED-OFF] Focus on search box in staff detail page Bug 7379: display of copy number description (AV) Bug 7905: display serial notes on several lines Bug 8477: Displays home/holding branches on return page Bug 7241: fix for the CIRC logs -> itemnumber stored correctly Bug 8719: Private lists always sorted by title Bug 8757: longer descriptions for authorised values Bug 7873: fixes sort on Title in OPAC basket Bug 8441: hides MODS export by default in French install Bug 7483: fixes on breadcrumbs in Authority administration Bug 8234: fixes date sort on 'Transfers to receive' page Bug 8781: hiding of transfer page when it's useless Aleksa Vujicic (1): Bug 7129: Added a sprintf to format the actual cost. Alex Arnaud (4): Bug 8224 - Make authorized values appear in planning list Bug 5981 - OPAC: Add limits to search history Bug 7299 pass itemnumber in ILSDI holditem service Bug 8381 - Paging broken in OPAC search results Amit Gupta (6): Bug 7739 - Batch edit items of a title Bug 5795 Update the database as follow-up If sys pref Bug 8166 - Adding new currencies & exchange rates Bug 6774 Display barcode on OPAC detail page(Correcting Typo). Bug-7161 Open Library - Larger image, Read, borrow and checked-out status Bug 5409 - Fix call number not shown on opac search result page Bart Jorgensen (7): Bug 5327 : Added a few more lines of code to the ItemType.t unit test Bug 5327 Tests for C4::Matcher Added and tested a mock-db tested a couple of features Added a mock-db table and tested a line Added tests to installer_perlmodules Bug 5327: Unit tests for C4 socialdata Bug 5327: Testing c4 Images Chris Cormack (34): Bug 8072: [SIGNED-OFF] Changes in capitalisation had broken guided reports Bug 7213 : Follow up fixing license information Bug 8135 : Fix installer to copy services/ dir Bug 4330 : Fixing FSF address and copyright headers Bug 4330 : Fixing FSF address and copyright statements Bug 4330 Fixing FSF statements Bug 4330 : Adding missing license statement Bug 4330 : Last of the opac files with wrong FSF address Bug 4330 : Fixing FSF address and copyright headers for acqui/ Bug 4330 : Adding copyright headers and fixing FSF addresses Bug 8082: Fixing circulation.pref to match reality for IssuingInProcess Bug 5327 : Fix for XISBN test, thingisbn is now handing back different results Bug 7941 : Fix version numbers in modules Bug 5337 : Upping the count of the unit tests Bug 6350 : Updating history Bug 7818 : Following, fixing so the packages build Still need to update koha-create to make use of the new file Bug 7143 : Adding Stacey Walker to the history Bug 5327 : Follow up for TTParser test Bug 5644 : Fixing dropbox mode calculation Bug 5644 : Fixing the test Bug 8486 - Follow up making the tests db independent Bug 7143: Updating history and about file Bug 6886 - OPAC XSLT respecting single branch mode Bug 6886 - Follow up for UNIMARC Bug 6886 Follow up for NORMARC Bug 8293 : Fixing POD to match actuality. Bug 5327 : Fixing a typo in the test that was causing a false fail Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Bug 3652: XSS vulnerability in page numbering Bug 3652 XSS vulnerability in facets Bug 7143: Adding new developers to the history file Bug 7143 : New committer to history Bump version for release 3.10.1 release notes Chris Hall (5): Bug 7249 : Allow reports to be called through a restful interface Bug 7248 Added caching support and and moved Caching into Koha namespace bug 8323 fixing year sorting of a list bug 8322 removing additional spaces before fullstop on catalogue/detail and opac-detail pages. bug 3652 fixing XSS vulnerabilities in opac-search Chris Nighswonger (21): Bug 7977: Upgrading DataTables library to 1.9.1 Bug 7977: Updating datatables.css to reflect changes from v1.8.1 to v1.9.1 Bug 7977: Adding jEditable minified version Bug 7977: Adding DateTime::Format::MySQL as a core dependency Bug 7977: Quote-of-the-day (QOTD) Feature for OPAC Bug 7977: QOTD uploader to enable uploading csv files containing quotes Bug 7977: Further UI work on the QOTD uploader Bug 7977: Further UI work on the QOTD editor Bug 7977: Fixing captialization on the tools main page Bug 7977: Fixing quote sample data timestamps Bug 7977: Adding Daily Quotes Tests to Koha.t test suite; also fixing sort order on quote selection SQL Bug 7977: Adding Koha standard help files for QOTD feature Bug 7977: Followup patch addressing items pointed out by Jonathan Druart Bug 7977: Removing unused code from quotes_ajax.pl Bug 7977: Fixing a bug which results in quote fields being incorrectly offset when saving uploaded quotes Bug 7977: Improving upload result message display Making source a text field rather than a varchar to avoid potential length limitations Fixing a typo in the quotes-upload help file and hardcoded css Bug 9036 - 00-load.t checks Koha::Cache::Memcached when it should not this patch adds code to skip this module during this test Bug 9039 - Tests in the basic test suite should only test code based on required dependencies/modules Bug 9085 - Installer will not run with DEBUG set Christophe Croullebois (4): Bug 7329: Items onloan are deleted when undoing import into catalog Bug 6566 Checking if DB's records are properly indexed Bug 8637: Lack of control on mandatory in orderreveive.tt Bug 8557: Prevents form validation by pressing "Enter" Christopher Nighswonger (1): Bug 7119 - tidy t/00-load.t Claire Hernandez (2): Bug 7994: scripts to check yaml files Bug 7994: Fix pref yaml errors Colin Campbell (31): Fix typo in patch for bug 7849 Bug 7987 [SIGNED-OFF] Fix typo in circulation template Bug 6335 Set branch in sip session Bug 8150 [SIGNED-OFF]?Remove obsoleted navigation bar in circ history Bug 3638 Self Check Should Capture Hold Items Bug 3638 : Captured Holds may need to generate a transfer Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere Bug 8227 Fix deprecated construct compile time warning in Serials Bug 8216: Allow SIP modules to pass critic tests Bug 6939 DefaultClassificationSource should be default in 942 Bug 7619 Use CRLF as default terminator Bug 8271 teach SIPServer.pm to set its own lib path Bug 8486 Correct calculation of days_between Bug 8486 Merge Calendar test files Bug 8479 Calculate rank irrespective of display option Bug 8675 Add hours and mins to renewal due date Bug 8514 Restore Patron Name Display Order Bug 8251 Do not try to debar patrons if returns are not overdue Bug 8761 Dont inadvertantly use slices Bug 8017 reduce manipulation of GetAllIssues return Bug 8656 Calendar needs to load both exception and nonexception dates Bug 8418: load repeating holidays hash correctly Bug 6976 Close loophole allowing borrowers extra holds via opac Bug 8653 remove erroneous whitespace blocking indexing bug 8768 correct an error in ItemType.t bug 8768 correct an error in ItemType.t Bug 8727 Minor stylistic change to help text Bug 8336 Support Sip Renewal Transaction Bug 7751: Decrease Loans for Items in Demand for Holds Bug 6679 Avoid critic failure caused by ambiguous code Bug 8841 Duedate should be set to end of expiry day D Ruth Bavousett (5): Bug 8009: Item descriptive data not populated on pay.pl Bug 8392: Category age ranges not being enforced Bug 8012: default values for defaultSortField/defaultSortOrder NULL on install Bug 8569: Paying for lost item overwrites nonpublic notes. Bug 7613: OCLC Connexion web service and desktop client, followup patch David Cook (15): Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Bug 8422 - Fix impossible warning in circulation.pl when OverduesBlockCirc set to Block Bug 8448 - Holds Awaiting Pickup : Cancelling a hold on a waiting item with multiple holds displays a blank screen instead of a warning prompt Bug 8414 - Intranet header toplinks display white rather than blue in < IE8 Bug 8434 - Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm) Bug 7839 [ENH] : Add tab in patron record to show patron's routing lists Bug 8455 - Check ins processed through "Check Out" tab of the Patron Record ignore Circulation System Preferences Bug 8764 - Template change "Authors" to "Additional authors" in OPAC Bug 8765 - Add series title to intranet search results Bug 8717 - Wrong subscription notes are showing in catalogue detail view of serials in staff client Bug 8585 : Add System Preference to specify Holds to Pull List Start Date Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Dobrica Pavlinusic (23): Bug 7213 - simple /svc/ HTTP example Bug 7846 - get_batch_summary massive speedup Bug 7872 - C4::Items::GetItemsInfo should use C4::Koha instead of SQL queries directly Bug 8178 - circ/circulation.pl under plack duplicates checkout rows Bug 7810 - C4/Auth.pm - on plack restart session is undefined Bug 7952 - PDF::Reuse under plack writes to console STDOUT instead to browser Bug 7952 - followup to fix t/Creators.t Bug 8247 - adding basket doesn't save basket name, internal or vendor note Bug 7961 - Local cover images should support CSV link files Bug 8183 - acqui/parcels.pl plack scoping Bug 8180 - cataloguing/additem.pl plack scoping Bug 7857 - invalidate cached preferences after SetVersion Bug 7857 - database upgrade fails with plack Bug 7857 - [SIGNED-OFF] database upgrade fails with plack Bug 8315 - remove use C4::* version Bug 8439 - Printing basketgroup does not work on plack Bug 8442 - labels creator fixes for plack Bug 6448 [3/3] EAN-13 barcode labels Bug 6448 [1/3] EAN-13/UPC-A itemBarcodeInputFilter Bug 6448 [2/3] Barcodes::EAN13 autoBarcode Bug 6448 - carp on invalid barcode Bug 8953 - opac-userupdate encoding issues Bug 8919 - ExtendedPatronAttributes not populated from LDAP Duncan Tyler (2): Added coverage to unit test for TTParser Added coverage to unit test for TTParser Elliott Davis (2): bug_7420: Added overduefinescap to issuingrules Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl Frederick Capovilla (3): Bug 8597: Improve template markup to prepare for mobile Bug 8597: Create new CCSR theme Bug 8597: Add mobile functionality to ccsr theme Fridolyn SOMERS (42): BUG5312 XHTML correction in authority summary Bug 8476: Little bug in OPAC XSLT on OPACURLOpenInNewWindow Bug 8440: Dates does not appear in suggestions management Bug 8503: Software error in edit items with EasyAnalyticalRecords Bug 8576: Software error on authority edition when using merge Bug 8513: OPAC detail page broken with XSLT Bug 8293: Software error when clicking on first or last result of each page on OPAC Bug 8357: UNIMARCslim2OPACDetail.xsl, title without class and too links to views Bug 8586: Small bug in die if no mapping in framework for biblioitems.biblioitemnumber Bug 8440: Dates does not appear in suggestions management Bug 8261: Cannot search system preferences from Local Use tab Bug 8071: link between bib and authorities with the authid Bug 8420: tool statisticfines.pl and hourly loan Bug 8629: update of statistics fields on fund selection in order creation/edition Bug 8705: Software error on help of main page Bug 7690: hidelostitems not working in Normal Display Bug 8275: xml parsing error when the webservice GetPatronInfo/show_loans is called Bug 8709: Subfield 0 does not show in MARC detail in intranet Bug 8692: Authorities search form does not correspond to current search query Bug 8702: System preferences search does not allow accented letters Bug 8497: Strange behavior when modifying the timeout system preference Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Bug 8863: When clearing a patron attribute, they are all cleared Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Bug 8973: HTML and URL escape missing in OPAC templates Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Bug 7455: Authority subfields are cloned in the wrong field Bug 7455: Authority subfields are cloned in the wrong field (follow-up) Bug 7455: Authority subfields are cloned in the wrong field (follow-up 2) Bug 7455: Authority subfields are cloned in the wrong field (follow-up 3) Bug 8988: item status uses authorized value description for intranet Bug 7921: Software error while placing order Bug 8996: In result page items with negative notforloan are available Bug 8844: UNIMARC_sync_date_created_with_marc_biblio.pl creates a modification log Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Bug 8660: Tag status does not show on multiple tag add Bug 8660: follow-up: Porting changes to ccsr theme Bug 9132: Paging through OPAC authority search results does not work Bug 9132: Paging through OPAC authority search results does not work (followup 1) input with and_ora instread of and_or Bug 9168: Software error when filtering in receipt summary Bug 9168: Software error when filtering in receipt summary (followup) Bug 9123: Authorities search ordered by authid does not work Fr?re S?bastien Marie (1): Bug 3280 Restrict Send basket feature Fr?d?ric Demians (14): Bug 7818 Add UNIMARC biblio records zebra DOM def files Bug 6267: [SIGNED-OFF]Fix a typo Bug 8062 [SIGNED-OFF] Cart email broken for non english templates Bug 8062 [SIGNED-OFF] Perl module dependency Template::Plugin::HtmlToText Bug 4838 Fix repeated authorities selection Bug 8392: Avoid having an untranslatable age range Bug 7963 Parallel HTTP requests when checking URLs Bug 8633 Manage OPAC alternate templates Bug 1963 Problem with deleted biblio in a virtual shelf Bug 3087 Fix Z39.50 server to return the correct record syntax Bug 8870 UNIMARC authorities search doesn't display information properly Bug 8915 A script fixing missing MySQL contraints Bug 8968 "Add to cart" translatable on OPAC result page 3.10.0 Translation Update Fr?d?rick (2): Bug 8597: Add system preferences to configure the mobile view. Bug 8570 - Add pagination to the Z39.50 results page Fr?d?rick Capovilla (2): Add a warning if a Z39.50 search is started from biblio edition page. Normalize records imported from Z39.50 servers. Gaetan Boisson (2): Bug 7949 - a different favicon for the staff client Bug 8405 : add IntranetBiblioDefaultView and BiblioDefaultView in XSLT.pm Galen Charlton (14): Bug 7818: update installer for biblio DOM indexing Bug 7818: update miscellaneous installer scripts Bug 7818: utility to generate DOM indexing configs Bug 7818: move koha-indexdefs-to-zebra.xsl Bug 7818: add index_data_field option to DOM indexing repertoire Bug 7818: Zebra DOM filter index definitions for MARC21 bibs Bug 7818: -x option of rebuild_zebra.pl now works with DOM filter Bug 7818: use Title-cover for title phrase weighting Bug 7818: update comment to clarify availability of DOM index mode Bug 7818: add warning about not editing record.abs when using DOM filter bug 8649: make sure C4::Context is fully mocked-up before tests bug 8649: make sure we can exit if a test fails bug 8649: create a temp directory for Zebra for C4::Search tests bug 8649: quiet a variable use warning Henri-Damien LAURENT (1): Bug 8353: Adds a test to check for missing sysprefs in the database Ian Walls (5): Bug 7820: Add missing Debian packages Bug 5549 followup: fix suspension in days further Talking Tech Support - Phase I Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin Bug 6151: Add AllowReturnToBranch system preference Ivan Brown (1): Bug 7643 - Can't upload and import zipped file of patron images Jared Camins-Esakov (164): Bug 7249: Syspref to control number of rows in web service results Bug 8022: Permissions test doesn't check all languages Bug 7998: Don't make the news all bold Bug 8159: Fix error in kohastructure.sql Bug 7847: OPAC search dies with Plack Bug 8092: Convert Koha::Cache to use CHI Bug 8092 follow-up: Add optional dependency on CHI Bug 8092: Cheer up Jenkins on loading Cache modules Bug 8092 follow-up: Fix perlcritic violations Bug 7943: Authority search results are untranslatable Bug 7943 follow-up: Fix template filename Bug 6720: show authority type in auth details Bug 5910: [SIGNED-OFF] only add "All authority types" for UNIMARC Bug 8255: allow local cover images to be cached Bug 8205: Add OPACShowUnusedAuthorities syspref Bug 6557: Record bib popularity in totalissues Bug 8311: Fix scoping error in C4::Auth Bug 8202: Add authority export to tools/export.pl Bug 8384: Some Perl scripts do not compile Bug 8383: Add test to check that Perl scripts compile Bug 8256: Teach webservice to select reports by name Bug 8203: Add ability to save individual authorities Bug 8203 follow-up: QA fixes Bug 8203 follow-up: fix MARCXML export for UNIMARC Bug 8268: Add database dump to export tool Bug 8268 follow-up: incorporate QA comments Bug 8353 follow-up: Perltidy new test Bug 8386: Error in duplicate detection message for authorities Bug 6720: Display the authority type in OPAC Bug 6720 follow-up: use authtypetext instead of summary Bug 8208: Add fast-add link to auth finder plugin Bug 8208 follow-up: move Clear and Create new buttons out of results Bug 8204: Add user friendly authority view to OPAC Bug 8204: fix UNIMARC display Bug 8204 follow-up: quiet warn Bug 8207: Allow see also fields in auths to link to thesauri Bug 8520: fix authority display in staff client Bug 6720 follow-up: fix error when auth has been deleted Bug 8268 follow-up: rewrite config correctly Bug 8268: improve error checking Bug 8636: Add missing dependencies Bug 8572: invalid auth shouldn't cause error Bug 8648: searchResults uses SQL query rather than GetMarcFromKohaField Bug 8520: fix authority display in autocomplete Bug 8524: Add a non-automatic barcode plugin Bug 8524 follow-up: fix broken test Bug 8524 follow-up: fix Javascript syntax error Bug 8550: Z39.50 searches for ISBN/ISSN problematic Bug 8525: highlight matches on OPAC detail page Bug 8207 follow-up: correct typo in authority types Bug 8207 follow-up: correct typo in authority types Bug 8332: Add relationships to auth_finder for authority links Bug 8332 follow-up: make strings translatable Bug 8622: Fix theme fallback Bug 8623: Do not accept "lib" as a valid theme Bug 8623: Move YUI out of prog Bug 8550: restore ISSN field to Z39.50 search Bug 6617: Improve MARC21 enhanced contents display Bug 6617: Improve MARC21 enhanced contents display (intranet) Bug 5327 follow-up: add DBD::Mock dependency Bug 8206: Specify index in OPAC authority search Bug 8206 follow-up: Add Match index to MARC21 record.abs Bug 8206: make authority search indexes consistent Bug 8089: Use Koha::Cache for all caching Bug 8089: Cache sysprefs using Koha::Cache Bug 8089: Correct cache timeout to 1000 Bug 8204 follow-up: don't display OpacNav on auth details Bug 8678: XSLT stylesheets output XML, but HTML is needed Bug 8209: "Did you mean?" from authorities Bug 8649: Add unit test for C4::Search Bug 8209 follow-up: fix failing test in AuthorityFile suggestion plugin Bug 7417: Include see from references in bibliographic searches Bug 3462: Links in authorities should be hyperlinks Bug 8447: Make sure we have enough subfields for broader_headings Bug 8743: ZOOM error when merging authority change to biblios Bug 7417 follow-up: fix a perlcritic violation Bug 8597: fix hardcoded references to prog in ccsr Bug 8597: Add CSS, JS, and images to ccsr theme Bug 8211: Add exploded search options Bug 8210: add links to authorities to headings in OPAC Bug 8597 follow-up: add missing lib files Bug 8624: Move famfamfam out of theme directory Bug 7475: Update configuration Bug 7475: Teach matching rules to handle authorities Bug 2060: Update command line MARC import scripts Bug 2060 follow-up: add support for UNIMARCAUTH Bug 8523: Display auth hierarchies w/all marcflavours Bug 8726: ExplodedTerms suggestion plugin (functionality) Bug 8726: ExplodedTerms suggestion plugin (jQueryUI) Bug 8726 follow-up: fix QA issues Bug 8726: add CSS to CCSR theme Bug 8581: don't display parentheses when we don't have a type Bug 8209 follow-up: another correction for BuildSummary API Bug 8818: make sure we load modules before using them Bug 8744: Thesaurus in authorities should not lock fields Bug 8623: Move YUI out of prog Bug 8623 follow-up: make sure CCSR theme loads YUI Bug 8829: Fix authority importing Bug 8636: Add dependency on Test::Deep Bug 3652: close XSS vulnerabilities on biblionumber and authid Bug 3652: close XSS vulnerabilities in opac-export Bug 8890: C4/HoldsQueue requires DB Bug 8890: don't try to load DB-dependent modules Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN Bug 8905: Error when accessing invalid authority Bug 8914: Blank search that returns invalid authorities fails under Plack Bug 8947: [SIGNED-OFF] XSLT fallback logic backwards Bug 8823: CatalogModuleRelink Creates Multiple Links between Bib and Auth record Bug 8665: DOM indexing fails to index some bib records Bug 8665 follow-up: add missing line to XSLT Correct a typo in docs/history.txt and add 3.6.x releases Merge branch 'bug_8982' into 3.12-master Bug 8846: Exploded Terms test sneakily uses database Bug 8846 conflict resolution: correct path Merge branch 'bug_8931' into 3.12-master Merge branch 'bug_7455' into 3.12-master Correct a typo in docs/history.txt and add 3.6.x releases Merge branch 'bug_8945' into 3.12-master Merge branch 'bug_8949' into 3.12-master Merge branch 'bug_8842' into 3.12-master Merge branch 'bug_8784' into 3.12-master Bug 9005: Allow user to disable syspref cache Merge branch 'bug_9005' into 3.12-master Bug 8832: Increment version number Merge branch 'bug_8832' into 3.12-master Merge branch 'bug_8931' into 3.12-master Merge branch 'bug_7921' into 3.12-master Bug 6428: Increment version number Merge branch 'bug_6428' into 3.12-master Merge branch 'bug_8996' into 3.12-master Bug 5490: smsoverdues.pl is an orphan Bug 9053: Test::MockModule and DBD::Mock should be required Merge branch 'bug_8915' into 3.12-master Merge branch 'bug_9036' into 3.12-master Bug 9054: 00-load should not try to load modules with optional dependencies Merge branch 'bug_8892' into 3.12-master Merge branch 'bug_8945' into 3.12-master Bug 9050: Use safer adelete when deleting records from Zebra index Merge branch 'bug_9050' into 3.12-master Merge branch 'bug_9039' into 3.12-master Bug 6428 follow-up: Increment version number Merge branch 'bug_6428' into 3.12-master Bug 9066: VirtualShelves db access not Plack+MariaDB compatible Merge branch 'bug_9085' into 3.12-master Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref Bug 9107: Increment version number Merge branch 'bug_9107' into 3.12-master Merge branch 'bug_9058' into 3.12-master Merge branch 'bug_8880' into 3.12-master Merge branch 'bug_8997' into 3.12-master Merge branch 'bug_7368' into 3.12-master Merge branch 'bug_9046' into 3.12-master Merge branch 'bug_8975' into 3.12-master Merge branch 'bug_9020' into 3.12-master Merge branch 'bug_9023' into 3.12-master Bug 9070: [SIGNED-OFF] authority searches in auth_finder error out Merge branch 'bug_9017' into 3.12-master Merge branch 'bug_9024' into 3.12-master Merge branch 'bug_8844' into 3.12-master Merge branch 'bug_8954' into 3.12-master Bug 9064: Increment version number Merge branch 'bug_8800' into 3.12-master Bug 9135: updatedatabase.pl fails when DEBUG is set Bug 9275 follow-up: Add Romina Racca to history Jonathan Druart (80): Bug 7820: Followup: Add missing Debian packages Bug 5345: DataTables integration in acquisition module [16] Bug 5345: DataTables integration in acquisition module [9] Bug 5345: DataTables integration in acquisition module [15] Bug 5345: DataTables integration in acquisition module [13] Bug 5345: DataTables integration in acquisition module [10] Bug 5345: DataTables integration in acquisition module [6] But 5742: Batch edit patrons Bug 5742: Followup: sort* fields can to be filled with an input text Bug 8106: DataTables integration in ACQ: addorderiso2709.tt Bug 8009: Followup Item descriptive data not populated on pay.pl Bug 5345: DataTables integration in acquisition module [4] Bug 5345: DataTables integration in acquisition module [4] Bug 8122 - Followup Add a link to new library group creation from empty groups message Bug 8195: Selected link must be bold (in admin and tools) Bug 8119 - Followup Show hint when disabling active currency checkbox Bug 8196: FIX for Bug 5742: All extended attributes are shown when editing a patron Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list Bug 5345: DataTables integration in acquisition module [7] Bug 5345: DataTables integration in acquisition module [12] Bug 8102: DataTables integration in acquisition module [14] Bug 8100: DataTables integration in acquisition module [8] Bug 8099: DataTables integration in acquisition module [2] Bug : DataTables integration in acquisition module [1] Bug 7955: Statistics tab for Patron checkouts Bug 8154: The export today's checked in barcodes generated file is always empty Bug 5345: DataTables integration in acquisition module [5] Bug 8217: Followup: move code to the document.ready function Bug 8233 : SearchEngine: Add a Koha::SearchEngine module Bug 8233: Replace the given statement with for Bug 8233: Hide the search engine configuration link for Zebra Bug 8233: Followup: Search engine layer: Add dependencies. Bug 8130: Followup: errors must be a hashref Bug 7302: Export basketgroup as CSV Bug 7302: Followup: rename "Client number" column with "Account number" Bug 8233: We can't load test on Koha::SearchEngine::* Bug 7955: Followup : Check the syspref value (avoid sql injection) Bug 8432: Change serials results display Bug 7470: Followup Move Babeltheque css into a specific file Bug 7470: Followup: Changes mailto links Bug 8385: Dirty patch to make tt_valid.t happy Bug 7628: Escape '+' characters for categorycode Bug 8607: FIX overdues_notices script: $date is not replaced Bug 8395: Fix sort order in parcel.tt (summary) Bug 8172: Followup: Removes useless empty params Bug 8524: Followup FIX an undeclared variable $query Bug 8525: Followup Don't reset the hz scrollbar to the top Bug 7986: Export issues for patron Bug 8002: FIX Change datatype from varchar 1 to 10 for borrower_attribute_types.category_code Bug 8002: FIX Change datatype from varchar 1 to 10 for borrower_attribute_types.category_code Bug 4173: Followup: put the lib into a variable Bug 7991: Add itemcallnumber into the serial collection tab Bug 4491: fix weird code in search scripts Bug 4491: FIX buildQuery if called with an empty limit Bug 4321: clean C4::Biblio::GetBiblio and uses Bug 5357: Adds a new page for searching subscriptions Bug 8117: Divide budget periods into two tabs Bug 8117: Followup: remove h3 title (duplicate infos) Bug 5335 - More granular VAT Bug 5356: delivery place and billing place centralised in basket management Bug 5356: Followup: Add basket billing and delivery place on export pdf (layout3pages) Bug 5356: Followup: remove useless code Bug 8726: Followup FIX save didyoumean syspref Bug 7992: New plugin stocknumberAV Bug 8674: Adds script batchdeletebiblios Bug 8674: Followup: Add POD for misc/batchdeletebiblios.pl Bug 7986: Followup: Hide the export link unless sysprefs are set Bug 8370: Change term issues (smart-rules) BUG 8652: Add a default value for the lateorders Bug 8652: Followup: add a default value for date_from Bug 5356: Followup Change font in the layout3pages pdf Babeltheque: Remove the unused tab on the opac detail page But 8787: don't load the page if OpacMaintenance is ON Bug 8832: Update the gist pref and hide the tax rate value if not needed Bug 8915: Followup FIX QA issues Bug 9046: FIX wrong test on an arrayref instead of an array Bug 9046: Followup FIX perl v5.10 raises an error if itemnumbers if undefined Bug 8758: Remove useless code in circ/returns.pl Bug 8986: Followup FIX a JS error if there is no valid card number Bug 9134: There is no previous link on the second page of the search results page Jorgia Kelsey (1): Bug 8593 - Add unique IDs to pending approval markup on staff client home page Joseph Alway (1): Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. Julian Maurice (30): Bug 7178: Follow-up Improve order item creation Bug 7175: orderreceive.pl cosmetic changes Bug 7175: Allow to choose which items to receive Bug 7178 follow-up: Fix check_additem when UniqueItemFields is empty Bug 7178 follow-up: Do not fill items table with "(undefined)" Bug 6090: Do not enqueue empty messages Bug 7304: More permissions for budgets Bug 7286: rebuild_zebra_sliced for biblios and authorities Bug 8376: New script to export borrowers misc/export_borrowers.pl Bug 5600: Command line interface for tools/export.pl Bug 5600 follow-up: Fix commandline check in order to work under Plack Bug 5600: very tiny follow-up to pass perlcritic Bug 8495: Fix JS error when creating a new order Bug 8575: Expected items count should not include cancelled orders Bug 7168: Add basket group search field in histsearch.pl Bug 8666: Hide 'New basket' link if supplier is inactive Bug 3456: Show internalnotes when receiving serials Bug 7583: Cancel a receipt Bug 7583 follow-up: Prevent users to cancel receipt if they can't Bug 8210: add links to authorities in normal mode headings Bug 5339: Invoices management improvement Bug 5339: perltidy on added files Bug 5339: Fix t/db_dependant/Acquisition.t Bug 5339: ergonomic changes Bug 5339: Unit tests for invoices related subroutines Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Bug 8801: Add menu entry to delete items in batch Bug 8903: Pass invoiceid to ModReceiveOrder Bug 9033: Wide character error in runreport.pl Kathryn Tyree (1): Bug 7368: fixed subsribe typo Katrin Fischer (27): Bug 3969: Budget search in acquisition doesn't work (string changes) Bug 3413: Checkboxes for new subfields not saving correctly Bug 2399: All status fields in the item edit interface offer two blank/null entries per dropdown instead of one Bug 2399: Follow up removing MySQLisms from ru-RU and uk-UA sample files Bug 7929 - Duplicate id "availability" on XSLT result page Bug 7604 - Link on basket group name for closed basket groups is broken Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer Bug 7926: Acq search results show empty () for orders without basket group Bug 8201: Receive date not passed through correctly Bug 7411: Remove diacritics from generated userid Bug 8232: Comments in OPAC contain untranslatable javascript messages Bug 8241: Remove text fragment from Z39.50-Server search Bug 7905: Follow up - Multi-line subscription notes Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm Bug 6394: purchase order has French strings hard coded in Bug 8381: Fix adding limits to search history for logged in users Bug 8626: Fix encoding in cart emails for use of quoted-printable Bug 8621: Alternative template for cart email Bug 3782: Remove broken z39.50 targets from sample files Bug 5357: Follow-up - layout and EAN search Bug 3652: [SIGNED-OFF] XSS fixes - follow up Bug 9020: [SIGNED-OFF] Translate new permissions for 3.10 de-DE Bug 9023: Remove NY Z39.50 servers from installer txt files Bug 9023: Update installer text files Bug 9024: Adding sample patron attributes to German web installer Bug 9024: Add missing sample data to existing files Bug 9101: Add REPORT_GROUP to sample data Koha user (1): Bug 8606 - Talking Tech broken by Bug 7001 Kyle M Hall (76): Bug 8035 - bibs with comments show an error in opac Bug 7641 - Followup - Suspend Until not set on by suspend button. Bug 7722 - Insidious problem with searching Bug 8077 - overdues with fines won't run Bug 8057 - Error when adding a patron with email address Bug 7948 - Printing transfer slip loses barcode field focus Bug 3521 - Items table in catalogue/detail.pl and cataloguing/additem.pl is sorted nonsensically Bug 7757 - Edit basket vendor after it has been created Bug 8128 - can't seem to run new sql reports Bug 8128 - [SIGNED-OFF]Followup - Change default value for cache_expiry Bug 7112 - Having two prices in 020$c causes basket creation to fail from staged marc import Bug 8080 - login and password is pre-filled by the browser when creating a new patron Bug 8140 - [SIGNED-OFF] Error when exporting label xml Bug 8182 - Problem with overdue fine calculations after upgrade Bug 8167 - Add syspref allow a choice of blocking, non-blocking, or do nothing when issuing lost items. Bug 7951 - Suspending holds needs a system preference Bug 8005 - Lost item is not anonymized when checked in Bug 6141 - html glitches causing problems to translator Talking Tech Support - Phase I - Followup - Fix Messaging Preferences Talking Tech Support - Phase I - Followup 2 - Bugfix Talking Tech Support - Phase I - Followup 3 - Follow PBP Bug 8004 - Items on Hold Lose Transfer After Being Scanned Twice Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller Bug 8006 - Loading offline circulation does not anonymize Bug 8267 - Overdue notices not working Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl Bug 8130 - attach PDF files to a patron record Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost - Followup Bug 7065 - reserves table needs a primary key Bug 7848 - Issues data missing from circulation notices Bug 8063 - Hold print notices do not sort by branch Bug 8063 - Followup - Make C4/Letters.pm conform to PBP Bug 8063 - Followup - Bug fix Bug 8130: [SIGNED-OFF] Followup - Empty file upload error never displays. BugFix - ReturnToShelvingCart Bug 8408 - Odd OPAC message when OPAC Renewals are disabled and OPACFineNoRenewals is set to blank Bug 8427 - Patron search results not consistent Bug 4198 - deleting an authority refreshes the page Bug 4198 - Followup - PerlTidy authorities-home.pl Bug 8455 - Followup - perltidy renewscript.pl Bug 3383 - Item due reminder digests - cannot display title information Bug 3383 - Followup - Switch from GetMemberDetails to GetMember Bug 8640 - GetHardDueDate functions incorrectly Bug 8419 - Suspended holds appear on the daily holds queue Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum Bug 8498 - can't specify an hour when specifying due date Bug 8408 - Followup - Fix broken messages. Bug 8408 - Followup 2 - Add reference to renewing items. Bug 8028 - Make table collapsing on parcel.pl sticky Bug 8028 - Make table collapsing on parcel.pl sticky - Hide link for 5 or fewer items. Bug 8028 - Followup Bug 8431 - Increase the borrower attribute field size from 64 characters to 255 Bug 8431 - Followup - Switch from text input to textarea Bug 4118 - Add Collection Code to Statistics Table Bug 4173 - Statuses not appearing in the OPAC Bug 4173: Followup: Document KohaAuthorisedValues plugin Bug 6151 - Followup - Display message for failed returns on circulation.pl when returning via issues table. Bug 6151 - Followup - Change 'itemnumber' to 'barcode' Bug 7401 - Shelving Location facet Bug 8606 - Talking Tech broken by user-configurable slips feature - QA Followup Holidays Test Plan - DB Dependent Bug 3387 - WITHDRAWN items shouldn't check in Bug 8759 - Add labels for library and sorting on opac advanced search Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Bug 8860 - can't merge if you don't have fast cataloging permissions Bug 8700 - RESERVESLIP fields not being replaced correctly Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Bug 8862 - merge.pl contains untranslatable strings Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script Bug 8826 - Initialization of hash triggers error log entries - Followup Bug 8559 - conflicting item statuses - Force cancel or revert Bug 8559 - conflicting item statuses - QA Followup Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Bug 9033 - Wide character error in runreport.pl Liz Rea (4): Bug 7953 - add opacuserjs to the sco template Bug 7998 - CSS fixes for new interface Bug 8129 - Quickslips not printing bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing. Lyon3 Team (9): Add ordernumber column in orders history table Replace itemnumber by barcode in links of patron modification log Bug 7652: Add item barcode on top of its editing form Permission for change password button in members toolbar should be borrowers instead of staffaccess Receiving serials in a loop Bug_7913-Follow-up, hide button for subs with items Question marks in series title facet links Bug 8978: Patron's dateexpiry erroneously updated when in UnwantedField Bug 9098 Replace tabulations by spaces in opac-user.pl MJ Ray (6): Bug 7729 : svc/new_bib: support ?items=1 to add POSTed items to the new biblio too Add Street Address searchfields set to patrons search header widget fix bug 7068 - autobarcode not working when duplicating patrons circ/circulation.pl: force issuedate to a string to fix bug 8738 Bug 8982 make koha-create accept --database option Bug 9260: stop koha-run-backups complaining "missing ]" Magnus Enger (11): Bug 8008 - Fix typo in man page for koha-create Bug 7924 - Fix handling of command line arguments in koha-remove Bug 7984 [SIGNED-OFF] - Fix the upload_local_cover_images permission Bug 7982: [SIGNED-OFF] Typo in moremember-receipt.tt Bug 7367 - One "the" too many Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages Bug 8941 - Make title display properly for NORMARC OPAC detail view Bug 8805 - Add a biblio-zebra-indexdefs.xsl for NORMARC Bug 9058 - Norwegian default for CalendarFirstDayOfWeek Bug 9020 - Translate new permissions for 3.10 nb-NO Marc Balmer (1): Bug 7787: Make the SIP server much more robust. Marc Veron (22): Bug 8019 - Preserve language choice between Browser sessions Bug 7601 - Preference for default language for field 008 Range 35-37 (instead of hard coded "eng") Bug 7586 - Search: Language restriction does NOT show expected results (no items shown) Bug 7368 - General staff client typo omnibus Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference Bug 8335 - Missing Icon PR.png or typo in MARC21slim2OPACDetail.xsl Bug 8301 - Display additional system information (preferences) on About page to minimize support cases Bug 8518 - Self checkout does not display debt amount if syspref AllowFineOverride is set to allow Bug 7628 - Required format is not enforced for Patron Categories Bug 8556 - "Mark seen and continue" not translatable in inventory.tt Bug 8573 - Translation difficult in picture-upload.tt due to nested sentence in if/foreach/if/elsif - construction BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age without using categories Bug 8641 - Add information warning about log-in as root user to About->System information Bug 8810 - Opac: Cart should display branchname instead of branchcode Bug 8796 - patron cards not starting on designated card Bug 8812 - Staff Client: Patron search should display branch name instead of branch code in results table Bug 8873 - JavaScript error in Opac displaying tag cloud Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... Bug 8885 - OPAC with ccsr theme in IE9 Bug 9010 - Follou up Quote of the day: Umlauts do not display correctly Bug 9017 - Quote of the day: Table footer not translated Marcel de Rooy (28): Followup 7178: Remove warning on uninitialized value in sprintf for neworderempty 7368 typo: MARC -> Card Bug 7788: [SIGNED-OFF] Remove two unused calls to GetShelf Bug 7788: [SIGNED-OFF] Followup: GetShelf call in addbybiblio script corrected Bug 7805: Exposing the new list permissions in opac and staff 7368 Followup for history.txt Only correcting whitespace for correct placement in about form Bug 7367 Followup for opac-suggestions template 7143 Followup for timeline 7161 Followup for indentation openlibrary.js 3280 Followup for privacy issue on X-Orig-IP in mail header 8268 Followup for creating var spool subdir. 8062 Followup for HTML::FormatText 7368 Adjustments for Perl dependencies 8263 Make OPAC stylesheet preferences more consistent (dbrev) 8263 Consistent stylesheet prefs Bug 7805 Followup for perlcritic messages Bug 8704 - Typo in etc/koha-conf.xml Bug 8706 - Private lists can be accessed by anyone 7675 New script for changing selinux file labels on perl scripts 8627 Fixing pipe values in controlfield 008 authorities 8627 Followup for removing tabs Bug 8872: Add UTF-8 encoding to intranet xslt files Bug 8872 Add UTF-8 encoding to opac xslt files Bug 8872: Changes for opac-showmarc Bug 8872: Changes for intranet showmarc Bug 7368: Removing occurrences of dependant= feature in javascript open calls Bug 9059: Increase size of opac-sendbasket window Bug 9059: Followup Mark Tompsett (25): Bug 7630 - Warning on moremember.pl about param without key Move "$error => 1," to its own conditional $template->param() Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing Bug 8458 - $stemmed_operand in C4::Search _build_stemmed_operand is not initialized. Added =q{} to initialize it to the empty string at declaration time. Bug 8329 - GetLostItems in C4::Items.pm has a SELECT * Provided a smaller list based on reports/itemlost.tt Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery. Bug 8485 - Make koha_perl_deps.pl batch friendly Added a -b flag for brief which outputs only the perl library name (Foo::BaR), and added a -r flag for required which filters the list to required=Yes perl libraries. Bug 4064 - Uninitialized variable errors in opac-search.pl Merely optimized two if statements, already fixed in master. Bug 8478 - Update Ubuntu related files Updated installation instructions, cleaned up ubuntu-pkg-check.sh, renamed ubuntu*.packages files more consistently, updated files to include missing libraries, corrected incorrect libraries (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client). Bug 8339 - div id="login" should be id="login_controls" in header.inc Bug 8714 - Poorly ordered and triggers warning in marctagstructure.pl Bug 8713 - Warning message triggered by clicking Keywords to MARC mapping Bug 8780 - Lower dependency version for DateTime::TimeZone Bug 8350: warning in logs when searching for nonexistent ISBN Bug 8737 - Incorrect icon at login in staff client Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Bug 8742 - Example uses perl 5.8 in Makefile.PL Bug 8175 - check logs error or displays incorrectly in details.pl Bug 8861 - Undefined variables in batchMod.pl trigger error logs Bug 8849 - Error log generated when not a demo system Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Bug 8910 - silent warnings triggered in about.pl Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages Bug 8826 - Initialization of hash triggers error log entries. Bug 8784 - Missing files in debian.packages list Bug 8880 - Uninitialized variables trigger error log entries Mason James (40): add edit_quotes to es-ES/mandatory/userpermissions.sql Bug 8145 - [SIGNED-OFF] opac-tags.pl fails when DEBUG is set Bug 6679: Fixing 13 perlcritic violations in C4/Barcodes.pm Subroutine prototypes used at line XXX, column 1. See page 194 of PBP. Bug 6679: Fixing 5 perlcritic violations in opac/* Bug 6679: Fixing 26 perlcritic violations in C4/Tags.pm patch for Bug 8226 - 'OpacFooter' markup/css improvements Bug 8313 - add ASHS to 'Koha team' page, for sponsorship of the 'star-ratings' feature Bug 8315 - fix 'C4::Output 3.02' errors in Koha added date and ISBN tests to Koha.t Bug 8470: remove depreciated H:T:P test Bug 8463 - Koha/SearchEngine/Solr/Search.pm fails perlcritic test Bug 6679 - fix 12 perlcritic violations in C4/External/BakerTaylor.pm Bug 6679 - [SIGNED-OFF] fix 12 perlcritic violations in C4/Auth_with_ldap.pm Bug 6679 -[SIGNED-OFF] fix 12 perlcritic violations in C4/Context.pm Bug 6679 - [SIGNED-OFF]fixing 23 '"return" statement with explicit "undef"' violations in C4/Tags.pm Bug 6679 - [SIGNED-OFF] fix 15 perlcritic violations in C4/ImportExportFramework.pm Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm Bug 6679 - [SIGNED-OFF]?fix 9 perlcritic violations in C4/Koha.pm Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Circulation.pm Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Barcodes.pm Bug 6679 - [SIGNED-OFF] fix 7 perlcritic violations in C4/Biblio.pm Bug 6679 - [SIGNED-OFF] fix 6 perlcritic violations in C4/Barcodes/hbyymmincr.pm Bug 6679 - [SIGNED-OFF] fix 5 perlcritic violations in C4/Serials.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/ShelfBrowser.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Branch.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/SQLHelper.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Output.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Message.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Items.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Utils.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/ItemCirculationAlertPreference.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/BackgroundJob.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Installer.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Creators/PDF.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Print.pm Bug 6679 - fix 3 perlcritic violations in C4/Auth.pm, and enabled warnings Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates Bug 8253 - Fine doubling Mathieu Saby (4): Bug 8916: Hide Curriculum index in advanced search if marcflavor = unimarc Bug 8958: Make facets more UNIMARC compliant (revision 1) Bug 8954: Make languages list in advanced search translatable (revision 1) Bug 8946: corrections in inc files for UNIMARC coded fields advanced search Matthias Meusburger (6): Bug 6858: Adds staticfines.pl for static fines processing Bug 5337: EAN management : Adds ean for various searches Bug 8229: Tabs in marc subfield structure is not shown correctly Bug 8282: Bug in modules list in about.pl Bug 8279: CAS Debugging improvements Bug 7412: Pre-filling items in cataloguing Maxime Pelletier (3): bug 6634 : 3 more cases of manager_id not populated Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Bug 8966 Koha::Calendar::is_holiday truncates the date Meenakshi.R (6): Bug 7704 -Fix bug that prevent items to be returned to home branch, when independentbranches and canreservefromotherbranch sysprefs are both turned on. Bug 7570 - Add Item availability status to cart. Bug 4255 - Add item type to facet list Bug 6655 - Sorting order of serial issues in OPAC Bug 5409 - Call number is not show on Opac search result page. Bug 5409 - Call number is not show on Opac search result page. Melia Meggs (2): Bug 7143: Adding Kathryn Tyree to the history and About page. Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information Mirko Tietgen (7): Bug 7143 ? Bug for tracking changes to the about page Bug 8413 Space in barcodes breaks GET request in benchmark_staff.pl Bug 8492 [ENH] Restrict OpacSuppression to IP adresses outside of an IP range Bug 8185: Change some more strings from Italian to English Bug 4177 opaccloud missing from the system preferences interface Bug 9024: Fix typo Bug 9287 - socialnetworks is enabled by default Nicole C. Engard (72): Bug 7936: Acq Help Files for 3.8 Bug 7936: Admin Help files for 3.8 Bug 7936: Offline Circ Help Bug 7936: Serials Help for 3.8 Bug 8319: Update headings on Patron Statistics tab Bug 8321: Fix OPACShowBarcode description Bug 8351: Update wording on staged marc Bug 8453: Add spaces to inventory options Bug 6716: Document aqbudgets and aqbudgetperiods tables Bug 6716: Document the aqorders table Bug 6716: Document aqorders_items table Bug 6716: Document branchtransfers table Bug 6716: Update ratings table documentation Bug 6716: Document action_logs table Bug 6716: Document aqbasket table Bug 6716: Document the biblio_framework table Bug 6716: Document branch_item_rules table Bug 6716: Document branch_borrower_circ_rules table Bug 6716: document issuingrules table Bug 6716: Document patronimage table Bug 6716: Document tags tables Bug 6716: Document import_batches table Bug 6716: document import_record_matches table Bug 6716: Update documentation for the letter table Bug 6716: Update reserves table Bug 6716: Document saved_sql table Bug 6716: Document search_history table Bug 6716: Update z3950servers documentation update 'onloan' in items and deleteditems Bug 8696: Update Export bibs on Tool Menu Bug 8412: add color icon set Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Bug 6716 - Fix alt contact field documentation Bug 6716: Update biblioitems tables Bug 7621: Follow up to clarify preference language Bug 8831: relabel gstrate with Tax rate Bug 7751: Decrease loan length with many holds Bug 7412: Follow up: Update preference to sentence :x Follow up to Bug 8585: add missing word to preference Bug 4118: Follow up: Add ccode to kohastructure for stats Bug 7986 Follow Up: Update ExportWithCsvProfile Bug 7986 Follow Up: Fix ExportRemoveFields Follow up: Bug 8525: Update preference description Bug 8933: Update transport cost matrix styles Bug 8934: Fix transport cost matrix help language Bug 8944: Fix invoices search wording Bug 8945: Update help files for 3.10 Bug 8945: Acquisitions Help Files for 3.10 Bug 8945: Administration Help Files Bug 8945: Authority Help Files Bug 8945: Catalogue Help Files Bug 8945: Cataloging Help Files Bug 8945: Add missing detail help file to catalog Bug 8945: Circulation help files Bug 8945: Label help files Bug 8945: Update patron help files Bug 8945: Add patron routing list help file Bug 8945: Update offline circ help files Bug 8945: Update patron card creator help files Bug 8945: Reports Help Files Bug 8945: Hold help file Bug 8945: Update comments help file Bug 8961: Fix typo in offline circ help Bug 8945: Serials Help Files for 3.10 Bug 8945: Update suggestion help file for 3.10 Bug 8945: Update lists help for 3.10 Bug 8945: Tools Help Files Bug 8945: Update Tags help files for 3.10 Bug 8945: Add missing acq help file Follow up to Bug 6680: tiny up download lists formats Bug 8945: Did you mean help file Nu?o L?pez Ans?tegui (2): Bug 6428 - refered column 'items.coded_location_qualifier' does not exist Bug 6428 [Follow-up] refered column 'items.coded_location_qualifier' does not exist Owen Leonard (116): Bug 8002 [SIGNED-OFF][REVISED] Can't add patron attribute type in newer installation Bug 7500 - Use CSS Sprites for faster page loading Bug 5184 - Upgrade jQuery to the latest version (staff client) Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) Bug 8048 - better spacing on categories for attributes Bug 7842 - Inconsistencies in Notices interface Bug 7877 - note on expiration in the opac worded wrongish Bug 8124 - Hide option to download results of items with no checkouts report Bug 7889 - Use standard style for errors and messages Bug 7889 [Authorities duplicates] Use standard style for errors and messages Bug 7889 [Search errors] Use standard style for errors and messages Bug 7889 [Acquisitions] Use standard style for errors and messages Bug 8107 - Disabled buttons not distinguishable from enabled buttons Bug 7980: [SIGNED-OFF] Group search results tag input with other actions ug 8078 [REVISED] my summary showing contents of incorrect tab Bug 8014 - On the patron entry form hide "restricted until" field if "Restricted: No" is checked Bug 8095 - Printed lists in the OPAC not easy to read Bug 8122 - Add a link to new library group creation from empty groups message Bug 7959 - Update OPAC suggestions interface to match lists Bug 7959 - Update OPAC suggestions interface to match lists Bug 7127 - Templates must be valid XHTML Bug 7747 - Replace YUI autocomplete with jQueryUI Bug 7747 [FOLLOW-UP] Replace YUI autocomplete with jQueryUI Bug 8108 - Remove unused images from the OPAC Bug 7599 - [SIGNED-OFF] Cart JavaScript contains untranslatable English strings Bug 8111 - Language chooser display problem in self-checkout Bug 8160 - Link to cataloging appears for users without cataloging permission Bug 8161 - Cataloging home page should be accessible to users with permission to edit catalog or edit items Bug 8187 - [SIGNED-OFF] Batch patron modification missing from tools sidebar menu Bug 8119 - Show hint when disabling active currency checkbox Bug 8184 - Duplicate budget page lacks heading and breadcrumbs Fix for Bug 6855 - List bullet showing in wrong place on error message Bug 7747 [FOLLOW-UP] Replace YUI autocomplete with jQueryUI Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version Bug 8171 - Improper escaping of quotes during z39.50 queries leads to broken html Bug 8272 - OPAC : date expiration format Bug 8241 - Remove stray references to YUI autocomplete Bug 8194 - Layout problem on subscription add when showing manual history Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version Bug 8288 - showmarc.tt should not include full doc-head-close.inc Bug 8281 - Remove unused YUI files Bug 8283 - Replace usage of YUI Cookie utility with jQuery Cookie plugin Bug 8398 - Missing image file in staff global css Bug 8130 [FOLLOW-UP] attach PDF files to a patron record Bug 7889 - Use standard style for errors and messages Bug 8679 [REVISED] Remove usage of Amazon API Bug 8657 - Default sort by call number does not work Bug 8655 - Re-order items on administration page to better match configuration priority Bug 8596 - Reports interface date picker doesn't force ISO formatted dates Bug 8590 - checked out from missing on patron detail Bug 8588 - Duplicate field IDs cause problems with SQL report parameter entry Bug 8522 - Markup errors cause problems with customized CSS Bug 8593 - Follow-up - Add unique IDs to pending approval markup on staff client home page Bug 3374 - Display patron attributes in the same format as other patron data Bug 6494 - opacmysummaryhtml on reading history Bug 2553 [Serials report] alphabetize dropdown menus Bug 8549 - DataTables upgrade broke display of next/previous buttons in table controls Bug 7784 - Improve clarity of batch modification operations Bug 8708 [Revised] RSS feed for new comments is broken Bug 8496 - show local cover images on lists view in opac Bug 8644 [staff client] jQueryUI CSS file should not contain customizations Bug 8644 [OPAC] jQueryUI CSS file should not contain customizations Bug 7500 [FOLLOW-UP][Star ratings] Use CSS Sprites for faster page loading Bug 7500 [FOLLOW-UP][Missing images] Use CSS Sprites for faster page loading Bug 7500 [FOLLOW-UP, revised][Social networks] Use CSS Sprites for faster page loading Bug 8598 - No patron image or home library on Files & Statistics tabs Bug 8677 - table overlapping to the right on holds waiting Bug 8730 - browse overlaying powered by Bug 8428 - can't save contracts Bug 8617 - Problem with display of comments waiting for moderation in OPAC Bug 8693 - Sort biblio checkout history by checkout date instead of patron name Bug 6689 [Follow-up] Improve styling of table pager Bug 8711 - alternating colors messed up on reports Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Bug 8827 - YUI CSS files no longer found on Yahoo servers Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl Bug 8811 - can't run report after saving Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Bug 2930 [REVISED] Put other name on checkout screen Bug 8820 - Don't show orders table if there are no orders Bug 8766 - OPACBaseURL still called as OPACBaseurl in many files Bug 8843 - Cannot export bibliographic records by call number Bug 8851 - strange blue bar above serials results Bug 8898 - Remove unused mainmenu include and related styles in the staff client Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization Bug 8935 - transport cost matrix could be prettier Bug 8912 - Remove unused hold-menu.inc Bug 8907 - Last updated date does not appear on currency edit form Bug 8980 - Untranslatable strings in modborrowers.pl Bug 8707 - tags always say approved Bug 8931 - submit buttons have blue background Bug 8804 [Revised] Quiet errors in the log from Auth.pm Bug 8989 - Availability facet needs an id Bug 8972 - Due Date set to 100 years ago Bug 8972 - Due Date set to 100 years ago Bug 8989 - Availability facet needs an id Bug 8931 [Follow-up] submit buttons have blue background Bug 7500 [Lists follow-up] Use CSS Sprites for faster page loading Bug 7932 [Revised] Twitter share doesn't work with socialnetworks Bug 8975 - search results should say on order in staff client Bug 8971 - Sort holds queue report using DataTables Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account Bug 8163: Click to populate XSLT preferences with "default" or empty values Bug 8546 - Error in description of OPAC Advanced Search Publication date range search Bug 5521 - item edit form appears if no items found Bug 8986: Batch patron modification template corrections Bug 9115 - basket window should close automatically when placing a hold Bug 9073 - Download option from the cart should match the menu button in lists Bug 8515 - OPAC password change does not obey OpacPasswordChange Bug 9106 - Filtering list of uncertain price list by owner empties order information Bug 9137 - Focus when editing/adding new itemtypes/authorised values Bug 7687 - Remove problematic CSS gradient declarations targeting Internet Explorer Bug 6602 - Reports dictionary doesn't properly recognize text columns Bug 8117 [Follow-up] Divide budget periods into two tabs Bug 8641 [Follow-up] Add warning about log-in as root user to About page Paul Poulain (310): Koha 3.8.0 bump Merge remote-tracking branch 'origin/new/bug_7849' Bug 8002 follow-up to use 3.09 and MODIFY instead of 3.08 and CHANGE Merge remote-tracking branch 'origin/new/bug_3969' Bug 7903 follow-up, wrong capital cases bug 7249 follow-up, online help Bug 7249 BDRev number Merge remote-tracking branch 'origin/new/bug_5184' Welcoming Lyon 3 team as a committer, and adding 3.8.0 release Merge remote-tracking branch 'origin/new/bug_5345' Bug 7739 follow-up for capital cases Merge remote-tracking branch 'origin/new/bug_5345' Merge remote-tracking branch 'origin/new/bug_7178' bug 8022 follow-up, missing permission in spanish Merge remote-tracking branch 'origin/new/bug_8022' Merge remote-tracking branch 'origin/new/bug_7213' Bug 5742 follow-up permissions for RU and UK languages Bug 5742 follow-up DB rev number Bug 7248 follow-up (alternative) Bug 7757 - Followup - Move IF outside of html tag Bug 7977 follow-up, fixing UC breaking coding guidelines Bug 7977 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_7178' Bug 7398 follow-up DBRev number Bug 5795 follow-up, DBRev number Welcome to the 182th commiter ! Bug 7794: follow-up DBRev number + removing UNIQUE index that is now useless Bug 7792:redefine the field branchcode as PRIMARY KEY of branches Bug 7792 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8150' Merge remote-tracking branch 'origin/new/bug_6858' Bug 8144 - 775 tag in the MARC record causes display issue Welcome to Piotr Kowalski, that is 183th Bug 8182 follow-up, fixing BLO typo mistake Merge remote-tracking branch 'origin/new/bug_8182' bug 8167 follow-up: DBRev number Bug 5337 DBRev number Bug 7951 follow-up DBRev Merge remote-tracking branch 'origin/new/bug_7936' Bug 7601 follow-up DBRev number Adding Shari Perkins as contributor Merge remote-tracking branch 'origin/new/bug_7747' Bug 4246 Follow-up updatedatabase Revert "Subroutine prototypes used at line XXX, column 1. See page 194 of PBP." Merge remote-tracking branch 'origin/new/bug_8092' [SIGNED-OFF] bug 7570: add a space to the table header Merge remote-tracking branch 'origin/new/bug_5337' Merge remote-tracking branch 'origin/new/bug_7952' Merge remote-tracking branch 'origin/new/bug_8092' Bug 7955 follow-up DBRev number Bug 7955 follow-up spelling fixes Adding Claire Hernandez as contributor + adding missing contributors in about.tt Bug 7447 allow to specify a date in overdue_notice.pl Bug 6774 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_6634' Bug 5910: allow users to search on all auth types Bug 3708 - Add another customizable region to the OPAC: right sidebar nav Bug 3708 follow-up DBRev number Bug 8289 Upgrading from 2.2 does not work anymore Merge remote-tracking branch 'origin/new/bug_7143' Bug 7304 followup DBRev number Bug 8205 follow-up DBRev number Bug 8130 follow-up DBRev number Bug 6557 follow-up DBRev number Bug 6557 follow-up UNIMARC 942$0 in default french frameworks Bug 8318: Update StatisticsFields preference language bug 6350 (history.txt) fixing typo Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin" Bug 8130 follow-up, removing duplicate tab Merge remote-tracking branch 'origin/new/bug_8130' Merge remote-tracking branch 'origin/new/bug_3280' bug 7630 follow-up : welcome #186 Mark Tompsett Bug 8202 follow-up UNIMARC authority support Bug 5981 follow-up DBrev number Merge remote-tracking branch 'origin/new/bug_7818' Bug 8233 follow-up fixin DBRev Revert "Added coverage to unit test for TTParser" Merge remote-tracking branch 'origin/new/bug_7563' into new/bug_7563 Bug 7563 follow-up DBRev Bug 7065 follow-up DBRev number Revert "Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost - Followup" Revert "Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost" Merge remote-tracking branch 'origin/new/bug_8315' Bug 8353 follow-up adding a tiny sh in misc/maintenance Merge remote-tracking branch 'jcamins/bug_8281_qa' Merge remote-tracking branch 'origin/new/bug_5644' Merge remote-tracking branch 'origin/new/bug_8251' Merge remote-tracking branch 'origin/new/bug_6720' Merge remote-tracking branch 'origin/new/bug_7729' Merge remote-tracking branch 'origin/new/bug_8268' Bug 8083 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8130' Bug 6716 tiny follow-up, mysql want a space after the -- Merge remote-tracking branch 'origin/new/bug_8062' Bug 7302 tiny follow-up removing Merge remote-tracking branch 'origin/new/bug_7889' bug 8486 tiny follow-up, removing ` Bug 7420 follow-up DBRev number Bug 7420 tiny bugfix Merge remote-tracking branch 'origin/new/bug_8486' Merge remote-tracking branch 'origin/new/bug_8233' Merge remote-tracking branch 'origin/new/bug_8204' Bug 8207 follow-up DBrev Merge remote-tracking branch 'origin/new/bug_7955' Bug 7839 follow-up fixing HTML4 coding guideline error Bug 8432 follow-up, fixing error in T::T variable scope Bug 7470 follow-up: adding comments to avoid removal of this file Merge remote-tracking branch 'origin/new/bug_6720' bug 8477 follow-up for [HTML4] coding guideline Bug 6448 follow-up, DBrev number Bug 8263 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8268' Bug 8670 follow-up DBRev number Bug 8657 follow-up DBRev number Bug 8492 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8332' Merge remote-tracking branch 'origin/new/bug_7805' Bug 7412 follow-up Bug 7412 follow-up Merge remote-tracking branch 'origin/new/bug_7241' Revert "Bug 7241: fix for the CIRC logs -> itemnumber stored correctly" Merge remote-tracking branch 'origin/new/bug_7241' Merge remote-tracking branch 'origin/new/bug_8440' Bug 7621 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8293' Merge remote-tracking branch 'origin/new/bug_7613' Merge remote-tracking branch 'origin/new/bug_8550' Merge remote-tracking branch 'origin/new/bug_8204' Merge remote-tracking branch 'origin/new/bug_8408' Revert "Bug 8089: Correct cache timeout to 1000" Revert "Bug 8089: Cache sysprefs using Koha::Cache" Revert "Bug 8089: Use Koha::Cache for all caching" Merge remote-tracking branch 'origin/new/bug_8089' Bug 5911 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8251' Bug 5911 follow-up DBREv number bug 8431 follow-up DBRev number Bug 8431 follow-up : |html_line_break in 2 tempates Bug 8209 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8209' Bug 3461 follow-up DBRev number Bug 7143 tiny follow-up, removing tabs Bug 7986 follow-up DBRev numbers Bug 7968 follow-up typo fixes Bug 7583 follow-up DBRev number Bug 4118 follow-up DBRev number Bug 8002 follow-up for the follow-up, DBRev number Bug 8743 follow-up, throw a more explanatory error message Merge remote-tracking branch 'origin/new/bug_8743' Merge remote-tracking branch 'origin/new/bug_7417' Merge remote-tracking branch 'origin/new/bug_8520' Bug 7671 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_7671' Bug 8765 follow-up replace tabs by spaces Bug 6151 follow-up DBREv & removing useless ` Bug 6151 follow-up, fix HTML4 coding guideline Bug 8336 follow-up, tabs to space bug 8757 follow-up DBRev number Bug 8597 follow-up DBRev number Bug 6151 follow-up fix POD Merge remote-tracking branch 'origin/new/bug_6151' Bug 7993 follow-up DBRev number Bug 5339 follow-up DBRev Merge remote-tracking branch 'origin/new/bug_8597' Bug 8597 follow-up translation issues Merge remote-tracking branch 'origin/new/bug_8597' Bug 7751 follow-up adding updatedatabase for sysprefs decreateLoanHighHolds* Bug 7993 follow-up to fix POD DOC Merge remote-tracking branch 'origin/new/bug_7993' Merge remote-tracking branch 'origin/new/bug_6448' Bug 8117 follow-up remove perl warning A follow-up will be added though, because we understood why I had some javascript error and jonathan didn't. It's because I've plack + debug Bug 2060 follow-up DBRev & updatedatabase Merge remote-tracking branch 'origin/new/bug_8185' Bug 5339 follow-up Merge remote-tracking branch 'origin/new/bug_5339' Revert "Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm" Revert "Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm" Merge remote-tracking branch 'origin/new/bug_8606' Bug 5335 follow-up DBRev number Bug 5335 follow-up DBRev number Bug 8523 follow-up DBRev number Bug 8523 follow-up fixing perlcritic Bug 8523 follow-up OPAC styles for ccsr theme Merge remote-tracking branch 'origin/new/bug_8523' Bug 5356 follow-up DBRev number Bug 5335 follow-up fix test Bug 5335 follow-up fixing template Merge remote-tracking branch 'origin/new/bug_8209' Bug 3387 follow-up DBRev number Bug 3387 follow-up: fix perlcritic error Bug 7642 follow-up fix POD Bug 5335 follow-up: fixing Perl error Bug 8674 follow-up Fix perlcritic error Bug 8585 follow-up DBRev number Bug 8585 follow-up Passing syspref to template Merge remote-tracking branch 'origin/new/bug_7589' Bug 8739 follow-up fixing perlcritic error Merge remote-tracking branch 'origin/new/bug_7986' Bug 7963 follow-up: die nicely if AnyEvent libraries not installed Bug 8379 removing another useless ->disconnect line Bug 8379 don't close dbh Merge remote-tracking branch 'origin/new/bug_8623' into new/bug_8623 Merge remote-tracking branch 'origin/new/bug_8623' Merge remote-tracking branch 'origin/new/bug_8382' Merge remote-tracking branch 'origin/new/bug_7621' Merge remote-tracking branch 'origin/new/bug_8233' Bug 5409 follow-up DBRev number Bug 8652 follow-up adding more tests Bug 8570 follow-up removing tabs & improving indentation Bug 8570 follow-up removing tabs & improving indentation Merge remote-tracking branch 'origin/new/bug_8741' Bug 7873 follow-up s/tab/4spaces/ Merge remote-tracking branch 'origin/new/bug_8636' Merge remote-tracking branch 'origin/new/bug_7751' Merge remote-tracking branch 'origin/new/bug_7412' Bug 8862 follow-up s/\t/4spaces/g Merge remote-tracking branch 'origin/new/bug_7751' Bug 7143 follow-up replace tabs by 4 spaces Merge remote-tracking branch 'origin/new/bug_8585' Merge remote-tracking branch 'origin/new/bug_5356' Merge remote-tracking branch 'origin/new/bug_4118' Merge remote-tracking branch 'origin/new/bug_7986' Merge remote-tracking branch 'origin/new/bug_8525' Bug 8724 follow-up DBRev number Bug 7483 follow-up replacing tabs by 4 spaces in both templates Bug 8916 follow-up adding Mathieu Saby to contributors list Bug 3652 follow-up reverting call to param('bib') Merge remote-tracking branch 'origin/new/bug_3652' Bug 8895 follow-up fix for Jonathan's QA comment Bug 8939 follow-up welcome to Robert Williams 194th contributor Merge remote-tracking branch 'origin/new/bug_8707' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8982' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8978' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8846' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8636' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7455' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8804' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8826' into 3.10.x Bug 8904: fix Plack scoping for overduerules.pl Merge remote-tracking branch 'origin/new/bug_8904' into 3.10.x Bug 8490: fix Plack error when creating label layout Bug 8949: Trying to view help on a page without any help results in a nasty error Bug 8842 fix Plack scoping for holidays Merge remote-tracking branch 'origin/new/bug_8490' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8842' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8949' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8872' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9001' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8805' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8784' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9005' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8919' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8832' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8972' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8989' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9010' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8988' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7921' into 3.10.x Bug 8892 fix Plack scoping in acquisition Merge remote-tracking branch 'origin/new/bug_9053' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8915' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7119' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9036' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9054' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8892' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9050' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9039' into 3.10.x Merge remote-tracking branch 'origin/new/bug_6428' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7500' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8968' into 3.10.x Bug 9107: remove the syspref from the database, as well Bug 8997: Unnecessary call to getAllLanguages Merge remote-tracking branch 'origin/new/bug_9066' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9085' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9046' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9107' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9058' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8750' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8880' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8997' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7368' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7932' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8975' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9020' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9023' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8971' into 3.10.x Bug 9064: fix statistics.ccode column Merge remote-tracking branch 'origin/new/bug_9070' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9017' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9024' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8844' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8954' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9064' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8800' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9078' into 3.10.x Bug 9122: fix the problem when writing-off a fine Merge remote-tracking branch 'origin/new/bug_9122' into 3.10.xb Bug 9018 generated ccsr translation file Bug 9018 Italian translation of ccsr.po Merge remote-tracking branch 'tamil/3.10.0-translate' into 3.10.xb Bumping version to 3.10.0 and adding sponsors that are were not already written Adding 3.10 release notes Bug 9008: warn if user is logged-in with admin account Bug 9020: follow-up fixes french translation for permissions Bug 8981 follow-up: case Piotr Kowalski (1): Bug 8116 : Fixing warn in error log Robert Williams (1): Bug 8939 : Fines being charged during the grace period Robin Sheat (22): Bug 8020 [3.8.x/MASTER] - update changelogs to get to 3.8 Bug 8020 - [3.8.x] Update changelog for 3.8.0-1 Bug 8020 [3.8.x/MASTER] - update git build script to 3.9 Bug 8001: [SIGNED-OFF] improve styling potential of the tag list Bug 8139 - add margin to recent comments CSS to fix stuff with menus Bug 8222 - make the zipcode no longer mandatory Bug 7642 - remove the cloud weight from the tags Bug 8235 - allow a whitelist of modules that aren't in Debian Bug 8544 - make the RSS icon CSS-changeable Bug 8162: allow packages to work on Ubuntu Precise Bug 8547 - JS error in star ratings breaks IE Bug 8532 - improve robustness when converting dates Bug 8646 - prevent the highlighter from going infinite loop Bug 8391: prevent error when viewing circ history with bad dates Bug 8594 - prevent the report system from breaking some subqueries Bug 8716 - make the routing list reordering function work Bug 7642 - fix the lost display of tag sizes Bug 8890 - move two more db dependent tests Bug 8636 - add Moose dependency to the dependencies Bug 6680 - simple tidy-up of cart download format descriptions Bug 9052 - rewrite the YUI links to use the system library Bug 8878 - a command to provide a shell with the koha environment Romina Racca (1): Bug 9275 Missing '<' closing pharagraph tag Savitra sirohi (1): Bug 7153 - Show Open Library as Search Target in "More Searches" in OPAC detail page Serhij Dubyk {?????? ?????} (1): Bug 9010 - Quote of the day: Umlauts do not display correctly Added utf8-encoding in json-header for correct view quotes in quotes editor. Shari Perkins (3): Bug 7936 followup: Copyedited Acquisitions help files Bug 7936 followup: Copyedited Offline Circ help files Bug 7936 followup: Copyediting Help Files Simon Story (1): Bug 6684: Fixes to koha-remove Sophie Meynieux (4): Bug 7815 : Order pickup libraries list by name rather than by code Bug 7329 [Followup] : when reverting an import, keep matching biblionumber in batch table, if items are not deleted beacause on loan. Bug 7329 [Followup] : when reverting an import, keep matching biblionumber in batch table, if items are not deleted because they are issued. Bug 8191 : Adding a new value to 8 position of coded data field 100 Srdjan (9): bug 6372: moved background-job.inc to background-job-progressbar.js bug_7647: Table sorter on issue history bug_7398: Replaced OPACDisplayRequestPriority syspref with OPACShowHoldQueueDetails bug_8056: sorted out slip print calls bug_8138: added 773$t field to search results bug_8083: parameters subpermissions: manage_circ_rules and parameters_remaining_permissions bug_8083: Explanation of update query bug_5911: Transport Cost Matrix Bug 7993: Save reports with Group/Subgroup hierarchy Stacey Walker (1): bug 5327: added some tests for C4/Items.pm St?phane Delaune (5): bug 7990 - styl= in aqplan.tt Bug 8041: lost items are no longer available in search Bug 8040: bad name in acquisitions-menu Bug 7794:redefine the field id as PRIMARY KEY of sessions Bug 7671 : add a real primary key accountlines_id in accountlines Tomas Cohen Arazi (15): Bug 8251 - Patrons get incorrectly debarred Bug 8251 - Follow up, use 'day' instead of 'days' for Datetime::truncate Bug 6617 - Wrong first indicator value in test Bug 8520 - Authorities summary incorrect on posible duplicate notice Bug 8623 - Fix YUI path for OPAC in debian/rules Bug 8233 - SolR-related /etc/ files break deb building Bug 8741 - crontab.example missing username, fails in some systems Bug 8724 - Upgrade from NoZebra installs is broken Bug 9001: Remove Zebraqueue_daemon Bug 8750 - Chronological terms authorities not correctly indexed (trivial fix) Bug 8800 - useDaysMode=Datedue wrong behaviour (revisited) Bug 9078 - is_holiday should honour holiday exceptions Bug 9078 - fixing exceptions broke tests Bug 9142 - Remove the use of subtests Bug 9235 - Hardcoded values in cronjobs/backup.sh Vitor FERNANDES (1): Bug 9144 - bulkmarcimport.pl - Problem identifying errors Zeno Tajoli (1): Bug 8185: plugin for linking records in MARC21 christophe croullebois (4): Bug 8197 : Software error when you have cleaned cookies and try to past the url to opac-topissues.pl Bug 8136 Changes the expected lenght of 100$a in rebuild_zebra.pl SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl Bug 7351 : feature that allows to delete a range of dates root (1): Bug 7968 : Create meta-packages to simplify installation of koha wajasu (3): Bug 8375 - Patch for Common diacritics not shown correctly when exporting batch label to PDF Bug 8378 - syntax not working on overdues anymore Bug 8728 : Adjust Reserves.t test for resdate and expdate and test setup/teardown ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 21:58:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 20:58:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.01-1-gfde0fb5 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.10.x has been updated via fde0fb58df129498aec306847c02ecc7c04a3013 (commit) from 214745c13b2d9288d23aeaf30d5d9a07f9ab4a72 (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 fde0fb58df129498aec306847c02ecc7c04a3013 Author: D Ruth Bavousett Date: Sat Dec 22 11:58:39 2012 -0300 Updated translations for 3.10.1 release ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 6283 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |44258 +++--- misc/translator/po/am-Ethi-pref.po |42017 ++++- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 6691 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |45045 +++--- misc/translator/po/ar-Arab-pref.po |50577 +++++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 6287 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |44310 +++--- misc/translator/po/az-AZ-pref.po |54832 ++++++- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 6281 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |44259 +++--- misc/translator/po/ben-pref.po |47393 +++++- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 6286 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |44259 +++--- misc/translator/po/ca-VA-pref.po |41344 ++++- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 6673 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |45530 +++--- misc/translator/po/da-DK-pref.po |25406 +++- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 9394 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |53994 +++--- misc/translator/po/de-CH-pref.po |34838 ++++- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 6470 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |44768 +++--- misc/translator/po/de-DE-pref.po |39317 ++++- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 6487 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |44607 +++--- misc/translator/po/el-GR-pref.po |10312 ++- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 6662 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |44341 +++--- misc/translator/po/en-GB-pref.po |71050 +++++++- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po |11200 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |69518 ++++---- misc/translator/po/en-NZ-pref.po |38119 ++++- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 6523 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |56139 +++--- misc/translator/po/es-ES-pref.po | 264 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 6423 +- misc/translator/po/eu-pref.po |71040 +++++++- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 6467 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |44405 +++--- misc/translator/po/fi-FI-pref.po |57285 ++++++- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 6393 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |44576 +++--- misc/translator/po/fr-CA-pref.po |17746 ++- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 6541 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |55368 +++--- misc/translator/po/fr-FR-pref.po | 2382 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 6286 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |44294 +++--- misc/translator/po/hi-pref.po |31317 +++- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 6436 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |44526 +++--- misc/translator/po/hr-HR-pref.po |19227 ++- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 6391 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |44310 +++--- misc/translator/po/hu-HU-pref.po |60255 ++++++- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 6834 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |45719 +++--- misc/translator/po/hy-Armn-pref.po |63873 +++++++- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 6407 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |44306 +++--- misc/translator/po/id-ID-pref.po |74126 ++++++++- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 6384 +- misc/translator/po/is-IS-pref.po |51640 +++++- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 6127 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |44208 +++--- misc/translator/po/it-IT-pref.po |48407 +++++- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 7420 +- misc/translator/po/ja-Jpan-JP-pref.po |43740 +++++- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 6384 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |44344 +++--- misc/translator/po/lo-Laoo-pref.po |61966 ++++++- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 6286 +- misc/translator/po/mi-NZ-pref.po |21585 ++- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 6286 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |44297 +++--- misc/translator/po/mon-pref.po |65055 +++++++- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 6293 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |44295 +++--- misc/translator/po/mr-pref.po |52934 +++++- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 6384 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |44277 +++--- misc/translator/po/ms-MY-pref.po | 1153 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 6425 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |63163 ++++--- misc/translator/po/nb-NO-pref.po |17567 ++- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 6465 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |44449 +++--- misc/translator/po/nl-BE-pref.po |34710 ++++- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 6429 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |44259 +++--- misc/translator/po/nl-NL-pref.po |51733 +++++- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 6288 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |44369 +++--- misc/translator/po/nn-NO-pref.po |39092 ++++- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 6414 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |44436 +++--- misc/translator/po/pl-PL-pref.po |23218 +++- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 6459 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |44720 +++--- misc/translator/po/pt-BR-pref.po | 8339 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 6759 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |44353 +++--- misc/translator/po/pt-PT-pref.po | 5647 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 6364 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |44360 +++--- misc/translator/po/ro-RO-pref.po |46072 +++++- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 6609 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |44723 +++--- misc/translator/po/ru-RU-pref.po | 9149 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 6288 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |44258 +++--- misc/translator/po/sd-PK-pref.po |74191 ++++++++- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |32669 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |190471 +++++++++----------- misc/translator/po/sk-SK-pref.po |37389 ++++- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 6360 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |44269 +++--- misc/translator/po/sv-SE-pref.po |76247 ++++++++- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 6428 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |44490 +++--- misc/translator/po/tet-pref.po |28753 +++- .../po/th-THA-i-opac-t-prog-v-3006000.po | 6356 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |44259 +++--- misc/translator/po/th-THA-pref.po | 6838 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 6393 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |44377 +++--- misc/translator/po/tr-TR-pref.po |68839 +++++++- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 6605 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |44629 +++--- misc/translator/po/uk-UA-pref.po |24668 +++- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 6282 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |44259 +++--- misc/translator/po/ur-Arab-pref.po | 3397 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 6346 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po |44267 +++--- misc/translator/po/vi-VN-pref.po |71085 +++++++- misc/translator/po/zh-Hans-CN-pref.po |57148 ++++++- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 9125 +- misc/translator/po/zh-Hans-TW-pref.po |60728 ++++++- 140 files changed, 3050534 insertions(+), 1373583 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:03:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:03:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9136 created. v3.08.00-1452-g6417e44 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, new/bug_9136 has been created at 6417e44bc287c4cd15eef74d53602840ce2aaaa7 (commit) - Log ----------------------------------------------------------------- commit 6417e44bc287c4cd15eef74d53602840ce2aaaa7 Author: Jared Camins-Esakov Date: Fri Nov 23 14:14:16 2012 -0500 Bug 9136: C4::Tags not Plack-compatible The three module-scoped variables $ext_dict, @fields, and $select_all were preventing tagging code from working under Plack. I fixed this by changing the latter two to compile-time constants, and declared the first with "our $ext_dict;" To test (under Plack): 1) Try to create a tag before the patch is applied. Note that you get a 500 error in the AJAX request. 2) Apply patch. 3) Repeat step (1), noticing that this time the tag is created and there is no error. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:03:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:03:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9140 created. v3.08.00-1457-g23e1fd6 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, new/bug_9140 has been created at 23e1fd69f5c04d19bd080ea93a67d33c2e90c6ab (commit) - Log ----------------------------------------------------------------- commit 23e1fd69f5c04d19bd080ea93a67d33c2e90c6ab Author: Jonathan Druart Date: Tue Dec 4 16:56:54 2012 +0100 Bug 9140: Followup removes the useless variable $message Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 533c9bc657812a18c9479d01419418d7c38ec889 Author: Owen Leonard Date: Mon Nov 26 09:24:28 2012 -0500 Bug 9140 - Untranslatable strings in item circulation history This patch removes the text of a message from the script to the template. The lastmove sub now returns either the date or 0, and the template displays the "no transfers" message if the date doesn't exist. To test, view the circulation history for items which do and do not have a transfer history. A date should be displayed for items which have a transfer history. A messages should be displayed for those which do not. This patch also adds a around the text "Never" which was not getting picked up by the translation script. To test this change, run "perl translate update " from misc/translator, then check if the string shows up in the po file. (Thanks kf!) Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov commit d9213da3ad39ad8a83fab1046aa1918aba38c33c Merge: 90d362a 6417e44 Author: Jared Camins-Esakov Date: Sat Dec 22 15:54:10 2012 -0500 Merge branch 'bug_9136' into 3.12-master commit 90d362a74b10ed7ae96d04613b4e23f722e3119a Merge: ab732ce 721b5df Author: Jared Camins-Esakov Date: Sat Dec 22 15:53:56 2012 -0500 Merge branch 'bug_9151' into 3.12-master commit 721b5df3fe7ff5276f1d4699154f2fd191c7e0c5 Author: Jared Camins-Esakov Date: Sat Dec 22 15:52:58 2012 -0500 Bug 9151 follow-up: correct name in sysprefs.sql Rather than creating the syspref RenewalSendNotice, sysprefs.sql was creating the syspref RenewalSendNotices, which was incorrect. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:03:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:03:14 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.01 created. v3.10.01 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.10.01 has been created at b62fe0d6fd35a427e29513ee29499310e3f371b0 (tag) tagging fde0fb58df129498aec306847c02ecc7c04a3013 (commit) replaces v3.08.00 tagged by Chris Cormack on Sun Dec 23 10:00:24 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.10.1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlDWH2gACgkQZgbcHEvgMLOnfgCePF+5zgbWvSUAyaBd/mxnsSe1 8hoAnjDtpXUIzm3TWief3asXt+OHCG4Q =+UC3 -----END PGP SIGNATURE----- Adrien Saurat (15): Bug 8027: fix param order for z3950 INSERT Bug 8025: corrects the return of a zero value for authorised values Bug 8045: fixes "date due" when checking in Bug 8217:[SIGNED-OFF] Focus on search box in staff detail page Bug 7379: display of copy number description (AV) Bug 7905: display serial notes on several lines Bug 8477: Displays home/holding branches on return page Bug 7241: fix for the CIRC logs -> itemnumber stored correctly Bug 8719: Private lists always sorted by title Bug 8757: longer descriptions for authorised values Bug 7873: fixes sort on Title in OPAC basket Bug 8441: hides MODS export by default in French install Bug 7483: fixes on breadcrumbs in Authority administration Bug 8234: fixes date sort on 'Transfers to receive' page Bug 8781: hiding of transfer page when it's useless Aleksa Vujicic (1): Bug 7129: Added a sprintf to format the actual cost. Alex Arnaud (4): Bug 8224 - Make authorized values appear in planning list Bug 5981 - OPAC: Add limits to search history Bug 7299 pass itemnumber in ILSDI holditem service Bug 8381 - Paging broken in OPAC search results Amit Gupta (6): Bug 7739 - Batch edit items of a title Bug 5795 Update the database as follow-up If sys pref Bug 8166 - Adding new currencies & exchange rates Bug 6774 Display barcode on OPAC detail page(Correcting Typo). Bug-7161 Open Library - Larger image, Read, borrow and checked-out status Bug 5409 - Fix call number not shown on opac search result page Bart Jorgensen (7): Bug 5327 : Added a few more lines of code to the ItemType.t unit test Bug 5327 Tests for C4::Matcher Added and tested a mock-db tested a couple of features Added a mock-db table and tested a line Added tests to installer_perlmodules Bug 5327: Unit tests for C4 socialdata Bug 5327: Testing c4 Images Chris Cormack (34): Bug 8072: [SIGNED-OFF] Changes in capitalisation had broken guided reports Bug 7213 : Follow up fixing license information Bug 8135 : Fix installer to copy services/ dir Bug 4330 : Fixing FSF address and copyright headers Bug 4330 : Fixing FSF address and copyright statements Bug 4330 Fixing FSF statements Bug 4330 : Adding missing license statement Bug 4330 : Last of the opac files with wrong FSF address Bug 4330 : Fixing FSF address and copyright headers for acqui/ Bug 4330 : Adding copyright headers and fixing FSF addresses Bug 8082: Fixing circulation.pref to match reality for IssuingInProcess Bug 5327 : Fix for XISBN test, thingisbn is now handing back different results Bug 7941 : Fix version numbers in modules Bug 5337 : Upping the count of the unit tests Bug 6350 : Updating history Bug 7818 : Following, fixing so the packages build Still need to update koha-create to make use of the new file Bug 7143 : Adding Stacey Walker to the history Bug 5327 : Follow up for TTParser test Bug 5644 : Fixing dropbox mode calculation Bug 5644 : Fixing the test Bug 8486 - Follow up making the tests db independent Bug 7143: Updating history and about file Bug 6886 - OPAC XSLT respecting single branch mode Bug 6886 - Follow up for UNIMARC Bug 6886 Follow up for NORMARC Bug 8293 : Fixing POD to match actuality. Bug 5327 : Fixing a typo in the test that was causing a false fail Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Bug 3652: XSS vulnerability in page numbering Bug 3652 XSS vulnerability in facets Bug 7143: Adding new developers to the history file Bug 7143 : New committer to history Bump version for release 3.10.1 release notes Chris Hall (5): Bug 7249 : Allow reports to be called through a restful interface Bug 7248 Added caching support and and moved Caching into Koha namespace bug 8323 fixing year sorting of a list bug 8322 removing additional spaces before fullstop on catalogue/detail and opac-detail pages. bug 3652 fixing XSS vulnerabilities in opac-search Chris Nighswonger (21): Bug 7977: Upgrading DataTables library to 1.9.1 Bug 7977: Updating datatables.css to reflect changes from v1.8.1 to v1.9.1 Bug 7977: Adding jEditable minified version Bug 7977: Adding DateTime::Format::MySQL as a core dependency Bug 7977: Quote-of-the-day (QOTD) Feature for OPAC Bug 7977: QOTD uploader to enable uploading csv files containing quotes Bug 7977: Further UI work on the QOTD uploader Bug 7977: Further UI work on the QOTD editor Bug 7977: Fixing captialization on the tools main page Bug 7977: Fixing quote sample data timestamps Bug 7977: Adding Daily Quotes Tests to Koha.t test suite; also fixing sort order on quote selection SQL Bug 7977: Adding Koha standard help files for QOTD feature Bug 7977: Followup patch addressing items pointed out by Jonathan Druart Bug 7977: Removing unused code from quotes_ajax.pl Bug 7977: Fixing a bug which results in quote fields being incorrectly offset when saving uploaded quotes Bug 7977: Improving upload result message display Making source a text field rather than a varchar to avoid potential length limitations Fixing a typo in the quotes-upload help file and hardcoded css Bug 9036 - 00-load.t checks Koha::Cache::Memcached when it should not this patch adds code to skip this module during this test Bug 9039 - Tests in the basic test suite should only test code based on required dependencies/modules Bug 9085 - Installer will not run with DEBUG set Christophe Croullebois (4): Bug 7329: Items onloan are deleted when undoing import into catalog Bug 6566 Checking if DB's records are properly indexed Bug 8637: Lack of control on mandatory in orderreveive.tt Bug 8557: Prevents form validation by pressing "Enter" Christopher Nighswonger (1): Bug 7119 - tidy t/00-load.t Claire Hernandez (2): Bug 7994: scripts to check yaml files Bug 7994: Fix pref yaml errors Colin Campbell (31): Fix typo in patch for bug 7849 Bug 7987 [SIGNED-OFF] Fix typo in circulation template Bug 6335 Set branch in sip session Bug 8150 [SIGNED-OFF]?Remove obsoleted navigation bar in circ history Bug 3638 Self Check Should Capture Hold Items Bug 3638 : Captured Holds may need to generate a transfer Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere Bug 8227 Fix deprecated construct compile time warning in Serials Bug 8216: Allow SIP modules to pass critic tests Bug 6939 DefaultClassificationSource should be default in 942 Bug 7619 Use CRLF as default terminator Bug 8271 teach SIPServer.pm to set its own lib path Bug 8486 Correct calculation of days_between Bug 8486 Merge Calendar test files Bug 8479 Calculate rank irrespective of display option Bug 8675 Add hours and mins to renewal due date Bug 8514 Restore Patron Name Display Order Bug 8251 Do not try to debar patrons if returns are not overdue Bug 8761 Dont inadvertantly use slices Bug 8017 reduce manipulation of GetAllIssues return Bug 8656 Calendar needs to load both exception and nonexception dates Bug 8418: load repeating holidays hash correctly Bug 6976 Close loophole allowing borrowers extra holds via opac Bug 8653 remove erroneous whitespace blocking indexing bug 8768 correct an error in ItemType.t bug 8768 correct an error in ItemType.t Bug 8727 Minor stylistic change to help text Bug 8336 Support Sip Renewal Transaction Bug 7751: Decrease Loans for Items in Demand for Holds Bug 6679 Avoid critic failure caused by ambiguous code Bug 8841 Duedate should be set to end of expiry day D Ruth Bavousett (6): Bug 8009: Item descriptive data not populated on pay.pl Bug 8392: Category age ranges not being enforced Bug 8012: default values for defaultSortField/defaultSortOrder NULL on install Bug 8569: Paying for lost item overwrites nonpublic notes. Bug 7613: OCLC Connexion web service and desktop client, followup patch Updated translations for 3.10.1 release David Cook (15): Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Bug 8422 - Fix impossible warning in circulation.pl when OverduesBlockCirc set to Block Bug 8448 - Holds Awaiting Pickup : Cancelling a hold on a waiting item with multiple holds displays a blank screen instead of a warning prompt Bug 8414 - Intranet header toplinks display white rather than blue in < IE8 Bug 8434 - Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm) Bug 7839 [ENH] : Add tab in patron record to show patron's routing lists Bug 8455 - Check ins processed through "Check Out" tab of the Patron Record ignore Circulation System Preferences Bug 8764 - Template change "Authors" to "Additional authors" in OPAC Bug 8765 - Add series title to intranet search results Bug 8717 - Wrong subscription notes are showing in catalogue detail view of serials in staff client Bug 8585 : Add System Preference to specify Holds to Pull List Start Date Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Dobrica Pavlinusic (23): Bug 7213 - simple /svc/ HTTP example Bug 7846 - get_batch_summary massive speedup Bug 7872 - C4::Items::GetItemsInfo should use C4::Koha instead of SQL queries directly Bug 8178 - circ/circulation.pl under plack duplicates checkout rows Bug 7810 - C4/Auth.pm - on plack restart session is undefined Bug 7952 - PDF::Reuse under plack writes to console STDOUT instead to browser Bug 7952 - followup to fix t/Creators.t Bug 8247 - adding basket doesn't save basket name, internal or vendor note Bug 7961 - Local cover images should support CSV link files Bug 8183 - acqui/parcels.pl plack scoping Bug 8180 - cataloguing/additem.pl plack scoping Bug 7857 - invalidate cached preferences after SetVersion Bug 7857 - database upgrade fails with plack Bug 7857 - [SIGNED-OFF] database upgrade fails with plack Bug 8315 - remove use C4::* version Bug 8439 - Printing basketgroup does not work on plack Bug 8442 - labels creator fixes for plack Bug 6448 [3/3] EAN-13 barcode labels Bug 6448 [1/3] EAN-13/UPC-A itemBarcodeInputFilter Bug 6448 [2/3] Barcodes::EAN13 autoBarcode Bug 6448 - carp on invalid barcode Bug 8953 - opac-userupdate encoding issues Bug 8919 - ExtendedPatronAttributes not populated from LDAP Duncan Tyler (2): Added coverage to unit test for TTParser Added coverage to unit test for TTParser Elliott Davis (2): bug_7420: Added overduefinescap to issuingrules Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl Frederick Capovilla (3): Bug 8597: Improve template markup to prepare for mobile Bug 8597: Create new CCSR theme Bug 8597: Add mobile functionality to ccsr theme Fridolyn SOMERS (42): BUG5312 XHTML correction in authority summary Bug 8476: Little bug in OPAC XSLT on OPACURLOpenInNewWindow Bug 8440: Dates does not appear in suggestions management Bug 8503: Software error in edit items with EasyAnalyticalRecords Bug 8576: Software error on authority edition when using merge Bug 8513: OPAC detail page broken with XSLT Bug 8293: Software error when clicking on first or last result of each page on OPAC Bug 8357: UNIMARCslim2OPACDetail.xsl, title without class and too links to views Bug 8586: Small bug in die if no mapping in framework for biblioitems.biblioitemnumber Bug 8440: Dates does not appear in suggestions management Bug 8261: Cannot search system preferences from Local Use tab Bug 8071: link between bib and authorities with the authid Bug 8420: tool statisticfines.pl and hourly loan Bug 8629: update of statistics fields on fund selection in order creation/edition Bug 8705: Software error on help of main page Bug 7690: hidelostitems not working in Normal Display Bug 8275: xml parsing error when the webservice GetPatronInfo/show_loans is called Bug 8709: Subfield 0 does not show in MARC detail in intranet Bug 8692: Authorities search form does not correspond to current search query Bug 8702: System preferences search does not allow accented letters Bug 8497: Strange behavior when modifying the timeout system preference Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Bug 8863: When clearing a patron attribute, they are all cleared Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Bug 8973: HTML and URL escape missing in OPAC templates Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Bug 7455: Authority subfields are cloned in the wrong field Bug 7455: Authority subfields are cloned in the wrong field (follow-up) Bug 7455: Authority subfields are cloned in the wrong field (follow-up 2) Bug 7455: Authority subfields are cloned in the wrong field (follow-up 3) Bug 8988: item status uses authorized value description for intranet Bug 7921: Software error while placing order Bug 8996: In result page items with negative notforloan are available Bug 8844: UNIMARC_sync_date_created_with_marc_biblio.pl creates a modification log Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Bug 8660: Tag status does not show on multiple tag add Bug 8660: follow-up: Porting changes to ccsr theme Bug 9132: Paging through OPAC authority search results does not work Bug 9132: Paging through OPAC authority search results does not work (followup 1) input with and_ora instread of and_or Bug 9168: Software error when filtering in receipt summary Bug 9168: Software error when filtering in receipt summary (followup) Bug 9123: Authorities search ordered by authid does not work Fr?re S?bastien Marie (1): Bug 3280 Restrict Send basket feature Fr?d?ric Demians (14): Bug 7818 Add UNIMARC biblio records zebra DOM def files Bug 6267: [SIGNED-OFF]Fix a typo Bug 8062 [SIGNED-OFF] Cart email broken for non english templates Bug 8062 [SIGNED-OFF] Perl module dependency Template::Plugin::HtmlToText Bug 4838 Fix repeated authorities selection Bug 8392: Avoid having an untranslatable age range Bug 7963 Parallel HTTP requests when checking URLs Bug 8633 Manage OPAC alternate templates Bug 1963 Problem with deleted biblio in a virtual shelf Bug 3087 Fix Z39.50 server to return the correct record syntax Bug 8870 UNIMARC authorities search doesn't display information properly Bug 8915 A script fixing missing MySQL contraints Bug 8968 "Add to cart" translatable on OPAC result page 3.10.0 Translation Update Fr?d?rick (2): Bug 8597: Add system preferences to configure the mobile view. Bug 8570 - Add pagination to the Z39.50 results page Fr?d?rick Capovilla (2): Add a warning if a Z39.50 search is started from biblio edition page. Normalize records imported from Z39.50 servers. Gaetan Boisson (2): Bug 7949 - a different favicon for the staff client Bug 8405 : add IntranetBiblioDefaultView and BiblioDefaultView in XSLT.pm Galen Charlton (14): Bug 7818: update installer for biblio DOM indexing Bug 7818: update miscellaneous installer scripts Bug 7818: utility to generate DOM indexing configs Bug 7818: move koha-indexdefs-to-zebra.xsl Bug 7818: add index_data_field option to DOM indexing repertoire Bug 7818: Zebra DOM filter index definitions for MARC21 bibs Bug 7818: -x option of rebuild_zebra.pl now works with DOM filter Bug 7818: use Title-cover for title phrase weighting Bug 7818: update comment to clarify availability of DOM index mode Bug 7818: add warning about not editing record.abs when using DOM filter bug 8649: make sure C4::Context is fully mocked-up before tests bug 8649: make sure we can exit if a test fails bug 8649: create a temp directory for Zebra for C4::Search tests bug 8649: quiet a variable use warning Henri-Damien LAURENT (1): Bug 8353: Adds a test to check for missing sysprefs in the database Ian Walls (5): Bug 7820: Add missing Debian packages Bug 5549 followup: fix suspension in days further Talking Tech Support - Phase I Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin Bug 6151: Add AllowReturnToBranch system preference Ivan Brown (1): Bug 7643 - Can't upload and import zipped file of patron images Jared Camins-Esakov (164): Bug 7249: Syspref to control number of rows in web service results Bug 8022: Permissions test doesn't check all languages Bug 7998: Don't make the news all bold Bug 8159: Fix error in kohastructure.sql Bug 7847: OPAC search dies with Plack Bug 8092: Convert Koha::Cache to use CHI Bug 8092 follow-up: Add optional dependency on CHI Bug 8092: Cheer up Jenkins on loading Cache modules Bug 8092 follow-up: Fix perlcritic violations Bug 7943: Authority search results are untranslatable Bug 7943 follow-up: Fix template filename Bug 6720: show authority type in auth details Bug 5910: [SIGNED-OFF] only add "All authority types" for UNIMARC Bug 8255: allow local cover images to be cached Bug 8205: Add OPACShowUnusedAuthorities syspref Bug 6557: Record bib popularity in totalissues Bug 8311: Fix scoping error in C4::Auth Bug 8202: Add authority export to tools/export.pl Bug 8384: Some Perl scripts do not compile Bug 8383: Add test to check that Perl scripts compile Bug 8256: Teach webservice to select reports by name Bug 8203: Add ability to save individual authorities Bug 8203 follow-up: QA fixes Bug 8203 follow-up: fix MARCXML export for UNIMARC Bug 8268: Add database dump to export tool Bug 8268 follow-up: incorporate QA comments Bug 8353 follow-up: Perltidy new test Bug 8386: Error in duplicate detection message for authorities Bug 6720: Display the authority type in OPAC Bug 6720 follow-up: use authtypetext instead of summary Bug 8208: Add fast-add link to auth finder plugin Bug 8208 follow-up: move Clear and Create new buttons out of results Bug 8204: Add user friendly authority view to OPAC Bug 8204: fix UNIMARC display Bug 8204 follow-up: quiet warn Bug 8207: Allow see also fields in auths to link to thesauri Bug 8520: fix authority display in staff client Bug 6720 follow-up: fix error when auth has been deleted Bug 8268 follow-up: rewrite config correctly Bug 8268: improve error checking Bug 8636: Add missing dependencies Bug 8572: invalid auth shouldn't cause error Bug 8648: searchResults uses SQL query rather than GetMarcFromKohaField Bug 8520: fix authority display in autocomplete Bug 8524: Add a non-automatic barcode plugin Bug 8524 follow-up: fix broken test Bug 8524 follow-up: fix Javascript syntax error Bug 8550: Z39.50 searches for ISBN/ISSN problematic Bug 8525: highlight matches on OPAC detail page Bug 8207 follow-up: correct typo in authority types Bug 8207 follow-up: correct typo in authority types Bug 8332: Add relationships to auth_finder for authority links Bug 8332 follow-up: make strings translatable Bug 8622: Fix theme fallback Bug 8623: Do not accept "lib" as a valid theme Bug 8623: Move YUI out of prog Bug 8550: restore ISSN field to Z39.50 search Bug 6617: Improve MARC21 enhanced contents display Bug 6617: Improve MARC21 enhanced contents display (intranet) Bug 5327 follow-up: add DBD::Mock dependency Bug 8206: Specify index in OPAC authority search Bug 8206 follow-up: Add Match index to MARC21 record.abs Bug 8206: make authority search indexes consistent Bug 8089: Use Koha::Cache for all caching Bug 8089: Cache sysprefs using Koha::Cache Bug 8089: Correct cache timeout to 1000 Bug 8204 follow-up: don't display OpacNav on auth details Bug 8678: XSLT stylesheets output XML, but HTML is needed Bug 8209: "Did you mean?" from authorities Bug 8649: Add unit test for C4::Search Bug 8209 follow-up: fix failing test in AuthorityFile suggestion plugin Bug 7417: Include see from references in bibliographic searches Bug 3462: Links in authorities should be hyperlinks Bug 8447: Make sure we have enough subfields for broader_headings Bug 8743: ZOOM error when merging authority change to biblios Bug 7417 follow-up: fix a perlcritic violation Bug 8597: fix hardcoded references to prog in ccsr Bug 8597: Add CSS, JS, and images to ccsr theme Bug 8211: Add exploded search options Bug 8210: add links to authorities to headings in OPAC Bug 8597 follow-up: add missing lib files Bug 8624: Move famfamfam out of theme directory Bug 7475: Update configuration Bug 7475: Teach matching rules to handle authorities Bug 2060: Update command line MARC import scripts Bug 2060 follow-up: add support for UNIMARCAUTH Bug 8523: Display auth hierarchies w/all marcflavours Bug 8726: ExplodedTerms suggestion plugin (functionality) Bug 8726: ExplodedTerms suggestion plugin (jQueryUI) Bug 8726 follow-up: fix QA issues Bug 8726: add CSS to CCSR theme Bug 8581: don't display parentheses when we don't have a type Bug 8209 follow-up: another correction for BuildSummary API Bug 8818: make sure we load modules before using them Bug 8744: Thesaurus in authorities should not lock fields Bug 8623: Move YUI out of prog Bug 8623 follow-up: make sure CCSR theme loads YUI Bug 8829: Fix authority importing Bug 8636: Add dependency on Test::Deep Bug 3652: close XSS vulnerabilities on biblionumber and authid Bug 3652: close XSS vulnerabilities in opac-export Bug 8890: C4/HoldsQueue requires DB Bug 8890: don't try to load DB-dependent modules Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN Bug 8905: Error when accessing invalid authority Bug 8914: Blank search that returns invalid authorities fails under Plack Bug 8947: [SIGNED-OFF] XSLT fallback logic backwards Bug 8823: CatalogModuleRelink Creates Multiple Links between Bib and Auth record Bug 8665: DOM indexing fails to index some bib records Bug 8665 follow-up: add missing line to XSLT Correct a typo in docs/history.txt and add 3.6.x releases Merge branch 'bug_8982' into 3.12-master Bug 8846: Exploded Terms test sneakily uses database Bug 8846 conflict resolution: correct path Merge branch 'bug_8931' into 3.12-master Merge branch 'bug_7455' into 3.12-master Correct a typo in docs/history.txt and add 3.6.x releases Merge branch 'bug_8945' into 3.12-master Merge branch 'bug_8949' into 3.12-master Merge branch 'bug_8842' into 3.12-master Merge branch 'bug_8784' into 3.12-master Bug 9005: Allow user to disable syspref cache Merge branch 'bug_9005' into 3.12-master Bug 8832: Increment version number Merge branch 'bug_8832' into 3.12-master Merge branch 'bug_8931' into 3.12-master Merge branch 'bug_7921' into 3.12-master Bug 6428: Increment version number Merge branch 'bug_6428' into 3.12-master Merge branch 'bug_8996' into 3.12-master Bug 5490: smsoverdues.pl is an orphan Bug 9053: Test::MockModule and DBD::Mock should be required Merge branch 'bug_8915' into 3.12-master Merge branch 'bug_9036' into 3.12-master Bug 9054: 00-load should not try to load modules with optional dependencies Merge branch 'bug_8892' into 3.12-master Merge branch 'bug_8945' into 3.12-master Bug 9050: Use safer adelete when deleting records from Zebra index Merge branch 'bug_9050' into 3.12-master Merge branch 'bug_9039' into 3.12-master Bug 6428 follow-up: Increment version number Merge branch 'bug_6428' into 3.12-master Bug 9066: VirtualShelves db access not Plack+MariaDB compatible Merge branch 'bug_9085' into 3.12-master Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref Bug 9107: Increment version number Merge branch 'bug_9107' into 3.12-master Merge branch 'bug_9058' into 3.12-master Merge branch 'bug_8880' into 3.12-master Merge branch 'bug_8997' into 3.12-master Merge branch 'bug_7368' into 3.12-master Merge branch 'bug_9046' into 3.12-master Merge branch 'bug_8975' into 3.12-master Merge branch 'bug_9020' into 3.12-master Merge branch 'bug_9023' into 3.12-master Bug 9070: [SIGNED-OFF] authority searches in auth_finder error out Merge branch 'bug_9017' into 3.12-master Merge branch 'bug_9024' into 3.12-master Merge branch 'bug_8844' into 3.12-master Merge branch 'bug_8954' into 3.12-master Bug 9064: Increment version number Merge branch 'bug_8800' into 3.12-master Bug 9135: updatedatabase.pl fails when DEBUG is set Bug 9275 follow-up: Add Romina Racca to history Jonathan Druart (80): Bug 7820: Followup: Add missing Debian packages Bug 5345: DataTables integration in acquisition module [16] Bug 5345: DataTables integration in acquisition module [9] Bug 5345: DataTables integration in acquisition module [15] Bug 5345: DataTables integration in acquisition module [13] Bug 5345: DataTables integration in acquisition module [10] Bug 5345: DataTables integration in acquisition module [6] But 5742: Batch edit patrons Bug 5742: Followup: sort* fields can to be filled with an input text Bug 8106: DataTables integration in ACQ: addorderiso2709.tt Bug 8009: Followup Item descriptive data not populated on pay.pl Bug 5345: DataTables integration in acquisition module [4] Bug 5345: DataTables integration in acquisition module [4] Bug 8122 - Followup Add a link to new library group creation from empty groups message Bug 8195: Selected link must be bold (in admin and tools) Bug 8119 - Followup Show hint when disabling active currency checkbox Bug 8196: FIX for Bug 5742: All extended attributes are shown when editing a patron Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list Bug 5345: DataTables integration in acquisition module [7] Bug 5345: DataTables integration in acquisition module [12] Bug 8102: DataTables integration in acquisition module [14] Bug 8100: DataTables integration in acquisition module [8] Bug 8099: DataTables integration in acquisition module [2] Bug : DataTables integration in acquisition module [1] Bug 7955: Statistics tab for Patron checkouts Bug 8154: The export today's checked in barcodes generated file is always empty Bug 5345: DataTables integration in acquisition module [5] Bug 8217: Followup: move code to the document.ready function Bug 8233 : SearchEngine: Add a Koha::SearchEngine module Bug 8233: Replace the given statement with for Bug 8233: Hide the search engine configuration link for Zebra Bug 8233: Followup: Search engine layer: Add dependencies. Bug 8130: Followup: errors must be a hashref Bug 7302: Export basketgroup as CSV Bug 7302: Followup: rename "Client number" column with "Account number" Bug 8233: We can't load test on Koha::SearchEngine::* Bug 7955: Followup : Check the syspref value (avoid sql injection) Bug 8432: Change serials results display Bug 7470: Followup Move Babeltheque css into a specific file Bug 7470: Followup: Changes mailto links Bug 8385: Dirty patch to make tt_valid.t happy Bug 7628: Escape '+' characters for categorycode Bug 8607: FIX overdues_notices script: $date is not replaced Bug 8395: Fix sort order in parcel.tt (summary) Bug 8172: Followup: Removes useless empty params Bug 8524: Followup FIX an undeclared variable $query Bug 8525: Followup Don't reset the hz scrollbar to the top Bug 7986: Export issues for patron Bug 8002: FIX Change datatype from varchar 1 to 10 for borrower_attribute_types.category_code Bug 8002: FIX Change datatype from varchar 1 to 10 for borrower_attribute_types.category_code Bug 4173: Followup: put the lib into a variable Bug 7991: Add itemcallnumber into the serial collection tab Bug 4491: fix weird code in search scripts Bug 4491: FIX buildQuery if called with an empty limit Bug 4321: clean C4::Biblio::GetBiblio and uses Bug 5357: Adds a new page for searching subscriptions Bug 8117: Divide budget periods into two tabs Bug 8117: Followup: remove h3 title (duplicate infos) Bug 5335 - More granular VAT Bug 5356: delivery place and billing place centralised in basket management Bug 5356: Followup: Add basket billing and delivery place on export pdf (layout3pages) Bug 5356: Followup: remove useless code Bug 8726: Followup FIX save didyoumean syspref Bug 7992: New plugin stocknumberAV Bug 8674: Adds script batchdeletebiblios Bug 8674: Followup: Add POD for misc/batchdeletebiblios.pl Bug 7986: Followup: Hide the export link unless sysprefs are set Bug 8370: Change term issues (smart-rules) BUG 8652: Add a default value for the lateorders Bug 8652: Followup: add a default value for date_from Bug 5356: Followup Change font in the layout3pages pdf Babeltheque: Remove the unused tab on the opac detail page But 8787: don't load the page if OpacMaintenance is ON Bug 8832: Update the gist pref and hide the tax rate value if not needed Bug 8915: Followup FIX QA issues Bug 9046: FIX wrong test on an arrayref instead of an array Bug 9046: Followup FIX perl v5.10 raises an error if itemnumbers if undefined Bug 8758: Remove useless code in circ/returns.pl Bug 8986: Followup FIX a JS error if there is no valid card number Bug 9134: There is no previous link on the second page of the search results page Jorgia Kelsey (1): Bug 8593 - Add unique IDs to pending approval markup on staff client home page Joseph Alway (1): Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. Julian Maurice (30): Bug 7178: Follow-up Improve order item creation Bug 7175: orderreceive.pl cosmetic changes Bug 7175: Allow to choose which items to receive Bug 7178 follow-up: Fix check_additem when UniqueItemFields is empty Bug 7178 follow-up: Do not fill items table with "(undefined)" Bug 6090: Do not enqueue empty messages Bug 7304: More permissions for budgets Bug 7286: rebuild_zebra_sliced for biblios and authorities Bug 8376: New script to export borrowers misc/export_borrowers.pl Bug 5600: Command line interface for tools/export.pl Bug 5600 follow-up: Fix commandline check in order to work under Plack Bug 5600: very tiny follow-up to pass perlcritic Bug 8495: Fix JS error when creating a new order Bug 8575: Expected items count should not include cancelled orders Bug 7168: Add basket group search field in histsearch.pl Bug 8666: Hide 'New basket' link if supplier is inactive Bug 3456: Show internalnotes when receiving serials Bug 7583: Cancel a receipt Bug 7583 follow-up: Prevent users to cancel receipt if they can't Bug 8210: add links to authorities in normal mode headings Bug 5339: Invoices management improvement Bug 5339: perltidy on added files Bug 5339: Fix t/db_dependant/Acquisition.t Bug 5339: ergonomic changes Bug 5339: Unit tests for invoices related subroutines Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Bug 8801: Add menu entry to delete items in batch Bug 8903: Pass invoiceid to ModReceiveOrder Bug 9033: Wide character error in runreport.pl Kathryn Tyree (1): Bug 7368: fixed subsribe typo Katrin Fischer (27): Bug 3969: Budget search in acquisition doesn't work (string changes) Bug 3413: Checkboxes for new subfields not saving correctly Bug 2399: All status fields in the item edit interface offer two blank/null entries per dropdown instead of one Bug 2399: Follow up removing MySQLisms from ru-RU and uk-UA sample files Bug 7929 - Duplicate id "availability" on XSLT result page Bug 7604 - Link on basket group name for closed basket groups is broken Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer Bug 7926: Acq search results show empty () for orders without basket group Bug 8201: Receive date not passed through correctly Bug 7411: Remove diacritics from generated userid Bug 8232: Comments in OPAC contain untranslatable javascript messages Bug 8241: Remove text fragment from Z39.50-Server search Bug 7905: Follow up - Multi-line subscription notes Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm Bug 6394: purchase order has French strings hard coded in Bug 8381: Fix adding limits to search history for logged in users Bug 8626: Fix encoding in cart emails for use of quoted-printable Bug 8621: Alternative template for cart email Bug 3782: Remove broken z39.50 targets from sample files Bug 5357: Follow-up - layout and EAN search Bug 3652: [SIGNED-OFF] XSS fixes - follow up Bug 9020: [SIGNED-OFF] Translate new permissions for 3.10 de-DE Bug 9023: Remove NY Z39.50 servers from installer txt files Bug 9023: Update installer text files Bug 9024: Adding sample patron attributes to German web installer Bug 9024: Add missing sample data to existing files Bug 9101: Add REPORT_GROUP to sample data Koha user (1): Bug 8606 - Talking Tech broken by Bug 7001 Kyle M Hall (76): Bug 8035 - bibs with comments show an error in opac Bug 7641 - Followup - Suspend Until not set on by suspend button. Bug 7722 - Insidious problem with searching Bug 8077 - overdues with fines won't run Bug 8057 - Error when adding a patron with email address Bug 7948 - Printing transfer slip loses barcode field focus Bug 3521 - Items table in catalogue/detail.pl and cataloguing/additem.pl is sorted nonsensically Bug 7757 - Edit basket vendor after it has been created Bug 8128 - can't seem to run new sql reports Bug 8128 - [SIGNED-OFF]Followup - Change default value for cache_expiry Bug 7112 - Having two prices in 020$c causes basket creation to fail from staged marc import Bug 8080 - login and password is pre-filled by the browser when creating a new patron Bug 8140 - [SIGNED-OFF] Error when exporting label xml Bug 8182 - Problem with overdue fine calculations after upgrade Bug 8167 - Add syspref allow a choice of blocking, non-blocking, or do nothing when issuing lost items. Bug 7951 - Suspending holds needs a system preference Bug 8005 - Lost item is not anonymized when checked in Bug 6141 - html glitches causing problems to translator Talking Tech Support - Phase I - Followup - Fix Messaging Preferences Talking Tech Support - Phase I - Followup 2 - Bugfix Talking Tech Support - Phase I - Followup 3 - Follow PBP Bug 8004 - Items on Hold Lose Transfer After Being Scanned Twice Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller Bug 8006 - Loading offline circulation does not anonymize Bug 8267 - Overdue notices not working Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl Bug 8130 - attach PDF files to a patron record Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost - Followup Bug 7065 - reserves table needs a primary key Bug 7848 - Issues data missing from circulation notices Bug 8063 - Hold print notices do not sort by branch Bug 8063 - Followup - Make C4/Letters.pm conform to PBP Bug 8063 - Followup - Bug fix Bug 8130: [SIGNED-OFF] Followup - Empty file upload error never displays. BugFix - ReturnToShelvingCart Bug 8408 - Odd OPAC message when OPAC Renewals are disabled and OPACFineNoRenewals is set to blank Bug 8427 - Patron search results not consistent Bug 4198 - deleting an authority refreshes the page Bug 4198 - Followup - PerlTidy authorities-home.pl Bug 8455 - Followup - perltidy renewscript.pl Bug 3383 - Item due reminder digests - cannot display title information Bug 3383 - Followup - Switch from GetMemberDetails to GetMember Bug 8640 - GetHardDueDate functions incorrectly Bug 8419 - Suspended holds appear on the daily holds queue Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum Bug 8498 - can't specify an hour when specifying due date Bug 8408 - Followup - Fix broken messages. Bug 8408 - Followup 2 - Add reference to renewing items. Bug 8028 - Make table collapsing on parcel.pl sticky Bug 8028 - Make table collapsing on parcel.pl sticky - Hide link for 5 or fewer items. Bug 8028 - Followup Bug 8431 - Increase the borrower attribute field size from 64 characters to 255 Bug 8431 - Followup - Switch from text input to textarea Bug 4118 - Add Collection Code to Statistics Table Bug 4173 - Statuses not appearing in the OPAC Bug 4173: Followup: Document KohaAuthorisedValues plugin Bug 6151 - Followup - Display message for failed returns on circulation.pl when returning via issues table. Bug 6151 - Followup - Change 'itemnumber' to 'barcode' Bug 7401 - Shelving Location facet Bug 8606 - Talking Tech broken by user-configurable slips feature - QA Followup Holidays Test Plan - DB Dependent Bug 3387 - WITHDRAWN items shouldn't check in Bug 8759 - Add labels for library and sorting on opac advanced search Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Bug 8860 - can't merge if you don't have fast cataloging permissions Bug 8700 - RESERVESLIP fields not being replaced correctly Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Bug 8862 - merge.pl contains untranslatable strings Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script Bug 8826 - Initialization of hash triggers error log entries - Followup Bug 8559 - conflicting item statuses - Force cancel or revert Bug 8559 - conflicting item statuses - QA Followup Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Bug 9033 - Wide character error in runreport.pl Liz Rea (4): Bug 7953 - add opacuserjs to the sco template Bug 7998 - CSS fixes for new interface Bug 8129 - Quickslips not printing bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing. Lyon3 Team (9): Add ordernumber column in orders history table Replace itemnumber by barcode in links of patron modification log Bug 7652: Add item barcode on top of its editing form Permission for change password button in members toolbar should be borrowers instead of staffaccess Receiving serials in a loop Bug_7913-Follow-up, hide button for subs with items Question marks in series title facet links Bug 8978: Patron's dateexpiry erroneously updated when in UnwantedField Bug 9098 Replace tabulations by spaces in opac-user.pl MJ Ray (6): Bug 7729 : svc/new_bib: support ?items=1 to add POSTed items to the new biblio too Add Street Address searchfields set to patrons search header widget fix bug 7068 - autobarcode not working when duplicating patrons circ/circulation.pl: force issuedate to a string to fix bug 8738 Bug 8982 make koha-create accept --database option Bug 9260: stop koha-run-backups complaining "missing ]" Magnus Enger (11): Bug 8008 - Fix typo in man page for koha-create Bug 7924 - Fix handling of command line arguments in koha-remove Bug 7984 [SIGNED-OFF] - Fix the upload_local_cover_images permission Bug 7982: [SIGNED-OFF] Typo in moremember-receipt.tt Bug 7367 - One "the" too many Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages Bug 8941 - Make title display properly for NORMARC OPAC detail view Bug 8805 - Add a biblio-zebra-indexdefs.xsl for NORMARC Bug 9058 - Norwegian default for CalendarFirstDayOfWeek Bug 9020 - Translate new permissions for 3.10 nb-NO Marc Balmer (1): Bug 7787: Make the SIP server much more robust. Marc Veron (22): Bug 8019 - Preserve language choice between Browser sessions Bug 7601 - Preference for default language for field 008 Range 35-37 (instead of hard coded "eng") Bug 7586 - Search: Language restriction does NOT show expected results (no items shown) Bug 7368 - General staff client typo omnibus Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference Bug 8335 - Missing Icon PR.png or typo in MARC21slim2OPACDetail.xsl Bug 8301 - Display additional system information (preferences) on About page to minimize support cases Bug 8518 - Self checkout does not display debt amount if syspref AllowFineOverride is set to allow Bug 7628 - Required format is not enforced for Patron Categories Bug 8556 - "Mark seen and continue" not translatable in inventory.tt Bug 8573 - Translation difficult in picture-upload.tt due to nested sentence in if/foreach/if/elsif - construction BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age without using categories Bug 8641 - Add information warning about log-in as root user to About->System information Bug 8810 - Opac: Cart should display branchname instead of branchcode Bug 8796 - patron cards not starting on designated card Bug 8812 - Staff Client: Patron search should display branch name instead of branch code in results table Bug 8873 - JavaScript error in Opac displaying tag cloud Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... Bug 8885 - OPAC with ccsr theme in IE9 Bug 9010 - Follou up Quote of the day: Umlauts do not display correctly Bug 9017 - Quote of the day: Table footer not translated Marcel de Rooy (28): Followup 7178: Remove warning on uninitialized value in sprintf for neworderempty 7368 typo: MARC -> Card Bug 7788: [SIGNED-OFF] Remove two unused calls to GetShelf Bug 7788: [SIGNED-OFF] Followup: GetShelf call in addbybiblio script corrected Bug 7805: Exposing the new list permissions in opac and staff 7368 Followup for history.txt Only correcting whitespace for correct placement in about form Bug 7367 Followup for opac-suggestions template 7143 Followup for timeline 7161 Followup for indentation openlibrary.js 3280 Followup for privacy issue on X-Orig-IP in mail header 8268 Followup for creating var spool subdir. 8062 Followup for HTML::FormatText 7368 Adjustments for Perl dependencies 8263 Make OPAC stylesheet preferences more consistent (dbrev) 8263 Consistent stylesheet prefs Bug 7805 Followup for perlcritic messages Bug 8704 - Typo in etc/koha-conf.xml Bug 8706 - Private lists can be accessed by anyone 7675 New script for changing selinux file labels on perl scripts 8627 Fixing pipe values in controlfield 008 authorities 8627 Followup for removing tabs Bug 8872: Add UTF-8 encoding to intranet xslt files Bug 8872 Add UTF-8 encoding to opac xslt files Bug 8872: Changes for opac-showmarc Bug 8872: Changes for intranet showmarc Bug 7368: Removing occurrences of dependant= feature in javascript open calls Bug 9059: Increase size of opac-sendbasket window Bug 9059: Followup Mark Tompsett (25): Bug 7630 - Warning on moremember.pl about param without key Move "$error => 1," to its own conditional $template->param() Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing Bug 8458 - $stemmed_operand in C4::Search _build_stemmed_operand is not initialized. Added =q{} to initialize it to the empty string at declaration time. Bug 8329 - GetLostItems in C4::Items.pm has a SELECT * Provided a smaller list based on reports/itemlost.tt Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery. Bug 8485 - Make koha_perl_deps.pl batch friendly Added a -b flag for brief which outputs only the perl library name (Foo::BaR), and added a -r flag for required which filters the list to required=Yes perl libraries. Bug 4064 - Uninitialized variable errors in opac-search.pl Merely optimized two if statements, already fixed in master. Bug 8478 - Update Ubuntu related files Updated installation instructions, cleaned up ubuntu-pkg-check.sh, renamed ubuntu*.packages files more consistently, updated files to include missing libraries, corrected incorrect libraries (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client). Bug 8339 - div id="login" should be id="login_controls" in header.inc Bug 8714 - Poorly ordered and triggers warning in marctagstructure.pl Bug 8713 - Warning message triggered by clicking Keywords to MARC mapping Bug 8780 - Lower dependency version for DateTime::TimeZone Bug 8350: warning in logs when searching for nonexistent ISBN Bug 8737 - Incorrect icon at login in staff client Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Bug 8742 - Example uses perl 5.8 in Makefile.PL Bug 8175 - check logs error or displays incorrectly in details.pl Bug 8861 - Undefined variables in batchMod.pl trigger error logs Bug 8849 - Error log generated when not a demo system Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Bug 8910 - silent warnings triggered in about.pl Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages Bug 8826 - Initialization of hash triggers error log entries. Bug 8784 - Missing files in debian.packages list Bug 8880 - Uninitialized variables trigger error log entries Mason James (40): add edit_quotes to es-ES/mandatory/userpermissions.sql Bug 8145 - [SIGNED-OFF] opac-tags.pl fails when DEBUG is set Bug 6679: Fixing 13 perlcritic violations in C4/Barcodes.pm Subroutine prototypes used at line XXX, column 1. See page 194 of PBP. Bug 6679: Fixing 5 perlcritic violations in opac/* Bug 6679: Fixing 26 perlcritic violations in C4/Tags.pm patch for Bug 8226 - 'OpacFooter' markup/css improvements Bug 8313 - add ASHS to 'Koha team' page, for sponsorship of the 'star-ratings' feature Bug 8315 - fix 'C4::Output 3.02' errors in Koha added date and ISBN tests to Koha.t Bug 8470: remove depreciated H:T:P test Bug 8463 - Koha/SearchEngine/Solr/Search.pm fails perlcritic test Bug 6679 - fix 12 perlcritic violations in C4/External/BakerTaylor.pm Bug 6679 - [SIGNED-OFF] fix 12 perlcritic violations in C4/Auth_with_ldap.pm Bug 6679 -[SIGNED-OFF] fix 12 perlcritic violations in C4/Context.pm Bug 6679 - [SIGNED-OFF]fixing 23 '"return" statement with explicit "undef"' violations in C4/Tags.pm Bug 6679 - [SIGNED-OFF] fix 15 perlcritic violations in C4/ImportExportFramework.pm Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm Bug 6679 - [SIGNED-OFF]?fix 9 perlcritic violations in C4/Koha.pm Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Circulation.pm Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Barcodes.pm Bug 6679 - [SIGNED-OFF] fix 7 perlcritic violations in C4/Biblio.pm Bug 6679 - [SIGNED-OFF] fix 6 perlcritic violations in C4/Barcodes/hbyymmincr.pm Bug 6679 - [SIGNED-OFF] fix 5 perlcritic violations in C4/Serials.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/ShelfBrowser.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Branch.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/SQLHelper.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Output.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Message.pm Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Items.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Utils.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/ItemCirculationAlertPreference.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/BackgroundJob.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Installer.pm Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Creators/PDF.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Print.pm Bug 6679 - fix 3 perlcritic violations in C4/Auth.pm, and enabled warnings Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates Bug 8253 - Fine doubling Mathieu Saby (4): Bug 8916: Hide Curriculum index in advanced search if marcflavor = unimarc Bug 8958: Make facets more UNIMARC compliant (revision 1) Bug 8954: Make languages list in advanced search translatable (revision 1) Bug 8946: corrections in inc files for UNIMARC coded fields advanced search Matthias Meusburger (6): Bug 6858: Adds staticfines.pl for static fines processing Bug 5337: EAN management : Adds ean for various searches Bug 8229: Tabs in marc subfield structure is not shown correctly Bug 8282: Bug in modules list in about.pl Bug 8279: CAS Debugging improvements Bug 7412: Pre-filling items in cataloguing Maxime Pelletier (3): bug 6634 : 3 more cases of manager_id not populated Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Bug 8966 Koha::Calendar::is_holiday truncates the date Meenakshi.R (6): Bug 7704 -Fix bug that prevent items to be returned to home branch, when independentbranches and canreservefromotherbranch sysprefs are both turned on. Bug 7570 - Add Item availability status to cart. Bug 4255 - Add item type to facet list Bug 6655 - Sorting order of serial issues in OPAC Bug 5409 - Call number is not show on Opac search result page. Bug 5409 - Call number is not show on Opac search result page. Melia Meggs (2): Bug 7143: Adding Kathryn Tyree to the history and About page. Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information Mirko Tietgen (7): Bug 7143 ? Bug for tracking changes to the about page Bug 8413 Space in barcodes breaks GET request in benchmark_staff.pl Bug 8492 [ENH] Restrict OpacSuppression to IP adresses outside of an IP range Bug 8185: Change some more strings from Italian to English Bug 4177 opaccloud missing from the system preferences interface Bug 9024: Fix typo Bug 9287 - socialnetworks is enabled by default Nicole C. Engard (72): Bug 7936: Acq Help Files for 3.8 Bug 7936: Admin Help files for 3.8 Bug 7936: Offline Circ Help Bug 7936: Serials Help for 3.8 Bug 8319: Update headings on Patron Statistics tab Bug 8321: Fix OPACShowBarcode description Bug 8351: Update wording on staged marc Bug 8453: Add spaces to inventory options Bug 6716: Document aqbudgets and aqbudgetperiods tables Bug 6716: Document the aqorders table Bug 6716: Document aqorders_items table Bug 6716: Document branchtransfers table Bug 6716: Update ratings table documentation Bug 6716: Document action_logs table Bug 6716: Document aqbasket table Bug 6716: Document the biblio_framework table Bug 6716: Document branch_item_rules table Bug 6716: Document branch_borrower_circ_rules table Bug 6716: document issuingrules table Bug 6716: Document patronimage table Bug 6716: Document tags tables Bug 6716: Document import_batches table Bug 6716: document import_record_matches table Bug 6716: Update documentation for the letter table Bug 6716: Update reserves table Bug 6716: Document saved_sql table Bug 6716: Document search_history table Bug 6716: Update z3950servers documentation update 'onloan' in items and deleteditems Bug 8696: Update Export bibs on Tool Menu Bug 8412: add color icon set Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Bug 6716 - Fix alt contact field documentation Bug 6716: Update biblioitems tables Bug 7621: Follow up to clarify preference language Bug 8831: relabel gstrate with Tax rate Bug 7751: Decrease loan length with many holds Bug 7412: Follow up: Update preference to sentence :x Follow up to Bug 8585: add missing word to preference Bug 4118: Follow up: Add ccode to kohastructure for stats Bug 7986 Follow Up: Update ExportWithCsvProfile Bug 7986 Follow Up: Fix ExportRemoveFields Follow up: Bug 8525: Update preference description Bug 8933: Update transport cost matrix styles Bug 8934: Fix transport cost matrix help language Bug 8944: Fix invoices search wording Bug 8945: Update help files for 3.10 Bug 8945: Acquisitions Help Files for 3.10 Bug 8945: Administration Help Files Bug 8945: Authority Help Files Bug 8945: Catalogue Help Files Bug 8945: Cataloging Help Files Bug 8945: Add missing detail help file to catalog Bug 8945: Circulation help files Bug 8945: Label help files Bug 8945: Update patron help files Bug 8945: Add patron routing list help file Bug 8945: Update offline circ help files Bug 8945: Update patron card creator help files Bug 8945: Reports Help Files Bug 8945: Hold help file Bug 8945: Update comments help file Bug 8961: Fix typo in offline circ help Bug 8945: Serials Help Files for 3.10 Bug 8945: Update suggestion help file for 3.10 Bug 8945: Update lists help for 3.10 Bug 8945: Tools Help Files Bug 8945: Update Tags help files for 3.10 Bug 8945: Add missing acq help file Follow up to Bug 6680: tiny up download lists formats Bug 8945: Did you mean help file Nu?o L?pez Ans?tegui (2): Bug 6428 - refered column 'items.coded_location_qualifier' does not exist Bug 6428 [Follow-up] refered column 'items.coded_location_qualifier' does not exist Owen Leonard (116): Bug 8002 [SIGNED-OFF][REVISED] Can't add patron attribute type in newer installation Bug 7500 - Use CSS Sprites for faster page loading Bug 5184 - Upgrade jQuery to the latest version (staff client) Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) Bug 8048 - better spacing on categories for attributes Bug 7842 - Inconsistencies in Notices interface Bug 7877 - note on expiration in the opac worded wrongish Bug 8124 - Hide option to download results of items with no checkouts report Bug 7889 - Use standard style for errors and messages Bug 7889 [Authorities duplicates] Use standard style for errors and messages Bug 7889 [Search errors] Use standard style for errors and messages Bug 7889 [Acquisitions] Use standard style for errors and messages Bug 8107 - Disabled buttons not distinguishable from enabled buttons Bug 7980: [SIGNED-OFF] Group search results tag input with other actions ug 8078 [REVISED] my summary showing contents of incorrect tab Bug 8014 - On the patron entry form hide "restricted until" field if "Restricted: No" is checked Bug 8095 - Printed lists in the OPAC not easy to read Bug 8122 - Add a link to new library group creation from empty groups message Bug 7959 - Update OPAC suggestions interface to match lists Bug 7959 - Update OPAC suggestions interface to match lists Bug 7127 - Templates must be valid XHTML Bug 7747 - Replace YUI autocomplete with jQueryUI Bug 7747 [FOLLOW-UP] Replace YUI autocomplete with jQueryUI Bug 8108 - Remove unused images from the OPAC Bug 7599 - [SIGNED-OFF] Cart JavaScript contains untranslatable English strings Bug 8111 - Language chooser display problem in self-checkout Bug 8160 - Link to cataloging appears for users without cataloging permission Bug 8161 - Cataloging home page should be accessible to users with permission to edit catalog or edit items Bug 8187 - [SIGNED-OFF] Batch patron modification missing from tools sidebar menu Bug 8119 - Show hint when disabling active currency checkbox Bug 8184 - Duplicate budget page lacks heading and breadcrumbs Fix for Bug 6855 - List bullet showing in wrong place on error message Bug 7747 [FOLLOW-UP] Replace YUI autocomplete with jQueryUI Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version Bug 8171 - Improper escaping of quotes during z39.50 queries leads to broken html Bug 8272 - OPAC : date expiration format Bug 8241 - Remove stray references to YUI autocomplete Bug 8194 - Layout problem on subscription add when showing manual history Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version Bug 8288 - showmarc.tt should not include full doc-head-close.inc Bug 8281 - Remove unused YUI files Bug 8283 - Replace usage of YUI Cookie utility with jQuery Cookie plugin Bug 8398 - Missing image file in staff global css Bug 8130 [FOLLOW-UP] attach PDF files to a patron record Bug 7889 - Use standard style for errors and messages Bug 8679 [REVISED] Remove usage of Amazon API Bug 8657 - Default sort by call number does not work Bug 8655 - Re-order items on administration page to better match configuration priority Bug 8596 - Reports interface date picker doesn't force ISO formatted dates Bug 8590 - checked out from missing on patron detail Bug 8588 - Duplicate field IDs cause problems with SQL report parameter entry Bug 8522 - Markup errors cause problems with customized CSS Bug 8593 - Follow-up - Add unique IDs to pending approval markup on staff client home page Bug 3374 - Display patron attributes in the same format as other patron data Bug 6494 - opacmysummaryhtml on reading history Bug 2553 [Serials report] alphabetize dropdown menus Bug 8549 - DataTables upgrade broke display of next/previous buttons in table controls Bug 7784 - Improve clarity of batch modification operations Bug 8708 [Revised] RSS feed for new comments is broken Bug 8496 - show local cover images on lists view in opac Bug 8644 [staff client] jQueryUI CSS file should not contain customizations Bug 8644 [OPAC] jQueryUI CSS file should not contain customizations Bug 7500 [FOLLOW-UP][Star ratings] Use CSS Sprites for faster page loading Bug 7500 [FOLLOW-UP][Missing images] Use CSS Sprites for faster page loading Bug 7500 [FOLLOW-UP, revised][Social networks] Use CSS Sprites for faster page loading Bug 8598 - No patron image or home library on Files & Statistics tabs Bug 8677 - table overlapping to the right on holds waiting Bug 8730 - browse overlaying powered by Bug 8428 - can't save contracts Bug 8617 - Problem with display of comments waiting for moderation in OPAC Bug 8693 - Sort biblio checkout history by checkout date instead of patron name Bug 6689 [Follow-up] Improve styling of table pager Bug 8711 - alternating colors messed up on reports Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Bug 8827 - YUI CSS files no longer found on Yahoo servers Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl Bug 8811 - can't run report after saving Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Bug 2930 [REVISED] Put other name on checkout screen Bug 8820 - Don't show orders table if there are no orders Bug 8766 - OPACBaseURL still called as OPACBaseurl in many files Bug 8843 - Cannot export bibliographic records by call number Bug 8851 - strange blue bar above serials results Bug 8898 - Remove unused mainmenu include and related styles in the staff client Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization Bug 8935 - transport cost matrix could be prettier Bug 8912 - Remove unused hold-menu.inc Bug 8907 - Last updated date does not appear on currency edit form Bug 8980 - Untranslatable strings in modborrowers.pl Bug 8707 - tags always say approved Bug 8931 - submit buttons have blue background Bug 8804 [Revised] Quiet errors in the log from Auth.pm Bug 8989 - Availability facet needs an id Bug 8972 - Due Date set to 100 years ago Bug 8972 - Due Date set to 100 years ago Bug 8989 - Availability facet needs an id Bug 8931 [Follow-up] submit buttons have blue background Bug 7500 [Lists follow-up] Use CSS Sprites for faster page loading Bug 7932 [Revised] Twitter share doesn't work with socialnetworks Bug 8975 - search results should say on order in staff client Bug 8971 - Sort holds queue report using DataTables Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account Bug 8163: Click to populate XSLT preferences with "default" or empty values Bug 8546 - Error in description of OPAC Advanced Search Publication date range search Bug 5521 - item edit form appears if no items found Bug 8986: Batch patron modification template corrections Bug 9115 - basket window should close automatically when placing a hold Bug 9073 - Download option from the cart should match the menu button in lists Bug 8515 - OPAC password change does not obey OpacPasswordChange Bug 9106 - Filtering list of uncertain price list by owner empties order information Bug 9137 - Focus when editing/adding new itemtypes/authorised values Bug 7687 - Remove problematic CSS gradient declarations targeting Internet Explorer Bug 6602 - Reports dictionary doesn't properly recognize text columns Bug 8117 [Follow-up] Divide budget periods into two tabs Bug 8641 [Follow-up] Add warning about log-in as root user to About page Paul Poulain (310): Koha 3.8.0 bump Merge remote-tracking branch 'origin/new/bug_7849' Bug 8002 follow-up to use 3.09 and MODIFY instead of 3.08 and CHANGE Merge remote-tracking branch 'origin/new/bug_3969' Bug 7903 follow-up, wrong capital cases bug 7249 follow-up, online help Bug 7249 BDRev number Merge remote-tracking branch 'origin/new/bug_5184' Welcoming Lyon 3 team as a committer, and adding 3.8.0 release Merge remote-tracking branch 'origin/new/bug_5345' Bug 7739 follow-up for capital cases Merge remote-tracking branch 'origin/new/bug_5345' Merge remote-tracking branch 'origin/new/bug_7178' bug 8022 follow-up, missing permission in spanish Merge remote-tracking branch 'origin/new/bug_8022' Merge remote-tracking branch 'origin/new/bug_7213' Bug 5742 follow-up permissions for RU and UK languages Bug 5742 follow-up DB rev number Bug 7248 follow-up (alternative) Bug 7757 - Followup - Move IF outside of html tag Bug 7977 follow-up, fixing UC breaking coding guidelines Bug 7977 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_7178' Bug 7398 follow-up DBRev number Bug 5795 follow-up, DBRev number Welcome to the 182th commiter ! Bug 7794: follow-up DBRev number + removing UNIQUE index that is now useless Bug 7792:redefine the field branchcode as PRIMARY KEY of branches Bug 7792 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8150' Merge remote-tracking branch 'origin/new/bug_6858' Bug 8144 - 775 tag in the MARC record causes display issue Welcome to Piotr Kowalski, that is 183th Bug 8182 follow-up, fixing BLO typo mistake Merge remote-tracking branch 'origin/new/bug_8182' bug 8167 follow-up: DBRev number Bug 5337 DBRev number Bug 7951 follow-up DBRev Merge remote-tracking branch 'origin/new/bug_7936' Bug 7601 follow-up DBRev number Adding Shari Perkins as contributor Merge remote-tracking branch 'origin/new/bug_7747' Bug 4246 Follow-up updatedatabase Revert "Subroutine prototypes used at line XXX, column 1. See page 194 of PBP." Merge remote-tracking branch 'origin/new/bug_8092' [SIGNED-OFF] bug 7570: add a space to the table header Merge remote-tracking branch 'origin/new/bug_5337' Merge remote-tracking branch 'origin/new/bug_7952' Merge remote-tracking branch 'origin/new/bug_8092' Bug 7955 follow-up DBRev number Bug 7955 follow-up spelling fixes Adding Claire Hernandez as contributor + adding missing contributors in about.tt Bug 7447 allow to specify a date in overdue_notice.pl Bug 6774 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_6634' Bug 5910: allow users to search on all auth types Bug 3708 - Add another customizable region to the OPAC: right sidebar nav Bug 3708 follow-up DBRev number Bug 8289 Upgrading from 2.2 does not work anymore Merge remote-tracking branch 'origin/new/bug_7143' Bug 7304 followup DBRev number Bug 8205 follow-up DBRev number Bug 8130 follow-up DBRev number Bug 6557 follow-up DBRev number Bug 6557 follow-up UNIMARC 942$0 in default french frameworks Bug 8318: Update StatisticsFields preference language bug 6350 (history.txt) fixing typo Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin" Bug 8130 follow-up, removing duplicate tab Merge remote-tracking branch 'origin/new/bug_8130' Merge remote-tracking branch 'origin/new/bug_3280' bug 7630 follow-up : welcome #186 Mark Tompsett Bug 8202 follow-up UNIMARC authority support Bug 5981 follow-up DBrev number Merge remote-tracking branch 'origin/new/bug_7818' Bug 8233 follow-up fixin DBRev Revert "Added coverage to unit test for TTParser" Merge remote-tracking branch 'origin/new/bug_7563' into new/bug_7563 Bug 7563 follow-up DBRev Bug 7065 follow-up DBRev number Revert "Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost - Followup" Revert "Bug 4460 - Amazon's AssociateID tag not used in links so referred revenue lost" Merge remote-tracking branch 'origin/new/bug_8315' Bug 8353 follow-up adding a tiny sh in misc/maintenance Merge remote-tracking branch 'jcamins/bug_8281_qa' Merge remote-tracking branch 'origin/new/bug_5644' Merge remote-tracking branch 'origin/new/bug_8251' Merge remote-tracking branch 'origin/new/bug_6720' Merge remote-tracking branch 'origin/new/bug_7729' Merge remote-tracking branch 'origin/new/bug_8268' Bug 8083 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8130' Bug 6716 tiny follow-up, mysql want a space after the -- Merge remote-tracking branch 'origin/new/bug_8062' Bug 7302 tiny follow-up removing Merge remote-tracking branch 'origin/new/bug_7889' bug 8486 tiny follow-up, removing ` Bug 7420 follow-up DBRev number Bug 7420 tiny bugfix Merge remote-tracking branch 'origin/new/bug_8486' Merge remote-tracking branch 'origin/new/bug_8233' Merge remote-tracking branch 'origin/new/bug_8204' Bug 8207 follow-up DBrev Merge remote-tracking branch 'origin/new/bug_7955' Bug 7839 follow-up fixing HTML4 coding guideline error Bug 8432 follow-up, fixing error in T::T variable scope Bug 7470 follow-up: adding comments to avoid removal of this file Merge remote-tracking branch 'origin/new/bug_6720' bug 8477 follow-up for [HTML4] coding guideline Bug 6448 follow-up, DBrev number Bug 8263 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8268' Bug 8670 follow-up DBRev number Bug 8657 follow-up DBRev number Bug 8492 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8332' Merge remote-tracking branch 'origin/new/bug_7805' Bug 7412 follow-up Bug 7412 follow-up Merge remote-tracking branch 'origin/new/bug_7241' Revert "Bug 7241: fix for the CIRC logs -> itemnumber stored correctly" Merge remote-tracking branch 'origin/new/bug_7241' Merge remote-tracking branch 'origin/new/bug_8440' Bug 7621 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8293' Merge remote-tracking branch 'origin/new/bug_7613' Merge remote-tracking branch 'origin/new/bug_8550' Merge remote-tracking branch 'origin/new/bug_8204' Merge remote-tracking branch 'origin/new/bug_8408' Revert "Bug 8089: Correct cache timeout to 1000" Revert "Bug 8089: Cache sysprefs using Koha::Cache" Revert "Bug 8089: Use Koha::Cache for all caching" Merge remote-tracking branch 'origin/new/bug_8089' Bug 5911 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8251' Bug 5911 follow-up DBREv number bug 8431 follow-up DBRev number Bug 8431 follow-up : |html_line_break in 2 tempates Bug 8209 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_8209' Bug 3461 follow-up DBRev number Bug 7143 tiny follow-up, removing tabs Bug 7986 follow-up DBRev numbers Bug 7968 follow-up typo fixes Bug 7583 follow-up DBRev number Bug 4118 follow-up DBRev number Bug 8002 follow-up for the follow-up, DBRev number Bug 8743 follow-up, throw a more explanatory error message Merge remote-tracking branch 'origin/new/bug_8743' Merge remote-tracking branch 'origin/new/bug_7417' Merge remote-tracking branch 'origin/new/bug_8520' Bug 7671 follow-up DBRev number Merge remote-tracking branch 'origin/new/bug_7671' Bug 8765 follow-up replace tabs by spaces Bug 6151 follow-up DBREv & removing useless ` Bug 6151 follow-up, fix HTML4 coding guideline Bug 8336 follow-up, tabs to space bug 8757 follow-up DBRev number Bug 8597 follow-up DBRev number Bug 6151 follow-up fix POD Merge remote-tracking branch 'origin/new/bug_6151' Bug 7993 follow-up DBRev number Bug 5339 follow-up DBRev Merge remote-tracking branch 'origin/new/bug_8597' Bug 8597 follow-up translation issues Merge remote-tracking branch 'origin/new/bug_8597' Bug 7751 follow-up adding updatedatabase for sysprefs decreateLoanHighHolds* Bug 7993 follow-up to fix POD DOC Merge remote-tracking branch 'origin/new/bug_7993' Merge remote-tracking branch 'origin/new/bug_6448' Bug 8117 follow-up remove perl warning A follow-up will be added though, because we understood why I had some javascript error and jonathan didn't. It's because I've plack + debug Bug 2060 follow-up DBRev & updatedatabase Merge remote-tracking branch 'origin/new/bug_8185' Bug 5339 follow-up Merge remote-tracking branch 'origin/new/bug_5339' Revert "Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm" Revert "Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm" Merge remote-tracking branch 'origin/new/bug_8606' Bug 5335 follow-up DBRev number Bug 5335 follow-up DBRev number Bug 8523 follow-up DBRev number Bug 8523 follow-up fixing perlcritic Bug 8523 follow-up OPAC styles for ccsr theme Merge remote-tracking branch 'origin/new/bug_8523' Bug 5356 follow-up DBRev number Bug 5335 follow-up fix test Bug 5335 follow-up fixing template Merge remote-tracking branch 'origin/new/bug_8209' Bug 3387 follow-up DBRev number Bug 3387 follow-up: fix perlcritic error Bug 7642 follow-up fix POD Bug 5335 follow-up: fixing Perl error Bug 8674 follow-up Fix perlcritic error Bug 8585 follow-up DBRev number Bug 8585 follow-up Passing syspref to template Merge remote-tracking branch 'origin/new/bug_7589' Bug 8739 follow-up fixing perlcritic error Merge remote-tracking branch 'origin/new/bug_7986' Bug 7963 follow-up: die nicely if AnyEvent libraries not installed Bug 8379 removing another useless ->disconnect line Bug 8379 don't close dbh Merge remote-tracking branch 'origin/new/bug_8623' into new/bug_8623 Merge remote-tracking branch 'origin/new/bug_8623' Merge remote-tracking branch 'origin/new/bug_8382' Merge remote-tracking branch 'origin/new/bug_7621' Merge remote-tracking branch 'origin/new/bug_8233' Bug 5409 follow-up DBRev number Bug 8652 follow-up adding more tests Bug 8570 follow-up removing tabs & improving indentation Bug 8570 follow-up removing tabs & improving indentation Merge remote-tracking branch 'origin/new/bug_8741' Bug 7873 follow-up s/tab/4spaces/ Merge remote-tracking branch 'origin/new/bug_8636' Merge remote-tracking branch 'origin/new/bug_7751' Merge remote-tracking branch 'origin/new/bug_7412' Bug 8862 follow-up s/\t/4spaces/g Merge remote-tracking branch 'origin/new/bug_7751' Bug 7143 follow-up replace tabs by 4 spaces Merge remote-tracking branch 'origin/new/bug_8585' Merge remote-tracking branch 'origin/new/bug_5356' Merge remote-tracking branch 'origin/new/bug_4118' Merge remote-tracking branch 'origin/new/bug_7986' Merge remote-tracking branch 'origin/new/bug_8525' Bug 8724 follow-up DBRev number Bug 7483 follow-up replacing tabs by 4 spaces in both templates Bug 8916 follow-up adding Mathieu Saby to contributors list Bug 3652 follow-up reverting call to param('bib') Merge remote-tracking branch 'origin/new/bug_3652' Bug 8895 follow-up fix for Jonathan's QA comment Bug 8939 follow-up welcome to Robert Williams 194th contributor Merge remote-tracking branch 'origin/new/bug_8707' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8982' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8978' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8846' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8636' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7455' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8804' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8826' into 3.10.x Bug 8904: fix Plack scoping for overduerules.pl Merge remote-tracking branch 'origin/new/bug_8904' into 3.10.x Bug 8490: fix Plack error when creating label layout Bug 8949: Trying to view help on a page without any help results in a nasty error Bug 8842 fix Plack scoping for holidays Merge remote-tracking branch 'origin/new/bug_8490' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8842' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8949' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8872' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9001' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8805' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8784' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9005' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8919' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8832' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8972' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8989' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9010' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8988' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7921' into 3.10.x Bug 8892 fix Plack scoping in acquisition Merge remote-tracking branch 'origin/new/bug_9053' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8915' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7119' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9036' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9054' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8892' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9050' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9039' into 3.10.x Merge remote-tracking branch 'origin/new/bug_6428' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7500' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8968' into 3.10.x Bug 9107: remove the syspref from the database, as well Bug 8997: Unnecessary call to getAllLanguages Merge remote-tracking branch 'origin/new/bug_9066' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9085' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9046' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9107' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9058' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8750' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8880' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8997' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7368' into 3.10.x Merge remote-tracking branch 'origin/new/bug_7932' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8975' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9020' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9023' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8971' into 3.10.x Bug 9064: fix statistics.ccode column Merge remote-tracking branch 'origin/new/bug_9070' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9017' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9024' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8844' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8954' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9064' into 3.10.x Merge remote-tracking branch 'origin/new/bug_8800' into 3.10.x Merge remote-tracking branch 'origin/new/bug_9078' into 3.10.x Bug 9122: fix the problem when writing-off a fine Merge remote-tracking branch 'origin/new/bug_9122' into 3.10.xb Bug 9018 generated ccsr translation file Bug 9018 Italian translation of ccsr.po Merge remote-tracking branch 'tamil/3.10.0-translate' into 3.10.xb Bumping version to 3.10.0 and adding sponsors that are were not already written Adding 3.10 release notes Bug 9008: warn if user is logged-in with admin account Bug 9020: follow-up fixes french translation for permissions Bug 8981 follow-up: case Piotr Kowalski (1): Bug 8116 : Fixing warn in error log Robert Williams (1): Bug 8939 : Fines being charged during the grace period Robin Sheat (22): Bug 8020 [3.8.x/MASTER] - update changelogs to get to 3.8 Bug 8020 - [3.8.x] Update changelog for 3.8.0-1 Bug 8020 [3.8.x/MASTER] - update git build script to 3.9 Bug 8001: [SIGNED-OFF] improve styling potential of the tag list Bug 8139 - add margin to recent comments CSS to fix stuff with menus Bug 8222 - make the zipcode no longer mandatory Bug 7642 - remove the cloud weight from the tags Bug 8235 - allow a whitelist of modules that aren't in Debian Bug 8544 - make the RSS icon CSS-changeable Bug 8162: allow packages to work on Ubuntu Precise Bug 8547 - JS error in star ratings breaks IE Bug 8532 - improve robustness when converting dates Bug 8646 - prevent the highlighter from going infinite loop Bug 8391: prevent error when viewing circ history with bad dates Bug 8594 - prevent the report system from breaking some subqueries Bug 8716 - make the routing list reordering function work Bug 7642 - fix the lost display of tag sizes Bug 8890 - move two more db dependent tests Bug 8636 - add Moose dependency to the dependencies Bug 6680 - simple tidy-up of cart download format descriptions Bug 9052 - rewrite the YUI links to use the system library Bug 8878 - a command to provide a shell with the koha environment Romina Racca (1): Bug 9275 Missing '<' closing pharagraph tag Savitra sirohi (1): Bug 7153 - Show Open Library as Search Target in "More Searches" in OPAC detail page Serhij Dubyk {?????? ?????} (1): Bug 9010 - Quote of the day: Umlauts do not display correctly Added utf8-encoding in json-header for correct view quotes in quotes editor. Shari Perkins (3): Bug 7936 followup: Copyedited Acquisitions help files Bug 7936 followup: Copyedited Offline Circ help files Bug 7936 followup: Copyediting Help Files Simon Story (1): Bug 6684: Fixes to koha-remove Sophie Meynieux (4): Bug 7815 : Order pickup libraries list by name rather than by code Bug 7329 [Followup] : when reverting an import, keep matching biblionumber in batch table, if items are not deleted beacause on loan. Bug 7329 [Followup] : when reverting an import, keep matching biblionumber in batch table, if items are not deleted because they are issued. Bug 8191 : Adding a new value to 8 position of coded data field 100 Srdjan (9): bug 6372: moved background-job.inc to background-job-progressbar.js bug_7647: Table sorter on issue history bug_7398: Replaced OPACDisplayRequestPriority syspref with OPACShowHoldQueueDetails bug_8056: sorted out slip print calls bug_8138: added 773$t field to search results bug_8083: parameters subpermissions: manage_circ_rules and parameters_remaining_permissions bug_8083: Explanation of update query bug_5911: Transport Cost Matrix Bug 7993: Save reports with Group/Subgroup hierarchy Stacey Walker (1): bug 5327: added some tests for C4/Items.pm St?phane Delaune (5): bug 7990 - styl= in aqplan.tt Bug 8041: lost items are no longer available in search Bug 8040: bad name in acquisitions-menu Bug 7794:redefine the field id as PRIMARY KEY of sessions Bug 7671 : add a real primary key accountlines_id in accountlines Tomas Cohen Arazi (15): Bug 8251 - Patrons get incorrectly debarred Bug 8251 - Follow up, use 'day' instead of 'days' for Datetime::truncate Bug 6617 - Wrong first indicator value in test Bug 8520 - Authorities summary incorrect on posible duplicate notice Bug 8623 - Fix YUI path for OPAC in debian/rules Bug 8233 - SolR-related /etc/ files break deb building Bug 8741 - crontab.example missing username, fails in some systems Bug 8724 - Upgrade from NoZebra installs is broken Bug 9001: Remove Zebraqueue_daemon Bug 8750 - Chronological terms authorities not correctly indexed (trivial fix) Bug 8800 - useDaysMode=Datedue wrong behaviour (revisited) Bug 9078 - is_holiday should honour holiday exceptions Bug 9078 - fixing exceptions broke tests Bug 9142 - Remove the use of subtests Bug 9235 - Hardcoded values in cronjobs/backup.sh Vitor FERNANDES (1): Bug 9144 - bulkmarcimport.pl - Problem identifying errors Zeno Tajoli (1): Bug 8185: plugin for linking records in MARC21 christophe croullebois (4): Bug 8197 : Software error when you have cleaned cookies and try to past the url to opac-topissues.pl Bug 8136 Changes the expected lenght of 100$a in rebuild_zebra.pl SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl Bug 7351 : feature that allows to delete a range of dates root (1): Bug 7968 : Create meta-packages to simplify installation of koha wajasu (3): Bug 8375 - Patch for Common diacritics not shown correctly when exporting batch label to PDF Bug 8378 - syntax not working on overdues anymore Bug 8728 : Adjust Reserves.t test for resdate and expdate and test setup/teardown ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:17:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:17:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9105 created. v3.08.00-1460-g3f73f92 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, new/bug_9105 has been created at 3f73f9228b0e70c723c0180ca4754b5588161dd2 (commit) - Log ----------------------------------------------------------------- commit 3f73f9228b0e70c723c0180ca4754b5588161dd2 Author: Marcel de Rooy Date: Thu Nov 22 09:32:42 2012 +0100 Bug 9105: Second housekeeping followup Removing some unused variables. Restoring timeout parameter that was only used in cataloging. Restoring copyrightdate and editionstatement in row data for template. Small adjustment at the end of the while loop with template vars. Discovered while doing so, that the paging feature needs some further corrections; will propose a patch under a separate report. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit e201d55c21e39a2d612de017b8969540eded7064 Author: Marcel de Rooy Date: Wed Nov 21 14:50:10 2012 +0100 Bug 9105: Housekeeping followup Remove some debug warnings, fix indentation Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov commit e9766f609471c2638824e2de2b2ea382d85cc4e8 Author: Marcel de Rooy Date: Mon Nov 19 13:53:49 2012 +0100 Bug 9105: Move Z3950 search code to Breeding module As a first step in realizing the goals of report 6536 (Z3950 Search improvements), this patch moves identical code in acquisition and cataloging to module level. A followup deals with formatting. Note that this patch should not change any behavior. Signed-off-by: Jonathan Druart I did not find any regression Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:20:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:20:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9112 created. v3.08.00-1461-g92ca490 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, new/bug_9112 has been created at 92ca490aa58f956746ad8bee610fd89094ea9068 (commit) - Log ----------------------------------------------------------------- commit 92ca490aa58f956746ad8bee610fd89094ea9068 Author: Zeno Tajoli Date: Tue Nov 20 14:56:11 2012 +0100 Bug 9112 : update of Italian SQL files This patch is only for Italian SQL setup, it updates files auth_val.sql and userpermissions.sql. For circulation permissions and REPORT_GROUP example. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:25:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:25:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9278 created. v3.08.00-1462-gfea8db7 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, new/bug_9278 has been created at fea8db728a73be8fc07c56a47edb327212f53395 (commit) - Log ----------------------------------------------------------------- commit fea8db728a73be8fc07c56a47edb327212f53395 Author: Owen Leonard Date: Wed Dec 12 15:47:55 2012 -0500 Bug 9278 - Remove unused OPAC CSS file sanop.css This patch removes an unused CSS file, sanop.css, included in both OPAC themes even though it is referenced by neither. To test, apply the patch and listen for the unhappy protestations of libraries whose OPACs now look different. If there are none, the patch works. Signed-off-by: Jonathan Druart According to Paul's answer (on the mailing list), I sign off this patch. Signed-off-by: Elliott Davis Seems to work as advertised Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:35:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:35:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8955 created. v3.08.00-1464-ge7cfb39 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, new/bug_8955 has been created at e7cfb39a66dfc9f5af619ecd78bb757dfe4dec4e (commit) - Log ----------------------------------------------------------------- commit e7cfb39a66dfc9f5af619ecd78bb757dfe4dec4e Author: Owen Leonard Date: Tue Nov 6 11:14:44 2012 -0500 Bug 8955 [Follow-up] Self checkout should degrade gracefully w/o JavaScript This follow-up fixes some instance of unnecessary JavaScript which I missed the first time around: The renew and check-in buttons on the list of checkouts. The functionality can be easily accomplished without JS. Also corrected: - Capitalization error - Miss-named variable causing the "too many checkouts" not to be displayed - Misplaced [% END %] tags hidding "Return to account" button on some dialogs. - Corrected variable scope error which prevented the "return" button from appearing. To test, log into self checkout using an account which has checkouts. Testing renewing items both by scanning barcodes and by clicking the "renew" button in the list of checkouts. Renew something until it reaches its limit and test checking it out by scanning the barcode. Test the "check in" button. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit e1c621c23098c6d7562dbebf905ff3672d49e04e Author: Owen Leonard Date: Wed Oct 24 11:02:28 2012 -0400 Bug 8955 - Self checkout should degrade gracefully with JavaScript turned off Several changes in this patch, the largest of which is that the renew/return dialogs no longer require JavaScript in order to properly alter and submit the form. Instead each button uses a separate form. To test, log in to self checkout and submit a barcode which is checked out and can be renewd, and a barcode which is checked out but has reached the checkout limit. On the resulting dialogs each button should function properly. Also changed: I removed some useless JavaScript processing related to a bogus "valid_session" variable which was unused. Similarly removed is template logic based on a "timedout" variable which was not set by the script. Note that the script contains NO server- side handling of timeout. Timeout is dependent on JavaScript. To test these changes, confirm that with JavaScript enabled you are automatically logged out after the time specified in the SelfCheckTimeout preference. Other minor changes: Terminology and capitalization corrections, minor style tweaks. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:38:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:38:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9158 created. v3.08.00-1465-g4e8c6f1 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, new/bug_9158 has been created at 4e8c6f1fbba899ec05000c031e784b38ee6984a4 (commit) - Log ----------------------------------------------------------------- commit 4e8c6f1fbba899ec05000c031e784b38ee6984a4 Author: Chris Hall Date: Wed Nov 28 12:41:28 2012 +1300 Bug 9158: correcting whitespace in series (440) display Signed-off-by: Kyle M Hall Patch changes 'first; second; third.' to 'first ; second ; third.' Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:43:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:43:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9169 created. v3.08.00-1466-gadf4790 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, new/bug_9169 has been created at adf4790c286d59f05c7785b0b441e8682c8fb04f (commit) - Log ----------------------------------------------------------------- commit adf4790c286d59f05c7785b0b441e8682c8fb04f Author: Owen Leonard Date: Thu Nov 29 11:32:52 2012 -0500 Bug 9169 - Wrap relator code in to allow for CSS customization This patch adds around the display of relator codes in the OPAC and the staff client, and adds a space before the bracket (" [relatorcode]") for readability. To test, add custom CSS to OPACUserCSS and IntranetUserCSS and view a record which includes relator code data. Suggested: .relatorcode { background-color: rgb(230, 240, 242); border-radius: 3px 3px 3px 3px; color: rgb(51, 51, 51); display: inline-block; font-size: 75%; font-weight: normal; margin-left: 0.4em; padding: 0.1em 0.4em; } Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:45:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:45:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7620 created. v3.08.00-1467-g37bd0c8 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, new/bug_7620 has been created at 37bd0c8d7e1196648fc3fc24287cf3d8f1afb7d7 (commit) - Log ----------------------------------------------------------------- commit 37bd0c8d7e1196648fc3fc24287cf3d8f1afb7d7 Author: Lyon3 Team Date: Thu Oct 11 16:12:48 2012 +0200 Bug 7620: OPACNoResult, Add keyword to query string When search failed, this patch gets the keyword(s) and add them to the string entered by the user to OPACNoResultFound Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 22 22:46:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 22 Dec 2012 21:46:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1467-g37bd0c8 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 37bd0c8d7e1196648fc3fc24287cf3d8f1afb7d7 (commit) via adf4790c286d59f05c7785b0b441e8682c8fb04f (commit) via 4e8c6f1fbba899ec05000c031e784b38ee6984a4 (commit) via e7cfb39a66dfc9f5af619ecd78bb757dfe4dec4e (commit) via e1c621c23098c6d7562dbebf905ff3672d49e04e (commit) via fea8db728a73be8fc07c56a47edb327212f53395 (commit) via 92ca490aa58f956746ad8bee610fd89094ea9068 (commit) via 3f73f9228b0e70c723c0180ca4754b5588161dd2 (commit) via e201d55c21e39a2d612de017b8969540eded7064 (commit) via e9766f609471c2638824e2de2b2ea382d85cc4e8 (commit) via 23e1fd69f5c04d19bd080ea93a67d33c2e90c6ab (commit) via 533c9bc657812a18c9479d01419418d7c38ec889 (commit) via d9213da3ad39ad8a83fab1046aa1918aba38c33c (commit) via 90d362a74b10ed7ae96d04613b4e23f722e3119a (commit) via 721b5df3fe7ff5276f1d4699154f2fd191c7e0c5 (commit) via 6417e44bc287c4cd15eef74d53602840ce2aaaa7 (commit) from ab732ce20eb91ba24feae7efb7f553969b7e792e (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 212 ++- C4/Tags.pm | 12 +- acqui/z3950_search.pl | 324 +--- cataloguing/z3950_search.pl | 271 +--- circ/bookcount.pl | 16 +- installer/data/mysql/it-IT/necessari/auth_val.sql | 7 + .../data/mysql/it-IT/necessari/userpermissions.sql | 14 +- installer/data/mysql/sysprefs.sql | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 1 + .../prog/en/modules/circ/bookcount.tt | 5 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 10 +- koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css | 2013 -------------------- koha-tmpl/opac-tmpl/prog/en/css/sanop.css | 2013 -------------------- koha-tmpl/opac-tmpl/prog/en/css/sco.css | 4 + .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 112 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 10 +- opac/opac-search.pl | 10 + opac/sco/sco-main.pl | 3 +- 18 files changed, 405 insertions(+), 4634 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css delete mode 100644 koha-tmpl/opac-tmpl/prog/en/css/sanop.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 20:54:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2012 19:54:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.01-7-gc382527 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.10.x has been updated via c3825279d90147f801b435824ddab587f6378162 (commit) via e8716f764786232491732361e15fc4b8871569d8 (commit) via bd71ffa54e597125bb67123f839778697f89f18b (commit) via a7177a1613227396e60e2d2fffecdc08890ef5f2 (commit) via 7e426b00d25063f72107239c9c093d7f368a1366 (commit) via 0729f8d18c305cc5ed740c3d187b50f3bece404f (commit) via 9dab59dfb97ab0ba37d1d4d23acfd41e24142514 (commit) from fde0fb58df129498aec306847c02ecc7c04a3013 (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 c3825279d90147f801b435824ddab587f6378162 Author: Owen Leonard Date: Thu Nov 29 11:32:52 2012 -0500 Bug 9169 - Wrap relator code in to allow for CSS customization This patch adds around the display of relator codes in the OPAC and the staff client, and adds a space before the bracket (" [relatorcode]") for readability. To test, add custom CSS to OPACUserCSS and IntranetUserCSS and view a record which includes relator code data. Suggested: .relatorcode { background-color: rgb(230, 240, 242); border-radius: 3px 3px 3px 3px; color: rgb(51, 51, 51); display: inline-block; font-size: 75%; font-weight: normal; margin-left: 0.4em; padding: 0.1em 0.4em; } Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e8716f764786232491732361e15fc4b8871569d8 Author: Chris Hall Date: Wed Nov 28 12:41:28 2012 +1300 Bug 9158: correcting whitespace in series (440) display Signed-off-by: Kyle M Hall Patch changes 'first; second; third.' to 'first ; second ; third.' Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit bd71ffa54e597125bb67123f839778697f89f18b Author: Owen Leonard Date: Wed Dec 12 15:47:55 2012 -0500 Bug 9278 - Remove unused OPAC CSS file sanop.css This patch removes an unused CSS file, sanop.css, included in both OPAC themes even though it is referenced by neither. To test, apply the patch and listen for the unhappy protestations of libraries whose OPACs now look different. If there are none, the patch works. Signed-off-by: Jonathan Druart According to Paul's answer (on the mailing list), I sign off this patch. Signed-off-by: Elliott Davis Seems to work as advertised Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a7177a1613227396e60e2d2fffecdc08890ef5f2 Author: Zeno Tajoli Date: Tue Nov 20 14:56:11 2012 +0100 Bug 9112 : update of Italian SQL files This patch is only for Italian SQL setup, it updates files auth_val.sql and userpermissions.sql. For circulation permissions and REPORT_GROUP example. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 7e426b00d25063f72107239c9c093d7f368a1366 Author: Jonathan Druart Date: Tue Dec 4 16:56:54 2012 +0100 Bug 9140: Followup removes the useless variable $message Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 0729f8d18c305cc5ed740c3d187b50f3bece404f Author: Owen Leonard Date: Mon Nov 26 09:24:28 2012 -0500 Bug 9140 - Untranslatable strings in item circulation history This patch removes the text of a message from the script to the template. The lastmove sub now returns either the date or 0, and the template displays the "no transfers" message if the date doesn't exist. To test, view the circulation history for items which do and do not have a transfer history. A date should be displayed for items which have a transfer history. A messages should be displayed for those which do not. This patch also adds a around the text "Never" which was not getting picked up by the translation script. To test this change, run "perl translate update " from misc/translator, then check if the string shows up in the po file. (Thanks kf!) Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 9dab59dfb97ab0ba37d1d4d23acfd41e24142514 Author: Jared Camins-Esakov Date: Fri Nov 23 14:14:16 2012 -0500 Bug 9136: C4::Tags not Plack-compatible The three module-scoped variables $ext_dict, @fields, and $select_all were preventing tagging code from working under Plack. I fixed this by changing the latter two to compile-time constants, and declared the first with "our $ext_dict;" To test (under Plack): 1) Try to create a tag before the patch is applied. Note that you get a 500 error in the AJAX request. 2) Apply patch. 3) Repeat step (1), noticing that this time the tag is created and there is no error. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Tags.pm | 12 +- circ/bookcount.pl | 16 +- installer/data/mysql/it-IT/necessari/auth_val.sql | 7 + .../data/mysql/it-IT/necessari/userpermissions.sql | 14 +- .../prog/en/modules/circ/bookcount.tt | 5 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 10 +- koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css | 2013 -------------------- koha-tmpl/opac-tmpl/prog/en/css/sanop.css | 2013 -------------------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 10 +- 9 files changed, 41 insertions(+), 4059 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/ccsr/en/css/sanop.css delete mode 100644 koha-tmpl/opac-tmpl/prog/en/css/sanop.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 21:43:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2012 20:43:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.08-5-gf50f4b3 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.8.x has been updated via f50f4b314f90233d7b0f42bea497e95cc6ee8cb6 (commit) via a2860b15f3aebf306490bb2ee650f5b38495a064 (commit) via c626c3c36b244a89dc93bb69484a0590d4e2dd5f (commit) via 4b56d8451e6ca6f86c3c71510a0f8cdaf9d33650 (commit) via 74fcfe7a7e430d2d0707558dda37841ad3e7581f (commit) from 4cf4e11faa42af3636305e8ba348f46c5e6a9b32 (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 f50f4b314f90233d7b0f42bea497e95cc6ee8cb6 Author: Owen Leonard Date: Thu Nov 29 11:32:52 2012 -0500 Bug 9169 - Wrap relator code in to allow for CSS customization This patch adds around the display of relator codes in the OPAC and the staff client, and adds a space before the bracket (" [relatorcode]") for readability. To test, add custom CSS to OPACUserCSS and IntranetUserCSS and view a record which includes relator code data. Suggested: .relatorcode { background-color: rgb(230, 240, 242); border-radius: 3px 3px 3px 3px; color: rgb(51, 51, 51); display: inline-block; font-size: 75%; font-weight: normal; margin-left: 0.4em; padding: 0.1em 0.4em; } Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a2860b15f3aebf306490bb2ee650f5b38495a064 Author: Chris Hall Date: Wed Nov 28 12:41:28 2012 +1300 Bug 9158: correcting whitespace in series (440) display Signed-off-by: Kyle M Hall Patch changes 'first; second; third.' to 'first ; second ; third.' Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit c626c3c36b244a89dc93bb69484a0590d4e2dd5f Author: Owen Leonard Date: Wed Dec 12 15:47:55 2012 -0500 Bug 9278 - Remove unused OPAC CSS file sanop.css This patch removes an unused CSS file, sanop.css, included in both OPAC themes even though it is referenced by neither. To test, apply the patch and listen for the unhappy protestations of libraries whose OPACs now look different. If there are none, the patch works. Signed-off-by: Jonathan Druart According to Paul's answer (on the mailing list), I sign off this patch. Signed-off-by: Elliott Davis Seems to work as advertised Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 4b56d8451e6ca6f86c3c71510a0f8cdaf9d33650 Author: Jonathan Druart Date: Tue Dec 4 16:56:54 2012 +0100 Bug 9140: Followup removes the useless variable $message Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 74fcfe7a7e430d2d0707558dda37841ad3e7581f Author: Owen Leonard Date: Mon Nov 26 09:24:28 2012 -0500 Bug 9140 - Untranslatable strings in item circulation history This patch removes the text of a message from the script to the template. The lastmove sub now returns either the date or 0, and the template displays the "no transfers" message if the date doesn't exist. To test, view the circulation history for items which do and do not have a transfer history. A date should be displayed for items which have a transfer history. A messages should be displayed for those which do not. This patch also adds a around the text "Never" which was not getting picked up by the translation script. To test this change, run "perl translate update " from misc/translator, then check if the string shows up in the po file. (Thanks kf!) Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: circ/bookcount.pl | 16 +- .../prog/en/modules/circ/bookcount.tt | 5 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 10 +- koha-tmpl/opac-tmpl/prog/en/css/sanop.css | 2013 -------------------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 10 +- 5 files changed, 21 insertions(+), 2033 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/css/sanop.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 21:49:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2012 20:49:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-29-g0013f6f 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.6.x has been updated via 0013f6fa45e755a285752a67af8729a47a2e79cd (commit) via f5998416801dbc1b542a01c31ee8c95b977cd753 (commit) via 2899756ead6021d37e3a8f1629c05602fe24269e (commit) via 785b7ea93f305e7c659d878247318e2cf23752cd (commit) via b44bd1c0488c168d3a0815ad0d375f26ffabe4d8 (commit) via bd35ea5ff6a750e75b4bcb26a337f8b2f12d05e4 (commit) via a8a191bcb35c68c1245eb6bdb324cc4316c9dcbb (commit) via a7277ff28acf5c00b20cecd6bad64932af78b86c (commit) via 0a23401f38c20682f7fe2f0c88bb86fa6441e0ad (commit) from 59c8739715f29cb550bebc305b4620b485ffb2e5 (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 0013f6fa45e755a285752a67af8729a47a2e79cd Author: Jared Camins-Esakov Date: Fri Nov 23 12:30:26 2012 -0500 Bug 9135: updatedatabase.pl fails when DEBUG is set When the DEBUG environment variable is set to a true value, all DBI errors are treated as fatal. Unfortunately, duplicate keys are incredibly common in updatedatabase.pl, since sysprefs are often added in testing, then re-added once the patches have been pushed to master (or added when on a maintenance branch, and then re-added when the system is upgraded to either a newer maintenance branch or master). This patch disables fatal errors for the updatedatabase.pl script. Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test, run from command line: export DEBUG=1 installer/data/mysql/updatedatabase.pl Signed-off-by: Jonathan Druart If a query causes an error, the script continues as expected. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Signed-off-by: Liz Rea commit f5998416801dbc1b542a01c31ee8c95b977cd753 Author: Owen Leonard Date: Wed Nov 28 10:02:35 2012 -0500 Bug 7129 [3.8.x] actual cost showing too many zeros Reimplemented for 3.8.x: Added a sprintf to format the actual cost Signed-off-by: Chris Cormack Simple bug fix, TT plugin would be nicer but this is a perfectly acceptable fix for now Signed-off-by: Liz Rea commit 2899756ead6021d37e3a8f1629c05602fe24269e Author: Owen Leonard Date: Wed Nov 21 14:38:12 2012 -0500 Bug 8820 [3.8.x] Don't show orders table if there are no orders Reworkd for 3.8.x: Patch removes the "basket empty" message in favor of hiding the orders table altogether when a basket has no orders. Other textual changes: - Correcting capitalization according to coding guidelines - Replacing the "Order Details" heading with the more succinct "Orders" Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass, template change only. To test: 1) Create a new basket - verify 'basket empty' shows up 2) Create order line - verfiy table heading is 'Order Details' 3) Close basket, check capitalization on basket group dialog Repeat with patch applied. - 'basket empty' is gone - Heading is now 'Orders' - Capitalization on basket group dialog is correct Signed-off-by: Chris Cormack commit 785b7ea93f305e7c659d878247318e2cf23752cd Author: Owen Leonard Date: Mon Nov 19 11:00:15 2012 -0500 Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit b44bd1c0488c168d3a0815ad0d375f26ffabe4d8 Author: Fridolyn SOMERS Date: Wed Nov 21 11:05:05 2012 +0100 Bug 9123: Authorities search ordered by authid does not work Signed-off-by: Marcel de Rooy Tested with Zebra, marc21, grs1. Discovered that paging through auth search results does no longer work, but that is not related to these changes. Signed-off-by: Katrin Fischer Tested with Zebra, marc21, dom. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Signed-off-by: Liz Rea commit bd35ea5ff6a750e75b4bcb26a337f8b2f12d05e4 Author: Kyle M Hall Date: Mon Oct 1 15:16:29 2012 -0400 Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and perlcritic pass. Tests done: holds policy vs. circulation rules seemed to make the difference for me, I am not totally sure why that is, but see no reason to fail this patch as results are ok. System preferences - CircControlBranch = the library the item is from - ReservesControlBranch = patron's home library Circulation rules - Library A - Holds policy: Books can not be put on hold. - Library B - Holds policy: Books can be put on hold. (no special setting needed) Catalog data - A record with an item for library B, itemtype Books. Test without patch: 1) Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed. Before patch: hold IS allowed. After patch: hold is NOT allowed. OK 2) ReserveControlbranch = item's home library Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is allowed. Before patch: hold is allowed. After patch: hold is allowed. OK 3) ReservesControlBranch = patron's home library Circulation rules: Remove hold policy for library B. Library A: no holds allowed for books using 'Holds allowed (count)' = 0 Library B: 5 holds allowed for books using 'Holds allowed (count)' = 5 Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed Before patch: hold is NOT allowed After patch: hold is NOT allowed OK 4) ReserveControlbranch = item's home library Should be: hold is allowed Before patch: hold is allowed After patch: hold is allowed OK Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Signed-off-by: Liz Rea commit a8a191bcb35c68c1245eb6bdb324cc4316c9dcbb Author: Owen Leonard Date: Mon Nov 26 10:49:22 2012 -0500 Bug 9137 - Focus when editing/adding new itemtypes/authorised values This patch adds the "focus" class to the relevant inputs so that the global staff client JS will move the focus to those fields. Logic in the authorised_values template puts the focus on the correct field whether you're adding a new category, a new value, or performing an edit. To test, try the following operations: - add an itemtype - edit an itemtype - add an authorised value category - add an authorised value value - edit an authorised value value In all cases the focus should automatically be in the first form field. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Works well in 3.10.x Signed-off-by: Chris Cormack Works well in 3.8.x Signed-off-by: Liz Rea commit a7277ff28acf5c00b20cecd6bad64932af78b86c Author: Fridolyn SOMERS Date: Wed Oct 31 14:26:31 2012 +0100 Bug 7921: Software error while placing order Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Signed-off-by: Liz Rea commit 0a23401f38c20682f7fe2f0c88bb86fa6441e0ad Author: Mathieu Saby Date: Thu Oct 18 23:21:25 2012 +0200 Bug 8946: corrections in inc files for UNIMARC coded fields advanced search In subtypes_unimarc.inc files for opac and staff interface, this patch - fix 1 wrong code (Frequency-code:i = Other should be z) - fix the label "Feschrift Ind." to "Literary genre" - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g) - fix a few typos - change the order of some values (u values) To test, check if the new values are visible in the opac and staff interface. Signed-off-by: Mason James Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 4 +- C4/Biblio.pm | 7 ++- acqui/neworderempty.pl | 2 +- acqui/orderreceive.pl | 4 +- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 2 +- .../marc_defs/marc21/authorities/record.abs | 2 +- .../marc_defs/unimarc/authorities/record.abs | 2 +- installer/data/mysql/updatedatabase.pl | 1 + .../prog/en/includes/subtypes_unimarc.inc | 55 +++++++++++--------- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +--- .../prog/en/modules/acqui/uncertainprice.tt | 1 - .../prog/en/modules/admin/authorised_values.tt | 6 ++- .../prog/en/modules/admin/itemtypes.tt | 8 ++- .../prog/en/includes/subtypes_unimarc.inc | 52 +++++++++++-------- opac/opac-reserve.pl | 2 +- 16 files changed, 90 insertions(+), 69 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 22:18:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2012 21:18:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-31-g44bbfd9 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.6.x has been updated via 44bbfd95ab1a3b741b1b8eec1638777d11b89b82 (commit) via 19622c3387a50b41fa74d60f2f13fee1d1999e22 (commit) from 0013f6fa45e755a285752a67af8729a47a2e79cd (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 44bbfd95ab1a3b741b1b8eec1638777d11b89b82 Author: Liz Rea Date: Thu Dec 27 10:02:40 2012 +1300 Bumping version for release commit 19622c3387a50b41fa74d60f2f13fee1d1999e22 Author: Liz Rea Date: Thu Dec 27 10:00:20 2012 +1300 Release Notes for 3.6.11 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 9 ++- ...se_notes_3_6_9.txt => release_notes_3_6_11.txt} | 113 ++++++++++++-------- 2 files changed, 74 insertions(+), 48 deletions(-) copy misc/release_notes/{release_notes_3_6_9.txt => release_notes_3_6_11.txt} (58%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 26 22:21:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 26 Dec 2012 21:21:45 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.06.11 created. v3.06.11 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.06.11 has been created at 87a04121354db298cecb0cf0603d4312a9844aa8 (tag) tagging 44bbfd95ab1a3b741b1b8eec1638777d11b89b82 (commit) replaces v3.06.10 tagged by Liz Rea on Thu Dec 27 10:11:01 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.8.7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJQ22flAAoJELbCpJ03Jji3beEIAI7dsnGqXI3Nlp0Yhy0Ysj7N l4Ow19+O3NPldxZidtFN35x8+Az4GftuKKMDCLsxMwlr5RlvNmqZQVW/ZADMn4hU d2qTQyWZSP/j6p9tiVOp6qageU4VeYZ/7PyhjI2kROG3x797sNyhfhHFDbt9QVd4 ac/Sn7BkGHXa1he838PXt3GlAYvXvipouoHoV54pRJa746rL7dreM3coA9tsGEnf HQdkTkh4LuPPVgPVkQfJ8SXgjHJS9ySmbvDFDgm/g4AhahOS8o70/txDzHunF9l6 lhjbVkIE6R0XiMKr6tt3h2hbh3BdlFy9Dmz/pFOLFoTUgdhivFyZryshOQxeaHc= =u5Hp -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 8234: fixes date sort on 'Transfers to receive' page Dobrica Pavlinusic (1): Bug 8953 - opac-userupdate encoding issues Fridolyn SOMERS (4): Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Bug 7921: Software error while placing order Bug 9123: Authorities search ordered by authid does not work Jared Camins-Esakov (1): Bug 9135: updatedatabase.pl fails when DEBUG is set Jonathan Druart (2): Bug 8792 : Babeltheque: Remove the unused tab on the opac detail page But 8787: don't load the page if OpacMaintenance is ON Katrin Fischer (2): Bug 9024: Adding sample patron attributes to German web installer Bug 9024: Add missing sample data to existing files Kyle M Hall (2): Bug 8862 - merge.pl contains untranslatable strings Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Liz Rea (2): Release Notes for 3.6.11 Bumping version for release Liz Rea - Catalyst (2): Merge branch '3.6.x' of git://git.koha-community.org/koha into 3.6.x Revert "Bug 9024: Add missing sample data to existing files" Mark Tompsett (1): Bug 8910 - silent warnings triggered in about.pl Mathieu Saby (2): Bug 8954: Make languages list in advanced search translatable (revision 1) Bug 8946: corrections in inc files for UNIMARC coded fields advanced search Mirko Tietgen (2): Bug 4177 opaccloud missing from the system preferences interface Bug 9024: Fix typo Owen Leonard (8): Bug 8973 [3.6.x] HTML and URL escape missing in OPAC templates Bug 8804 [Revised] Quiet errors in the log from Auth.pm Bug 5521 - item edit form appears if no items found Bug 9073 - Download option from the cart should match the menu button in lists Bug 9137 - Focus when editing/adding new itemtypes/authorised values Bug 9106 - Filtering list of uncertain price list by owner empties order information Bug 8820 [3.8.x] Don't show orders table if there are no orders Bug 7129 [3.8.x] actual cost showing too many zeros Paul Poulain (1): Bug 8862 follow-up s/\t/4spaces/g ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 27 15:28:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 27 Dec 2012 14:28:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8377 created. v3.08.00-1470-g4f10828 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, new/bug_8377 has been created at 4f1082816b72bab8f18b88cef19bf2ce16112676 (commit) - Log ----------------------------------------------------------------- commit 4f1082816b72bab8f18b88cef19bf2ce16112676 Author: Jared Camins-Esakov Date: Thu Dec 27 09:28:29 2012 -0500 Bug 8377: Increment version number Database update for bug 8377 has been given version 3.11.00.011 commit 4dbcd077f61c5ac50e209b31ac0ecdc65268639e Author: Jonathan Druart Date: Fri Nov 9 15:12:59 2012 +0100 Bug 8377: Followup move style in a css file and do not pass template to a pm 1/ It's better to set style of the video marked in a css file. 2/ Replace some for my $i in (0..#$array) with for my $element in (@array) 3/ the routine in a pm returns a hash not the $template variable Signed-off-by: Mirko Tietgen Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 33aa6ec2fddd5c712f6eb1ba64de4d54f131c24e Author: Mirko Tietgen Date: Thu Nov 22 13:22:22 2012 +0100 Bug 8377 [ENH] Show HTML5 video/ audio for media files in OPAC and staff client This enhancement uses information from MARC field 856 to generate the appropriate HTML5 code to embed am media player for the file(s) in a tab in the OPAC and staff client detail view. This patch supports the HTML5