From gitmaster at git.koha-community.org Thu Jan 2 15:55:29 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Jan 2014 14:55:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-221-g9921228 Message-ID: This is an automated email from the git 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 9921228f2a12de47d8e1fc85e936562c20a7abe4 (commit) from e5cec32d078eac98b603d637b7d713a780be3e66 (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 9921228f2a12de47d8e1fc85e936562c20a7abe4 Author: Marcel de Rooy Date: Mon Dec 16 12:01:21 2013 +0100 Bug 11398: A typo occurred with occured This patch cures occured and makes occurred occur. Note that I found them while testing bug 11170. In a follow-up of 11170, I corrected this typo in parcels.tt. This patch touches update22to30.pl and modborrowers.tt Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixes a typo in 2 files. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/update22to30.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 2 16:28:45 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Jan 2014 15:28:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-222-gd4daf32 Message-ID: This is an automated email from the git 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 d4daf32d1d4fdadbf677d7520e22b0a463b5ab8f (commit) from 9921228f2a12de47d8e1fc85e936562c20a7abe4 (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 d4daf32d1d4fdadbf677d7520e22b0a463b5ab8f Author: Samuel Crosby Date: Mon Dec 30 14:52:49 2013 +1100 Bug 9654: add space between amount and currency symbol in basket group display Changed: $total .= $bookseller->{invoiceprice} // 0; Into: $total .= " " . ($bookseller->{invoiceprice} // 0); in order to add a space between the total and currency in the basket group. Revised test plan: 1) Log into staff client 2) Acquisitions 3) Click 'Search' in the 'Manage orders' box. 4) Click '+ New basket' beside a vendor name. 5) Type 'Bug 9654 Test 1' into basket name. 6) Click 'Save' 7) Click 'Add to basket' 8) Click 'From an external source' 9) Type 'Green Eggs and Ham' into the Title text box. 10) Click 'Search' 11) Click 'Order' on any one of the results. 12) Click 'Add Item' in the 'Item' box. 13) Select a Fund from the dropdown in the 'Accounting details' box. 14) Click 'Save' 15) Click 'Close this basket' 16) Click 'Yes, close (Y)' without checking the attach to a basket group. 17) Click the 'Basket groups' tab. 18) Click '+ New basket group' 19) Notice the listing in 'Ungrouped baskets' lacks a space between the number and the currency. (e.g. Total: 0USD) 20) Apply patch (git bz apply 9654) 21) Refresh the page 22) Notice there is now a space. (e.g. Total: 0 USD) 23) Run the Koha QA Tool: (~/qa-test-tools/koha-qa.pl -v 2 -c 1) Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Works as described, passes all tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:10:47 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:10:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-69-g808e0f4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 808e0f46f2b87036812788b6d32835244607e329 (commit) via afc546d9a92a7159bd29f6615a3d48dcc42c3dfb (commit) via 95d96afb54eca86cae327e0a05da05de5a4c7f62 (commit) from 83823153cfa50d0b0d80b2c42515fcfaa4a52332 (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 808e0f46f2b87036812788b6d32835244607e329 Author: Fridolin SOMERS Date: Fri Jan 3 09:26:30 2014 +0100 Bug 11384: DBRev 3.14.01.002 Signed-off-by: Fridolin SOMERS commit afc546d9a92a7159bd29f6615a3d48dcc42c3dfb Author: Galen Charlton Date: Wed Dec 11 16:55:31 2013 +0000 Bug 11384: (follow-up) update DBIC schema classes This patch updates the DBIC schema class for CollectionTracking to reflect the new name of its primary key column. To test: The CollectionTracking class is not currently used, but if you *really* want to test this, take a look at the following branch: http://git.librarypolice.com/?p=koha-galen.git;a=shortlog;h=refs/heads/pg Then, set up a PostgreSQL database, update koha-conf.xml to point to it, then run pg/deploy and verify that the collections_tracking table is created in the Pg database. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7a52759b0f1f48661d357a0738cb68f6cb17edae) Signed-off-by: Fridolin SOMERS commit 95d96afb54eca86cae327e0a05da05de5a4c7f62 Author: Galen Charlton Date: Wed Dec 11 16:49:01 2013 +0000 Bug 11384: rename the collections_tracking.ctId column 'ctId' as a column name conflicts with one of the system columns that PostgreSQL uses for each table, and consequently needs to be renamed to enable deploying the schema to a Pg database. This patch makes this change. To test: [1] Apply the patch and run the SQL specified in the database updated. [2] Verify that the collections_tracking table no longer has a ctId column, but now has collections_tracking_id. [3] Verify that prove -v t/db_dependent/RotatingCollections.t passes. [4] Verify that installer/data/mysql/kohastructure.sql runs cleanly in an empty database. This patch does not affect user-visible behavior given the fact that the rotating collections feature is currently disabled. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 5f015d050281a676670b592831f5b1bd11c81f47) Signed-off-by: Fridolin SOMERS Conflicts: installer/data/mysql/updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: C4/RotatingCollections.pm | 2 +- Koha/Schema/Result/CollectionTracking.pm | 12 ++++++------ installer/data/mysql/kohastructure.sql | 4 ++-- installer/data/mysql/updatedatabase.pl | 9 +++++++++ kohaversion.pl | 2 +- 5 files changed, 19 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:16:03 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:16:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-72-ga933169 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via a933169ae1188bf259cf95fd8f494f6ae80ab5c3 (commit) via fa3844440bcd5b2a723de54a19b9392fc0d3051c (commit) via d69c1a367b79a8f62192994a39c3528e6783b0f9 (commit) from 808e0f46f2b87036812788b6d32835244607e329 (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 a933169ae1188bf259cf95fd8f494f6ae80ab5c3 Author: Fridolin SOMERS Date: Fri Jan 3 09:34:04 2014 +0100 Bug 11391: DBRev 3.14.01.003 Signed-off-by: Fridolin SOMERS commit fa3844440bcd5b2a723de54a19b9392fc0d3051c Author: Galen Charlton Date: Fri Dec 13 01:11:06 2013 +0000 Bug 11391: (follow-up) update DBIC schema classes This patch updates the DBIC schema class for Suggestion to reflect the dropped default value for the suggesteddate column. To test: [1] Create an empty Pg database and use the deployment script being worked in in bug 11390. The deployment shoudl succeed without reporting any errors regarding the suggestions table. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit d540016b19bc35e56733e3d2bb36a04bc038e420) Signed-off-by: Fridolin SOMERS commit d69c1a367b79a8f62192994a39c3528e6783b0f9 Author: Galen Charlton Date: Fri Dec 13 01:06:12 2013 +0000 Bug 11391: drop default value on suggestions.suggesteddate column The 'default 0' clause got translated as an invalid constant default of '0000-00-00' when DBIx::Schema is used to deploy the suggestions table into a Pg database. This patch drops the default. To test: [1] Apply the patch and run the SQL specified in the database updated. [2] Verify that the suggestions table no longer has an explicit default value for the suggesteddate column. [3] Verify that prove -v t/db_dependent/Suggestions.t passes. [4] Verify that installer/data/mysql/kohastructure.sql runs cleanly in an empty database. [5] Verify that there are no visible regressions of the purchase suggestions functionality. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Having a default of 0 on a date seems like a mad thing to do anyway, so good to get rid of it Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit a6b2f6a16175229ba603ed65cfeaf4e0c0a525ce) ----------------------------------------------------------------------- Summary of changes: Koha/Schema/Result/Suggestion.pm | 12 +++--------- installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 9 +++++++++ kohaversion.pl | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:31:01 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:31:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-77-gb19bd4f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via b19bd4f2a92e7023428cb31d764b133ba4301e44 (commit) via bec64c8274d79fd8add9540d134201cd104fc322 (commit) via d2c9c8837bcf4e1159ee75bdcdc8386d1f394ad7 (commit) via 574dc07e0dbed1d397d6a6439baee5737a4b127a (commit) via e55b3900c7427f28596b70a91ba037e1213e1bf8 (commit) from a933169ae1188bf259cf95fd8f494f6ae80ab5c3 (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 b19bd4f2a92e7023428cb31d764b133ba4301e44 Author: Fridolin SOMERS Date: Fri Jan 3 09:47:30 2014 +0100 Bug 6331: DBRev 3.14.01.004 Signed-off-by: Fridolin SOMERS commit bec64c8274d79fd8add9540d134201cd104fc322 Author: Galen Charlton Date: Mon Dec 23 16:39:58 2013 +0000 Bug 6331: (follow-up) update DBIC schema classes Signed-off-by: Galen Charlton (cherry picked from commit e4f846a866d24779ff18634bd1da2e0c00086fe4) Signed-off-by: Fridolin SOMERS Conflicts: Koha/Schema/Result/Deleteditem.pm commit d2c9c8837bcf4e1159ee75bdcdc8386d1f394ad7 Author: Fridolyn SOMERS Date: Thu Dec 5 15:34:44 2013 +0100 Bug 6331: (follow-up) update timestamp when deleting items When item is transfered from items table to deleted items, all fields must be copies but "timestamp". This value must be updated to know when the item was deleted. Test plan: - Look a an item timestamp : mysql> select timestamp from items where itemnumber = 2690; +---------------------+ | timestamp | +---------------------+ | 2011-09-09 15:30:21 | +---------------------+ 1 row in set (0.00 sec) - Delete this item in cataloguing module - Check it is not in items table anymore : mysql> select timestamp from items where itemnumber = 2690; Empty set (0.00 sec) - Look in deleteditems table : mysql> select timestamp from deleteditems where itemnumber = 2690; +---------------------+ | timestamp | +---------------------+ | 2013-12-05 15:33:20 | +---------------------+ 1 row in set (0.00 sec) => timestamp as been set to actual date/time Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Patch set passes koha-qa.pl, works as advertised! Signed-off-by: Galen Charlton (cherry picked from commit cada676ef3439d2567fa21da415d939f0fc22ee6) Signed-off-by: Fridolin SOMERS commit 574dc07e0dbed1d397d6a6439baee5737a4b127a Author: Colin Campbell Date: Tue Dec 3 11:39:43 2013 +0000 Bug 6331: (follow-up) do not populate deleteditems.marc This is supplementary to the main patch for bug 6331. Having removed the attribute marc from items DelItem, we should not try to populate it. Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 2249ee1216ed004e61a34bc821d216f3471ef87b) Signed-off-by: Fridolin SOMERS commit e55b3900c7427f28596b70a91ba037e1213e1bf8 Author: Fridolyn SOMERS Date: Wed Nov 20 14:42:04 2013 +0100 Bug 6331: remove obsolete column deleteditems.marc There is a difference between "items" and "deleteditems" tables in "kohastructure.sql" "deleteditems" has a field "marc" not existing in "items". This patch removes this obsolete column. Test : - after deleting an item, check that the deleted item is properly stored in deleteditems table - check that the column marc has been deleted from deleteditems table Signed-off-by: Mathieu Saby Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit e1fb1a658c89ef1356d3b42e264efed71cf81f9f) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 6 +----- Koha/Schema/Result/Deleteditem.pm | 11 ++--------- installer/data/mysql/kohastructure.sql | 1 - installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:36:57 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:36:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-80-g8bd7141 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 8bd71415f136bfc41cbceaabf3dc066ad8275fc3 (commit) via e209d4576f821f50e53e1522f765b94df540e15d (commit) via fdcf8ab5729edc249019e5593e9d453885bfe36d (commit) from b19bd4f2a92e7023428cb31d764b133ba4301e44 (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 8bd71415f136bfc41cbceaabf3dc066ad8275fc3 Author: Galen Charlton Date: Wed Dec 25 15:49:48 2013 +0000 Bug 9940: (follow-up) add language-original to QP search field list This patch adds language-original to the list of search fields recognized by QueryParser. To test: [1] After doing the tests in the main patch, copy the configuration file etc/searchengine/queryparser.yaml into place, turn on the UseQueryParser system preference, and verify that searching on language-original still works. Signed-off-by: Galen Charlton (cherry picked from commit e4912a20f9b6f59fb57955777abd1e62d785a1fd) Signed-off-by: Fridolin SOMERS commit e209d4576f821f50e53e1522f765b94df540e15d Author: Jonathan Druart Date: Tue Dec 24 11:27:52 2013 +0100 Bug 9940: (follow-up) FIX comment: language-original is 101$c, not $h Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit a573ac1fa8edd13535e2f785750fc5b5f61686aa) Signed-off-by: Fridolin SOMERS commit fdcf8ab5729edc249019e5593e9d453885bfe36d Author: Mathieu Saby Date: Sun Apr 28 14:44:21 2013 +0200 Bug 9940: Add a new index for the original language of a document It could be useful to index the original language of a document (i.e. "fre" for the English translation of a French novel). This patch renames the Bib-1 use attribute 1095 from Code-language-original to language-original and uses it to index: - MARC21 041$h subfield - UNIMARC 101$c subfield It adds "language-original" in the list of index in Search.pm. Test plan : A. in a MARC21 GRS1 environment 1. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties, marc_defs/marc21/biblios/record.abs) from your source etc/ directory to your main koha etc/ directory 2. Reindex zebra 3. Make some searches, like "language-original:fre" B. in a MARC21 DOM environment 4. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties, marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl) from your source etc/ directory to your main koha etc/ directory 5. Reindex zebra 6. Make some searches, like "language-original:fre" C. in a UNIMARC GRS1 environment 7. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties, marc_defs/unimarc/biblios/record.abs) from your source etc/ directory to your main koha etc/ directory 8. Reindex zebra 9. Make some searches, like "language-original:fre" A. in a UNIMARC DOM environment 10. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties, marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl) from your source etc/ directory to your main koha etc/ directory 11. Reindex zebra 12. Make some searches, like "language-original:fre" Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 451f67c05593461d2756a161032c39113d282c25) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 1 + etc/searchengine/queryparser.yaml | 9 +++++++++ etc/zebradb/biblios/etc/bib1.att | 2 +- etc/zebradb/ccl.properties | 5 +++++ .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 4 ++++ .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 7 +++++++ etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 + .../marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 4 ++++ .../marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl | 9 +++++++++ etc/zebradb/marc_defs/unimarc/biblios/record.abs | 1 + 10 files changed, 42 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:44:39 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:44:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-81-g25cbbcf Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 25cbbcff34ae049137ed7a302ebf7b76cd0cf8ab (commit) from 8bd71415f136bfc41cbceaabf3dc066ad8275fc3 (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 25cbbcff34ae049137ed7a302ebf7b76cd0cf8ab Author: Kyle M Hall Date: Fri Sep 6 12:54:40 2013 -0400 Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Some libraries would like to be able to search on the sort1 and sort2 fields of patron records. Test Plan: 1) Apply this patch 2) Add various values for sort1 and sort2 some patrons 3) Browse to members-home.pl 4) Run searches on sort1 and sort2 Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 53c4129027f7d996c763da31303173c8b134a67a) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:47:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:47:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-82-g71b9096 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 71b9096034cbc68e28d2db7c389ae341bd96e323 (commit) from 25cbbcff34ae049137ed7a302ebf7b76cd0cf8ab (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 71b9096034cbc68e28d2db7c389ae341bd96e323 Author: Magnus Enger Date: Mon Oct 7 15:14:08 2013 +0200 Bug 11004: Make xmlControlfield.js use the marcflavour syspref to look for XML files Currently, xmlControlfield.js is hard coded to look for XML files for MARC21: url: this.themelang + "/data/marc21_field_" + this.tagfield + ".xml", This patch makes this code use the value from the marcflavour syspref, as a preparation for making the NORMARC value builders use the XML technique employed by the MARC21 value builders for 006 and 008. To test: - Make sure you have a MARC21 installation - Set marcflavour = NORMARC - Go to Cataloguing and start a new record with the default framework - Open the value builders for 006 and 008 and observe that they still work, showing the coded values for MARC21 - Apply this patch - Check the value builders for 006 and 008 and observe that you get a truncated view with an empty "Select a type of material" dropdown - Use e.g. the Net console in Firebug to observe requests to http://localhost/intranet-tmpl/prog/en/data/normarc_field_008.xml that result in a 404 status - Set marcflavour = MARC21 - Observe that the value builders for 006 and 008 are now fully working - 006 and 008 should be the only value builders affected by this change, since they are the only ones using xmlControlfield.js, but please also verify that other value builders are still working as expected Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 3ec4a02418a9c3372c590b8eb614e8c6466ff45e) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/xmlControlfield.js | 5 +++-- .../prog/en/modules/cataloguing/value_builder/marc21_field_006.tt | 2 +- .../prog/en/modules/cataloguing/value_builder/marc21_field_008.tt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 09:51:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 08:51:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-84-g87cd69d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 87cd69d35158869e27cfa310cf41d2f2f144f214 (commit) via c65a5d73a7678cb4757566181d566e903a264aee (commit) from 71b9096034cbc68e28d2db7c389ae341bd96e323 (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 87cd69d35158869e27cfa310cf41d2f2f144f214 Author: Fridolyn SOMERS Date: Wed Dec 4 17:05:32 2013 +0100 Bug 11338: prevent deletion of items that are captured for holds In C4::Items::DelItemCheck, there are two SQL queries: one to check if item is on loan, the other if item is reserved. Those two queries use "SELECT * FROM table", fetch the data with "$var = $sth->fetchrow", and use "$var" as a boolean condition. This is not correct, SQL query should be "SELECT COUNT(*) FROM table". As a consequence, it was possible to delete an item without warning to the operator even if it was waiting on the hold shelf or in transit to fill a hold. This patch corrects the SQL queries and sets my ($var) to show that fetchrow returns an array. Test plan : - Set an item A onloan - Set an item B reserved and the reserve waiting - Go to items cataloguing : cgi-bin/koha/cataloguing/additem.pl?biblionumber=XXX - Try to delete item A => You get an alert and item is not deleted - Try to delete item B => You get an alert and item is not deleted Signed-off-by: Chris Cormack Works, and has the added bonus of being a tiny bit faster. Signed-off-by: Katrin Fischer Passes t, xt and QA script tests. Also tried deleting via batch delete - correct warnings are displayed. Signed-off-by: Galen Charlton (cherry picked from commit d000a716352fb61dc0dae7715eda15896b53b4e7) Signed-off-by: Fridolin SOMERS commit c65a5d73a7678cb4757566181d566e903a264aee Author: Galen Charlton Date: Wed Dec 25 17:07:53 2013 +0000 Bug 11338: add unit tests for DelItemCheck This patch adds unit tests for two parts of DelItemCheck: checking if the item is on loan, and checking if it is waiting on the hold shelf. To test: [1] Verify that prove -v t/db_dependent/Circulation/IsItemIssued.t is successful. [2] Verify that prove -v t/db_dependent/Reserves.t is *not* successful -- as it turns out, there was a latent bug where items waiting on the hold shelf or in transit to fill a hold could still be deleted without any warning. Signed-off-by: Galen Charlton (cherry picked from commit 18888359b6744a1e65e34649c927e7c146f628f8) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 15 +++++++++++---- t/db_dependent/Circulation/IsItemIssued.t | 17 ++++++++++++++++- t/db_dependent/Reserves.t | 16 +++++++++++++++- 3 files changed, 42 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 16:16:19 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 15:16:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-224-g211acdd Message-ID: This is an automated email from the git 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 211acdd30b000af33f1bb70b33356b8ac945f451 (commit) via a032b0a5cd73c9a67bab130c183751309fa95c6e (commit) from d4daf32d1d4fdadbf677d7520e22b0a463b5ab8f (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 211acdd30b000af33f1bb70b33356b8ac945f451 Author: Chris Cormack Date: Sat Dec 28 09:07:13 2013 +1300 Bug 11192: (follow-up) fix a little typo Test plan the same as the original patch Signed-off-by: Katrin Fischer Tested according to test plan. Searches tested were: fic=e fiction=e Signed-off-by: Galen Charlton commit a032b0a5cd73c9a67bab130c183751309fa95c6e Author: Mathieu Saby Date: Sun Nov 3 19:04:44 2013 +0100 Bug 11192: Fix lf and ff07-02 definition in ccl.properties ff7-02 1=87020 (position 2 of field 007 in MARC21) should be ff7-02 1=8702 lf 1=8833 lf fiction fic fiction should be lf 1=8833 fiction lf fic lf To test : 1. apply the patch 2. copy the modified ccl.properties into your active Zebra config directory 3. reindex zebra (rebuild_zebra.pl -b -x -r -v) 4. make some searches using the fixed indexes Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: etc/zebradb/ccl.properties | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 3 16:36:57 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Jan 2014 15:36:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-226-g7f90a4f Message-ID: This is an automated email from the git 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 7f90a4fb27ca06bbe39174b555f96445682a0c28 (commit) via 12feed267c84e7e68aacc988aed70af93a5a4f61 (commit) from 211acdd30b000af33f1bb70b33356b8ac945f451 (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 7f90a4fb27ca06bbe39174b555f96445682a0c28 Author: Galen Charlton Date: Fri Jan 3 15:54:45 2014 +0000 Bug 11066: (follow-up) add regression test This patch adds a regression test for using the MARC21 264 field in the Bibtex export. To test: [1] Verify that prove -v t/db_dependent/Record.t passes. Signed-off-by: Galen Charlton commit 12feed267c84e7e68aacc988aed70af93a5a4f61 Author: Joy Nelson Date: Sat Oct 26 00:14:48 2013 -0400 Bug 11066: make RIS and Bibtex exports RDA compatible RIS and Bibtex exports from staff side and OPAC edited to allow for additional publisher RDA tag (264). Script will look first for 264 then fall back to 260 when pulling publisher data from MARC21 records. Test Plan: 1. Create RDA and non RDA record 2. In OPAC, export both as RIS and Bibtex - verify publisher information is exported 3. On staff side, export records as RIS and Bibtex, verify publisher information is exported. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixed some tabs pointed out by the QA script. Works nicely in my tests, no regressions found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Record.pm | 6 +++--- C4/Ris.pm | 11 ++++++++--- t/db_dependent/Record.t | 25 +++++++++++++++++++++---- 3 files changed, 32 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jan 5 00:09:20 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 04 Jan 2014 23:09:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-230-g543e1dc Message-ID: This is an automated email from the git 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 543e1dc6731d4a26b777223920bfe4037e7546dd (commit) via 80fc94f86aab31e8b241cf713e6b10572a364693 (commit) via 5cfa865aad2caabd76e361fcbbe8f6429941bad4 (commit) via 78037c5573f70939077dd00f296c735b198e6124 (commit) from 7f90a4fb27ca06bbe39174b555f96445682a0c28 (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 543e1dc6731d4a26b777223920bfe4037e7546dd Author: Galen Charlton Date: Sat Jan 4 23:25:25 2014 +0000 Bug 11336: (follow-up) improve POD for _FixPriority() This patch improves the POD for C4::Reserves::_FixPriority() to (hopefully) describe its function thoroughly. It also adjusts the call of _FixPriority() by CancelReserve() to omit passing reserve_id, since by that point no row in the reserves table for that request still exists. Signed-off-by: Galen Charlton commit 80fc94f86aab31e8b241cf713e6b10572a364693 Author: Galen Charlton Date: Sat Jan 4 22:45:29 2014 +0000 Bug 11336: (follow-up) correct change to POD for GetReserve() Signed-off-by: Galen Charlton commit 5cfa865aad2caabd76e361fcbbe8f6429941bad4 Author: Katrin Fischer Date: Sun Dec 29 13:57:33 2013 +0100 Bug 11336: (follow-up) fixing capitalization in templates Fixes capitalization on the holds and check in page. Changes are easy to spot using: git diff HEAD^ --color-words=. Signed-off-by: Galen Charlton commit 78037c5573f70939077dd00f296c735b198e6124 Author: Jonathan Druart Date: Fri Dec 13 17:42:55 2013 +0100 Bug 11336: update hold queue priorities correctly when deleting holds In various places, deleting a hold request did not trigger recalculating the priority of the other holds on the bib: To reproduce the bug: - select or create 2 users U1 and U2 - select or create an holdable item - place on hold for both U1 and U2. U1 has priority 1 and U2 has priority 2. - delete the hold for U1 - go on circ/circulation.pl?borrowernumber=XXXX for U2 (or in the DB directly) and verify the priority has not been set to 1 The issue is repeatable (at least) on these 2 pages: * circ/circulation.pl?borrowernumber=XXXX (tab 'Holds', select "yes" in the dropdown list and submit the form) * reserve/request.pl?biblionumber=XXXX (click on the red cross) Signed-off-by: Christopher Brannon Signed-off-by: Katrin Fischer Reran my tests: Preparations: - Create holds for different patrons on a record: * 1st - title level hold * 2nd - item level hold * 3rd - title level hold * 4th - title level hold - AllowOnShelfHolds = On/Allow (items were not checked out) Tests: Deleted holds from various pages, confirming bugs first, then testing with applied patches. Reloading database after each test. 1) Cancel holds from OPAC patron account /cgi-bin/koha/opac-user.pl#opac-user-holds - Cancel 4th - ok, before and after applying the patch - Cancel 2nd - ok, after applying the patch 2) Cancel hold from holds tab on staff detail page /cgi-bin/koha/reserve/request.pl?biblionumber=7 a) Setting priority to 'del', submitting with 'Update holds' - Cancel first (1st) - ok, before and after - Cancel hold in the middle (was 3rd) - ok, before and after - Cancel last (was 4th) -ok, before and after b) Using red X - Repeating tests from a) - before the patch is applied holds get totally 'out of order' - after applying the patch, it works correctly Additional tests done on this page: - Change priority using up, down, to top, to bottom icons - Change priority with 'toggle to lowest' 3) Cancel hold from the patron's account a) Check out tab - Delete? Yes, 'Cancel marked holds' /cgi-bin/koha/circ/circulation.pl?borrowernumber=X - Cancel first (1st) - ok, after applying the patch - Cancel hold in the middle (was 3rd) - ok, after applying the patch - Cancel last (was 4th) - ok, after applying the patch b) Details tab - Delete? yes, 'Cancel marked holds' /cgi-bin/koha/members/moremember.pl?borrowernumber=X - Cancel first (1st) - ok, after applying the patch - Cancel hold in the middle (was 3rd) - ok, after applying the patch - Cancel last (was 4th) - ok, after applying the patch Without the patch, holds priorities get out of order. Additional tests done: - Check in one item to trigger first hold - Check in one item to trigger second hold - Check out first item Priorities are kept while the item is waiting, when it's checked out, priorities of remaining holds get reset correctly. Conclusion: Big improvement, no regressions found. Passes all tests in t, xt and QA script. Also: t/db_dependent/Holds.t t/db_dependent/HoldsQueue.t t/db_dependent/Reserves.t Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 106 +++++++++++--------- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- .../prog/en/modules/reserve/request.tt | 28 +++--- t/db_dependent/Holds.t | 70 ++++++++++++- 4 files changed, 143 insertions(+), 63 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 6 06:30:56 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Jan 2014 05:30:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-236-gb529ca0 Message-ID: This is an automated email from the git 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 b529ca00e0cac093fc32a1d123cdbcc84582c155 (commit) via 81a302360aea10bca1598b32b711c48216e486ac (commit) via 690fbfbb8aa97729f8eeb810e3ec91adbc15be50 (commit) via e45edca42a44d094eabbd3347cc83b43cd2166f4 (commit) via bb750253644e0ba6ea04e36c80088626e8163bf2 (commit) via 7c518bd250cd2283a055d4547085cd6db6488cf7 (commit) from 543e1dc6731d4a26b777223920bfe4037e7546dd (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 b529ca00e0cac093fc32a1d123cdbcc84582c155 Author: Colin Campbell Date: Thu Jan 2 14:42:16 2014 +0000 Bug 11468: Remove given/when from Koha::Dateutils given and when give warnings due to their experimental status as of perl 5.18. Replace the construct with an if/elsif to avoid the keywords Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script, especially t/DateUtils.t. Signed-off-by: Galen Charlton commit 81a302360aea10bca1598b32b711c48216e486ac Author: Galen Charlton Date: Mon Jan 6 05:46:32 2014 +0000 Bug 11474: (follow-up) correct typos in POD Signed-off-by: Galen Charlton commit 690fbfbb8aa97729f8eeb810e3ec91adbc15be50 Author: Colin Campbell Date: Fri Jan 3 10:47:23 2014 +0000 Bug 11474: Remove errors caused by use of given/when statement This patch replaces a given/when statement by an if so we do not get warnings on compilation when using Perl 5.18 or later. Note the perldoc for the subroutine was not correct; code was not testing that paramater equalled the values but that it contained them. Have amended accordingly Have documented behaviour in case parameter contains neither value. Subroutine does not appear to me used elsewhere in codebase Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script, especially t/DateUtils.t. Signed-off-by: Galen Charlton commit e45edca42a44d094eabbd3347cc83b43cd2166f4 Author: Mark Tompsett Date: Wed Nov 27 13:16:56 2013 -0500 Bug 11316 - plugin icon missing tooltip in addbiblio.pl By adding: title=\"Tag editor\" into the HTML generated in addbiblio, a tooltip displaying 'Tag editor' appears when the mouse is hovered over the plugin icon. Test Plan: 1) Log into Staff client 2) Click the 'Search the catalog' tab 3) Type something which will generate results 4) Click the title of a result 5) Click the 'Edit' button 6) Scroll down and click the 'Edit Record' 7) Look through the various tabs and notice that all the plugin icons have no tooltip. 8) Apply the patch 9) Refresh the page 10) All the plugin icons should have the tooltip text of 'Tag editor'. Signed-off-by: Christopher Brannon Signed-off-by: Katrin Fischer Adds a title attribute. Works as described. Signed-off-by: Galen Charlton commit bb750253644e0ba6ea04e36c80088626e8163bf2 Author: Galen Charlton Date: Mon Dec 30 16:05:51 2013 +0000 Bug 7002: fix some invalid superlibrarian permission checks This patch fixes a problem where if a staff user has superlibrarian permissions, but also has module-specific permissions, they are prevent from editing item records that they should be allowed to. To test: [1] Turn on IndependentBranches. [2] Register a superlibrarian staff user at branch A. [3] Give that new account at least one other module-level permission. This cannot be done through the user interface, however, but can be done via SQL: UPDATE borrowers SET flags = 3 WHERE userid = 'XXX'; [4] Log in as that new superlibrarian. [5] Bring up the item details (catalogue/moredetail.pl) page for an item at branch B. Note that there is no 'Edit Item' link. [6] Similarly, try editing that item (cataloging/additem.pl). Note that the edit form forbids you from touching the item. [7] Finally, try editing that item using the Tools | Batch item modification utility. Note that it doesn't allow you to do so. [8] Apply the patch. [9] Repeat steps 5 through 7. This time, the item actions should be allowed. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, passes QA script and test suite. Signed-off-by: Galen Charlton commit 7c518bd250cd2283a055d4547085cd6db6488cf7 Author: Galen Charlton Date: Thu Jan 2 18:02:17 2014 +0000 Bug 11470: fix occassional spurious test failure in Circulation_transfers.t This patch makes Circulation_transfers.t no longer be sensitive to the exact time it runs, avoiding spurious test failures due to datesent being a second off between the creation of the test transfer and the comparison. To test: [1] To simulate the failure, add a "sleep(2);" after the "#Test GetTransfers" comment and run prove -v t/db_dependent/Circulation_transfers.t [2] Remove the sleep and apply the patch. [3] Verify that prove -v t/db_dependent/Circulation_transfers.t passes. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Utils/DataTables.pm | 18 ++++++------- Koha/DateUtils.pm | 43 +++++++++++++++----------------- catalogue/moredetail.pl | 2 +- cataloguing/addbiblio.pl | 4 +-- cataloguing/additem.pl | 2 +- t/db_dependent/Circulation_transfers.t | 14 +++++------ tools/batchMod.pl | 2 +- 7 files changed, 40 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 6 16:09:03 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Jan 2014 15:09:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-237-g9a5f737 Message-ID: This is an automated email from the git 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 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf (commit) from b529ca00e0cac093fc32a1d123cdbcc84582c155 (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 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf Author: Kyle M Hall Date: Thu Dec 5 09:13:35 2013 -0500 Bug 11342: fix error in OPAC self registration form if BorrowersTitles is empty If BorrowersTitles is empty, it causes the library pulldown on the self registration page to be empty, and to have the "Saluation" field have the option "branches". This patch also fixes a minor string capitalization issue. Test Plan: 1) Enable OPAC self registration 2) Set the system preference BorrowersTitles to be empty 3) View the self registration page 4) Note the lack of branches in the home library pulldown 5) Apply this patch 6) Note the branches now display in the pulldown Signed-off-by: Christopher Brannon Signed-off-by: Katrin Fischer Tested in bootstrap and prog OPAC, with BorrowersTitle configured and emptied. Passes all tests and QA script. Note: The titles pull down has 2 empty entries in master with and without the patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 4 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt | 4 ++-- opac/opac-memberentry.pl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 6 16:18:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Jan 2014 15:18:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-238-g42eb8b2 Message-ID: This is an automated email from the git 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 42eb8b2286e8af9894ec41d3f193416ffe81815b (commit) from 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf (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 42eb8b2286e8af9894ec41d3f193416ffe81815b Author: Fridolyn SOMERS Date: Fri Jun 7 14:55:18 2013 +0200 Bug 10429: improve display of library and library filter on serials claim page In serial claims page, the library code is displayed in table instead of library name and library filter does not work. This patch adds the display of library name by using libraries template plugin. It changes the Javascript library filter to make it work. Also sets "all" filter in template (like status filter) to allow translation and sets "all" as selected by default. The staff user's library was selected by default, but the table was not filtered with it. Test plan : - Go to serials claim of a vendor with serials of multiple libraries => You see branch filter with "(All)" and table shows library's names - Check that library filter does its work Signed-off-by: David Cook Works as described. Signed-off-by: Katrin Fischer Table now shows the branch name instead of the branchcode. First option was named (All), matching the status pull down. When opening the claims page, (All) is preselected and the result list matches with the selection. Before the patch the library was preselected, but the result list did show late issues from all branches. This patch is an improvement, but there is still more work to do. - Filters are not cumulative, but when another filter is selected the first filter is not reset. - It's not possible to combine 2 or more filters. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/claims.tt | 34 +++++++++++--------- serials/claims.pl | 1 - 2 files changed, 19 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 6 16:58:25 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Jan 2014 15:58:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-239-g7af64ff Message-ID: This is an automated email from the git 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 7af64ff7bd26eaa0d8cdb688f0db1526e438f087 (commit) from 42eb8b2286e8af9894ec41d3f193416ffe81815b (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 7af64ff7bd26eaa0d8cdb688f0db1526e438f087 Author: Galen Charlton Date: Mon Jan 6 16:16:22 2014 +0000 Bug 11336: (follow-up) fix typo in previous follow-up This patch corrects a typo that broken ModReserveFill(). This patch also adds a unit test that (via two levels of indirection) exercises ModReserveFill(). Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 2 +- t/db_dependent/Circulation.t | 23 ++++++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 6 17:14:08 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Jan 2014 16:14:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-242-g9d2cd67 Message-ID: This is an automated email from the git 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 9d2cd6771e616b46eda936ccdf76823e6f520617 (commit) via 5b855c76d07d41eff2873f6e2ba9dc3a43f98d11 (commit) via a8428e141eb533ac5fafe80d38931a36d927a329 (commit) from 7af64ff7bd26eaa0d8cdb688f0db1526e438f087 (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 9d2cd6771e616b46eda936ccdf76823e6f520617 Author: Galen Charlton Date: Mon Jan 6 16:27:17 2014 +0000 Bug 6886: (follow-up) remove redundant test for singleBranchMode This patch removes an unnecessary check of the singleBranchMode preference that occurred in an clause where we already know that singleBranchMode != 1. Signed-off-by: Galen Charlton commit 5b855c76d07d41eff2873f6e2ba9dc3a43f98d11 Author: Kyle M Hall Date: Wed Dec 4 12:24:38 2013 -0500 Bug 6886: (follow-up) replace needless with Signed-off-by: Katrin Fischer Passes all tests and QA script. Switching SingleBranchMode: Tested with MARC21 and UNIMARC: - "Don't allow" - branch is not shown in result list - "Allow" - branch is shown for available items in result list Changes are consistent over all 3 MARC flavours. Signed-off-by: Galen Charlton commit a8428e141eb533ac5fafe80d38931a36d927a329 Author: Kyle M Hall Date: Fri Jan 4 13:40:33 2013 -0500 Bug 6886: ensure that singleBranchMode does not display library name for reference copies Test plan: Enable singleBranchMode and OPACXSLTResultsDisplay. Perform a search in the OPAC which returns results containing not-for-loan items. Before the patch these items will show their library in search results loan items. After the patch there will be not be a library listed, matching other items in results. Signed-off-by jmbroust Signed-off-by: Katrin Fischer Comments on second patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl | 14 ++++++++------ .../opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl | 5 +++-- .../opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl | 4 +++- 3 files changed, 14 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 7 05:18:54 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 07 Jan 2014 04:18:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-246-g917dad9 Message-ID: This is an automated email from the git 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 917dad97a86dd4f8c23a07cea5e3294c9da88f07 (commit) via 936f04fa471ea1be5731e02b8f6fa690f33a9e6a (commit) via f173cafbb5be325eb34842ef63c239c22e23cdd8 (commit) via d45c9a673b24b0240572a6ad3d25cf57c50a28c6 (commit) from 9d2cd6771e616b46eda936ccdf76823e6f520617 (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 917dad97a86dd4f8c23a07cea5e3294c9da88f07 Author: Galen Charlton Date: Tue Jan 7 04:33:05 2014 +0000 Bug 10863: (follow-up) give limited circ operator way to proceed This patch tweaks the checkout form so that if a circ operator doesn't have the circulate/force_checkout permission, they are presented with a button to continue on if they ran into a restriction on the loan. Otherwise, there was no clear way to carry on, as the item barcode field was disabled. Signed-off-by: Galen Charlton commit 936f04fa471ea1be5731e02b8f6fa690f33a9e6a Author: Galen Charlton Date: Tue Jan 7 04:06:17 2014 +0000 Bug 10863: (follow-up) set correct description for manage_restrictions permission during upgrade Signed-off-by: Galen Charlton commit f173cafbb5be325eb34842ef63c239c22e23cdd8 Author: Galen Charlton Date: Tue Jan 7 04:02:42 2014 +0000 Bug 10863: DBRev 3.15.00.012 Signed-off-by: Galen Charlton commit d45c9a673b24b0240572a6ad3d25cf57c50a28c6 Author: Jonathan Druart Date: Wed Jun 5 14:37:38 2013 +0200 Bug 10863: Add 2 circulation permissions: force_checkout and lift_restriction This patch adds 2 circulation permissions: force_checkout and lift_restriction. During upgrade, these two permission are added to existing staff users that already have the base circulate permission. force_checkout allows a librarian to force a checkout if a limitation occurred. lift_restriction allows a librarian to lift a restriction for a patron. Test plan: 1/ Find a debarred patron and go on the checkout page. The "Lift restriction" button should be present only if the logged librarian has the lift_restriction permission. 2/ If the force_checkout permission is set, a librarian should be allowed to check out in several cases: - age restriction - the item is issued to another patron - the item is not for loan - the patron has overdue items - the item is lost - the item is a high demand item - the item is reserved - another case ? Signed-off-by: Cedric Vita Bug 10863: The force checkout permission should not affect high holds - typo checkout => check out. - the force checkout permission does not affect high holds. Signed-off-by: Cedric Vita Bug 10863: Follow-up: Adding missing permissions to translated files This patch adds the 2 new permissions to all remaining sample files. If the permissions don't get installed, the problem is bigger than having an English description. Also adds back the question "Check out anyway?" for high demand items (HIGHHOLDS). Test xt/permissions.t passes now. Bug 10863: Rename lift_restriction with manage_restrictions The pref manage_restrictions now takes into account "Lost card" and "Gone no address" restrictions. Test plan: - log in with a user with manage_restrictions permission - verify you can set/unset restrictions when editing a patron - log in with a user without manage_restrictions permission - verify you cannot set/unset restrictions when editing a patron Signed-off-by: Mathieu Saby Note: The AgeRestrictionOverride pref has to be set to "Allow" if you want to override the age restriction, even if the new permission is set. Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../data/mysql/de-DE/mandatory/userpermissions.sql | 4 +- .../data/mysql/en/mandatory/userpermissions.sql | 2 + .../data/mysql/es-ES/mandatory/userpermissions.sql | 2 + .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 2 + .../data/mysql/it-IT/necessari/userpermissions.sql | 2 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 2 + .../data/mysql/pl-PL/mandatory/userpermissions.sql | 2 + .../ru-RU/mandatory/permissions_and_user_flags.sql | 2 + .../uk-UA/mandatory/permissions_and_user_flags.sql | 2 + installer/data/mysql/updatedatabase.pl | 27 +++++++++++ .../prog/en/includes/borrower_debarments.inc | 8 ++-- .../prog/en/modules/circ/circulation.tt | 49 ++++++++++++++++---- .../prog/en/modules/members/memberentrygen.tt | 16 +++++-- kohaversion.pl | 2 +- 14 files changed, 103 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 8 01:54:40 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 Jan 2014 00:54:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-251-g3c81c7b Message-ID: This is an automated email from the git 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 3c81c7b6f3edc109d47e7b83bcd51a85ae469aad (commit) via a39b728364efaae688d508c7b253a0ab9c9c8d2e (commit) via 66bf3abf78a7537201fd54be7b58fbab4c716b40 (commit) via fff04e59e785ce26f52da94730818c541476f7bb (commit) via bbe64974b02d78fc916f76408a995ac1bf7f6228 (commit) from 917dad97a86dd4f8c23a07cea5e3294c9da88f07 (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 3c81c7b6f3edc109d47e7b83bcd51a85ae469aad Author: Galen Charlton Date: Wed Jan 8 01:10:32 2014 +0000 Bug 11260: (follow-up) repair German sample_z3950_servers.sql Without this patch, the sample Z39.50 servers for de-DE would fail to load. Signed-off-by: Galen Charlton commit a39b728364efaae688d508c7b253a0ab9c9c8d2e Author: Galen Charlton Date: Wed Jan 8 01:01:37 2014 +0000 Bug 11260: (follow-up) remove inadvertant change to English sample_z3950_servers.sql Part of the patch for bug 11260 had the effect of undoing commit 5aae737, thereby adding back two undesirable things: - use of backticks in the SQL - setting z3950servers.id explicitly Signed-off-by: Galen Charlton commit 66bf3abf78a7537201fd54be7b58fbab4c716b40 Author: Katrin Fischer Date: Sun Nov 17 22:58:52 2013 +0100 Bug 11260: Follow up - normalizing frequencies in English sample file a bit After some discussion in IRC I am throwing in some changes for the English sample frequencies: - Change Vol to Vol. - Change No to No. We had both forms in the file, now it should be consistent. To test: - Run English web installer installing all sample files, especially frequencies - Check installed frequencies - Check available options creating a subscription Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit fff04e59e785ce26f52da94730818c541476f7bb Author: Katrin Fischer Date: Sun Nov 17 22:56:45 2013 +0100 Bug 11260: Update German web installer - frequencies and numberpatterns Translates the new files for frequencies and numberpatterns To test: - Run the German web installer with all sample files - Check all files import without errors, especially frequencies and numbering patterns - Check frequencies in serials - Check numbering patterns in serials - Create a subscription, check possible choices Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit bbe64974b02d78fc916f76408a995ac1bf7f6228 Author: Katrin Fischer Date: Sun Nov 17 21:05:45 2013 +0100 Bug 11260: Update German web installer for 3.14 Mandatory: - adds auth_values.sql and .txt with YES_NO referenced in patron_attributes.sql - updates sample notices with redone slip templates (ISSUESLIP, ISSUEQSLIP, RESERVSLIP, TRANSFERSLIP) - adds German translations to subtag_registry.sql and copies updated file from en to de-DE - adds translation for new course_reserves permission to userflags.sql - adds translations for new permissions in userpermissions.sql - Fixes typo IndependantBranches in English userpermissions.sql Optional: - adds csv_profiles.sql and translation of the serial claims profile - adds z39.50 servers for authorities to sample_z3950_servers.sql To test: - Run web installer in English - check all sample files, make sure they all install without SQL errors - check language list on advanced search displays correctly still - check area/language list on tools > news displays correctly still - check permissions for correct spelling of IndependentBranches - Run web installer in German - repeat checks from above - also check: authorised values, especially existence of YES_NO - all permissions are translated now - slip notices are all there and look right - new z39.50 servers for authorities are available - csv profile for serial claims is available and works as expected ... and anything else you can think of. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../mysql/{en => de-DE}/mandatory/auth_values.sql | 4 +- .../data/mysql/de-DE/mandatory/auth_values.txt | 1 + .../mysql/de-DE/mandatory/sample_frequencies.sql | 26 ++--- .../mysql/de-DE/mandatory/sample_frequencies.txt | 2 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 100 ++++++++++---------- .../de-DE/mandatory/sample_numberpatterns.sql | 24 ++--- .../de-DE/mandatory/sample_numberpatterns.txt | 2 +- .../data/mysql/de-DE/mandatory/subtag_registry.sql | 40 +++++++- installer/data/mysql/de-DE/mandatory/userflags.sql | 2 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 16 ++-- .../data/mysql/de-DE/optional/csv_profiles.sql | 2 + .../data/mysql/de-DE/optional/csv_profiles.txt | 3 + .../mysql/de-DE/optional/sample_z3950_servers.sql | 12 ++- .../mysql/en/mandatory/sample_numberpatterns.sql | 6 +- .../data/mysql/en/mandatory/subtag_registry.sql | 40 +++++++- .../data/mysql/en/mandatory/userpermissions.sql | 2 +- 16 files changed, 182 insertions(+), 100 deletions(-) copy installer/data/mysql/{en => de-DE}/mandatory/auth_values.sql (60%) create mode 100644 installer/data/mysql/de-DE/mandatory/auth_values.txt create mode 100644 installer/data/mysql/de-DE/optional/csv_profiles.sql create mode 100644 installer/data/mysql/de-DE/optional/csv_profiles.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 8 15:56:15 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 Jan 2014 14:56:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-253-g00279b8 Message-ID: This is an automated email from the git 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 00279b84802346db13f5df52c779f0c924b4b29c (commit) via 1b160802bc17ad42309e40215d9303fca2fc07b0 (commit) from 3c81c7b6f3edc109d47e7b83bcd51a85ae469aad (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 00279b84802346db13f5df52c779f0c924b4b29c Author: Galen Charlton Date: Wed Jan 8 15:14:43 2014 +0000 Bug 11483: (follow-up) fix typos Signed-off-by: Galen Charlton commit 1b160802bc17ad42309e40215d9303fca2fc07b0 Author: Nicole C. Engard Date: Mon Jan 6 12:15:36 2014 -0600 Bug 11483: Add missing serial help files The help files for the Serial Numbering Patterns and Frequencies pages were missing. This patch adds them. To test: * Visit the two new serial pages * Click Help * Confirm text and links are right Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/serials/subscription-frequencies.tt | 11 +++++++++++ .../modules/help/serials/subscription-numberpatterns.tt | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 9 19:19:22 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 Jan 2014 18:19:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-6-gf4285b4 Message-ID: This is an automated email from the git 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.12.x has been updated via f4285b4955a0d31ade96be07244f3b6d5c938572 (commit) via c982bcfe9046dff6348b4d36ba1230833de5d380 (commit) via 8457d4c04ecc9ef5a7541d6f85304b2c80260f33 (commit) from 479c20dca66b31e8b41d9c8dac6bb2552a5e52c1 (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 f4285b4955a0d31ade96be07244f3b6d5c938572 Author: Jonathan Druart Date: Tue Dec 24 10:11:32 2013 +0100 Bug 11439: UT: Improve XISBN.t The tests should be executed into a transaction and the SimpleSearch routine correctly mocked. Test plan: Verify that prove t/db_dependent/XISBN.t returns green. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 0d71139fff68523beee3f14ea26e0d670eb7c409) Signed-off-by: Tomas Cohen Arazi Cleaned stuff not for 3.12.x and added the rollback call at the end. commit c982bcfe9046dff6348b4d36ba1230833de5d380 Author: Jonathan Druart Date: Tue Dec 24 10:09:10 2013 +0100 Bug 11439: UT: fix XISBN.t test failure A unit test fails in t/db_dependent/XISBN.t, the get_xisbn routine, if ThingISBN is enabled, returns the 3rd biblionumber, not the second one. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 81133cf2c2238aaff3b3594b95211c689d2dae61) Signed-off-by: Tomas Cohen Arazi commit 8457d4c04ecc9ef5a7541d6f85304b2c80260f33 Author: Fridolyn SOMERS Date: Tue Jun 18 16:52:12 2013 +0200 Bug 9728: XISBN unit test update Signed-off-by: Galen Charlton (cherry picked from commit b0941f9058fa96818fceaf2515742ab0f4bebbe1) Signed-off-by: Tomas Cohen Arazi Grabbed just the XISBN unit test updates. ----------------------------------------------------------------------- Summary of changes: t/db_dependent/XISBN.t | 86 +++++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 30 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 9 19:51:55 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 Jan 2014 18:51:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-254-g8209bf1 Message-ID: This is an automated email from the git 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 8209bf10269c36c1bb8d4b2da23fe356ab7a3568 (commit) from 00279b84802346db13f5df52c779f0c924b4b29c (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 8209bf10269c36c1bb8d4b2da23fe356ab7a3568 Author: Chris Cormack Date: Thu Jan 2 17:15:56 2014 +1300 Bug 11457: avoid spurious test failure in t/db_dependent/Bookseller.t This patch clears the subscription table so tests pass correctly if there happens to have been a subscription with an end date before 2013-08-01. To test 1/ Add a subscription in the serials module, with an end date before 2013-08-01 2/ run prove -v t/db_dependent/Bookseller.t Notice tests 22 and 23 fail 3/ Apply patch 4/ run test again 5/ Notice tests succeed Signed-off-by: Katrin Fischer Tests now clean the subscription table before running the tests, so that the will always pass. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Bookseller.t | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 10 16:04:37 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 10 Jan 2014 15:04:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-257-gb2ca71d Message-ID: This is an automated email from the git 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 b2ca71d9b40b97e2a0e5cee2fc2b6f69978b5b1b (commit) via 030e8fee0cfa48777a2bdb282791dd8d66c2eb9d (commit) via 52d4922afa34596796e59b03a255c2681429e68b (commit) from 8209bf10269c36c1bb8d4b2da23fe356ab7a3568 (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 b2ca71d9b40b97e2a0e5cee2fc2b6f69978b5b1b Author: Galen Charlton Date: Fri Jan 10 15:21:29 2014 +0000 Bug 10774: (follow-up) tweak styling of buttons on Bootstrap theme Following a discussion with Kyle, this patch applies the btn-mini style to the per-hold cancel and suspend/unsuspend buttons to make them a bit smaller. Signed-off-by: Galen Charlton commit 030e8fee0cfa48777a2bdb282791dd8d66c2eb9d Author: Kyle M Hall Date: Wed Jan 8 11:21:37 2014 -0500 Bug 10774: (QA Followup) Add support for bootstrap opac theme Signed-off-by: Galen Charlton commit 52d4922afa34596796e59b03a255c2681429e68b Author: Kyle M Hall Date: Wed Aug 21 07:30:54 2013 -0400 Bug 10774: Allow individual holds to be suspended and resumed from the OPAC Right now, holds can only be suspended and resumed from the OPAC as a whole. It would be nice to be able to suspend and resume holds on a hold by hold basis from the OPAC. Test Plan: 1) Apply this patch 2) Log in to the OPAC 3) Place a number of holds 4) Browse to "my summary" and select the holds tab 5) From here, test the following actions a) Suspend a hold indefinitely ( no resume date ) b) Suspend a hold with a date to automatically resume c) Manually resume a suspended hold 6) Disable AutoResumeSuspendedHolds, ensure the suspend until date field is no longer visible. 7) Disable SuspendHoldsOpac, ensure all suspension related fields are no longer visible. Signed-off-by: Chris Rohde Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 39 +++++++++++--- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 53 +++++++++++++++----- opac/opac-modrequest-suspend.pl | 16 ++++-- 3 files changed, 84 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 10 16:51:53 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 10 Jan 2014 15:51:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-266-gfb0e766 Message-ID: This is an automated email from the git 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 fb0e7661048747c03304d3a71b1a9aa838c673ae (commit) via 15953702bce6dcba94d351655fb42c29edd5789d (commit) via e4387c1de9738cf19eb4d78b620b92a03fe1b131 (commit) via 0ba13938fbbee5d3fd86207b1fd5c8fe3b21383e (commit) via 5666ed77a34d48aa10e1ad2b1f06d99c0553644f (commit) via 7b1d49f84b17ef779fac8ab6874bf2d34037aaba (commit) via d6979f71a3f0d8ba2dc82d378ca903527f0d6ab9 (commit) via 732ad864f66b2cc729e6fb6bdba8611e4f40fbd9 (commit) via febd0312f8623c9861bd70dd61aa3fd47afb1b51 (commit) from b2ca71d9b40b97e2a0e5cee2fc2b6f69978b5b1b (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 fb0e7661048747c03304d3a71b1a9aa838c673ae Author: Robin Sheat Date: Tue Oct 15 15:01:31 2013 +1300 Bug 11051: remove unneccessary SQL queries in GetBranches The way GetBranches was written, it will issue one query to get all branches, and then one query per branch for the branch relations. This patch pre-fetches the relations table (as we need it all anyway) and so makes the whole process happen in two queries, rather than take 1+N, where N is the number of branches. This might not seem like much, but when you do a search, GetBranches is called once for each result, so 25. And you might have 10 branches. This causes 275 database requests when you could get away with 50. From profiling, when you run a search, this is the thing that calls DBI::st::execute the most. Refer: http://debian.koha-community.org/~robin/opac-search/usr-share-koha-lib-C4-Branch-pm-146-line.html#125 Test Plan: * Have a database with branches and relationships between the branches. (these are 'Library groups' in the UI. * Make sure the relationships show up correctly after applying the patch. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 15953702bce6dcba94d351655fb42c29edd5789d Author: Jonathan Druart Date: Tue Jan 7 15:14:01 2014 +0100 Bug 11475: fix return link after editing/deleting items in batch Bug introduced by bug 9044. Test plan: 1- First we search for records with multiple items (books or serials, does not matter) 2- We open this record we found with multiple items for editing 3- We chose "Edit items in batch" option from the "Edit" menu 4- We make corrections on the fields under the "Edit item" (For example we change the collection code as "fiction") 5- We save this using "Save button" at the bottom, after we are done. 6- Just after we save, there will be a button named "Done" available just under the page, and when we click on "Done" we encounter the Error screen. Before the patch, the "Done" link points to /cgi-bin/koha/tools/CATALOGUING. After applying the patch, the "Done" link points to the biblio detail page. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised Signed-off-by: Galen Charlton commit e4387c1de9738cf19eb4d78b620b92a03fe1b131 Author: Robin Sheat Date: Tue Nov 19 16:19:12 2013 +1300 Bug 10646 - warn if mod_rewrite is not enabled Koha requires mod_rewrite. If it's not enabled in Apache, then koha-create will now abort with a helpful error message. Also adds a warning when not run as root to avoid confusing errors. Test plan: * apply the patch * a2dismod rewrite * run koha-create without sudo, note the error about being root * run koha-create with sudo, note the error about rewrite * a2enmod rewrute * repeat test above, note that it works Signed-off-by: Tomas Cohen Arazi Works as expected. Signed-off-by: Galen Charlton commit 0ba13938fbbee5d3fd86207b1fd5c8fe3b21383e Author: Chris Cormack Date: Fri Dec 27 16:06:34 2013 +1300 Bug 11452: Add unit tests for Koha::Template::Plugin::Cache To test run prove t/Koha_Template_Plugin_Cache.t Signed-off-by: Katrin Fischer Works nicely. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 5666ed77a34d48aa10e1ad2b1f06d99c0553644f Author: Tomas Cohen Arazi Date: Wed Jan 8 12:21:42 2014 -0300 Bug 11499: UT: Make zebra_setup.pl correctly set indexing mode By adding the relevant environment variables to the script the generated koha-conf.xml file for the unit tests is correct now. Test plan: - Verify that tests pass now: $ prove -v t/db_dependent/Search.t 2> /dev/null | grep 11499 Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Passes unit test, koha-qa.pl Signed-off-by: Galen Charlton commit 7b1d49f84b17ef779fac8ab6874bf2d34037aaba Author: Tomas Cohen Arazi Date: Wed Jan 8 12:17:26 2014 -0300 Bug 11499: (regression tests) indexing modes not properly set on generated koha-conf.xml t/db_dependent/Search.t creates its own temporary koha-conf.xml and related files, and it fails to properly set indexing modes for bibliographic and authority records. This patch adds regression tests for that. To test: $ prove -v t/db_dependent/Search.t 2> /dev/null | grep 11499 The test should fail unless the main page is applied. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit d6979f71a3f0d8ba2dc82d378ca903527f0d6ab9 Author: Tomas Cohen Arazi Date: Thu Jan 9 15:51:11 2014 -0300 Bug 11439: (follow up) add missing rollback call This UT got wrapped inside a transaction with autocommit=0 but the rollback call was inadvertedly ommited. Adding it. [RM note: an explicit rollback is not required, as the transaction will roll back automatically at the end of the DB session. Nonetheless, it hurts nothing to have it be explicit.] Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 732ad864f66b2cc729e6fb6bdba8611e4f40fbd9 Author: Colin Campbell Date: Mon Jan 6 16:53:33 2014 +0000 Bug 11480: Fix invalid assumptions in JSONStream test Tests for C4::Output::JSONStream made the invalid assumption that the hash keys of the modules internal structure will always be returned in the same sequence. A hash is an unordered structure. as of perl 5.18 this has beem reinforced by random seeding of the hashing function. See the info in perldelta and the doc for JSON. This patch changes the tests to be sequence-neutral where the previous test was testing that a new element was added and an existing one was untouched these have been separated into individual tests. Some typos in the messages have been corrected Signed-off-by: Chris Cormack Test Plan 1/ Run t/Output_JSONStream.t , 8 tests should pass (or perhaps fail, but inconsistently under perl 5.18 or greater) 2/ Apply patch 3/ Run t/Output_JSONStream.t 10 tests should pass now Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit febd0312f8623c9861bd70dd61aa3fd47afb1b51 Author: Chris Cormack Date: Fri Dec 27 19:06:34 2013 +1300 Bug 7965: Silence warns in staff log Silence warns in C4::Bookseller::GetBooksellersWithLateOrders() to test 1/ run prove t/db_dependent/Bookseller.t Notice lots of Use of uninitialized value $delay in numeric lt (<) at /var/lib/jenkins/jobs/Koha_master/workspace/C4/Bookseller.pm line 134 type lines 2/ apply patch 3/ run prove t/db_dependent/Bookseller.t Notice warns are gone Signed-off-by: Katrin Fischer Tiny change, positive consequences. Passes QA script and all tests. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 2 +- C4/Branch.pm | 43 ++++++++------------ debian/scripts/koha-create | 20 +++++++++ .../prog/en/modules/tools/batchMod-del.tt | 9 +++- .../prog/en/modules/tools/batchMod-edit.tt | 7 +++- t/Koha_Template_Plugin_Cache.t | 6 +++ t/Output_JSONStream.t | 10 +++-- t/db_dependent/Search.t | 7 +++- t/db_dependent/XISBN.t | 2 + t/db_dependent/zebra_config.pl | 3 ++ 10 files changed, 75 insertions(+), 34 deletions(-) create mode 100644 t/Koha_Template_Plugin_Cache.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 10 17:36:57 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 10 Jan 2014 16:36:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-271-gda853bf Message-ID: This is an automated email from the git 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 da853bf74eefbd935734177722aaa763ce71d170 (commit) via 914515202df0612c1cdb64bf408120a1364316a0 (commit) via 939d68ea7b0fb7c0649531b324ad4938a5360c0e (commit) via bbf7cd6876e94865492e3fd19e59c31b6b95b588 (commit) via d07df7d51250bb5a40bb556aab48afb18a67a396 (commit) from fb0e7661048747c03304d3a71b1a9aa838c673ae (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 da853bf74eefbd935734177722aaa763ce71d170 Author: Galen Charlton Date: Fri Jan 10 16:55:37 2014 +0000 Bug 10952: (follow-up) remove mention of KohaOpacRecentSearches cookie Now that this cookie no longer exists, remove mention of it from a test case. Signed-off-by: Galen Charlton commit 914515202df0612c1cdb64bf408120a1364316a0 Author: Galen Charlton Date: Fri Jan 10 16:49:01 2014 +0000 Bug 10952: (follow-up) clear seach history from session after saving it to DB This patch makes sure that the search history from an anonymous session is cleared from the session after a user logs in (and the session history is saved to that user's record in the database). This fixes a problem where the search history from the session got repeatedly added to the database each time the user did something while logged into the OPAC. Signed-off-by: Galen Charlton commit 939d68ea7b0fb7c0649531b324ad4938a5360c0e Author: Julian Maurice Date: Mon Jan 6 10:00:41 2014 +0100 Bug 10952: (follow-up) Always flush session after deletion This is recommended in CGI::Session documentation. Signed-off-by: Charlene Criton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit bbf7cd6876e94865492e3fd19e59c31b6b95b588 Author: Julian Maurice Date: Wed Dec 18 10:58:36 2013 +0100 Bug 10952: (follow-up) comments fixes and unit tests - Remove unit tests for ParseSearchHistoryCookie, which doesn't exist anymore - Add unit tests for ParseSearchHistorySession and SetSearchHistorySession - Remove/Modify comments about search history cookie Signed-off-by: Chris Cormack Tests fixed and moved, and comments tidied up Signed-off-by: Charlene Criton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit d07df7d51250bb5a40bb556aab48afb18a67a396 Author: Julian Maurice Date: Thu Sep 26 11:22:26 2013 +0200 Bug 10952: Store anonymous search history in session Storing search history into cookie can cause problems, due to the size limitation of 4KB. The solution here is to store search history into the CGI::Session object, so there is no size limitation (but anonymous search history still remember up to 15 requests max.) Test plan: - Go to OPAC in anonymous mode. - Check that the "Search history" link is *not* shown in the top right corner of the page - Make some searches on /cgi-bin/koha/opac-search.pl - The "Search history" link should appear. Click. - Your search history should be displayed. - Try to log in with invalid username/password - Go back to search history, it's still there - Now log in with valid username/password - Your anonymous search history should be saved into your own search history. Signed-off-by: Chris Cormack Restoring original sign offs and comments below Signed-off-by: Bernardo Gonzalez Kriegel Work as described. No koha-qa errors Well, search history saving is similar before and after patch. i.e. anonmymous search is saved when user logs in, but cookie KohaOpacRecentSearches is empty. Shows current an previous session searches Signed-off-by: Katrin Fischer All tests and QA script pass, works as described. Signed-off-by: Charlene Criton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 69 ++++++++++++++------ .../prog/en/modules/opac-search-history.tt | 2 +- opac/opac-search-history.pl | 22 +++---- opac/opac-search.pl | 18 ++--- t/db_dependent/Auth.t | 4 +- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ------------ t/db_dependent/Auth_SearchHistorySession.t | 52 +++++++++++++++ 7 files changed, 117 insertions(+), 93 deletions(-) delete mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t create mode 100644 t/db_dependent/Auth_SearchHistorySession.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 13 15:06:00 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Jan 2014 14:06:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-7-ge74d378 Message-ID: This is an automated email from the git 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.12.x has been updated via e74d3780c955263723cabdab5391020514a04344 (commit) from f4285b4955a0d31ade96be07244f3b6d5c938572 (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 e74d3780c955263723cabdab5391020514a04344 Author: Jared Camins-Esakov Date: Tue Aug 6 00:48:20 2013 -0400 Bug 10688: Don't prefix index inappropriately If you select an index in the search dropdown and then enter in a QP query starting with the field, Koha will prepend the index you do not want to use at the beginning of the search, resulting in a search that probably does not match what you were hoping for. To test: 1) Select an index in the search dropdown in the OPAC. Author is fine. 2) Enter a search term using manually entered indexes. For example: ti:cat in the hat 3) Note that the search fails. 4) Apply patch. 5) Repeat steps 1 and 2. 6) Note that the search succeeds. 7) Sign off. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 03f342aa67034a56876b9b45545c607b961587b7) Signed-off-by: Fridolin SOMERS (cherry picked from commit 1e3602de9f0fe495e5e1931b04b6f2f06d04fb66) Signed-off-by: Tomas Cohen Arazi Works as advertised. ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 13 16:08:08 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Jan 2014 15:08:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-8-gf3c8be6 Message-ID: This is an automated email from the git 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.12.x has been updated via f3c8be69c9dfa7a4a5eac9e30e980299cfc0e650 (commit) from e74d3780c955263723cabdab5391020514a04344 (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 f3c8be69c9dfa7a4a5eac9e30e980299cfc0e650 Author: Jonathan Druart Date: Wed Nov 13 11:33:05 2013 +0100 Bug 8683: ensure clear button clears all item fields on order form The clear js function parses input text, but input filled to a plugin does not contain the type attribute. Test plan: - fill the barcode field to the barcode plugin - go on the new order page - verify the barcode plugin works as before - verify the clear link clears the barcode field and all others fields. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as expected, passes all tests and QA script. Template change only. Barcode and date acquired are now also cleared with the 'clear' link. But: it only works when you enter a barcode manually currently, because the AutoBarcode functionality is broken on master (bug 11273). Signed-off-by: Galen Charlton (cherry picked from commit f3b28a5d8ad381bbe5b3edce994e0d45ee96f920) Signed-off-by: Fridolin SOMERS (cherry picked from commit 842724659c9ac3b6dd1fbf312d8a07ac00fa43c5) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jan 13 22:40:56 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Jan 2014 21:40:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-280-g8fbf21d Message-ID: This is an automated email from the git 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 8fbf21da1c540d19cc19fe75c0a5cb83a8fbe849 (commit) via e8f5ee9eef7a558ae1af8237493f8dc52e52945a (commit) via f2c61429944140abfd0a097bdb50b03e08ef569b (commit) via cfc3ce6772b908bb73a38a3bb778b8f25bb4ac9e (commit) via 5920ca6fa02d65e2a2b9076d08444a4cd6a157a9 (commit) via b7b1db5c81eb67e51851efc5bc2d1fb2a0cb7d04 (commit) via 0d28ab498885a44ee2c20c411ae16b904c12663a (commit) via 83ab4edc5a79c6e2ca0f4d394387d20c9aee7453 (commit) via a5c762d491465bcc7ad8d8f5e94ff5c36c172091 (commit) from da853bf74eefbd935734177722aaa763ce71d170 (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 8fbf21da1c540d19cc19fe75c0a5cb83a8fbe849 Author: Ketan Kulkarni Date: Wed Oct 9 20:07:27 2013 +0530 Bug 10318: Show primary email in patron search results This patch makes the patron's primary email address be displayed (as a mailto link) on the patron search results page. Signed-off-by: Melissa Lefebvre Signed-off-by: Katrin Fischer Works as described, template only change. Signed-off-by: Galen Charlton commit e8f5ee9eef7a558ae1af8237493f8dc52e52945a Author: Owen Leonard Date: Fri Jan 10 15:46:29 2014 -0500 Bug 11505: fix untranslatable table headers in Label batch manager The label batch manager script hard-codes the table header cell labels in order to pass them to an HTML-building function. This obviously isn't the best solution for internationalization, but picking the whole scheme apart would be very complicated. Instead this patch uses a SWITCH statement to check for each possible case and outputs the correct translatable string for each. To test, apply the patch and run "perl translate update" for any translation. Check the revised po file and confirm that the new strings are present. View the label batch edit page and confirm that the table headings look correct: Tools -> Labels -> Manage batches -> Edit batch. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, passes all tests. Similar fixes are probably needed for other pages of the labels modules. Signed-off-by: Galen Charlton commit f2c61429944140abfd0a097bdb50b03e08ef569b Author: Owen Leonard Date: Fri Jan 10 12:45:30 2014 -0500 Bug 11381: improve styling of IDreamBooks content in bootstrap theme Styling of IDreamBooks elements is not correct in the bootstrap theme because the relevant CSS was not transferred from the prog theme. This patch adds it back. To test, switch to the bootstrap theme and enable IDreamBooks system preferences in the OPAC, particularly IDreamBooksReadometer. Find a book in the OPAC which shows IDreamBooks review data and confirm that everything looks correct. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described. Tested with "The help". Signed-off-by: Galen Charlton commit cfc3ce6772b908bb73a38a3bb778b8f25bb4ac9e Author: Tomas Cohen Arazi Date: Mon Jan 6 10:52:38 2014 -0300 Bug 10896: Add a --verbose option to koha-translate The -v and --verbose option switches add the --verbose switch to the misc/translator/translate script call in the packages' 'koha-translate' command. The docs are updated accordingly. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Magnus Enger Works as expected with and without -v. Man page looks good. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 5920ca6fa02d65e2a2b9076d08444a4cd6a157a9 Author: Galen Charlton Date: Thu Dec 12 23:55:14 2013 +0000 Bug 11389: reenable Pg as a DB scheme that Koha can connect to This patch restores the ability to request a DBI database handle or a DBIx::Class schema object connected to a PostgreSQL database. To address the concerns raised in bug 7188, only "mysql" and "Pg" are recognized as valid DB schemes. If anything else is passed to C4::Context::db_scheme2dbi or set as the db_scheme in the Koha configuration file, the DBD driver to load is assumed to be "mysql". Note that this patch drops any pretense of Oracle support. To test: [1] Apply patch, and verify that the database-dependent tests pass when run against a MySQL Koha database. [2] To test against PostgreSQL, create a Pg database and edit koha-conf.xml to set db_scheme to Pg (and adjust the other DB connection parameters appropriately). The following tests should pass, at minimum: t/Context.t t/db_dependent/Koha_Database.t Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, some additional notes: - Installed Postgres following http://wiki.ubuntuusers.de/PostgreSQL - Created a database user koha - Created a database koha - Changed the koha-conf.xml file Pg koha localhost 5432 koha xxxx - Installed libdbd-pg-perl - Ran the web installer until step 3 everything looked ok Step 3 complains: Password for user koha: psql: fe_sendauth: no password supplied - Both t/Context.t and t/db_dependent/Koha_Database.t pass Signed-off-by: Galen Charlton commit b7b1db5c81eb67e51851efc5bc2d1fb2a0cb7d04 Author: Galen Charlton Date: Mon Jan 13 20:54:37 2014 +0000 Bug 11509: (follow-up) fix a couple typos Signed-off-by: Galen Charlton commit 0d28ab498885a44ee2c20c411ae16b904c12663a Author: Tomas Cohen Arazi Date: Thu Jan 9 10:56:56 2014 -0300 Bug 11509: improve usage information printed by koha-create This patch makes koha-create print better and more descriptive usage information. Also adds the --help and -h switches. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Removed trailing " from: $scriptname [db usage mode] [options] instancename" Signed-off-by: Galen Charlton commit 83ab4edc5a79c6e2ca0f4d394387d20c9aee7453 Author: Tomas Cohen Arazi Date: Thu Jan 9 12:37:20 2014 -0300 Bug 11510: koha-translate usage message fixes The koha-translate's usage message has a couple of inconsistencies: '--all' should be '--available' and '--help' is missing from the usage examples. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, tested using instructions on http://wiki.koha-community.org/wiki/Testing_man_pages Signed-off-by: Galen Charlton commit a5c762d491465bcc7ad8d8f5e94ff5c36c172091 Author: Owen Leonard Date: Fri Jan 10 11:00:22 2014 -0500 Bug 11503: fix several typos This patch corrects several typos: Some reported in Bug 11503, others found during a systematic spell check of the help files. To test, examine the changes and confirm that the spelling changes are correct. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 33 ++++------ Koha/Database.pm | 8 +-- debian/docs/koha-create.xml | 10 +++ debian/docs/koha-translate.xml | 17 ++++- debian/scripts/koha-create | 67 +++++++++++++++----- debian/scripts/koha-translate | 20 ++++-- etc/koha-conf.xml | 1 + .../prog/en/includes/subtypes_unimarc.inc | 2 +- .../prog/en/modules/authorities/authorities.tt | 2 +- .../value_builder/unimarc_field_121a.tt | 8 +-- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 2 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../modules/help/admin/auth_subfields_structure.tt | 4 +- .../en/modules/help/admin/authorised_values.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/preferences.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 6 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../prog/en/modules/help/members/member-flags.tt | 6 +- .../prog/en/modules/help/plugins/plugins-home.tt | 2 +- .../prog/en/modules/help/plugins/plugins-upload.tt | 2 +- .../prog/en/modules/help/reports/guided_reports.tt | 4 +- .../prog/en/modules/help/reserve/request.tt | 4 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../help/serials/subscription-frequencies.tt | 2 +- .../prog/en/modules/help/tools/holidays.tt | 2 +- .../help/tools/marc_modification_templates.tt | 8 +-- .../prog/en/modules/help/tools/quotes-upload.tt | 2 +- .../prog/en/modules/help/tools/quotes.tt | 2 +- .../prog/en/modules/labels/label-edit-batch.tt | 15 ++++- .../prog/en/modules/members/member.tt | 4 +- .../prog/en/modules/reserve/request.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 41 ++++++++++++ koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 50 +++++++++++++++ t/Context.t | 7 +- 37 files changed, 260 insertions(+), 89 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 09:13:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 08:13:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-85-g56a1b12 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 56a1b12e574c89d8f1bade88ee46e3b164957752 (commit) from 87cd69d35158869e27cfa310cf41d2f2f144f214 (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 56a1b12e574c89d8f1bade88ee46e3b164957752 Author: Galen Charlton Date: Thu Nov 14 18:48:07 2013 +0000 Bug 11252: remove deprecated -munge-config switch from rebuild_zebra.pl The -munge-config switch has been deprecated for years, and trying to use it would either not work at all or, if it did "work", almost certainly damage one's Zebra configuration for Koha. This patch removes this switch. To test: [1] Run rebuild_zebra.pl and verify that no mention is made of -munge-config. [2] Run rebuild_zebra.pl to index records in one's test database and verify that there are no regressions. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Removing a really dangerous option Signed-off-by: Katrin Fischer Passes all tests and QA script. Ran rebuild_zebra.pl with various options and confirmed that data was reindexed successfully. No regressions found. Signed-off-by: Galen Charlton (cherry picked from commit b26870e53dc1b00e2966187b9b5298360af6024e) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/rebuild_zebra.pl | 383 --------------------------------- 1 file changed, 383 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 09:15:44 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 08:15:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-86-g8101686 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 810168643d02ebb69c2d56a5fa17b811b06d68a8 (commit) from 56a1b12e574c89d8f1bade88ee46e3b164957752 (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 810168643d02ebb69c2d56a5fa17b811b06d68a8 Author: Jonathan Druart Date: Tue Dec 24 14:35:36 2013 +0100 Bug 10453: fix unintended password reset when updating child to adult ModMember supposes the password given in parameter is the password string, so if it receives the encrypted password, it will encrypt it again! By simply deleting the password key from the hash, ModMember leaves the password unchanged. Test plan: 1/ Create or choose a child patron 2/ Update it to an adult category using the "Update child to adult patron" link 3/ Try to log in at the OPAC with this patron: It is not possible, the password has changed 4/ Apply the patch and try again previous steps Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Confirmed the problem and tested the patch fixes it. Passes all tests and QA script. Signed-off-by: Galen Charlton (cherry picked from commit 3c5b4712717d082b66376915c47b6b5880695d31) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: members/update-child.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 16:20:08 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 15:20:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-12-g01a39d6 Message-ID: This is an automated email from the git 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.12.x has been updated via 01a39d6ce0b9fe2153434a9cb2802126ce39b2df (commit) via b9388c4f60704e63c7b3cbec90425037c15ce0d1 (commit) via 52ee3ce306cddfc8cce26993e7700fe56425ab08 (commit) via 935a9a6a7e7301f885e7a7ce42482264616c468f (commit) from f3c8be69c9dfa7a4a5eac9e30e980299cfc0e650 (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 01a39d6ce0b9fe2153434a9cb2802126ce39b2df Author: Jonathan Druart Date: Thu Nov 14 11:31:23 2013 +0100 Bug 10605: fix encoding issue on basket email (INTRANET) Same fix for the staff interface. Signed-off-by: Katrin Fischer Both patches tested with English and German, diacritics now appear correctly if UTF-8 is selected as encoding. Passes all tests and QA script. Signed-off-by: Brendan Gallagher Signed-off-by: Galen Charlton (cherry picked from commit 62fcbea10a0e7b3fbca74531ec5051704ab63f7c) Signed-off-by: Fridolin SOMERS (cherry picked from commit 6d16356a1a5bf08c83b7e00dbbfa84ae3bf3d02b) Signed-off-by: Tomas Cohen Arazi commit b9388c4f60704e63c7b3cbec90425037c15ce0d1 Author: Jonathan Druart Date: Thu Nov 14 12:17:38 2013 +0100 Bug 10605: fix encoding issue in basket email (OPAC) There is an encoding issue on the received mail. Here, we have to keep the encode_qp in order not to break links (= is a special char for email https://en.wikipedia.org/wiki/MIME#Encoded-Word). Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher Signed-off-by: Galen Charlton (cherry picked from commit 4290fa60ef0fd93f1c0b51485f3b3ec74f316043) Signed-off-by: Fridolin SOMERS (cherry picked from commit adb91828bd95a006a0db89756dd51f3728de5034) Signed-off-by: Tomas Cohen Arazi commit 52ee3ce306cddfc8cce26993e7700fe56425ab08 Author: Fridolyn SOMERS Date: Fri Aug 30 11:41:26 2013 +0200 Bug 10808: (follow-up) reformat auth_finder.pl Perltidy and some format changes. Most important : call to get_template_and_user must be at begining of script because it checks authentification. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Testing notes: - Tested various searches, selections now remain after submitting the search form. Regression testing: - Clearing the authority from the record still works. - Creating a new authority from the plugin page still works. - Autocomplete of entries still works. Signed-off-by: Galen Charlton (cherry picked from commit ca29e0658c469abff1e54e8630fb989757d02f71) Signed-off-by: Fridolin SOMERS (cherry picked from commit b91635d802e6648c7708df72ba323c3f4b39efcc) Signed-off-by: Tomas Cohen Arazi commit 935a9a6a7e7301f885e7a7ce42482264616c468f Author: Fridolyn SOMERS Date: Fri Aug 30 10:54:00 2013 +0200 Bug 10808: make authority search form retain drop-down selections When cataloging a field defined with a thesaurus, an authority search popup is displayed with a search from. Once operators, values and sort selected in this form the search can be performed. The bug is that the values entered are kept but not the selected operators and sort. The same bug was existing in authorities module, solved by Bug 8692. This patch corrects the bug. Also uses in 'sort by' options the same text as search in authorities module : Heading A-Z (default), Heading Z-A, None. Also removes duplicated code in auth_finder.pl : value_mainstr => $query->param('value_mainstr') || "", ... Test plan : - Create a new biblio with a framework containing a field linked to a thesaurus. For example : 600 - Click on small icon of main entry. For example : 600$a => You get a search form with all operators to "contains" and sort by "Heading A-Z" - Enter a value in each text box and perform search => You get a search form with values in text boxes and all operators to "contains" - Select "starts with" in all operator comboboxes and perform search => You get a search form with all operators to "starts with" - Select "is exactly" in all operator comboboxes and perform search => You get a search form with all operators to "is exactly" - Select "Heading Z-A" in sort by and perform search => You get a search form with "Heading Z-A" in sort by - Select "None" in sort by and perform search => You get a search form with "None" in sort by Signed-off-by: Bernardo Gonzalez Kriegel Comment: With both patches applied no koha-qa errors Test 1) Original behavior is whatever selection you do before patch, search form returns to default options 2) After patch, selection remains Signed-off-by: Katrin Fischer All tests and QA script pass, further comments on second patch. Signed-off-by: Galen Charlton (cherry picked from commit 857547c992ea2b548712583d09602eda3787556c) Signed-off-by: Fridolin SOMERS (cherry picked from commit 9959fca67510356ab9d7acd128c453d6008a2b73) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: authorities/auth_finder.pl | 159 ++++++++++---------- basket/sendbasket.pl | 3 +- .../prog/en/includes/auth-finder-search.inc | 66 +++++++- opac/opac-sendbasket.pl | 22 ++- 4 files changed, 158 insertions(+), 92 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 17:15:20 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 16:15:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-283-ge96d73a Message-ID: This is an automated email from the git 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 e96d73aa9f462fb653b8b67d7d5bff81dab94be7 (commit) via 5ebca4f3409e1341be25ab7c11af4de736c11ff2 (commit) via 5c3f36279b93e13be4773c7b88df39c99f8b2aca (commit) from 8fbf21da1c540d19cc19fe75c0a5cb83a8fbe849 (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 e96d73aa9f462fb653b8b67d7d5bff81dab94be7 Author: David Cook Date: Thu Jan 9 17:12:26 2014 +1100 Bug 11502: make library filter in "Holds To Pull" more precise This patch uses regex checking via the DataTables fnFilter API method to make the branch filter more precise on the "Holds to Pull" page. The ability to use regex is built into DataTables so this just adds the actual expression. _TEST PLAN_ Before applying: 1) Add library (branches) with codes of NM, NMH, and NB 2) Add items (that can be placed on hold) at all these branches 3) Place a hold on an item that is only available at NM 4) Place a hold on an item that is only available at NMH 5) Place a hold on an item that is only available at NM and NB 6) Go to "Holds to Pull" in the Circulation module 7) Filter by these three different values 8) Note that filtering by "NM" will incorrectly bring up all three holds, while "NMH" and "NB" will only pull up one (like they should). Apply the patch. 9) Shift+refresh the page so that your Javascript refreshes 10) Repeat step 7 (filtering by the different branch values) 11) Note that filtering by "NM" will now only bring up the hold for "NM" and the hold for "NM" and "NB", while the others still only bring up one hold. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 5ebca4f3409e1341be25ab7c11af4de736c11ff2 Author: alex_h Date: Tue Jan 14 11:52:04 2014 +1300 Bug 11537: Increasing test coverage for C4::Log To test: 1. run prove t/Log.t Notice 1 test is run 2. apply patch 3. run prove t/Log.t Notice 3 tests are run Signed-off-by: David Cook Works as described. I think there might be a typo in "Testing git log status". Should this read "Testing get log status"? (Noticed while looking at the code/running perl t/Log.t.) In any case, thanks for the patch. Looks good! Signed-off-by: Chris Cormack Fixed typo, thanks David Signed-off-by: Katrin Fischer Works as described: 1..3 ok 1 - use C4::Log; ok 2 - Testing GetLogStatus ok 3 - Testing hash is non empty Signed-off-by: Galen Charlton commit 5c3f36279b93e13be4773c7b88df39c99f8b2aca Author: Galen Charlton Date: Mon Jan 13 21:51:56 2014 +0000 Bug 11535: sanitize input from patron self-registration form This patch adds the use of C4::Scrubber to the processing of input from the patron self-registration form, thereby closing off one avenue for Javascript injection. To test: [1] Use the OPAC self-registration form to enter a new patron, and set its address to something like: BAD [2] In the staff interface, bring up the new patron record. The address will show up in red, indicating a successful HTML injection. [3] Apply the patch and use self-registration to enter a new patron with a similar case of unwanted HTML coding. [4] Bring up the second patron in the staff interface. This time, the undesirable HTML tag should not be present. Signed-off-by: Galen Charlton Signed-off-by: Liz Rea Tags are not present on testing. Signed-off-by: Katrin Fischer Confirmed bug and that the patch fixes it. Passes all tests and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 6 +++++- opac/opac-memberentry.pl | 4 +++- t/Log.t | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 17:39:48 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 16:39:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-87-gfaf3b5f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via faf3b5f3f84b0c8b8497fdac368edf00dfb546da (commit) from 810168643d02ebb69c2d56a5fa17b811b06d68a8 (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 faf3b5f3f84b0c8b8497fdac368edf00dfb546da Author: Galen Charlton Date: Mon Jan 13 21:51:56 2014 +0000 Bug 11535: sanitize input from patron self-registration form This patch adds the use of C4::Scrubber to the processing of input from the patron self-registration form, thereby closing off one avenue for Javascript injection. To test: [1] Use the OPAC self-registration form to enter a new patron, and set its address to something like: BAD [2] In the staff interface, bring up the new patron record. The address will show up in red, indicating a successful HTML injection. [3] Apply the patch and use self-registration to enter a new patron with a similar case of unwanted HTML coding. [4] Bring up the second patron in the staff interface. This time, the undesirable HTML tag should not be present. Signed-off-by: Galen Charlton Signed-off-by: Liz Rea Tags are not present on testing. Signed-off-by: Katrin Fischer Confirmed bug and that the patch fixes it. Passes all tests and QA script. Signed-off-by: Galen Charlton (cherry picked from commit 5c3f36279b93e13be4773c7b88df39c99f8b2aca) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 20:07:48 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 19:07:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-284-gfc0a201 Message-ID: This is an automated email from the git 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 fc0a201bd9a301a05b52bfd50fd4024c68749feb (commit) from e96d73aa9f462fb653b8b67d7d5bff81dab94be7 (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 fc0a201bd9a301a05b52bfd50fd4024c68749feb Author: Galen Charlton Date: Tue Jan 14 19:25:22 2014 +0000 Bug 11537: (follow-up) mock C4::Context::preference This avoids turning t/Log.t into one that requires a valid session context. To test: [1] Run the following and verify that the test passes. unset KOHA_CONF prove -v t/Log.t Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/Log.t | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 20:50:16 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 19:50:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-285-g5c67d18 Message-ID: This is an automated email from the git 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 5c67d182ea718a37032edabbe000933776baa251 (commit) from fc0a201bd9a301a05b52bfd50fd4024c68749feb (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 5c67d182ea718a37032edabbe000933776baa251 Author: Owen Leonard Date: Tue Jan 14 08:50:09 2014 -0500 Bug 11503: [Follow-up] fix another typo There is still a typo left to fix which I didn't catch because I was doing a spell-check and didn't double-check the bug report: Van der Griten -> Van der Grinten Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 21:30:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 20:30:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-288-g53d5a8b Message-ID: This is an automated email from the git 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 53d5a8ba53f7b98363a07f380869e99fa4d93447 (commit) via a52919a222c212dcd6a1749f76f7944bbf3d3373 (commit) via 0f82b21204ab0fdde41704a7bd8f2f8ea20fbc69 (commit) from 5c67d182ea718a37032edabbe000933776baa251 (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 53d5a8ba53f7b98363a07f380869e99fa4d93447 Author: Galen Charlton Date: Tue Jan 14 20:48:33 2014 +0000 Bug 11545: (follow-up) move Languages.t to t/db_dependent This patch moves t/Languages.t to t/db_dependent/Languages.t, as the new get for getAllLanguages() works best if there's a database available. To test: [1] Run prove -v t/db_dependent/Languages.t Signed-off-by: Galen Charlton commit a52919a222c212dcd6a1749f76f7944bbf3d3373 Author: merllissia Date: Tue Jan 14 14:18:35 2014 +1300 Bug 11545: Increasing test coverage for Languages.pm To test 1. Run prove t/Languages.t 2. Apply patch 2. Run prove t/Languages.t again and notice: More tests are run Signed-off-by: alex_h Signed-off-by: Magnus Enger Adds another passing test. I took th liberty of moving the test plan from the subject to the commit message. :-) Signed-off-by: Katrin Fischer Tests pass :) Signed-off-by: Galen Charlton commit 0f82b21204ab0fdde41704a7bd8f2f8ea20fbc69 Author: daniel Date: Tue Jan 14 14:19:39 2014 +1300 bug 11542: Increase test coverage for Print.pm to test 1. run prove t/Print.t 2. apply patch 3. run prove t/Print.t Notice more tests are done Signed-off-by: Roman Amor Signed-off-by: Kyle M Hall UT passes, also passes koha-qa.pl Signed-off-by: Katrin Fischer Tests pass :) Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/Print.t | 3 ++- t/{ => db_dependent}/Languages.t | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) rename t/{ => db_dependent}/Languages.t (82%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 21:36:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 20:36:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-289-g397d958 Message-ID: This is an automated email from the git 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 397d95821cca73927a6bb51c57b075af6a95bd10 (commit) from 53d5a8ba53f7b98363a07f380869e99fa4d93447 (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 397d95821cca73927a6bb51c57b075af6a95bd10 Author: Tom Houlker Date: Tue Jan 14 14:24:11 2014 +1300 Bug 11539: removing 2 unused files This patch removes C4::Barcodes::PrinterConfig, which is used by no other code in the database. Signed-off-by: Emma Heath Signed-off-by: Kyle M Hall No instances of PrinterConfig found in the codebase Signed-off-by: Katrin Fischer Couldn't find any reference to those files in Koha. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Barcodes/PrinterConfig.pm | 223 ------------------------------------------ t/Barcodes_PrinterConfig.t | 22 ----- 2 files changed, 245 deletions(-) delete mode 100644 C4/Barcodes/PrinterConfig.pm delete mode 100755 t/Barcodes_PrinterConfig.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 21:39:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 20:39:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.21-3-g9950eb3 Message-ID: This is an automated email from the git 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 9950eb352abe73f3adc675499d4c139cecc0a224 (commit) via 88e9aca31845b155bd86100c41b6c41b2a4faeeb (commit) via 1528bc40d0f394a99446d7114db909b90914ed65 (commit) from 4d304f4549b8e46f32aead481fbd30ab8bbd9a10 (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 9950eb352abe73f3adc675499d4c139cecc0a224 Author: Kyle M Hall Date: Tue Jan 14 15:58:57 2014 -0500 Revert "Bug 10481: FIX No enrollment fee when changing patron category." This reverts commit 7d6f83012a507b43d1de54bba47cf0dca94c7adb. commit 88e9aca31845b155bd86100c41b6c41b2a4faeeb Author: Kyle M Hall Date: Tue Jan 14 15:58:47 2014 -0500 Revert "Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded" This reverts commit 262f1bb60823159c0d15707ac3cfe7ccb3cc4d8c. commit 1528bc40d0f394a99446d7114db909b90914ed65 Author: Kyle M Hall Date: Tue Jan 14 15:58:34 2014 -0500 Revert "Bug 10481: (follow-up) fix typo in POD" This reverts commit 255b1144607feef3f25316f3710afa565f212065. ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 65 ++++++++-------------- t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t | 56 ------------------- 2 files changed, 23 insertions(+), 98 deletions(-) delete mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jan 14 22:42:08 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Jan 2014 21:42:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-296-g1487949 Message-ID: This is an automated email from the git 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 1487949011452ca0852f6a068c73670ef6dd9430 (commit) via 19b5ea868bf18883d188b6fad5faae80c5fa9c46 (commit) via 89b3b35e6255474ec9e6ae8860960ff250d622ba (commit) via 457ae7e20567e9a46ee5ceae9e8cb130064b84ba (commit) via a75be3ab0d3e3837d85b69e4392c13210127ec14 (commit) via 0db732980aec0e7f7257b559419781adfab538ed (commit) via 6a6df3f5d755aa462f727fa21464883b31d51462 (commit) from 397d95821cca73927a6bb51c57b075af6a95bd10 (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 1487949011452ca0852f6a068c73670ef6dd9430 Author: alex_h Date: Tue Jan 14 14:18:46 2014 +1300 bug 11544: increasing test coverage for Installer_PerlModules.pm To test 1. run prove t/Installer_PerlModules.t 2. apply patch 3. run prove t/Installer_PerlModules.t notices more tests are run Signed-off-by: Magnus Enger Adds another passing test. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Tests pass :) Signed-off-by: Galen Charlton commit 19b5ea868bf18883d188b6fad5faae80c5fa9c46 Author: Galen Charlton Date: Tue Jan 14 21:43:56 2014 +0000 Bug 11541: (follow-up) move Installer.t to t/db_dependent This test requires a valid Koha context, so this patch moves it to t/db_dependent. To test: [1] Verify that prove -v t/db_dependent/Installer.t passes. Signed-off-by: Galen Charlton commit 89b3b35e6255474ec9e6ae8860960ff250d622ba Author: Galen Charlton Date: Tue Jan 14 21:42:45 2014 +0000 Bug 11541: (follow-up) update tests This patch updates some of the tests to more clearly check that fields in the C4::Installer object are getting set correctly from the context. Signed-off-by: Galen Charlton commit 457ae7e20567e9a46ee5ceae9e8cb130064b84ba Author: Kyle M Hall Date: Tue Jan 14 15:04:27 2014 -0500 Bug 11541: (follow-up) repair some warnings Tests succeed, but cause many warnings: prove t/Installer.t t/Installer.t .. 1/9 "my" variable $self masks earlier declaration in same scope at t/Installer.t line 19. "my" variable $self masks earlier declaration in same scope at t/Installer.t line 20. "my" variable $self masks earlier declaration in same scope at t/Installer.t line 21. "my" variable $self masks earlier declaration in same scope at t/Installer.t line 22. "my" variable $self masks earlier declaration in same scope at t/Installer.t line 23. Odd number of elements in anonymous hash at t/Installer.t line 17. Use of uninitialized value within @ARGV in anonymous hash ({}) at t/Installer.t line 17. The patch remedies that. Test Plan: 1) Apply first patch on this bug 2) Run "prove t/Installer.t" 3) Note the warnings 4) Apply this patch 5) Repeat step 2 6) Note the warnings are gone Signed-off-by: Aleisha Amohia Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit a75be3ab0d3e3837d85b69e4392c13210127ec14 Author: Aleisha Amohia Date: Tue Jan 14 14:18:36 2014 +1300 Bug 11541: increase test coverage of Installer.pm To test 1. Run prove t/Installer.t 2. Apply patch 3. Run prove t/Installer.t Notice more tests are run Signed-off-by: Francesca Moore Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests pass :) Signed-off-by: Galen Charlton commit 0db732980aec0e7f7257b559419781adfab538ed Author: Tomas Cohen Arazi Date: Tue Jan 14 11:35:31 2014 -0300 Bug 11540: (follow-up) add a couple of tests more This patch makes sure all scenarios are covered for SetUTF8Flag. Signed-off-by: Emma Heath Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 6a6df3f5d755aa462f727fa21464883b31d51462 Author: Emma Heath Date: Tue Jan 14 14:18:47 2014 +1300 Bug 11540: increase test coverage of Charset.pm To test 1. run prove t/Charset.t 2. apply patch 3. run prove t/Charset.t notice more tests are run Signed-off-by: Tom Houlker Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Tests pass! Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/Charset.t | 44 +++++++++++++++++++++++++++++++++++++++++--- t/Installer_PerlModules.t | 3 ++- t/db_dependent/Installer.t | 23 +++++++++++++++++++++++ 3 files changed, 66 insertions(+), 4 deletions(-) create mode 100644 t/db_dependent/Installer.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 15:34:40 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 14:34:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-13-gf3bfa40 Message-ID: This is an automated email from the git 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.12.x has been updated via f3bfa402fb4ff5b49ba2a11ccc2f9a27d19dfc53 (commit) from 01a39d6ce0b9fe2153434a9cb2802126ce39b2df (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 f3bfa402fb4ff5b49ba2a11ccc2f9a27d19dfc53 Author: Galen Charlton Date: Mon Jan 13 21:51:56 2014 +0000 Bug 11535: sanitize input from patron self-registration form This patch adds the use of C4::Scrubber to the processing of input from the patron self-registration form, thereby closing off one avenue for Javascript injection. To test: [1] Use the OPAC self-registration form to enter a new patron, and set its address to something like: BAD [2] In the staff interface, bring up the new patron record. The address will show up in red, indicating a successful HTML injection. [3] Apply the patch and use self-registration to enter a new patron with a similar case of unwanted HTML coding. [4] Bring up the second patron in the staff interface. This time, the undesirable HTML tag should not be present. Signed-off-by: Galen Charlton Signed-off-by: Liz Rea Tags are not present on testing. Signed-off-by: Katrin Fischer Confirmed bug and that the patch fixes it. Passes all tests and QA script. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 16:41:24 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 15:41:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-298-g06a8b6f Message-ID: This is an automated email from the git 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 06a8b6f314ded89fa6b4f94276e68e390b7afc3a (commit) via 41a77e659b58160a95bfd93700829cfd4d753886 (commit) from 1487949011452ca0852f6a068c73670ef6dd9430 (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 06a8b6f314ded89fa6b4f94276e68e390b7afc3a Author: Sophie Meynieux Date: Tue Dec 4 18:05:36 2012 +0100 Bug 9210: wrap long lines in printed hold notices This commit adds wrapping styles to print-notices.tt template Test plan: * place a hold on a title with a very very long title or author * mark it as "waiting for pickup" by doing a checkin * go to command line interface, and run * misc/cronjobs/gather_print_notices.pl /tmp * misc/cronjobs/printoverdues.sh /tmp * if your title/author is long enough, it's split on 2 lines with this patch (it is not before this patch) Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 41a77e659b58160a95bfd93700829cfd4d753886 Author: Holger Mei?ner Date: Wed Jan 15 10:16:08 2014 +0100 Bug 11554: Capitalization fix in patron account on fines tab Works as described. To test: Create patron account with outstanding fines. Open "Fines" tab. Confirm that capitalization is correct. Sponsored-by: Hochschule f?r Gesundheit (hsg), Germany Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart String patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 4 ++++ koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 16:47:22 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 15:47:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-16-g92d8d9b Message-ID: This is an automated email from the git 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.12.x has been updated via 92d8d9b9c8509828b51c0c7ea8d952e1d065140a (commit) via 9d123b7d42dfd95cc7fdc1c726dff792b22913b8 (commit) via 66c2f78aa32dda3d639f5541db5cf69f509a303e (commit) from f3bfa402fb4ff5b49ba2a11ccc2f9a27d19dfc53 (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 92d8d9b9c8509828b51c0c7ea8d952e1d065140a Author: Jonathan Druart Date: Fri Nov 15 11:10:04 2013 +0100 Bug 11255: allow "relevance ascending" as a sort option This patch fixes a problem where if a staff member sets the *defaultSortField/*defaultSortOrder system preferences to relevance ascending while QueryParser is enabled, default keyword search would break -- the query parser config did not declare relevance asc as a possible "modifier". Note that setting the sort order to relevance ascending does not actually make catalog search return results with the least relevant records showing up first; Zebra does not support such a mode. In other words, relevance ascending acts exactly the same as relevance descending. Test plan: 0/ Create some biblio with "history" in the title and ensure that the QueryParser system preference is enabled. 1/ Define prefs defaultSortField = relevance and defaultSortOrder = asc 2/ Search "history" on the staff interface 3/ Note that no result is returned. 4/ Apply the patch 5/ Verify the queryparser config file in use takes the modification into account (see the queryparser_config value in your $KOHA_CONF file). 6/ Relaunch the search and verify results are returned Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 54937c5eb34c511e00de8d0831141516422885c7) Signed-off-by: Fridolin SOMERS (cherry picked from commit 96599cc238393ff3f70445c512ff8ffc87bc13ce) Signed-off-by: Tomas Cohen Arazi Works as described. Had to copy the queryparser.yaml file to my koha-dev/etc/searchengine dir. commit 9d123b7d42dfd95cc7fdc1c726dff792b22913b8 Author: Jacek Ablewicz Date: Wed Oct 16 17:31:04 2013 +0200 Bug 9224: Make acqui/finishreceive.pl Plack-compatible Under Plack/mod_perl wrapping, sub update_item() will become a closure, so after the 1st run it will retain its own private instances of the following variables: $booksellerid, $datereceived, $unitprice, $rrp, $biblionumber. I.e., in case update_item() gets invoked 2nd+ time (inside the same process, but for different-subsequent receives) it may incorrectly flag the (old, wrong) biblionumber for Zebra reindexing, and erronously modify the current item[s] with the previously used (wrong) values. This simple patch should make acqui/finishreceive.pl Plack-compatible. Test plan: Test patched acqui/finishreceive.pl script (create and receive some orders w/ items, etc.). Ensure items are gettting added and/or modified correctly during receiving process. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised, no regressions found. Signed-off-by: Galen Charlton (cherry picked from commit 6dcc34c1b44f72a8602c4ee95540836e6cd1e7bd) Signed-off-by: Fridolin SOMERS (cherry picked from commit 2a38ac7259bbe88d1d531bfd9d93d9edee64a4c4) Signed-off-by: Tomas Cohen Arazi commit 66c2f78aa32dda3d639f5541db5cf69f509a303e Author: Zeno Tajoli Date: Wed Oct 30 19:36:41 2013 +0100 Bug 11174: fix OPAC search links built from authority 5xx fields In the templates opac-authoritiessearchresultlist of prog and bootstrap the incorrect parameter 'valuec' is changed to 'value' To test: 1) Insert an authority record with a 5xx field (on MARC21 or UNIMARC) 2) Index the record 3) Search for the record in using OPAC authorities search. 4) Click one of the "see also" links built from the 5xx field, the link doesn't work 5) Apply the patch 6) Close the browser 7) Open the opac and select the english interface 8) Redo the search 9) Now the link works 10) To use the patch in others languages you need to regenerate the templates. Signed-off-by: Marcel de Rooy Tested with bootstrap. Signed-off-by: Jonathan Druart Following commit remove the use to valuec: commit 31f41e2c1db9d8dca82e0249050acb8f906c8164 Bug 8206: Specify index in OPAC authority search Signed-off-by: Galen Charlton (cherry picked from commit 09fcd6980301bae3daad68f8cc27a2d5e7d488e4) Signed-off-by: Fridolin SOMERS (cherry picked from commit 27596b0c6a808fda6a08abb4cd46a98025e3a38f) Signed-off-by: Tomas Cohen Arazi Removed the Bootstrap bits. ----------------------------------------------------------------------- Summary of changes: acqui/finishreceive.pl | 20 ++++++++------------ etc/searchengine/queryparser.yaml | 6 ++++++ .../en/modules/opac-authoritiessearchresultlist.tt | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 18:07:28 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 17:07:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-299-g42ec106 Message-ID: This is an automated email from the git 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 42ec10670efb6e33fa23537c1037ff9087f55e30 (commit) from 06a8b6f314ded89fa6b4f94276e68e390b7afc3a (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 42ec10670efb6e33fa23537c1037ff9087f55e30 Author: Francesca Moore Date: Wed Jan 15 11:43:00 2014 +1300 Bug 11522: improve formating of self-registration form 1. in prog theme, enable opac self-registration and inspect clear date with firebug; note that there are empty paragraph tags 2. add date of birth as a requirment in self-registration 3. apply patch 4. refresh page and notice that empty paragraph tags have been deleted, so that required lines up with clear date 5. repeat the above steps for bootstrap theme Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 18:27:41 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 17:27:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-19-g72fdbbd Message-ID: This is an automated email from the git 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.12.x has been updated via 72fdbbd6633a6b7fd2757b429339bcacc2a43f7a (commit) via d7a7336dff3e33d566b2c85efd689963ef7826de (commit) via ccbaa6f3c42ece752a7c7d6d5c4142ea57d6fd1d (commit) from 92d8d9b9c8509828b51c0c7ea8d952e1d065140a (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 72fdbbd6633a6b7fd2757b429339bcacc2a43f7a Author: Robin Sheat Date: Tue Nov 19 15:26:02 2013 +1300 Bug 10735: prevent koha-dump from aborting if backupdir undefined Older versions of Koha didn't have ... defined in koha-conf.xml. The koha-dump script is aware of this, and checks to see if it's there. However, if it's not, xmlstarlet returns a non-0 error code which causes the script to abort due to running under set -e. Test plan: * Remove backupdir from koha-conf.xml * Run koha-dump, notice that it doesn't do backups * Apply patch * Run koha-dump again, notice that it does do backups Signed-off-by: Tomas Cohen Arazi The fallback method works as described. It might be made more robust like checking for dir existence (thinking of older instances upgrades). But it certainly belongs to another bug report. Signed-off-by: Jonathan Druart As Tomas said, it would be better to alert the user if the backupdir tag does not exist (or contains a nonexistent directory) in the config file. Signed-off-by: Galen Charlton (cherry picked from commit 266f2a3a9f3d67fed0e0b35d267419a901345b92) Signed-off-by: Fridolin SOMERS (cherry picked from commit de1344c2759631e1a8d505151630f160ebdab768) Signed-off-by: Tomas Cohen Arazi commit d7a7336dff3e33d566b2c85efd689963ef7826de Author: Kyle M Hall Date: Tue Dec 17 16:04:10 2013 -0500 Bug 11410: ensure cataloging search finds results for searches with ampersands When QueryParser is off, the cataloging search is passing the incorrect variable to SimpleSearch. I'm sure this is causing other issues, but the one I have identified is that any searches with an "&" in them return no results. This patch corrects the bug. Test Plan: 1) Catalog a new record titled "Cats & Dogs" 2) Rebuild your zebra index so this record is indexed 3) Browse to cataloguing/addbooks.pl 4) Search for "Cats & Dogs" 5) Notice you get no results 6) Apply this patch 7) Repeat the search 8) Notice your result now shows up! Signed-off-by: Heather Braum Signed-off-by: Suzanne Fayle Signed-off-by: Katrin Fischer This works as described, passes all tests and QA script. Note: Because $query = $builtquery when the QueryParser is used, this problem is only visible when UseQueryParser is set to "Don't try". Signed-off-by: Galen Charlton (cherry picked from commit 2a4e193c242372f488892591a72752dfd4ffb138) Signed-off-by: Fridolin SOMERS (cherry picked from commit 0c500f463001db06c8c1f72f8b81c8edde6487d7) Signed-off-by: Tomas Cohen Arazi commit ccbaa6f3c42ece752a7c7d6d5c4142ea57d6fd1d Author: Fridolyn SOMERS Date: Wed Oct 30 10:28:49 2013 +0100 Bug 11166: make library filter in funds administration page more precise In funds administration, admin/aqbudgets.pl, there is a combobox for filtering by library code. The bug is that the filter uses a pattern match instead of equals : next unless $budget->{budget_branchcode} =~ m/$filter_budgetbranch/; In this case, if there is a library with code '1' and one with code '12', filtering by library '1' will also show funds of library '12'. Test plan : - Create a library with code '1' and one with code '12' - Create funds in both libraries - Go to admin/aqbudgets.pl - Filter by branch '12' => You see only funds of this library - Filter by branch '1' => You see only funds of this library Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised Signed-off-by: Galen Charlton (cherry picked from commit 484d1490925d736f99a430a6933c96e42ea4e768) Signed-off-by: Fridolin SOMERS (cherry picked from commit 64c79561bbabf6476fb72c27435789f4dd19180a) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: admin/aqbudgets.pl | 2 +- cataloguing/addbooks.pl | 2 +- debian/scripts/koha-dump | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jan 15 20:39:13 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Jan 2014 19:39:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-301-gc37a8ad Message-ID: This is an automated email from the git 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 c37a8ad1518ea9908312441438225f287c61dcfc (commit) via 546c6861f94888a9631a5332cf6c6f0c1301e063 (commit) from 42ec10670efb6e33fa23537c1037ff9087f55e30 (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 c37a8ad1518ea9908312441438225f287c61dcfc Author: Jonathan Druart Date: Wed Jan 15 18:47:59 2014 +0100 Bug 11543: (followup) add one more test Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 546c6861f94888a9631a5332cf6c6f0c1301e063 Author: Roman Amor Date: Tue Jan 14 14:17:06 2014 +1300 Bug 11543: Increasing test coverage for Category.pm To test: 1. Run prove t/Category.t 2. Apply patch 3. Run prove t/db_dependent/Category.t - Notice 2 tests were run Signed-off-by: daniel Made the requested changes. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/Category.t | 14 -------------- t/db_dependent/Category.t | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 14 deletions(-) delete mode 100755 t/Category.t create mode 100755 t/db_dependent/Category.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 16:13:21 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 15:13:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-303-g4e4a33e Message-ID: This is an automated email from the git 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 4e4a33ef5deecc32711092d78d87f2eefe3fbcf5 (commit) via ef7480f362a0286b13e1ba1b99e58c6d2ca7ba72 (commit) from c37a8ad1518ea9908312441438225f287c61dcfc (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 4e4a33ef5deecc32711092d78d87f2eefe3fbcf5 Author: Galen Charlton Date: Thu Jan 16 15:30:43 2014 +0000 Bug 7143: add another name to the about page Signed-off-by: Galen Charlton commit ef7480f362a0286b13e1ba1b99e58c6d2ca7ba72 Author: Chris Cormack Date: Sun Jan 12 20:11:40 2014 +1300 Bug 7143: Updating about page and history Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 44 ++++++++++++++++------ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 14 +++++++ 2 files changed, 47 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:14:27 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:14:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-88-g202f1a4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 202f1a4c27ea4cd9514a7887a89aeb31090472c2 (commit) from faf3b5f3f84b0c8b8497fdac368edf00dfb546da (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 202f1a4c27ea4cd9514a7887a89aeb31090472c2 Author: Kyle M Hall Date: Fri Nov 22 08:31:31 2013 -0500 Bug 11282: fix overwriting of existing restrictions when adding new one This patch fixes a bug where using the patron editor to add a new restriction overwrote the first existing one. Test Plan: 1) Edit a patron, add a restriction 2) Edit the patron again, add a second restriction 3) Note the first restriction has disappeared! 4) Apply this patch 5) Edit the patron again, add another restriction 6) Note the previous restriction is not longer removed Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Tested: - Adding and removing multiple restrictions from - the details tab - the checkouts tab - the edit patron form All works as expected. Patch passes all tests in t, xt, and QA script. Signed-off-by: Galen Charlton (cherry picked from commit f35fa3d4541a83e8cafeaf5f396e4aacc684e63f) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: members/memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:18:59 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:18:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-89-g16df6d7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 16df6d75044a6b1d64bb0ab4f0bded4b4699d5d6 (commit) from 202f1a4c27ea4cd9514a7887a89aeb31090472c2 (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 16df6d75044a6b1d64bb0ab4f0bded4b4699d5d6 Author: Matthias Meusburger Date: Wed Dec 18 11:20:05 2013 +0100 Bug 11412: fix potential bulkmarcimport crash when searching for duplicates in authorities bulkmarcimport.pl can crash when searching for duplicates if the 005 field from the incoming or local record is not defined. This patch fixes it. Signed-off-by: Chris Cormack Test plan 1/ Create a record with no 005 field 2/ Try to import it checking for duplicates, notice it crashes 3/ Try with a record with a 005 field, but the one in Koha missing one, still crashes 4/ Apply patch 5/ No more crash Signed-off-by: Katrin Fischer Passes all tests and QA script. Patch fixes the problem described for importing authorities with the bulkmarcimport.pl when trying to match with existing records. Signed-off-by: Galen Charlton (cherry picked from commit 28d97e322805a42680527232b151754b4778aed8) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/bulkmarcimport.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:22:38 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:22:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-90-gc4ecc58 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via c4ecc58fdb1d04b4afd49ea033de145f460d556f (commit) from 16df6d75044a6b1d64bb0ab4f0bded4b4699d5d6 (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 c4ecc58fdb1d04b4afd49ea033de145f460d556f Author: Galen Charlton Date: Fri Dec 27 00:12:41 2013 +0000 Bug 11338: (follow-up) take IndependentBranches into account for DelItemCheck() test Fixes a test failure if the test database happens to have IndependentBranches set to true. Signed-off-by: Galen Charlton (cherry picked from commit cea5f944a961ae99b73480290556d76733b415ca) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Reserves.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:27:05 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:27:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-93-g586be3a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 586be3a8267f95a39abd9e70649ab12e0562e236 (commit) via 52edddc55ab67602da047ebd8bf1a2637a1a77b2 (commit) via ebf2237df43f64732a490452dd5a59ec0da18d53 (commit) from c4ecc58fdb1d04b4afd49ea033de145f460d556f (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 586be3a8267f95a39abd9e70649ab12e0562e236 Author: Tomas Cohen Arazi Date: Thu Jan 9 15:51:11 2014 -0300 Bug 11439: (follow up) add missing rollback call This UT got wrapped inside a transaction with autocommit=0 but the rollback call was inadvertedly ommited. Adding it. [RM note: an explicit rollback is not required, as the transaction will roll back automatically at the end of the DB session. Nonetheless, it hurts nothing to have it be explicit.] Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit d6979f71a3f0d8ba2dc82d378ca903527f0d6ab9) Signed-off-by: Fridolin SOMERS commit 52edddc55ab67602da047ebd8bf1a2637a1a77b2 Author: Jonathan Druart Date: Tue Dec 24 10:11:32 2013 +0100 Bug 11439: UT: Improve XISBN.t The tests should be executed into a transaction and the SimpleSearch routine correctly mocked. Test plan: Verify that prove t/db_dependent/XISBN.t returns green. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 0d71139fff68523beee3f14ea26e0d670eb7c409) Signed-off-by: Fridolin SOMERS commit ebf2237df43f64732a490452dd5a59ec0da18d53 Author: Jonathan Druart Date: Tue Dec 24 10:09:10 2013 +0100 Bug 11439: UT: fix XISBN.t test failure A unit test fails in t/db_dependent/XISBN.t, the get_xisbn routine, if ThingISBN is enabled, returns the 3rd biblionumber, not the second one. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 81133cf2c2238aaff3b3594b95211c689d2dae61) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: t/db_dependent/XISBN.t | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:29:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:29:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-94-g0c4e9a0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 0c4e9a01544d898db10e704aea15633d689311be (commit) from 586be3a8267f95a39abd9e70649ab12e0562e236 (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 0c4e9a01544d898db10e704aea15633d689311be Author: Kyle M Hall Date: Wed Dec 18 14:44:53 2013 -0500 Bug 11419: display Z39.50 search errors more completely When a z39.50 server isn't able to be searched successfully, the yellow error box came up empty. This patch fixes the problem. Test Plan: 1) Go to Administration/z39.50 servers 2) Create a fake z39.50 server with a made up address 3) Go to cataloging, search only that server 4) Note the empty yellow alert box 5) Apply this patch 6) Re-run the search, not the alert box has a message in it now Signed-off-by: Nora Blake Signed-off-by: Katrin Fischer Passes all tests and QA script. Works according to test plan. When one of the selected servers gives result no dialog box is shown before and after applying the patch. Signed-off-by: Galen Charlton (cherry picked from commit 0fc114eee3f649abea88a62502211c595c2867b8) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 17:38:28 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 16:38:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-98-gbd566f8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via bd566f8c0a053b845208345dbd2a076764b475ad (commit) via bbc101bb1cb6705ea518b5f4fbd786393c643c22 (commit) via 828d9b9f20fa4f01b6fb6bd4d9ff20d674f3ceac (commit) via a3f0eb97697213a267de0f8191e2acbc4197f6ab (commit) from 0c4e9a01544d898db10e704aea15633d689311be (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 bd566f8c0a053b845208345dbd2a076764b475ad Author: Fridolin SOMERS Date: Thu Jan 16 17:55:10 2014 +0100 Bug 8018: DBRev 3.14.00.005 Signed-off-by: Fridolin SOMERS commit bbc101bb1cb6705ea518b5f4fbd786393c643c22 Author: Katrin Fischer Date: Mon Dec 23 19:49:14 2013 +0100 Bug 8018: (follow-up) fixing some wrong capitalization Fixes capitalization in 2 places: - Delete a subfield - Yes/No options - Edit a subfield - Edit subfield Signed-off-by: Galen Charlton (cherry picked from commit 3b9d8074b85b7d06c555491a75a48ac751560ec2) Signed-off-by: Fridolin SOMERS commit 828d9b9f20fa4f01b6fb6bd4d9ff20d674f3ceac Author: Tomas Cohen Arazi Date: Thu Dec 12 12:24:11 2013 -0300 Bug 8018: (followup) make the default more explicit This patch: - Makes the new subfield tab show maxlength=9999 as default (instead of empty-then-zero). - Updates the help to make exlpicit that 0 or empty defaults to 9999. - Assumes all the subfields created with maxlength=0 inadvertedly are meant to mean "no limit" and hence update the database to reflect that. To test (this patch and Pablo's): - Edit a MARC framework, edit some field's subfields. - Use the 'New' tab to create a new subfield (choose an unused letter). - See in "More constrains" that the "Max length" field is empty. Leave it as-is. - Save the changes (the new subfield). - Edit the field again, verify that "Max length" is 0. - Try tu use the framework and the the field/subfield just created > FAIL - Apply the patches, upgrade - Try to use the framework/field/subfield > SUCCESS (0 was converted to 9999) - Repeat from the begining, "Max length" should show 9999 on the new subfield tab. - Leave it empty, it is saved as 9999. Edit: small typo Sponsored-by: Universidad Nacionald de Cordoba Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes QA script and tests in t and xt. Tested: - deleting an existing subfield - adding a new subfield with new default 9999 - editing the new subfield, changing value to 8888 - deleting new subfield - adding new subfield, using 8888 as length Signed-off-by: Galen Charlton (cherry picked from commit b5eab7c20bb8c2d07966bf1f68eaf0a7f953222e) Signed-off-by: Fridolin SOMERS Conflicts: installer/data/mysql/updatedatabase.pl commit a3f0eb97697213a267de0f8191e2acbc4197f6ab Author: Pablo Bianchi Date: Wed Dec 11 15:54:54 2013 -0300 Bug 8018: MARC framework max subfield length should default to 9999 The default value for the marc_subfield_structure.maxlenght is 9999 in the DB. Currently the template passes an empty value which is casted to 0 by the CGI. This simple patch validates the input and converts to the default (9999) if not defined or 0. Another approach could be changing the 9999 default and/or treating 0 as 'no-limit'. Signed-off-by: Tomas Cohen Arazi Works by defaulting 0 or "" to 9999. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 1ebbf40ecc07b9474e81e20ec1598659ab027d7a) Signed-off-by: Fridolin SOMERS ----------------------------------------------------------------------- Summary of changes: admin/marc_subfields_structure.pl | 3 ++- installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../prog/en/modules/admin/marc_subfields_structure.tt | 6 +++--- .../prog/en/modules/help/admin/marc_subfields_structure.tt | 2 +- kohaversion.pl | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 18:48:01 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 17:48:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.21-4-gf6feea7 Message-ID: This is an automated email from the git 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 f6feea773064f9c0616a289eb335db156a128080 (commit) from 9950eb352abe73f3adc675499d4c139cecc0a224 (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 f6feea773064f9c0616a289eb335db156a128080 Author: Owen Leonard Date: Fri Aug 9 09:50:49 2013 -0400 Bug 7478: fix template translation problem in catalogue_out.tt The items with no checkouts template has a sections that uses DEFAULT to set some strings: [% DEFAULT loopro.itemcallnumber="No Call Number" %] This appears to be untranslatable with our current translation tool. This patch changes the template so that it uses a simple [% IF %] block to display the default text if no value is set. Added is use of the Branches template plugin to show library name instead of code. This patch also fixes an error introduced in my fix for Bug 8124 causing the page to default to CSV download instead of output to screen. To test, apply the patch and confirm that the default text appears onscreen in reports which include results that have a missing barcode, title, or call number. Results should be displayed on screen correctly. Run "perl translate update" for any language and confirm that the newly generated po file includes "No call number," "No barcode," and "NO TITLE" for catalogue_out.tt Signed-off-by: Katrin Fischer Works nicely, thx Owen! Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit b8e1e7e217363a165275dca46e7d123633a64920) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 4eff83df314743b72f09dc0d6e34080227cef658) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 4eff83df314743b72f09dc0d6e34080227cef658) Signed-off-by: Kyle M Hall (cherry picked from commit a462fef1259899878701d841d9d1b56381019782) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reports/catalogue_out.tt | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 16 23:49:41 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Jan 2014 22:49:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-309-ge686dd2 Message-ID: This is an automated email from the git 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 e686dd25438b66de751551c8f8fecff115b661d4 (commit) via 910dff28254b8a93ed03884b0e768fd7c013f449 (commit) via ab2a422af61a3c6df80091a311b64e8448417b13 (commit) via 06ef9f11098405cd688f43af39d828a4eb674582 (commit) via ae7431608cfa2f9aa2674079d17f3b96fa12c8c7 (commit) via c62557a4fa239487e128754e79cd3a9427d4f964 (commit) from 4e4a33ef5deecc32711092d78d87f2eefe3fbcf5 (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 e686dd25438b66de751551c8f8fecff115b661d4 Author: Galen Charlton Date: Thu Jan 16 23:07:09 2014 +0000 Bug 10987: (follow-up) fix display of authorities containing only one see from or see also lnik This patch fixes an incorrect test on the number of see from and see also links in the authority record, as otherwise if a record had only one 4XX or 5XX, the linked headings weren't displayed at all. This patch also makes the test consistent across the staff theme and the two OPAC themes. Signed-off-by: Galen Charlton commit 910dff28254b8a93ed03884b0e768fd7c013f449 Author: Tomas Cohen Arazi Date: Wed Oct 2 15:42:13 2013 -0300 Bug 10987: remove duplicate 'see also' and 'see from' labels from authority search results If an authority record has more than one 4xx$a (or 5xx$a) entries the corresponding labels 'see also' and 'used for/see from' werwe repeated. This patch removes duplicate instances of the labels, improving readability. To test: - Have authority records with more than one entry on the 4xx (or 5xx) fields. - Do a search, check "see also:" (or 'used for/see from') appear more than once. - Apply the patch - Reload and check it looks nicer :-D - Repeat for: staff auth search, OPAC using ccsr, OPAC using prog - Signoff Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Work as decribed. No koha-qa errors Nice view on staff and both opac Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit ab2a422af61a3c6df80091a311b64e8448417b13 Author: Galen Charlton Date: Thu Jan 16 22:44:25 2014 +0000 Bug 10691: (follow-up) replace HTML comments with TT contents Comments on the usage of Template Toolkit blocks don't need to appear in the rendered HTML, so this patch converts HTML comments to TT comments and thereby saves a tiny amount of bandwidth. Signed-off-by: Galen Charlton commit 06ef9f11098405cd688f43af39d828a4eb674582 Author: Tomas Cohen Arazi Date: Wed Dec 11 11:14:47 2013 -0300 Bug 10691: (follow-up) restore behaviour for control field ($w) As noted by Jared, in the presence of 4XX$w or 5XX$w the display got broken by this refactoring. This patch restores the previous behaviour in that front. The OPAC themes get fixed too, and the Bootstrap one gets this fix too. Applied the fix that Galen proposed on comment #30 regarding Zeno's fix in bug 11174. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Jared Camins-Esakov Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit ae7431608cfa2f9aa2674079d17f3b96fa12c8c7 Author: Tomas Cohen Arazi Date: Wed Sep 18 11:33:07 2013 -0300 Bug 10691: use authority ID in see-also links in authority search results (OPAC) This patch changes the URL and data used to show the 'see also' links on the OPAC's authority search results page. Bonus points: makes some strings translatable. To test: - On your dev setup (master) create some authority records (I created personal name authorities). - Pick one of them and link 400$a to another one, do the same with 500$a - Add some other 400$a and 500$a without linking (i.e. plain text) - Make sure zebra is running and changes got indexed. - In the OPAC search for the authority that is linked to the others. - Check the 'see also:' link points to an authority search - Apply the patch - Reload/re-do the search - Check the 'see also:' link points to the authority id in the case of linked authorities, and to an authority search in the case of plain text headings. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Work as described. No errors Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit c62557a4fa239487e128754e79cd3a9427d4f964 Author: Tomas Cohen Arazi Date: Wed Sep 18 12:18:20 2013 -0300 Bug 10691: use authority ID in see-also links in authority search results (staff) This patch changes the URL and data used to show the 'see also' links on the Staff's authority search results page. Bonus points: makes some strings translatable. To test: - On your dev setup (master) create some authority records (I created personal name authorities). - Pick one of them and link 400$a to another one, do the same with 500$a - Add some other 400$a and 500$a entries with plain text (i.e. no linking) - Make sure zebra is running and changes got indexed. - In the staff interface search for the authority that is linked to the others. - Check the 'see also:' link points to an authority search - Apply the patch - Reload/re-do the search - Check the 'see also:' link points to the authority id for linked authorities, and to an authority search result in the case of plain text entries. - Check that the authority search from the cataloguing interface still works as usual. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Work as described. No errors Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 6 +- .../en/includes/authorities-search-results.inc | 114 +++++++++++++------- .../en/modules/authorities/searchresultlist.tt | 2 +- .../en/includes/authorities-search-results.inc | 42 ++++++-- .../en/modules/opac-authoritiessearchresultlist.tt | 4 +- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 6 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 6 +- .../en/includes/authorities-search-results.inc | 81 +++++++++----- .../en/modules/opac-authoritiessearchresultlist.tt | 58 +++++----- 9 files changed, 210 insertions(+), 109 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 06:04:05 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 05:04:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-315-ga776c77 Message-ID: This is an automated email from the git 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 a776c7764050290d20ad4e5200aaed11a3983bf7 (commit) via d211fa50ede180ed511cdf7f55be6c084abc1ff5 (commit) via 38edd714c598322e81a32a0dfc5f2ce0da46826d (commit) via a23d4181b1e756a61a036059b8b909d4f0d30537 (commit) via 92be11bbcf20628dd7db8b83fc0b902ba578a28a (commit) via 1a9737be768aa1e585addc596e2fcb5a77482c38 (commit) from e686dd25438b66de751551c8f8fecff115b661d4 (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 a776c7764050290d20ad4e5200aaed11a3983bf7 Author: Galen Charlton Date: Fri Jan 17 05:21:07 2014 +0000 Bug 9788: (follow-up) update the bootstrap theme This patch applies the change made in the QA follow-up to the Bootstrap theme. Signed-off-by: Galen Charlton commit d211fa50ede180ed511cdf7f55be6c084abc1ff5 Author: Marcel de Rooy Date: Thu Sep 26 12:22:51 2013 +0200 Bug 9788: (follow-up) Unit tests for changed routine GetReservesFromItemnumber Adds three tests to Reserves.t for GetReservesFromItemnumber. We test if this routine does not return a future next available hold, a future item level hold. And if it does return a future wait (that is: a confirmed future hold, using ConfirmFutureHolds). Note that Holds.t does also contains some basic tests for this routine, but the additional tests seem to better located in the direct context of tests for bug 9761 for ConfirmFutureHolds. Test plan: Run both t/db_dependent/Holds.t and t/db_dependent/Reserves.t. Verify if both tests do not fail. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 38edd714c598322e81a32a0dfc5f2ce0da46826d Author: Jonathan Druart Date: Mon Nov 4 11:55:57 2013 +0100 Bug 9788: QA followup 1/ CURRENT_DATE() is a MySQLism and should be replaced with CAST(now() AS DATE). 2/ The date formatting should be done in the template (using the TT plugin). Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton commit a23d4181b1e756a61a036059b8b909d4f0d30537 Author: Marcel de Rooy Date: Fri Jun 21 18:43:59 2013 +0200 Bug 9788: (follow-up) for expirationdate in Letter.pm Pasting comment from the Bugzilla report: Looking bit longer at this code, it is kind of strange to find it there in the first place. Adding maxpickupdelay in Letters.pm should not be there, but it is.. Also this date is not used normally in the default HOLD Available for Pickup notice (that we are generating in this case). And if it would be undef, the expiration date should imo be empty instead of today+0. (before adding maxreservespickupdelay, you should test the allowexpire pref first) So it is an (invisible) bug on its own. Test plan: See former patch. Kyle just discovered this bug, apparently by deleting the maxpickupdelay pref.. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 92be11bbcf20628dd7db8b83fc0b902ba578a28a Author: Marcel de Rooy Date: Thu Sep 26 10:33:46 2013 +0200 Bug 9788: (follow-up) removing the alldates parameter from GetReservesFromItemnumber Before bug 9788 the alldates parameter of GetReservesFromItemnumber was actually not used in the codebase. The first patch of bug 9788 did change that and passed true by default. But a closer look revealed that we do not really need it. The parameter is removed by this patch; the SQL statement is slightly adjusted: if reservedate<=now or a waitingdate is filled for the requested itemnumber, GetReservesFromItemnumber will return the reserve. This includes so-called future waits: a future hold that has been confirmed ahead of time with pref ConfirmFutureHolds > 0 days. Note that future item-level holds are not really interesting to return; this just corresponds to original behavior. Future next-available holds are not in view at all; they do not contain an item number. Test plan: Actually, the test plan of the first patch is valid. But for completeness I repeat it here: [1] Enable future holds and set ConfirmFutureHolds to 2 days. [2] Place a future next-available hold for 2 days ahead. [3] Check item status on catalogue detail. Available? That is fine. [4] Confirm the future hold by checking it in. ('future wait') [5] Look at item status again on catalogue detail. Must be Waiting now. [6] Switch to OPAC and login as another opac user. Goto Place a hold. [7] Check item status with item level hold info. Is it waiting? [8] Try to place hold in staff, check item level status again. Waiting? [9] Make a transfer for the item. Switch branch. Check hold status on Transfers to receive. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 1a9737be768aa1e585addc596e2fcb5a77482c38 Author: Marcel de Rooy Date: Mon Mar 11 14:28:57 2013 +0100 Bug 9788: Improvements when calling GetReservesFromItemnumber This patch makes GetReservesFromItemnumber also returns the waiting date and removes some repeated code. Improves item status display on catalogue detail, when placing a hold at opac-reserve and in staff, and on transfers to receive form. This patch builds on work from reports 9367 and 9761. Test plan: Place a future next-av. hold (enable future holds prefs), say 2 days ahead. Check item status on catalogue detail. Nothing to see. Enable ConfirmFutureHolds by inserting a number of days, say 2. Confirm earlier hold by checking it in. Look at item status again on detail. Switch to other opac user. Try to place a hold again. Check item status with item level hold info. Try to place hold in staff, check item level status. Make a transfer for that item. Switch branch. Look at transfers to receive. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 10 ++++--- C4/Reserves.pm | 21 ++++++++------- catalogue/detail.pl | 14 ++++------ circ/transferstoreceive.pl | 2 +- .../prog/en/modules/catalogue/detail.tt | 3 ++- .../prog/en/modules/reserve/request.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 3 ++- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 3 ++- opac/opac-reserve.pl | 21 ++++++--------- reserve/request.pl | 11 ++------ t/db_dependent/Reserves.t | 28 +++++++++++++++++++- 11 files changed, 68 insertions(+), 50 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 06:14:46 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 05:14:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-316-g4bd730d Message-ID: This is an automated email from the git 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 4bd730d4c24440c157801b68e248002b10ec0dd3 (commit) from a776c7764050290d20ad4e5200aaed11a3983bf7 (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 4bd730d4c24440c157801b68e248002b10ec0dd3 Author: Jonathan Druart Date: Tue Oct 8 17:17:45 2013 +0200 Bug 11018: allow adding order from a reverted MARC batch Weird behavior: When an import is undone into catalog, the status is set to "reverted". But if you open the add orders from iso2709, the status is automatically set to "imported" and does not appear in the list. So it is not possible to import a reverted batch. [RM note: since a reverted batch is nonetheless a staged batch, and could be reused, allowing orders to be placed by taking bibs from a reverted batch is not as odd as it might sound. It *can* look odd for a staged or reverted batch to contain records that are imported, but that's a long-standing oddity.] Test plan: - verify you reproduce the weird behavior - apply this patch - import a file and the batch into the catalog - verify (in the your mysql/MariaDB cli) the status is "imported" - verify it does not appears in the add orders from iso2809 page - undo the import - verify (in the your mysql/MariaDB cli) the status is "reverted" - verify it appears in the add orders from iso2809 page and the status is always "reverted" - finish the order Signed-off-by: Pierre Angot Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/addorderiso2709.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 06:18:17 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 05:18:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-317-ga8aa6e8 Message-ID: This is an automated email from the git 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 a8aa6e8f7efd1ea29fdbd99cf3e573e72b424eb5 (commit) from 4bd730d4c24440c157801b68e248002b10ec0dd3 (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 a8aa6e8f7efd1ea29fdbd99cf3e573e72b424eb5 Author: Owen Leonard Date: Fri Jan 10 11:56:15 2014 -0500 Bug 11476: remove extra empty option from title pull-down in OPAC self-registration If you have patron titles enabled, the OPAC patron details form lists 2 empty spaces instead of 1. An empty option is passed by the script, so the template does not need to include one. To test you must have at least one patron title set in BorrowersTitles system preference and OPACPatronDetails must be set to "allow." 1. Apply the patch 2. Log in to the OPAC 3. Click the "personal details" tab. 4. Click the "salutation" dropdown. There should be only one blank line preceding the existing titles. Test in both prog and bootstrap. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described for existing and creating new accounts. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 1 - koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt | 1 - 2 files changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 06:47:26 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 05:47:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-324-g0e0d524 Message-ID: This is an automated email from the git 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 0e0d524aeed7e82031ecf2339d42d67c2905b813 (commit) via 7e7b4c71be1d3a4b2339cda9ef3bbb7618a8964c (commit) via 490e38069c0b9fcf71449d7812a0056b68318c64 (commit) via 5885077fbbc97add0d077898c06726ef3106eee9 (commit) via 8b386419c07413c810c56482cd4b505cdb5f43f2 (commit) via 5b3535899acfdcd309d722dba39a8bdcdbdc54e4 (commit) via ac6fb12c9aff29a652ee10c960ab10309d22adee (commit) from a8aa6e8f7efd1ea29fdbd99cf3e573e72b424eb5 (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 0e0d524aeed7e82031ecf2339d42d67c2905b813 Author: Galen Charlton Date: Fri Jan 17 05:54:09 2014 +0000 Bug 11477: (follow-up) improve display of user/patrons in logs tool This patch tweaks the display of patron and user names in the logs tool so that if a name is present, the patron/user ID that follows it is enclosed in parentheses. Signed-off-by: Galen Charlton commit 7e7b4c71be1d3a4b2339cda9ef3bbb7618a8964c Author: David Cook Date: Mon Jan 6 15:19:21 2014 +1100 Bug 11477 - Add names for librarian and borrowers in the logs This patch adds the first name and surname of the librarian and the user involved in a transaction log, if available. If neither the firstname or the surname is available, then the 'object' number will be prefaced with the 'Member' qualifier. _TEST PLAN_ 0) This patch depends on Bug 11473, so you must apply it first Before applying this patch (11477): 1) View the logs. 2) Note that the Librarian column just has a number 3) Note that the Object column will just say Member X (where X is a number), in the circulation, fines, and patron/member modules. Apply the patch. 4) Reload the logs (you don't need to make new ones) 5) Note that the Librarian and Object columns mentioned above now have firstname and surname appearing (where available) Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, passes all tests and QA script. Signed-off-by: Galen Charlton commit 490e38069c0b9fcf71449d7812a0056b68318c64 Author: Galen Charlton Date: Fri Jan 17 06:04:37 2014 +0000 Bug 11473: (follow-up) ensure link to item is construct correctly This patch adjusts the check on action_logs.info to better detect if the event concerns an item. This fixes a problem where the links from log entries on item modifications would, if followed, result in internal server errors. Signed-off-by: Galen Charlton commit 5885077fbbc97add0d077898c06726ef3106eee9 Author: David Cook Date: Mon Jan 6 15:01:10 2014 +1100 Bug 11473 - add 'biblio' and 'item' to cataloguing logging info This patch adds the words 'biblio' and 'item' to the 'info' of the cataloguing logs which were missing them (such as biblio delete, biblio mod, item mod, upload cover image). This patch also adds 'authority' for authority mod. _TEST PLAN_ Before applying: 1) Create/view mods for items, biblios, and authorities. 2) Create/view biblio deletion 3) Create/view upload cover image log 4) Note that none of these contain the words 'biblio','item',or 'authority' in their "Info" columns. Apply patch. 5) Repeat steps 1-3 6) Note that the new logs contain 'biblio','item', and 'authority' in their "Info" column, while the past ones don't. 7) Note also that 'biblio' and 'item' will have 'Biblio' and 'Item' appear in their "Object" column for the new logs Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 8b386419c07413c810c56482cd4b505cdb5f43f2 Author: David Cook Date: Mon Jan 6 14:49:01 2014 +1100 Bug 11473 - Improve wording in log viewer template This patch capitalizes 'member' and 'biblio' as object labels in the log viewer. It also adds a "Subscription" label, and changes "auth" to "Authority". _TEST PLAN_ Before applying patch: 1) View logs for patrons, new biblio, serials, and authorities. Apply the patch: 1) Notice the capitalization and new/modified labels. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 5b3535899acfdcd309d722dba39a8bdcdbdc54e4 Author: David Cook Date: Mon Jan 6 14:43:53 2014 +1100 Bug 11473 - Remove boilerplate in log viewer template This patch eliminates unnecessary conditions and boilerplate. _TEST PLAN_ Apply the patch. 1) Try viewing logs for circulation, patrons, fines, cataloguines, serials, authorities, etc. 2) Note that everything should look exactly the same as before, with one exception: FINES 3) Fines will now show "member X" for the user associated with the fine. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit ac6fb12c9aff29a652ee10c960ab10309d22adee Author: David Cook Date: Mon Jan 6 14:32:31 2014 +1100 Bug 11473 - Fix log viewer template conditions This patch adds the 'loopro' key to the 'module' value, so that conditions are actually triggered in the template logic. (Note: loopro.CIRCULATION is valid, but I changed it for the sake of consistency across the different conditions.) This patch also adds substr checks to the 'info' column when using the cataloguing module. This will check for 'item' and 'biblio', so that the appropriate label qualifer can be shown in the log viewer. If either term is absent, the unqualified number will be shown instead (this will be the majority of action logs at this point). _TEST PLAN_ Before applying: 1) Access log viewer from Tools (or wherever really) 2) Look up logs for circulation, patrons, cataloguing, serial, authorities, etc. 3) Note that the "Object" will always just be a number without qualification. After applying the patch: 1) Look at those same logs 2) Note that the object number for borrowers will usually be prefaced by 'member' (notwithstanding FINES which aren't taken into account in this template yet); new bibs and new items should say 'Item X' or 'Biblio X'. Serials should have a link. Authorities should have a link and an 'auth' preface. Signed-off-by: Chris Cormack Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 2 +- C4/Biblio.pm | 4 +-- C4/Items.pm | 2 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 36 +++++++------------- tools/upload-cover-image.pl | 2 +- tools/viewlog.pl | 24 ++++++++++++- 6 files changed, 41 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 16:30:32 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 15:30:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-332-ge5bed9f Message-ID: This is an automated email from the git 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 e5bed9feb1081f3eec73eaf340fb4086aeaf6d77 (commit) via a2c67d3b0fcd7089beb1edc7644cacbbbd1dd075 (commit) via d92dc91f778f5db3360f3070d0bb5d44a0d75024 (commit) via 80bcbd798991eaa57bcc7b5ac8906b276fbed5bf (commit) via 8c648bddf15f25973a361439f0842d89318e2a81 (commit) via e5ef62e775bf5e218dc4a9a56fa6b262f894572a (commit) via a5bad72ef9b74f830a593be0d1b8bc7e55d21a40 (commit) via 9e74700b5b4cee8f92a85f18cc2304569c30a910 (commit) from 0e0d524aeed7e82031ecf2339d42d67c2905b813 (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 e5bed9feb1081f3eec73eaf340fb4086aeaf6d77 Author: Katrin Fischer Date: Thu Dec 5 19:44:43 2013 +0100 Bug 11330: (follow-up) fix description of 951 tag in the default framework Fixes one missing for 951 field description in the Default framework. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit a2c67d3b0fcd7089beb1edc7644cacbbbd1dd075 Author: Bernardo Gonzalez Kriegel Date: Tue Dec 3 14:58:37 2013 -0300 Bug 11330: fix inconsistent field/subfield descriptions on MARC21 bibliographic frameworks This patch tries to make MARC21 bibliographic frameworks internally consistent. It modifies field/subfield descriptions of simple_bib and fastadd frameworks to match corresponding ones of default framework. To test: 1) Download and edit the attached script, check-diff.sh Put on it user, pass and database name of your dev install Copy the script on your git home 2) Run the script (bash check-diff.sh). WARNING: the script removes bibliographic frameworks, and load default, simple_bib and fastadd ones. It will show on screen, and write on file differences.txt, any difference on field/subfield description (liblibrarian) between any framework and default On master it will show a lot of lines 3) Apply the patch 4) Run the script again. Frameworks files must load without problem. There will be no differences NOTE: There are many "space" changes. The reason to that is to format files to ease the translation process. Not related with this bug, but necessary. Also a few changes on default framework. Signed-off-by: Katrin Fischer I ran some tests and found one more case where the liblibrarian and libopac columns had slightly different descriptions, adding a follow-up for that. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit d92dc91f778f5db3360f3070d0bb5d44a0d75024 Author: Marcel de Rooy Date: Mon Dec 2 09:41:53 2013 +0100 Bug 11329: Check for MARC record existence in catalogue/showmarc Intranet counterpart patch. Same check as in opac/opac-showmarc. Test plan: [1] Run showmarc.pl with valid biblionumber in id parameter. [2] Remove id parameter from URL. You should get a 404 now. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton commit 80bcbd798991eaa57bcc7b5ac8906b276fbed5bf Author: Marcel de Rooy Date: Mon Dec 2 09:30:13 2013 +0100 Bug 11329: Check for MARC record existence in opac-showmarc Instead of just running as_formatted, check if GetMarcBiblio returned a reference. If you e.g. did not pass an id, return 404 instead of 500. Consistent with opac-export.pl Test plan: [1] Run opac-showmarc.pl with valid biblionumber in id parameter. [2] Remove id parameter from URL. You should get a 404 now. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 8c648bddf15f25973a361439f0842d89318e2a81 Author: Galen Charlton Date: Fri Jan 17 15:16:50 2014 +0000 Bug 11237: DBRev 3.15.00.013 Signed-off-by: Galen Charlton commit e5ef62e775bf5e218dc4a9a56fa6b262f894572a Author: Jonathan Druart Date: Thu Jan 16 11:02:59 2014 +0100 Bug 11237: Update default value for pref AcqItemSetSubfieldsWhenReceived The default value for this pref should be an empty string, not "0". Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit a5bad72ef9b74f830a593be0d1b8bc7e55d21a40 Author: Jonathan Druart Date: Tue Nov 12 10:27:17 2013 +0100 Bug 11237: Update explanation for pref AcqItemSetSubfieldsWhenReceived This patch improves the description of the AcqItemSetSubfieldsWhenReceived system preferences to clarify that it applies to updating items during order receipt, if those items where created when the order was placed. Test plan: Update the updatedb entry and search the pref in the admin module. The explanation should have been updated. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 9e74700b5b4cee8f92a85f18cc2304569c30a910 Author: Roman Amor Date: Thu Jan 16 15:55:03 2014 +1300 Bug 11363: make units in label printer profile form translatable Changed the unit names form an import to a switch case so that it is in the .tt so that it can be translated Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: catalogue/showmarc.pl | 4 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 23 +- .../marc21/optional/marc21_fastadd_framework.sql | 274 +- .../optional/marc21_simple_bib_frameworks.sql | 3039 ++++++++++---------- installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 19 + .../en/modules/admin/preferences/acquisitions.pref | 2 +- .../prog/en/modules/labels/label-edit-profile.tt | 13 +- kohaversion.pl | 2 +- opac/opac-showmarc.pl | 4 + 10 files changed, 1711 insertions(+), 1671 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jan 17 22:00:47 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 Jan 2014 21:00:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-335-g59c0a0e Message-ID: This is an automated email from the git 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 59c0a0e02b9b4dd179c99c31ebbd13e70f266d77 (commit) via ebe92b97ea3082da4de7901971f681b09d3eb265 (commit) via e6da56acb174c56a746dde44e5d247afc7ff0ed6 (commit) from e5bed9feb1081f3eec73eaf340fb4086aeaf6d77 (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 59c0a0e02b9b4dd179c99c31ebbd13e70f266d77 Author: Mathieu Saby Date: Wed Dec 18 18:04:25 2013 +0100 Bug 11056: Delete dead code in basketgroup.pl In basketgroup.pl, some code is supposed to be executed if $op = "validate". But this value is no longer assigned to the $op variable since 2009. This patch suppressed dead code, along with parseinputbaskets and parseinputbasketgroups subs, which are obsolete. No functional changes expected Regression test : * Check basketgroup are shown as before the patch, and can be closed and reopened. * Check you can add or remove a basket from a basketgroup, and change information about it (like delivery place) * Check you can create a basketgroup when you close a basket. Signed-off-by: Jonathan Druart The following commands return nothing: - grep validate acqui/basketgroup.tt - grep -R basketgroup.pl -C 2 | grep validate - git grep parseinputbaskets - git grep parseinputbasketgroups - git grep basketgroup.pl | grep validate Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit ebe92b97ea3082da4de7901971f681b09d3eb265 Author: Liz Rea Date: Fri Oct 25 16:40:03 2013 +1300 Bug 11138: add auto_unsuspend_holds to daily crontab (Debian package) To test: Install the packages with this patch, observe the /etc/cron.daily/koha-common file - auto_unsuspend_holds should now be in the default list. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit e6da56acb174c56a746dde44e5d247afc7ff0ed6 Author: Liz Rea Date: Thu Nov 14 14:52:28 2013 +1300 Bug 11138 - Add auto_unsuspend_reserves to crontab.example To test: Set up and run the cronjobs from crontab.example with a hold set to unsuspend today. The hold should be unsuspended. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/basketgroup.pl | 105 ----------------------------------------- debian/koha-common.cron.daily | 1 + misc/cronjobs/crontab.example | 3 ++ 3 files changed, 4 insertions(+), 105 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 04:28:26 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 03:28:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-336-gfc698ee Message-ID: This is an automated email from the git 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 fc698eed06ec9a7335c4b94362917d2b364b44c4 (commit) from 59c0a0e02b9b4dd179c99c31ebbd13e70f266d77 (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 fc698eed06ec9a7335c4b94362917d2b364b44c4 Author: Fridolyn SOMERS Date: Wed Nov 27 16:40:09 2013 +0100 Bug 11313: supply empty value in mandatory comboboxs in MARC record editors In biblio (or authority) record editing or creation, Bug 3727 added an empty value to combobox for subfields using itemtype authorized values, which is mandatory and does not have a default value. This to avoid selecting arbitrarily the first value of the combobox. This patch extends this behavior to normal authorized values like CCODE, COUNTRY ... Also, when record already exists and has a defined value for the subfield this value will be selected in combobox so there is no need for an empty value. Test plan : - In a biblio framework, set a subfield mandatory and using itemtypes authorised values - Set a default value for this subfield - Create a new record with the framework => You see the subfield with a combobox, the first empty value is selected - Go to biblio framework and set a default value for the subfield - Create a new record with the framework => You see the subfield with a combobox, the default value is selected and there is no empty value - Select an other value and save the record - Edit this record => You see the subfield with a combobox, the saved value is selected and there is no empty value Perform same tests with a normal authorized values categorie (instead of itemtypes). Perform same tests with with authority creation/edition Perform same tests with a normal authorized values categorie and authority creation/edition Signed-off-by: David Cook Works as described. Fridolyn: I had a lot of difficulty understanding your test plan, especially since the second line should not be in the test plan (since if there is a default value, no empty value should appear). Perhaps it would be useful to use more whitespace to separate steps and the things for which a tester should check. Also, it might be useful to specify what testers should check for before and after applying the patch, so that they're sure that the behaviour has been corrected. In any case, the patch works! Certainly a helpful addition. Signed-off-by: Katrin Fischer Passes all tests and QA script. 1) Adding a bibliographic record Subfield is mandatory, no default value: - adding record: no value is preselected, empty value exists - editing record: saved value is shown, empty value exists Subfield is mandatory, defined default value: - adding record: default is preselected, no empty value - editing record: saved value is shown, no empty value exists Subfield is not mandatory, defined default value: - adding record: default is preselected, empty value exists - editing record: saved value is shown, emtpy value exists Subfield is not mandatory, no default value: - adding record: empty value is preselected - editing record: saved value is shown, empty value exists 2) Adding an authority record Repeating tests from above. - Subfield is mandatory, no default value: OK - Subfield is mandatory, defined default value: OK - Subfield is not mandatory, defined default value: OK - Subfield is not mandatory, no default value: OK Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: authorities/authorities.pl | 6 ++++-- cataloguing/addbiblio.pl | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 17:37:24 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 16:37:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-353-ge276049 Message-ID: This is an automated email from the git 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 e276049746bf3cffc835eeee596040967b4ac9cc (commit) via 1b56285e2250737a1a2282f2e3e8b4d0f1e0818c (commit) via 9237ee80c4e6724f56999c86767477907426aac3 (commit) via c4998fc9045af72ff2cfbb8f30c9d16012ebb791 (commit) via eba01fcafb438fd2523017a553ea39ffc23b7799 (commit) via ce2b280903060a37e1cabeba66fc89a833a529a1 (commit) via 9cb6174653185e8ea37871245c8d25092d8e4a81 (commit) via 6e861c5563ddd807088e31a11776fb49014de27e (commit) via 6d63881e0447bae83d21b6f082ee1549277c6071 (commit) via e974b554a5cc08413e66c43072e857f3d2b5458e (commit) via cbffe7bf245743aaa8b497c819f3532bd6982235 (commit) via 795421a643fb3247500e773af60988d051ee8917 (commit) via 17d880b6ce22ba9eded49b6e260f2a1bb6184c6b (commit) via c21cef38643a55313c21505ee2f47c82f20229af (commit) via 7cae63657737bbff3cb583bd69a80a414cdcb6cc (commit) via 2754c7897e47e8e9ed02215b742ad92e3d8d483d (commit) via 1633b17ee3968607f45e2e9bc5045072fedf3141 (commit) from fc698eed06ec9a7335c4b94362917d2b364b44c4 (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 e276049746bf3cffc835eeee596040967b4ac9cc Author: Galen Charlton Date: Thu Jan 23 16:53:44 2014 +0000 Bug 10922: (follow-up) remove display of form parameter This patch removes the display of the close parameter in the "Accounting details" legend added by the previous patch -- this was obviously a bit of stray debug logic. Signed-off-by: Galen Charlton commit 1b56285e2250737a1a2282f2e3e8b4d0f1e0818c Author: Mathieu Saby Date: Fri Sep 20 13:09:38 2013 +0200 Bug 10922: Display whether prices are include or don't include tax when creating a new order This patch adds "(tax inc.)" or "(tax exc.)" after the "Vendor price", "Replacement cost", "Budgeted cost" and "Actual cost" when entering a new order. This reflects the value of the list and invoice prices include/don't include tax flags in the vendor record. Actual cost must probably not be displayed here, but it will be the subject of an other patch. To test : - create 2 vendors, with differents values for "List prices includes tax" and "Invoiced prices does includes tax" options - create baskets for these 2 vendors - create an order in each basket, and look at the "tax. inc." and "tax exc" mention. It should be consistent with the options for each vendor - look at an order adding "&close=1" to the normal URL of the order. You must see the order without ability to edit it, but with the same mentions "tax inc." and "tax exc." Signed-off-by: Isabelle Beroud Signed-off-by: Katrin Fischer Passes tests and QA script. I have some doubts about the calculations done here, but the display changes are correct. Signed-off-by: Galen Charlton commit 9237ee80c4e6724f56999c86767477907426aac3 Author: Jonathan Druart Date: Mon Dec 16 11:57:15 2013 +0100 Bug 11397: Remove the itemnumber list on the Acquisition detail tab The list of links to items from the acquisitions tab can be unwieldy if an order was used to purchase a lot of them, and the availability of AcqItemSetSubfieldsWhenReceived and filters on the holdings table provide alternative ways to do things like turn off on-order statuses. Test plan: - verify this patch does not introduce regression on the enhancement introduced by bug 8230. - verify the itemnumber list does not appears anymore. Signed-off-by: Nicole C. Engard The acquisitions details tab on the holdings table in the staff client no longer shows the links to the items. Tests pass. Signed-off-by: Katrin Fischer Passes all tests and QA script. In my tests the itemnumbers didn't show up on the acquisition detail tab before the patch. So the patch visually only changed the column header for me. All other acquisition related information showed up ok. Signed-off-by: Galen Charlton commit c4998fc9045af72ff2cfbb8f30c9d16012ebb791 Author: Jonathan Druart Date: Fri Jan 17 16:31:54 2014 +0100 Bug 11429: Manage display for basketgroup without name If a basketgroup does not have a name, the link was ' (closed)' Now it is "Basket group no. ID (closed)". This is used on the acqui/basketgroup.pl?booksellerid=XX page Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Passes all tests and QA script. Adds a link to the basket group page on the basket summary page. The link only appears when the basket group is closed. Signed-off-by: Galen Charlton commit eba01fcafb438fd2523017a553ea39ffc23b7799 Author: Mathieu Saby Date: Thu Dec 19 22:58:35 2013 +0100 Bug 11429: Add a link to basketgroup in basket detail page If a basket is in a closed basketgroup, the basketgroup name is currently displayed. This patch adds a link around the basketgroup name if the librarian has permission to manage basketgroups. Test: A. With a librarian with rights for managing basketgroups Display a closed basket that is grouped in a basketgroup Check the name of the basketgroup is now a link Click on the link and check you are seeing information about the right basketgroup B. With a librarian WITHOUT rights for managing basketgroups Display a closed basket that is grouped in a basketgroup Check the name of the basketgroup is not a link Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit ce2b280903060a37e1cabeba66fc89a833a529a1 Author: Mathieu Saby Date: Sun Dec 22 23:34:18 2013 +0100 Bug 11435: Show basketgroup information in Acquisition tab in catalogue page This patch adds a new column for displaying information about basketgroups in the Acquisition tab on catalogue page for a record. It also adds the number of the basket in the basket column. If the user does not have group_manage permission, he just see the basketgroup name and number. If he has the permission, he can click to display the basketgroup. If the basket is not in a basketgroup, the column is empty. To test: - Use a record in an order, and put the basket in a basketgroup. - Connect with a user WITHOUT group_manage permission (but with order_manage permission). - Go to the record's detail in catalogue and click on Acquisition tab. - Check you see the name and number of the basketgroup, with no link around it. - Check the number of the basket is displayed within () after the name of the basket - Click on the basket link, check the basket displayed is the right one. - Connect with a user WITH group_manage permission. - Go to the record's detail in catalogue and click on Acquisition tab. - Check you see a link with the name and number of the basketgroup. - Click on the link, check the basketgroup displayed is the right one. - On the basketgroup page, move the basket out of the basketgroup, and save the basketgroup. - Go back to the record's page on the catalogue and click on Acquisition tab. - Check the basketgroup column is empty Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Galen Charlton commit 9cb6174653185e8ea37871245c8d25092d8e4a81 Author: Julian Maurice Date: Fri Jan 17 11:21:05 2014 +0100 Bug 11549: [follow-up] Make NewOrder calculate new parent_ordernumber If parent_ordernumber is not set in NewOrder parameter, it is automatically set to ordernumber. This patch only avoid code duplication. Signed-off-by: Jonathan Druart This solution is better! Signed-off-by: Katrin Fischer Passes all tests and QA script. Also all tests in t/db_dependent/Acquisitions/. Confirmed bug and that the patch fixes it. Signed-off-by: Galen Charlton commit 6e861c5563ddd807088e31a11776fb49014de27e Author: Jonathan Druart Date: Tue Jan 14 12:13:31 2014 +0100 Bug 11549: (follow-up) interpolated variables into SQL statements should not be allowed Signed-off-by: Sonia BOUIS Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 6d63881e0447bae83d21b6f082ee1549277c6071 Author: Jonathan Druart Date: Tue Jan 14 12:06:34 2014 +0100 Bug 11549: make it possible to receive and cancel the receipt of a transferred order To reproduce the issue: - transfer an order from a basket to another. Note the previous ordernumber (X) and the new one (Y). - receive the order - cancel the receipt - verify the order has been deleted: select count(*) from aqorders where ordernumber=Y; select * from aqorders_transfers where ordernumber_from = X; The value for ordernumber_to is null. To test this patch: - apply this patch - transfer an order from a basket to another - receive the order - cancel the receipt - verify the order still exist in the basket where the transfer has been done. Signed-off-by: Sonia BOUIS Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit e974b554a5cc08413e66c43072e857f3d2b5458e Author: Jonathan Druart Date: Tue Jan 14 12:04:24 2014 +0100 Bug 11549: Add regression test test plan: prove t/db_dependent/Acquisition/TransferOrder.t should fail before the patch and success after applying it. Signed-off-by: Sonia BOUIS Signed-off-by: Katrin Fischer Testing notes on last patch. Signed-off-by: Galen Charlton commit cbffe7bf245743aaa8b497c819f3532bd6982235 Author: Jonathan Druart Date: Wed Jan 15 10:14:48 2014 +0100 Bug 11141: (follow-up) ensure filters are kept if the receive is cancelled Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 795421a643fb3247500e773af60988d051ee8917 Author: Jonathan Druart Date: Fri Oct 25 16:35:44 2013 +0200 Bug 11141: retain pending order filters during receiving. On receiving orders, the librarian has to filter again the pending orders list. This patch stores the filters in a cookie in order to apply them when the librarian finish a receive and come back on the pending orders list. Test plan: 1/ choose a vendor with several baskets and orders. 2/ start to receive an item. 3/ on the pending orders page, add some relevant filters. 4/ receive an item. 5/ you are back on the pending orders page and filters are directly applied. Signed-off-by: Nicolas Bravais Signed-off-by: Katrin Fischer Passes all tests and QA script. Tested with receiving and cancelling the receive process the filters are kept. Signed-off-by: Galen Charlton commit 17d880b6ce22ba9eded49b6e260f2a1bb6184c6b Author: Jonathan Druart Date: Wed Nov 27 16:35:54 2013 +0100 Bug 11312: make facets selectable using an ID [opac-bootstrap] Signed-off-by: Francesca Moore Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit c21cef38643a55313c21505ee2f47c82f20229af Author: Francesca Moore Date: Tue Jan 14 14:42:38 2014 +1300 Bug 11312: make facets selectable using an ID -- opac-bootstrap To test: 1. search in OPAC directory 2. inspect the facets, note that they now have spans Signed-off-by: David Cook Works as described. I'm not sure that this change is necessary, since the parent li elements have IDs that can be hooked onto for CSS, but it doesn't change existing behaviour and more control is always nice, so that's all right. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 7cae63657737bbff3cb583bd69a80a414cdcb6cc Author: Jonathan Druart Date: Wed Nov 27 16:35:27 2013 +0100 Bug 11312: make facets selectable using an ID [opac-prog] Signed-off-by: Francesca Moore Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 2754c7897e47e8e9ed02215b742ad92e3d8d483d Author: Jonathan Druart Date: Wed Nov 27 16:34:12 2013 +0100 Bug 11312: make facets selectable using an ID [staff] Test plan: launch a search and verify all facet headers have an id. Signed-off-by: Francesca Moore Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 1633b17ee3968607f45e2e9bc5045072fedf3141 Author: Bernardo Gonzalez Kriegel Date: Fri Dec 27 00:44:28 2013 -0300 Bug 11453: Update EN default UNIMARC bibliographic framework This patch updates default EN UNIMARC bibliographic framework I used the 2008 version of the UNIMARC bibliographic manual, and added updates listed on official site. There are new fields/subfields, those added are hidden by default. There are some description changes, and also a lot of changes to repeatable and mandatory values. To test: a) Functional 1) Remove all bibliographic frameworks 2) Load new file unimarc_framework_DEFAULT.sql 3) Check that it load without errors b) Correctness 1) Take a time and verify that all new fields/subfileds are correct Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Huge patch, lots of additions and corrections. To view the changes git diff --color-words HEAD^ is helpful. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 5 +- acqui/finishreceive.pl | 2 +- acqui/parcel.pl | 23 +- catalogue/detail.pl | 16 +- .../mandatory/unimarc_framework_DEFAULT.sql | 2237 ++++++++++++++------ .../intranet-tmpl/prog/en/includes/facets.inc | 16 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 11 +- .../prog/en/modules/acqui/neworderempty.tt | 16 +- .../prog/en/modules/acqui/orderreceive.tt | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 18 + .../prog/en/modules/catalogue/detail.tt | 39 +- .../bootstrap/en/includes/opac-facets.inc | 21 +- .../opac-tmpl/prog/en/includes/opac-facets.inc | 18 +- t/db_dependent/Acquisition/TransferOrder.t | 11 +- 14 files changed, 1730 insertions(+), 705 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 17:53:40 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 16:53:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-356-g24be6eb Message-ID: This is an automated email from the git 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 24be6eb80eda9dee146687d5109d41430c7a8c76 (commit) via 6254f5f07ab84ef7d6b6518d8f39bde9987a92e4 (commit) via 9cc3b69a0cf1adfc7c50c25ef6d57c2e027e8950 (commit) from e276049746bf3cffc835eeee596040967b4ac9cc (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 24be6eb80eda9dee146687d5109d41430c7a8c76 Author: Galen Charlton Date: Thu Jan 23 17:07:27 2014 +0000 Bug 11415: DBRev 3.15.00.014 Signed-off-by: Galen Charlton commit 6254f5f07ab84ef7d6b6518d8f39bde9987a92e4 Author: Kyle M Hall Date: Fri Jan 10 09:15:25 2014 -0500 Bug 11415 (QA Followup) fix whitespace This patch also fixes a JavaScript syntax error if the SelfCheckReceiptPrompt system preference is off. Signed-off-by: Galen Charlton commit 9cc3b69a0cf1adfc7c50c25ef6d57c2e027e8950 Author: JaTara Barnes Date: Sun Jan 5 00:33:31 2014 -0600 Bug 11415: Add syspref to toggle SCO receipt printing This patch adds the SelfCheckReceiptPrompt to control whether receipts are automatically printed when a patron finishes a SCO session. This is on by default during new installations and upgrades. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 +++++++ .../prog/en/modules/admin/preferences/circulation.pref | 7 +++++++ koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 10 +++++++--- koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt | 9 ++++++--- kohaversion.pl | 2 +- 6 files changed, 29 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 18:20:54 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 17:20:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-358-g443ec40 Message-ID: This is an automated email from the git 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 443ec407861762b8249685700e9cf18c9a9407e2 (commit) via b464eda7c39392143c4448c505312c7bb310ae92 (commit) from 24be6eb80eda9dee146687d5109d41430c7a8c76 (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 443ec407861762b8249685700e9cf18c9a9407e2 Author: Jonathan Druart Date: Fri Jan 10 12:25:58 2014 +0100 Bug 11486: Don't display the number of remaining renewals if == 0 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit b464eda7c39392143c4448c505312c7bb310ae92 Author: David Cook Date: Tue Jan 7 15:07:53 2014 +1100 Bug 11486: Show renewal count on 'check out' and 'details' tabs in patron record This patch adds the renewal count to the 'Check out' and "Details' tabs of the patron record. This information already exists in the OPAC view of the patron record. Since librarians might be serving patrons in person who want to know this information without looking it up online, it makes sense to show it in the staff client. There may also be times where librarians want to see how many renewals a patron has left, how many they've used already, etc. when making other decisions. _TEST PLAN_ Before applying: 1) Go to "Check out" with a patron that has some check outs before today 2) Add some check outs for today *Ensure that all issues are for items that can be renewed* 3) Note that the Renew column just says '0' followed by a check box 4) Check the 'Detail' tab. It should say the same. Apply the patch. 5) View the "Details" and "Check out" tabs again 6) Note that the renewal count now appears in the form resembling: 5 of 5 renewals remaining Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 6 ++++++ .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 12 ++++++++++++ .../intranet-tmpl/prog/en/modules/members/moremember.tt | 6 ++++++ members/moremember.pl | 1 + 5 files changed, 26 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 18:21:47 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 17:21:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.08-21-g511a863 Message-ID: This is an automated email from the git 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.12.x has been updated via 511a863cb6460d6630da44e58297beebf5149d34 (commit) via 9c1f61aff6d0ee9c1ef511af591c9a387a908f2e (commit) from 72fdbbd6633a6b7fd2757b429339bcacc2a43f7a (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 511a863cb6460d6630da44e58297beebf5149d34 Author: Bernardo Gonzalez Kriegel Date: Wed Jan 22 12:32:32 2014 -0300 Translation updates for 3.12.09 release (cherry picked from commit eff238e560d0a3b4446530d6fe6632fad7fd4142) Signed-off-by: Tomas Cohen Arazi commit 9c1f61aff6d0ee9c1ef511af591c9a387a908f2e Author: Tomas Cohen Arazi Date: Thu Jan 23 14:36:48 2014 -0300 Update release notes for 3.12.9 release Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: ...e_notes_3_12_6.txt => release_notes_3_12_9.txt} | 166 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 50 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/am-Ethi-pref.po |48335 +---------- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 50 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 161 +- misc/translator/po/ar-Arab-pref.po |57137 +------------ .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 50 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 164 +- misc/translator/po/az-AZ-pref.po |63434 +------------- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 46 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/ben-pref.po |52481 +----------- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 50 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/bg-Cyrl-pref.po |33936 +------- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 51 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 164 +- misc/translator/po/ca-ES-pref.po |35616 +------- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 94 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 253 +- misc/translator/po/cs-CZ-pref.po |78996 +---------------- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 50 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/da-DK-pref.po |29170 +------ .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 48 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/de-CH-pref.po |38925 +-------- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 48 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 186 +- misc/translator/po/de-DE-pref.po |45246 +--------- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 51 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/el-GR-pref.po |11329 +-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 50 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/en-GB-pref.po |83134 +----------------- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 48 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 155 +- misc/translator/po/en-NZ-pref.po |44183 +--------- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 57 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 238 +- misc/translator/po/es-ES-pref.po | 8 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 52 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/eu-pref.po |81503 +----------------- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 50 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/fa-Arab-pref.po |88187 +------------------ .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 53 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 162 +- misc/translator/po/fi-FI-pref.po |66763 +-------------- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 111 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 245 +- misc/translator/po/fr-CA-pref.po |21640 +---- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 63 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/fr-FR-pref.po | 2478 - misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 50 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 158 +- misc/translator/po/gl-pref.po |15512 +--- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 50 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/he-Hebr-pref.po |62281 +------------- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 50 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 164 +- misc/translator/po/hi-pref.po |34027 +------- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 50 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 155 +- misc/translator/po/hr-HR-pref.po |20751 +---- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 51 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/hu-HU-pref.po |71010 +-------------- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 99 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 317 +- misc/translator/po/hy-Armn-pref.po |75392 +--------------- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 49 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 158 +- misc/translator/po/id-ID-pref.po |86945 +------------------ .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 48 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/is-IS-pref.po |58074 +------------ .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 50 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/it-IT-pref.po |51713 +---------- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 162 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 275 +- misc/translator/po/ja-Jpan-JP-pref.po |49584 +---------- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 46 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 155 +- misc/translator/po/kn-Knda-pref.po |67993 +-------------- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 48 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/ko-Kore-KP-pref.po |30291 +------ misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 51 +- misc/translator/po/ku-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/ku-pref.po |59503 +------------ .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 48 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/lo-Laoo-pref.po |73283 +--------------- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 50 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/mi-NZ-pref.po |23831 +----- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 50 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/mon-pref.po |76608 +---------------- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 48 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 160 +- misc/translator/po/mr-pref.po |60515 +------------ .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 49 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 164 +- misc/translator/po/ms-MY-pref.po | 1239 - .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 50 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 154 +- misc/translator/po/nb-NO-pref.po |14033 +-- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 48 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/ne-NE-pref.po |23576 +---- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 234 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 515 +- misc/translator/po/nl-BE-pref.po |39938 +-------- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 51 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/nl-NL-pref.po |59640 +------------ .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 50 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 163 +- misc/translator/po/nn-NO-pref.po |45115 +--------- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 46 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/pbr-pref.po | 4956 -- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 49 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 225 +- misc/translator/po/pl-PL-pref.po |26196 +----- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 46 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 153 +- misc/translator/po/prs-pref.po |32040 +------ .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 50 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/pt-BR-pref.po | 8797 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 100 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 312 +- misc/translator/po/pt-PT-pref.po | 6227 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 48 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 161 +- misc/translator/po/ro-RO-pref.po |51920 +---------- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 48 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 158 +- misc/translator/po/ru-RU-pref.po | 9912 --- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 46 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/sd-PK-pref.po |86862 +------------------ .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 104 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 406 +- misc/translator/po/sk-SK-pref.po |43016 +--------- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 46 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/sl-SI-pref.po |40611 +-------- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 46 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/sq-AL-pref.po |54734 +----------- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 50 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/sr-Cyrl-pref.po |46174 +--------- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 50 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 155 +- misc/translator/po/sv-SE-pref.po |90374 +------------------- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 46 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/ta-LK-pref.po |69424 +-------------- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 46 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/ta-pref.po |61642 +------------ misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 51 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 162 +- misc/translator/po/tet-pref.po |32161 +------ .../po/th-THA-i-opac-t-prog-v-3006000.po | 50 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 153 +- misc/translator/po/th-THA-pref.po | 7484 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 46 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 155 +- misc/translator/po/tl-PH-pref.po |75947 +--------------- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 99 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 336 +- misc/translator/po/tr-TR-pref.po |80264 +---------------- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 48 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 159 +- misc/translator/po/uk-UA-pref.po |27907 +----- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 48 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 152 +- misc/translator/po/ur-Arab-pref.po | 3719 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 51 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 154 +- misc/translator/po/vi-VN-pref.po |84798 +----------------- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 50 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/zh-Hans-CN-pref.po |68034 +-------------- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 50 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 157 +- misc/translator/po/zh-Hans-TW-pref.po |71543 +--------------- 199 files changed, 211027 insertions(+), 2873058 deletions(-) copy misc/release_notes/{release_notes_3_12_6.txt => release_notes_3_12_9.txt} (58%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 18:58:09 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 17:58:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-102-g18559b8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.14.x has been updated via 18559b8019a0485878632b1c82d7653e4449eebd (commit) via 97b0fc5e8ff3093c1dd9b0a21da89a8907ed987f (commit) via 76ad56c2186a8967c4e82bfbe3a41e06656701c3 (commit) via 49a8d6da6940894b19b54ee4db1f58ab3eb6a0f5 (commit) from bd566f8c0a053b845208345dbd2a076764b475ad (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 18559b8019a0485878632b1c82d7653e4449eebd Author: Fridolin SOMERS Date: Thu Jan 23 18:57:00 2014 +0100 Increment version for 3.14.2 release Signed-off-by: Fridolin SOMERS commit 97b0fc5e8ff3093c1dd9b0a21da89a8907ed987f Merge: 76ad56c 49a8d6d Author: Fridolin SOMERS Date: Thu Jan 23 18:52:32 2014 +0100 Merge remote-tracking branch 'translator/3.14.02-translate' into 3.14.x commit 76ad56c2186a8967c4e82bfbe3a41e06656701c3 Author: Fridolyn SOMERS Date: Thu Jan 23 18:45:09 2014 +0100 Update release notes for 3.14.2 release Signed-off-by: Fridolin SOMERS commit 49a8d6da6940894b19b54ee4db1f58ab3eb6a0f5 Author: Bernardo Gonzalez Kriegel Date: Wed Jan 22 01:01:12 2014 -0300 Transaltion updates for 3.14.02 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_14_2.txt | 388 ++ .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 101 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/am-Ethi-opac-bootstrap.po | 14 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 149 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 1833 +++++-- misc/translator/po/ar-Arab-opac-bootstrap.po | 14 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 103 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/az-AZ-opac-bootstrap.po | 14 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 103 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 1758 ++++-- misc/translator/po/ben-opac-bootstrap.po | 14 +- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 101 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 14 +- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 107 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 1773 +++++-- misc/translator/po/ca-ES-opac-bootstrap.po | 14 +- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 107 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 1834 +++++-- misc/translator/po/cs-CZ-opac-bootstrap.po | 14 +- misc/translator/po/cs-CZ-pref.po | 6 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 165 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 1767 ++++-- misc/translator/po/da-DK-opac-bootstrap.po | 14 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 104 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 1773 +++++-- misc/translator/po/de-CH-opac-bootstrap.po | 14 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 5513 ++++++++----------- .../po/de-DE-i-staff-t-prog-v-3006000.po | 1859 +++++-- misc/translator/po/de-DE-opac-bootstrap.po | 14 +- misc/translator/po/de-DE-pref.po | 9 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 182 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 1851 ++++--- misc/translator/po/el-GR-opac-bootstrap.po | 24 +- misc/translator/po/el-GR-opac-ccsr.po | 22 +- misc/translator/po/el-GR-pref.po | 117 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 105 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 1770 ++++-- misc/translator/po/en-GB-opac-bootstrap.po | 14 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 106 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 1769 ++++-- misc/translator/po/en-NZ-opac-bootstrap.po | 14 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 107 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1906 ++++--- misc/translator/po/es-ES-opac-bootstrap.po | 14 +- misc/translator/po/es-ES-pref.po | 6 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 107 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/eu-opac-bootstrap.po | 14 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 101 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 1772 ++++-- misc/translator/po/fa-Arab-opac-bootstrap.po | 14 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 107 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 1769 ++++-- misc/translator/po/fi-FI-opac-bootstrap.po | 14 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 107 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 1795 +++++-- misc/translator/po/fr-CA-opac-bootstrap.po | 14 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 106 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1883 ++++--- misc/translator/po/fr-FR-opac-bootstrap.po | 22 +- misc/translator/po/fr-FR-pref.po | 98 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 101 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 1774 +++++-- misc/translator/po/gl-opac-bootstrap.po | 14 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 101 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 1771 ++++-- misc/translator/po/he-Hebr-opac-bootstrap.po | 14 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 103 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/hi-opac-bootstrap.po | 14 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 106 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 1771 ++++-- misc/translator/po/hr-HR-opac-bootstrap.po | 14 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 397 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 2074 +++++--- misc/translator/po/hu-HU-opac-bootstrap.po | 53 +- misc/translator/po/hu-HU-opac-ccsr.po | 114 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 113 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1939 ++++--- misc/translator/po/hy-Armn-opac-bootstrap.po | 14 +- misc/translator/po/hy-Armn-pref.po | 8 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 104 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 1808 +++++-- misc/translator/po/id-ID-opac-bootstrap.po | 14 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 103 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 1772 ++++-- misc/translator/po/is-IS-opac-bootstrap.po | 14 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 114 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 1845 ++++--- misc/translator/po/it-IT-opac-bootstrap.po | 5614 ++++++++++++-------- misc/translator/po/it-IT-pref.po | 14 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 133 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 1776 +++++-- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 14 +- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 101 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 1767 ++++-- misc/translator/po/kn-Knda-opac-bootstrap.po | 14 +- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 101 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 1778 +++++-- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 14 +- misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 107 +- misc/translator/po/ku-i-staff-t-prog-v-3006000.po | 1769 ++++-- misc/translator/po/ku-opac-bootstrap.po | 14 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 103 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/lo-Laoo-opac-bootstrap.po | 14 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 103 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 1772 ++++-- misc/translator/po/mi-NZ-opac-bootstrap.po | 14 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 103 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 1767 ++++-- misc/translator/po/mon-opac-bootstrap.po | 14 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 103 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/mr-opac-bootstrap.po | 14 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 105 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 1765 ++++-- misc/translator/po/ms-MY-opac-bootstrap.po | 14 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 3977 +++++++------- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 1767 ++++-- misc/translator/po/nb-NO-opac-bootstrap.po | 14 +- misc/translator/po/nb-NO-pref.po | 2848 +++++++--- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 101 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/ne-NE-opac-bootstrap.po | 14 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 107 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 1771 ++++-- misc/translator/po/nl-BE-opac-bootstrap.po | 14 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 107 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 1762 ++++-- misc/translator/po/nl-NL-opac-bootstrap.po | 14 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 103 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/nn-NO-opac-bootstrap.po | 14 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 101 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/pbr-opac-bootstrap.po | 14 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 117 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 1766 ++++-- misc/translator/po/pl-PL-opac-bootstrap.po | 14 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 101 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 1772 ++++-- misc/translator/po/prs-opac-bootstrap.po | 14 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 102 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2438 ++++++--- misc/translator/po/pt-BR-opac-bootstrap.po | 305 +- misc/translator/po/pt-BR-pref.po | 6 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 112 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 1852 ++++--- misc/translator/po/pt-PT-opac-bootstrap.po | 14 +- misc/translator/po/pt-PT-pref.po | 10 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 103 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 1770 ++++-- misc/translator/po/ro-RO-opac-bootstrap.po | 14 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 105 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 1894 ++++--- misc/translator/po/ru-RU-opac-bootstrap.po | 14 +- misc/translator/po/ru-RU-pref.po | 4 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 101 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/sd-PK-opac-bootstrap.po | 14 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 140 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 2536 ++++----- misc/translator/po/sk-SK-opac-bootstrap.po | 15 +- misc/translator/po/sk-SK-pref.po | 17 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 101 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/sl-SI-opac-bootstrap.po | 14 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 101 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/sq-AL-opac-bootstrap.po | 14 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 101 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 14 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 106 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 1769 ++++-- misc/translator/po/sv-SE-opac-bootstrap.po | 14 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 101 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/ta-LK-opac-bootstrap.po | 14 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 101 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/ta-opac-bootstrap.po | 14 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 107 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 1770 ++++-- misc/translator/po/tet-opac-bootstrap.po | 14 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 103 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 1764 ++++-- misc/translator/po/th-THA-opac-bootstrap.po | 14 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 101 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 1768 ++++-- misc/translator/po/tl-PH-opac-bootstrap.po | 14 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 110 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 1891 ++++--- misc/translator/po/tr-TR-opac-bootstrap.po | 14 +- misc/translator/po/tr-TR-pref.po | 234 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 653 ++- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 1779 +++++-- misc/translator/po/uk-UA-opac-bootstrap.po | 28 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 101 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/ur-Arab-opac-bootstrap.po | 14 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 115 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 1756 ++++-- misc/translator/po/vi-VN-opac-bootstrap.po | 14 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 411 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 3785 +++++++------ misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 584 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 191 +- misc/translator/po/zh-Hans-CN-pref.po | 215 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 400 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 3692 +++++++------ misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 566 +- misc/translator/po/zh-Hans-TW-pref.po | 205 +- 219 files changed, 99641 insertions(+), 54233 deletions(-) create mode 100644 misc/release_notes/release_notes_3_14_2.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:02:21 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:02:21 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.14.02 created. v3.14.02 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.14.02 has been created at 51eccb023dfa6e4e50be05e3aad85338b970ab7b (tag) tagging 18559b8019a0485878632b1c82d7653e4449eebd (commit) replaces v3.14.01 tagged by Fridolin SOMERS on Thu Jan 23 19:20:57 2014 +0100 - Log ----------------------------------------------------------------- Koha release 3.14.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQEcBAABAgAGBQJS4V2JAAoJECvJNkKAZAZuO3MH/2TwqCjEBUQH2ZWBqS0YiHxO sC+FEXV6hSXOeWt0NBXph+Ugw0em1WT/HbUuXC6SjtB6q03Qawd3gKo0AVzNG76v 2sf7mojzdz5kWtwI2J2vSeTWUJfah13PFxGGqOWMoMqaCyCao7OMEHIOsehVAs32 wl3SphAGqK1FEdTZeuaSOWBZtYVgDJyvJNRCBk5dCN+s5FQ2VSDJGD0HQ1+ZHDzS FKziDANTqlAWiW7J2uBBr1HInCpJdhPmva9K6Qyxe91v7UNeDgNd268RslXTA1zS YJRodPJo1wCYtTkDZjOr9RYMiIKbydvDO5dhJ+8idcG+x8cz8mt0c4MgcIh3D6g= =vgbT -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (2): Bug 10970 - Update MARC21 frameworks to Update Nr. 17 - DB update Transaltion updates for 3.14.02 release Colin Campbell (3): Bug 11032: Check a valid MARC::Record passed to Biblio Bug 10983: Remove unused private subroutines from C4::Budgets Bug 6331: (follow-up) do not populate deleteditems.marc Fridolin SOMERS (15): Bug 10970: DBRev 3.14.01.001 Bug 8230: DBrev 3.14.01.002 Revert "Bug 8230: (follow-up) update POD for C4::Acquisition::GetHistory" Revert "Bug 8230: (follow-up) repair regression on order search" Revert "Bug 8230: (follow-up) fix detection of cancelled orders" Revert "Bug 8230: (follow-up) don't link to basket unless user has appropriate permissions" Revert "Bug 8230: DBrev 3.14.01.002" Revert "Bug 8230: (follow-up) reflect the fact that order statuses are now alphabetic codes" Revert "Bug 8230: Display acquisition details on the catalogue detail page" Bug 11384: DBRev 3.14.01.002 Bug 11391: DBRev 3.14.01.003 Bug 6331: DBRev 3.14.01.004 Bug 8018: DBRev 3.14.00.005 Merge remote-tracking branch 'translator/3.14.02-translate' into 3.14.x Increment version for 3.14.2 release Fridolyn SOMERS (8): Bug 10808: make authority search form retain drop-down selections Bug 10808: (follow-up) reformat auth_finder.pl Bug 11009: Do not display circulation history of anonymous patron Bug 11166: make library filter in funds administration page more precise Bug 6331: remove obsolete column deleteditems.marc Bug 6331: (follow-up) update timestamp when deleting items Bug 11338: prevent deletion of items that are captured for holds Update release notes for 3.14.2 release Galen Charlton (24): Bug 10970: (follow-up) update framework only for MARC21 installations Bug 11112: (follow-up) repair Koha::Calendar->add_holiday() Bug 11112: (follow-up) add FIXME Bug 11009: (follow-up) tweak wording and remove potential log noise Bug 8230: (follow-up) don't link to basket unless user has appropriate permissions Bug 8230: (follow-up) fix detection of cancelled orders Bug 8230: (follow-up) repair regression on order search Bug 8230: (follow-up) update POD for C4::Acquisition::GetHistory Bug 10852: (follow-up) tweak wording of serials search form Bug 10852: (follow-up) fix POD for C4::Serials::NewSubscription Bug 10852: (follow-up) regression tests Bug 10852: (follow-up) update the POD for C4::Serials::SearchSubscriptions Bug 10626: (follow-up) replace use of KohaAuthorisedValues in the Bootstrap theme Bug 11155: remove old PostgreSQL schema and MARC framework scripts Bug 11384: rename the collections_tracking.ctId column Bug 11384: (follow-up) update DBIC schema classes Bug 11391: drop default value on suggestions.suggesteddate column Bug 11391: (follow-up) update DBIC schema classes Bug 6331: (follow-up) update DBIC schema classes Bug 9940: (follow-up) add language-original to QP search field list Bug 11338: add unit tests for DelItemCheck Bug 11252: remove deprecated -munge-config switch from rebuild_zebra.pl Bug 11535: sanitize input from patron self-registration form Bug 11338: (follow-up) take IndependentBranches into account for DelItemCheck() test Jacek Ablewicz (2): Bug 9224: Make acqui/finishreceive.pl Plack-compatible Bug 9948: fix creation/updating of items when partially receiving an order Jared Camins-Esakov (1): Bug 10688: Don't prefix index inappropriately Jonathan Druart (19): Bug 11225: remove \n from some strings to be translated Bug 8683: ensure clear button clears all item fields on order form Bug 10605: fix encoding issue in basket email (OPAC) Bug 10605: fix encoding issue on basket email (INTRANET) Bug 11112: Koha::Calendar needs some caching Bug 8334: (follow-up) remove commented JS code Bug 11261: make sample serial numbering patterns mandatory during installation Bug 11261: make sample serial frequencies mandatory during installation Bug 11255: allow "relevance ascending" as a sort option Bug 11124: disallow trying to run the staff benchmark script as the DB account Bug 8230: Display acquisition details on the catalogue detail page Bug 8230: (follow-up) reflect the fact that order statuses are now alphabetic codes Bug 11414: warn user about dangerous MARC modification rules Bug 10852: serials search improvements Bug 10852: (follow-up) rename the "expiration date" filter name Bug 9940: (follow-up) FIX comment: language-original is 101$c, not $h Bug 10453: fix unintended password reset when updating child to adult Bug 11439: UT: fix XISBN.t test failure Bug 11439: UT: Improve XISBN.t Katrin Fischer (3): Bug 10626: (follow-up) remove final invocation of KohaAuthorisedValues Bug 10797: Move styling of simple search from element to CSS file Bug 8018: (follow-up) fixing some wrong capitalization Kyle M Hall (9): Bug 10852: (follow-up) switch from KohaAuthorisedValues to AuthorisedValues Bug 10626 - Remove doubled up TT plugins - Merge KohaBranchName and Branches Bug 10626: (follow-up) replace another use of KohaBranchName Bug 10626: Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues Bug 10626: (follow-up) replace an instance of KohaAuthorisedValues Bug 11410: ensure cataloging search finds results for searches with ampersands Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Bug 11282: fix overwriting of existing restrictions when adding new one Bug 11419: display Z39.50 search errors more completely Magnus Enger (1): Bug 11004: Make xmlControlfield.js use the marcflavour syspref to look for XML files Marcel de Rooy (2): Bug 11124: QA Follow-up resolving a warning and three typos Bug 11124: QA Follow-up adding optional dependency HTTPD::Bench::ApacheBench Mathieu Saby (1): Bug 9940: Add a new index for the original language of a document Matthias Meusburger (1): Bug 11412: fix potential bulkmarcimport crash when searching for duplicates in authorities Nicole C. Engard (1): Bug 11383: Add help file for MARC modification templates Owen Leonard (1): Bug 10661: format mandatory item fields the same on all forms Pablo Bianchi (1): Bug 8018: MARC framework max subfield length should default to 9999 Robin Sheat (2): Bug 11284: Packaging updates for master branch Bug 10735: prevent koha-dump from aborting if backupdir undefined Srdjan (1): bug_10781: Remove C4::ILSDI::Utility Tomas Cohen Arazi (3): Bug 10905: fix links to author tracings when UseAuthoritiesForTracings is on Bug 11439: (follow up) add missing rollback call Bug 8018: (followup) make the default more explicit Vitor FERNANDES (1): Bug 8334 - Authority UNIMARC 100 field plugin Zeno Tajoli (1): Bug 11174: fix OPAC search links built from authority 5xx fields ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:15:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:15:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.14.00-361-g1cc0d7b Message-ID: This is an automated email from the git 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 1cc0d7b700f27ac3bacb2964475da1f3aabbc919 (commit) via f474c9dea10828e80dbed909e6c70904158535b6 (commit) via 1410c32dabac5f5b513c60122745eb20cf7a6881 (commit) from 443ec407861762b8249685700e9cf18c9a9407e2 (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 1cc0d7b700f27ac3bacb2964475da1f3aabbc919 Author: Galen Charlton Date: Thu Jan 23 18:32:06 2014 +0000 Bug 10907: (follow-up) fix table sorting This patch fixes a problem wherein table sorting did not work if OpacSuggestionManagedBy was off. As a matter of style, this patch also modifies the (Boolean) syspref check to be just: [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %] Signed-off-by: Galen Charlton commit f474c9dea10828e80dbed909e6c70904158535b6 Author: Galen Charlton Date: Thu Jan 23 18:24:00 2014 +0000 Bug 10907: DBRev 3.15.00.015 Signed-off-by: Galen Charlton commit 1410c32dabac5f5b513c60122745eb20cf7a6881 Author: Katrin Fischer Date: Mon Dec 9 18:40:33 2013 +0100 Bug 10907: Optionally show the staff member's name who managed a suggestion in OPAC The name of a staff member who managed a suggestion is shown in the the OPAC if the new system preference OpacSuggestionManagedBy is set to 'Show'. This is also the default. If the preference is set to 'Don't show' the staff members name is not displayed and the column 'Managed by' in the table of suggestions in the patron account is not displayed. To test: - Create a one or more suggestions - 'Manage' them by accecpting or rejecting - Go to your patron account and check that the staff member name is shown for your suggestions - Apply patch, run database update - Check the name is still shown - Switch the preference to 'Don't show' - Check the name is no longer shown and the table still displays correctly, but without the 'Managed by' column - Repeat those tests for both bootstrap and prog theme! Signed-off-by: Chris Cormack Works as advertised, the only little nitpick is you could just do [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %] However you are following the custom in that file already, so that's fine Signed-off-by: Marcel de Rooy ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 +++++++ .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 6 ++++++ koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 6 ++++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt | 6 ++++-- kohaversion.pl | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository annotated tag 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b created. v3.12.00-rc2 Message-ID: This is an automated email from the git 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, 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b has been created at c328af25e20c0238d2aca258351226bb7bbf5733 (tag) tagging bbc4267296a2d00522648eafd232ecc69a31712e (commit) replaces v3.12.00-rc1 tagged by Jared Camins-Esakov on Wed May 15 22:13:39 2013 -0400 - Log ----------------------------------------------------------------- Koha v3.12.00-rc1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRlEDdAAoJEIya4kPuFV6tF48H/jziyKl4RCPwMJR566dVrevE oEblVn+ahu8RqCokXr3qRXq3ui5ZXHIa9jVvHPLHk60IbZkbvyxux58cpTIqf8xl n/TVuP2RrcIQW6vsQl6NUqhz1hDhivEB4FgBbQMwvutbsA3PKCbbIprhuyKNvKbx y8TtENFQqD6FxQSjECdr7uImb7JyF9cAoJEM/o6YKMgGAcbqFo/o4I6xWcK5lEli 7PXr5EIKxn43lxaSCjCmATM4R6zC5thtfwt1gXKKWQc1/v5smC9R2zkjlUUFKw5f RPmOwr4crnUBhvh1b2Y6Tk5iTV3491BZz7hN9BrGlMSZakO7Ub5WUsDn7aXiRyc= =Jj5s -----END PGP SIGNATURE----- D Ruth Bavousett (1): Language update for 3.12-RC Jared Camins-Esakov (2): Merge remote-tracking branch 'translate/3.12-RC' into 3.12-master Update 3.12 release notes for Koha 3.12.0-rc2 Kyle M Hall (1): Bug 10030 - MaxFines checks against amount, not amount outstanding Marcel de Rooy (1): Bug 10030: QA Followup for trivial false warning detected while testing ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository tag 3.0.5_rc1 created. v3.00.04_fixed-112-g80358d2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, 3.0.5_rc1 has been created at 80358d270783bb6f526e431618f34f4a7311f6b2 (commit) - Log ----------------------------------------------------------------- 80358d270783bb6f526e431618f34f4a7311f6b2 (bug #3898) Followup : fixing Hold Policies implementation ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository tag rel_3_0_5 created. v3.00.04_fixed-122-g35a0944 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, rel_3_0_5 has been created at 35a09441259c3152dc70fa67de294285282775f2 (commit) - Log ----------------------------------------------------------------- 35a09441259c3152dc70fa67de294285282775f2 Adding optgroup labels to translations ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository annotated tag startall created. startall Message-ID: This is an automated email from the git 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, startall has been created at 59a95e1ba6d35f88d3b0386036c192d899007ac0 (tag) tagging 01dc6996fa5b6eb272b4c5190dc656d128ed83b3 (commit) replaces startde tagged by dnmeid on - Log ----------------------------------------------------------------- dnmeid (1): everything equal in all languages ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.09 Message-ID: This is an automated email from the git 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.12.x has been updated via 9dd804defc30df878b16966fedad4935ba8118ec (commit) from 511a863cb6460d6630da44e58297beebf5149d34 (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 9dd804defc30df878b16966fedad4935ba8118ec Author: Tomas Cohen Arazi Date: Thu Jan 23 16:08:32 2014 -0300 Increment version for 3.12.9 release Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository tag push created. html_template_pro-318-g7457243 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, push has been created at 7457243d4d54a76588d51d1833df3517ee40988b (commit) - Log ----------------------------------------------------------------- 7457243d4d54a76588d51d1833df3517ee40988b Lower dependency on Storable to 2.20 in PerlDependencies.pm ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository tag BL_304 created. v3.00.04_fixed-2-g6e58fe3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, BL_304 has been created at 6e58fe3add3d61ae83dfb2a1de639fb925887aa5 (commit) - Log ----------------------------------------------------------------- 6e58fe3add3d61ae83dfb2a1de639fb925887aa5 (bug #3281) change the way to parse item's summary ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository annotated tag ChangeLog created. ChangeLog Message-ID: This is an automated email from the git 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, ChangeLog has been created at d559a5ad945e69c57506fbad5daef179f8b063ff (tag) tagging cc532cac390fd65565e3a1fb766f0170615a0aa6 (commit) replaces R_1-2-3RC13 tagged by tonnesen on - Log ----------------------------------------------------------------- finlayt (3): added these opac files temporarily as I sort out the new directory structure.... added a themelanguage subroutine that searchs for templates according to the opacthemes and opaclanguages fields in the systempreferences table. These fields can be space seperated names. Templates are searched for in those orders, over themes first. Altered to use the new themelanguage method in Output.pm tonnesen (3): Adding cookie-based authentication calls Bug that broke access flag checking when logging in using a borrower card number instead of a userid. More checkauth() calls added to intranet scripts uid41696 (2): Adding authentication calls to intranet scripts Adding authentication calls to intranet scripts ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository tag ontop created. v3.00.00-969-ge0da512 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, ontop has been created at e0da51293995ef447b3e1e69b40cc551e0a39119 (commit) - Log ----------------------------------------------------------------- e0da51293995ef447b3e1e69b40cc551e0a39119 @renew_failed can cause enormous performance-killing array. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository annotated tag buildrelease created. buildrelease Message-ID: This is an automated email from the git 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, buildrelease has been created at 0bd4f98d23b2635d94fcda2cc43d33d5dc4932eb (tag) tagging 2e0e3d39bda64054ec176e1639ff8e3da87b4aa1 (commit) replaces R_1-2-2RC4 tagged by rangi on - Log ----------------------------------------------------------------- amillar (23): Some code cleanup. Created subroutines for ISBN checksum, z3950 queue insert, and table-based form option selects for item type and branch code (branch code select no longer hard-coded). Add item using newitem() from C4::Acquisitions Add biblio using C4::Acquisitions newbiblio Change DBI execut on some queries to bound parameters, to eliminate run-time errors on empty variables DBI bound parameters Enable (uncomment) actual deletion Fix error in startmenu() : section name 'catalogue' Moved addition of Biblioitem to separate subroutine Modifications for new acqui.simple Database includes new biblio abstract field and biblioitem url field acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm Fix biblioitems columns, minor bugfixes fixes to catalog maint from mainline rel 1.8 Web site maintenance Bring branch up to date with mainline code, move table creation to hash. Error handling in biblio and biblioitem addition Error handling in biblio/biblioitem addition Misc cleanups; move subroutines to end of file Move more item handling code to subroutines Clean up z3950 menu Split z3950 search results into subroutines Isolate MARC tag decoding into common subroutine for Z3950 search results and Marc upload list. List book title in Z3950 search queue list. All mapping of MARC tags to Koha db fields isolated to one subroutine Fix subject array handling All MARC file format decoding isolated to single subroutine. Entire script now works correctly with "use strict". dragon28 (11): Added testing for Perl and dependancies general cleanup, now tests for existance of koha.conf, still a number of issues to fix. Fixed a couple of typos. Now will create koha.conf from scratch. Cleaned out unwanted comments. installer now updated the apache conf file added the includes directive replaced includes question with installation path installer now changes ownership of the koha.conf file for better security fixed typo's fixed typo finlayt (5): Added a heading to be consistent with rest of Koha Changed heading to look like the rest of Koha added database patchs to the updater/updatedatabase script fixed typo Fixed typo pate (30): refactored slashifyDate function out of inline code, created C4/Koha.pm to hold it and wrote tests for it, started marking other places for potential refactoring. refactoring, marking spots for further refactoring whacked a couple of bits that Chris marked as okay to delete. moved ethnicity fixing out of moremember.pl into a function, eventually to replace with a more configurable version (non-NZ specific) moved ethnicity fixups into C4::Koha, eventually to be replaced with a better (non-NZ specific) solution. starting to move ethnicity stuff out of programs and into modules initial version of the Changelog -- used cvs2cl to generate it. general cleanups testing the branch added fixEthnicity tests *** empty log message *** quick fixup to tests started building tests for C4::Output adding prototypes, and fixing compiler warnings fixed an unitialized variable error in &mktablerow more tests in output.t and a cleanup for testKoha.pl more prototypes in Output.pm added recent updates added a simple POD style comment to &bold to show how it can be done. oops, forgot extra linefeeds in pod section more tests found (and fixed) an error in &mkformnotable while adding tests more tests, &mkformnotable has reasonable coverage now refactored &mkformnotable to use foreach and ifels instead of while and many ifs started adding tests for C4::Format cleaned out boilerplate and fixed some speeling erorz found a cleaner way to do &mkformnotable, and refactored tests to allow it. restructured tests into a separate directory more markup of spots to look at added Mikes tests rangi (28): tidied up, less hlt specific now Deals with lost book charges now Doesnt write to an include anymore Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was breaking when the borrower owes a lot of fines) Draws list of branches from the branches table now, when adding an item Fixing branches Fixed the holding branch insertion code. It was inserting the correct homebranch but was still inserting the wrong home branch More work on the addbooks scripts, committing on behalf of Roger Actually lives in telnet/ Fixing up the query to pickup budget Have realised misc/fines2.pl is the real fines script, this one can be removed so as to remove one more source of confusion Script wasnt setting street address correctly Just a quick little fix the sql to update a borrower was setting the postal address twice, instead of the postal, then the physical address. My little fix got overwrote by pat's fix so im updating now before i forget :) Little typo, missing t in systemprefs Apart from that, all the patch files seem to be running happily on hlt.katipo.co.nz Just added some comments for Pat (Is this a good way of doing it? if not let me know) Working on a fix to speed up title and author searches Fixing the subject search i broke ;) Submitting on behalf of Nicholas First cut (not functional yet) of an installer script Fixing bug reported by Steve, Couldnt remove an additional Author when modifying a biblio Commiting the uncrufted Database module into the stable branch Installation documents Combined this with the old Changelog file, so it has the history since the 1.0 release Shifting ethnicity into a table in the database. Making fixEthnicity fetch the data from the db Fixing up a whole pile of warnings Getting rid of a couple of non fatal warnings Removing hardcoded ethnicity and category lists. Fetched from the database instead. Need to do the same for area Tidying up more warnings. Updated Changelog, and INSTALL should now reflect the new directory structure of the tarball saas (1): Correct spelling - aquisitions to acquisitions tipaul (6): Sample database only for parameters tables Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop) Creates a thesaurus table from the bilbiosubject one Table optimisation : aqorders. SPEEEEEEEEEEEEEEEDs up receive.pl. try to add indexes on production tables, and you will see... Quite proud of this 2 lines patch ;-) added indexes to aqorders SPEEEEEEEEEEEEEDs up in acquisition module. I'm quite proud of the result of this 2 lines patch... Deletedbiblio updated (abstract field added) to have the same structure as biblio. Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know : tonnesen (3): This is my bulk MARC record importing tool. Feel free to test it out, but DO NOT use it on a production system yet! It needs to be more adaptable to different MARC implementations. Fixed typo Added some comments detailing how MARC fields are mapped to Koha data truth_nz (3): Updates to use changed newbiblio sub in C4/Acquisitions.pm Altered newbiblio to be more generic - so can use with new acui.simple scripts (which are not finished yet). Acquisitions::newbiblioitem updated to be usable for new acqui.simple addorder.pl and updatebibitem.pl modified to use new newbiblioitem ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository annotated tag start created. start Message-ID: This is an automated email from the git 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, start has been created at 9d1e7f55cd44e65759ac0774cbd94859537a0936 (tag) tagging 15f625ecf560eeb7a2b933b403893f5e19f849dd (commit) replaces R_1-2-2RC4 tagged by dnmeid on - Log ----------------------------------------------------------------- amillar (12): Removing Catalogue.pm because it doesn't compile cleanly yet Some cleanup, reformatting, fix some undeclared variables Some code cleanup. Created subroutines for ISBN checksum, z3950 queue insert, and table-based form option selects for item type and branch code (branch code select no longer hard-coded). Add comments, make branchrelations consistent with other table additions Modularize table creation, driven by hash instead of redundant code. Fix warning about use of undefined variable, found when endmenu called from marcimport.pl Add item using newitem() from C4::Acquisitions.pm Fix typo in booksellerid field name Add biblio using C4::Acquisitions newbiblio Moved addition of Biblioitem to separate subroutine Added "lccn" and "marc" fields to newbiblioitem add websites table dnmeid (2): Initial revision Imported template-files dragon28 (3): fixed typo fixed a typo fixed a typo finlayt (80): Added a heading to be consistent with rest of Koha Changed heading to look like the rest of Koha added database patchs to the updater/updatedatabase script fixed typo Fixed typo Changes to circulations: added returns.pl -> deals with the returns only moved old circulation.pl to circulationold.pl which still deals with issues. fixed up branchtransfers.pl moved circulation2.pl to circulation.pl moredetail.pl presents circulation information taken from the branchtransfers table added branchrelations table and changed branchcategories table to allow admin/branches.pl to work properly. Changed the word: Fines to: Charges Changed the error message from: There is no book with barcode: XXXXXX to: No item with barcode: XXXXXXX Removed the "Item has been transfered" message from the returnbook2 subroutine. changed the destination branch dropdown to only show branches that have categorycode == CU, ie can be current branch. script for changing the branch and printer settings, taken from circulation.pl fixed the branch and printer setting mechanism changed layout slightly Completely new. This file handles the issues, and sets branch and printer cookie. improoved layout and branch and printer settings are displayed fixed a little bug with cookies and setting the branch and printer settings. Changed the wording of error message from: "Cannot transfer item to branch it is already at" to: "Item already at destination branch" Added the reserves functionality. Now calls a bunch of routines from Reserves2.pm Added some subroutines. All reserve activity should go through these. CheckReserves (search on itemnumber), CancelReserve (manages priorities correctly) ReserveWaiting (sets a reserve record to waiting and sorts other priorities) Some small changes in transferbook: uses the new Reserves2.pm methods. Fixed up the reserves code to use the new Reserves2.pm methods. Changed the returnbook method to use CheckReserves instead of FindReserves. Most everything is fixed now in returns, including the way it displays (a little). improved all the code so that priorities are reset properly. Changed the issuebook routine to use the new methods from C4::Reserves2.pm fixed minor bugs fixed bug http://bugzilla.katipo.co.nz/show_bug.cgi?id=1284 If an item doesnt have a holdingbranch it just shows blank instead of not appearing at all. rewrite, so that it correctly displays branches and waiting reserves. Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date changed the wording of two messages. see http://bugzilla.katipo.co.nz/show_bug.cgi?id=1390 these files were old versions that are not currently used. fixed up some little bugs around the big buttons that change between issues, returns and transfers changed the behaviour when a reserved book is returned according to the wishes of HLT. reactivated the printreserve method that is used to print a slip when a reserved book is returned. this is used in /circ/returns.pl fixed bug that kept asigning reserved books to the same person! fixed up the reserves. Can view the printed slip before it is printed! Fixed up the Print module. Added a function printslip that takes a string as an argument. It is easier to prepare the slip and then call the print function. in circulation.pl I have moved some javascript out to the circulation-top.inc commented out a warn or two... removed warn statement Changed FindReserves so that it gets biblioitem data if the reserve has a reserve constraint. taking out some warn statements.... removed some warn statments. Fixxing bugs added the book title and author to the reserve messages. added the itemtype code to the printed slip that goes in a reserved book. Changed the ItemInfo method. if an items "itemlost" field is 2, the 'duedate' is set to "Very Overdue". If itemlost = 1, duedate is set to "Lost". added "notforloan" field to the itemtypes table. added the ordernumber information to make the Aquisitions link work. added a   if the volumendesc field is null. fixed up the todays issues and previous issues tables so that they are both listed in reverse order by issue date. changed the previous issues to be listed in order of due date I have changed the branch options to only include the Issueing branches. Also if no branch is set it Defaults to Levin. all items are listed in the returned items list, regardless of whether they were issued or not. Changed some messageing stuff as well, but will be back to fix that up some more. added a check in the returnbook subroutine that checks to see if a book has been cancelled: i.e. that the wthdrawn field has been set to 1. changed the color to red and size to +2 for the Issuing Question.... Added some red color here into the message that appears when a waiting book is attempted to be issued. Fixed a really terrible bug! Took out the fixpriorities call in FillReserve. This is not necesary because the priorities are fixed up when the item is set to waiting in ReserveWaiting. Changed the wording of the reserves print slip slightly. added a Boolean: $norequests whhich is set on the template detail.tmpl so that the "requests" button only apears if it is actually possible to make a request. This is set by checking against the "notforloan" field on the itemtypes table. fixed up the CheckReserves.pm routine so that it does not put Referece items into "waiting" status if there is a reserve. Also fixed a bug in detail.pl. removed the printreserve routine. It has been replaced by printslip. Fixed a bug in the reordering priorities in FillReserve and andother different bug in CheckReserves. Fixed a little bug so that flags get recalculated after an item is issued. A little script for performing changes to the branch fields on items. This script runs over the database. minor changes to comments etc.... Fixed up some of the messaging stuff. turned of the branchtransfer when an item is set to "waiting". Changed the display of lost, long overdue, reference, and cancelled items. fixed bug caused by last commit Fixed up the display of bibitems, implemented some restrictions on which items can be reserved. Fixed bug by cleaning out crud. added another link on the "Reserve Found" flag. another little tinker. long overdues are now requestable. rewrote CheckReserves so that it can be called with a barcode as well as on itemnumber. Fixed bug in flags display Bug fix in ReserveWaiting to make sure only the record found is marked waiting. Little bug fixes. Changed so that when a Waiting item is returned the holding branch is updated. changed the way Waiting items are transfered from returns.pl to Circ2.pm pate (10): refactored slashifyDate function out of inline code, created C4/Koha.pm to hold it and wrote tests for it, started marking other places for potential refactoring. refactoring, marking spots for further refactoring whacked a couple of bits that Chris marked as okay to delete. moved ethnicity fixing out of moremember.pl into a function, eventually to replace with a more configurable version (non-NZ specific) moved ethnicity fixups into C4::Koha, eventually to be replaced with a better (non-NZ specific) solution. starting to move ethnicity stuff out of programs and into modules initial version of the Changelog -- used cvs2cl to generate it. general cleanups updated testing quick updates/corrections rangi (55): tidied up, less hlt specific now Deals with lost book charges now Doesnt write to an include anymore Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was breaking when the borrower owes a lot of fines) Draws list of branches from the branches table now, when adding an item Fixing branches Fixed the holding branch insertion code. It was inserting the correct homebranch but was still inserting the wrong home branch More work on the addbooks scripts, committing on behalf of Roger Actually lives in telnet/ Fixing up the query to pickup budget Have realised misc/fines2.pl is the real fines script, this one can be removed so as to remove one more source of confusion Script wasnt setting street address correctly Just a quick little fix the sql to update a borrower was setting the postal address twice, instead of the postal, then the physical address. My little fix got overwrote by pat's fix so im updating now before i forget :) Little typo, missing t in systemprefs Apart from that, all the patch files seem to be running happily on hlt.katipo.co.nz Just added some comments for Pat (Is this a good way of doing it? if not let me know) Working on a fix to speed up title and author searches Fixing the subject search i broke ;) Submitting on behalf of Nicholas First cut (not functional yet) of an installer script Fixing bug reported by Steve, Couldnt remove an additional Author when modifying a biblio Cleaning out all unused cruft. C4Connect is the only function that was actually being used in this module No harm in adding these to the main branch either Fixing a typo Removing keywordsearch2 (no longer used) Fixing glitches in counting lost items. In items itemlost=1 item marked lost by a librarian itemlost=2 item marked lost by kohas automatic this item is over 4 weeks overdue routine. Making the CatSearch and KeywordSearch return more sane returns Returns an array of hashrefs now, rather than the array of tab separated strings it was returning before. Now use the new hash based results returned from Search.pm Just adding some spaces to test the new cvs-koha list Starting Makefile.PL and starting work on pod inside Search.pm Committing Paul's changes into the main branch, and salvaging the changes made in version 1.4 that got clobberd by 1.5 Will work now with the existing C4/Search.pm at least the one in the main branch. Will still break with the version in rel-1.2 Now works with all searches, this plus the templates should now be close to a drop in replacement for the existing search.pl Made a wrapper function catalogsearch This then chooses whether to call KeywordSearch, or CatSearch, or any other searches. Shifted picktemplate out into C4::Output.pm Html::Templated version of detail.pl, this combined with the template in koha-html should be a drop in replacement for the intranet detail.pl script Reverting back to old search.pl (for now) The html::template version is in html-template First cut of moredetail.pl using html::template Now uses KeywordSearch from C4::Search rather than keywordsearch from C4::Acquisitions .. which can now be deprecated? At least unless gynn tells me ive done something bad :) Just a little fix to make it display an add variable button instead of add new member. add variable button is in koha-html Adding in publisher and abstract as search fields Fixing ItemInfo2 to ItemInfo Some minor changes to get detail.pl and moredetail.pl working nicely with html::template Fixing syntax error Committed on behalf of Mike The script mike uses to run backups on the koha database Fix to get list of overdue items showing correctly Fix to get sticky due date working issues printing issue slips again Fixing issues which i broke just before ... perhaps one more commit today. Issues used to pop up a payment window when a borrower had finished issuing and had money to pay. We seem to have lost that, ill try and get it back pop up pay window is working again Regex to change the javascript to make cursor start in barcode box Fixed so datelastseen is updated on the item record for every issue or return Making sure fix makes it into the main branch as well Fix for bug 69 fix to pass the catalog maintenance flag along Fix for last borrower for the moredetail.pl page sCVS: fixes for the ordering of the issues table in issues, and also on the printed slip calc_charges expects to be passed a database handler, this wasnt happening, which was breaking this page saas (1): Correct spelling - aquisitions to acquisitions tipaul (51): Sample database only for parameters tables Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop) Creates a thesaurus table from the bilbiosubject one updated database.mysql : dropped unused tables, created indexes : old database.mysql updated by updatedatabase2.pl script Bugfixes : removes some hard coded trailing dates in select... oops, removing 3 test lines... (ending by a die !) * getallorders now returns only not fully recieved orders DB query optimisation First, run updater/thesaurus_create.pl. It creates a thesaurus table and fills it with data in bibliosubject. Thesaurus contains 2 columns : freelib and stdlib. This permits connecting differents forms for a word/sentence (HUGO may be mapped to V. Hugo, Victor Hugo...) In modbib.pl, you will see "..." near subject. If you click on this ..., a popup appear. It has 4 parts : the Subject field, a search field with Search button. If you enter a value here and click Search, a list of thesaurus entries starting by what you enter appear. If you select a value and click "OK", the value is added to the subject list. When you've finished, click END. the window is closed, and the value copied to main subject window. bugfix : link corrected to acquisition newsubtitle called only if title exist small bugfix : adding bibdata only if exist Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know : smalll bugfixes and code cleaning. See mail in koha-devel for remaining questions Beginning of marc stuff : * in marc directory, the marcschema.sql contains now the new marc structure. The old one is in marcschema.old.sql. * in marc directory, the fill_usmarc.pl script fills the structure tables with USMARC format in english. Thanks to steve for the BIG work getting them from LOC... It's still to do for UNIMARC in english, and of course in french for me ;-) * in admin directory, the marctagstructure.pl script helps playing with the structure and modifying it... It's not ended (tomorrow, i hope it will be) some more cleaning : removed duplicated row, added indexes * modification of tables/row names : *_tag_* replaced by *_subfield_* where needed * modification of word table New and hopefully last version of the MARC-DB. Is the fastest in benchmark, everybody agree ;-) (Sergey, Steve and me, Paul) ouuppsss... forget the 1.13 version, i made a mistake. This version works and should be the last test.pl, contains a script to test the Catalogue.pm stuff. Catalogue.pm : marc stuff : * the 3 xxxSubfield functions works * the addMarcBiblio function has been added : if you pass it a perlmarcstructure (sample in test.pl and explanation in marc/perlmarcstructure file), it adds a biblio to the marc_schema. The newbiblioitem (old koha-DB) still has to be updated to build the perlmarcstructure internally and call addMarcBiblio function. Proposing simplified perlmarcstructure. Interesting mainly for Steve today stuff around marc. Will change soon as we will use MARC::record (see marcpm.sourceforge.net) MARC stuff : beginning to use MARC::Record package. Going to MARC 1.4... trying to merge rel-1-2 into main branch... test with this script, choosen randomly ;-) * Acquisition synchronised with rel-1-2 * Update of biblio.pm and catalogue.pm that continuates MARC stuff. Lot of explanations at the beginning of Biblio.pm MERGE 1.2 and main branches Still a few diffs i don't understand : merging branches 1.2 and main merging of rel-1-2 and main branch merging rel-1-2 and main merging 1-2 and main. merging 1.2 and main. Diffs are due to new features. merging 1.2 and main branches merging 1.2 and main branches Merge from 1.2 and main branches merging 1.2 and main branches. Only 1 line merged, as all diffs are due to finlay's rewritting of this script. merging 1.2 and main branches merging 1.2 and main branches bugfix from merging only 1 change : buttun-add-new instead of button-add-variable. Other diffs are due to "explanation" row adding, only in main branch merging 1.2 and main branches merging 1.2 and main branches. main branch now uses ethnicity SQL table Long is the road to MARC.. *** empty log message *** 1st scripts for MARC-DB. Now, the API... Database.pm and Output.pm are almost not modified (var test...) Now, the acqui.simple system... marcimport.pl has been almost completly rewritten, so LOT OF BUGS TO COME !!! You've been warned. It seems to work, but... small script that show in HTML a MARC biblio stored in koha. Very useful for test, and could be a start for MARC management in koha. pod documenting the API. adding mysql path for linux mandrake (which is /usr/bin/mysql) MARC API continued... * some bugfixes * multiple item management : MARCadditem and MARCmoditem have been added. They suppose that ALL the MARC field linked to koha-item are in the same MARC tag (on the same line of MARC file) * fill_usmarc.pl => fills db with MARC21/english data structure. The modifs now maps koha item fields to 995 MARC tag. * updatedb2marc.pl => builds MARC data from old-DB. WARNING : this script translate around 30rows/seconds, which is neither good nor bad (if you consider that 1 biblio+1 item = more than 50 record in the MARC-DB). But if you plan to migrate a 30 000 books db, launch script and go for lunch ;-) tonnesen (91): This is my bulk MARC record importing tool. Feel free to test it out, but DO NOT use it on a production system yet! It needs to be more adaptable to different MARC implementations. Fixed typo Added some comments detailing how MARC fields are mapped to Koha data Starting to play with HTML::Template I'm going to work on the search interface instead of the circulation interface as the search interface is where my librarians want the most changes at the moment. Put Dewey back in template file Now using real data. Returns first 20 records where author starts with 's' Added ability to switch between two templates. One template shows biblionumber, the other template shows notes, in the third column. Still playing. Added a "next record" link Fixed startfrom in template links in header Modified to use Search.pm and KeywordSearch(). Note that I had to modify Search.pm as well to get it to return something other than that bizarre @stuff array. :) Modified Search.pm to work with HTML::Template search.pl file. WARNING!! This Search.pm will break the existing search!!!! Cleaned up formatting of dewey number before returning result from Search.pm Small cleanups. We really need to hash out some standard hierarchy for storing these templates. I'm thinking they are going to get a little overwhelming... Changes: - templates are expected to be found in INCLUDESDIR/templates/catalogue/searchresults/default.tmpl - Works with default Search.pm from cvs Calculate itemcount in Search.pm if using new template based search interface Fixed some problems in default.tmpl Note, I have the includes dir hard-coded in default.tmpl. Needs fixing. Also, you can pick another template by setting a systempreferences variable 'template' to some other value. If the given template can't be found, default.tmpl will be loaded instead. Fixed reference to newsearch.pl instead of search.pl Added cell padding back in to table for default.tmpl Modifications to use new template directory structure. Removed hard coded includes directory in templates. Note that TMPL_INCLUDE tags in a template will now use the koha.conf includes variable as a search path, so only the filename needs to be used. Fixed some breakage... Bug that prevented picking alternate themes from default Fixed search.pl so that next and previous buttons work... had to pass form parameters in to the templates Darn. Committed over old search.pl... really going to have to learn how to roll back files. ;) Starting rewrite of Catalogue.pm using Paul's new marc schema, and Alan's koha-wide ban on $dbh->quote. :) Added marc_NXX_subfield_table tables Used subfieldcode where I should have used subfieldid (in primary key) Note that I changed bibcode and tagcode to bibid and tagid as well to avoid confusion with subfieldcode (which is the one letter subfield code) Few more changes... not much to look at yet, still wrapping my head around the new schema Benchmarking files for comparing performance of two different proposed database schemas for MARC storage. See IRC log at First attempt at a perl data structure for marc records Script for printing barcode labels. Running this script sends raw postscript to stdout, so redirect to a file for viewing with ghostview, or to a postscript capable printer for printing. There are some variables which can be edited at the top of the script. Further simplifications to the marc schema specification Changed subfieldmark back to subfieldcode Started modifications to match new marc schema New benchmark run to test Sergey's schema Benchmark script for sergey's schema Splitting into separate tag and subfield tables removed fieldid in favour of tagid, removed _sergey from table names, added tagorder field to tag table, renamed marc_field_table to marc_tag_table. removed another _sergey Skeleton test file for Catalogue.pm. Fails miserably so far. :) Added checking for option to run unsafe database tests. The idea is that tests that attempt to modify the library database will _not_ be run unless the environment variable DoUnsafeDBTests is set to 1. This allows people on production systems to run the tests without any fear of data corruption, while developers can run the full suite of tests on a standard sample database. I couldn't get testKoha to run until I modified the runtests line. Am I using a different version of Test::Harness? Merging rel-1-2 changes into main More merges in from rel-1-2 All of the changes so far have been minor. I did uncomment delbiblio($biblio) in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2 Third in the series of branch merges. Starting to run out of easy stuff. :) merges from rel-1-2. Starting to get a little longer now. Being very careful. Are we getting sick of merging yet? Not me! 47 files to go, 47 files to go, take one down, pass it around... 46 files to go. Most of these merges are just removing unused parts of the perl modules. Merged changes from rel-1-2 branch version 1.21.2.1, all fixes to warnings Merged with rel-1-2 copy Merged changes from rel-1-2 Cosmetic change. Merged with rel-1-2 Perl 5.005 doesn't like the -I after the script name. (This doesn't look very functional yet in any case, but thought I'd put it in as a fix) :) Switched button-add-member to button-add-new in /admin/ scripts. removed "use warnings" Fixed bug. $sth->execute after $sti->prepare. Merged in optional ethnicity fix from rel-1-2 Merged in updates from rel-1-2 Merged SimpleMarc.pm over from rel-1-2 module added from rel-1-2 branch Copying missing files from rel-1-2 to trunk Removed use warnings; which breaks perl 5.005 Merged over from rel-1-2 Added from rel-1-2 branch Merging bug fix from rel-1-2 merging changes from rel-1-2 Fixed bug in checkvalidisbn() Merged changes from rel-1-2. Abstracted table structure changes by alan. bug fix Beginning of authentication api. Applied to shelves.pl for now as a test case. Minor changes Additions to authentication scheme. Logs to /tmp/sessionlog. Will move this to a db table. Checks for a basic authentication userid. If found, it skips the cookie stuff. Also now supports scripts that do not _require_ authentication, but might display differently if they get an authenticated userid (might be useful for opac pages, where pages could be tailored to meet a patron's preferences). Minor changes to authentication routines. Auth.pm now checks the password againts a new field in the borrowers table (password). There is also a new "userid" field in the borrowers table. When a user logs in, the userid will be checked against the userid first and the cardnumber second, so either method will work. Cookie bug. Added sessionqueries table and password/userid fields to borrowers table use warnings breaks perl 5.005 too many arguments to mklink Bug fixes from rel-1-2 Bug fix from rel-1-2 Auth.pm now caches form submissions and resubmits them if a user logs back in after being logged out for inactivity. Also switched from crypt passwords to md5 passwords stored in borrowers table. Used Digest::MD5 module. I ain't gonna reinvent _that_ wheel. :) Updates to authentications cripts. userpage.pl is the page for authenticated users in the OPAC to set preferences, get personal information, etc. Cleaned up contents of location information Send cookie in header Missing bracket Changes from rel-1-2 branch Fix permissions on /etc/koha.conf on initial install. Added copyright statement to all .pl and .pm files Removed '_' between issues, returns, and transfers graphics Added bibliothesaurus table truth_nz (16): Updates to use changed newbiblio sub in C4/Acquisitions.pm Altered newbiblio to be more generic - so can use with new acui.simple scripts (which are not finished yet). Acquisitions::newbiblioitem updated to be usable for new acqui.simple addorder.pl and updatebibitem.pl modified to use new newbiblioitem Modifications for new acqui.simple Database includes new biblio abstract field and biblioitem url field acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm scripts for new acqui.simple system Bug fixes to get the new acqui.simple system working. Fixed bug due to way hashes take values. Was stopping items being saved to database. Added code to pick up branch list from database. Update to catalogue to allow change of biblio abstracts. Related modifications to acqui system to match changes in Acquisition.pm detail.pm changed to show abstract - still working on how to show url's Update to catalogue to allow change of biblio abstracts. Related modifications to acqui system to match changes in Acquisition.pm detail.pm changed to show abstract - still working on how to show url's New files, and changes to add associated webstes to a biblio. Adds a new table to database - so installer needs updating again. Changes to allow modifications to the website biblioitems Changes to way that website biblioitems are shown on the details page bug fix to actually save the changes made to an website biblioitem. Added code to allow deleting of biblioitems Patch to acqui system to use new newbiblioitem() parameters Fixed a few warnings. Update to acqui.simple system. Hopefully this is a lot more user friendly. Probably a few bug fixes to come still. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository tag n_acq_a_porter created. v3.00.03-1270-g3c659e8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, n_acq_a_porter has been created at 3c659e863d036ba2c7862166eb15d7fee921fd19 (commit) - Log ----------------------------------------------------------------- 3c659e863d036ba2c7862166eb15d7fee921fd19 user privacy managing and dealing with AnonymousPatron new syspref ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:31 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:31 +0000 Subject: [koha-commits] main Koha release repository annotated tag startde created. startde Message-ID: This is an automated email from the git 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, startde has been created at 60f230b6775bc4b4b1039c1c6aa2aec04bfbf365 (tag) tagging e797ca4062276b179ad6cbce4f07a328d647f587 (commit) replaces start tagged by dnmeid on - Log ----------------------------------------------------------------- dnmeid (1): the german opac ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository annotated tag 3.02.02 created. 3.02.02 Message-ID: This is an automated email from the git 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, 3.02.02 has been created at 5a660b39a48469880040a8f62e161ad467348673 (tag) tagging eac7c17e9fc7c444b8fdfa8637f4a5e4047e3e82 (commit) replaces v3.02.01 tagged by Chris Nighswonger on Tue Dec 21 19:03:39 2010 -0500 - Log ----------------------------------------------------------------- version 3.02.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQEcBAABAgAGBQJNEUBbAAoJEEQBPavVIgJhanEH/0tT5vy9KRcLIdjGPqzX7tMa wsQd8p9JCi1HIXyGtgw4sQHICP69mzjpiAIO6QfCqtrxht94AZitqlD3E0Ptz8dD aCYhB7WPQn7HT1x1EaLM4iBgqVyp0okJ1ero/IDVuC/ZGwtZe2k8aq/vdpeb9DQB 8Ji2pnmR40GsksfXRGfz7raEPfh6WUKwgwIwPR5SuOHpa1R0dQeexGSEGCNeZAIB deMroOUE6r8EU+vpGF3itT/yj/46emA0KTe+xgPSx+nqgqdRtwpjdKiD20So1xwD JHeqjFgcSM6QCfVboROLnBAxG2GZLW7cqzVHgPZ3OBg8lE2RW/zGii/asceojXg= =9RiP -----END PGP SIGNATURE----- Chris Cormack (11): Bug 4211: This patch should provide a working way to send out mail from suggestions Fixing formatting and links in the history document Adding 3.2.1 release to the history Updating test for systprefs to give more useful output (cherry picked from commit 423138606eabcae2b9960d1a9841f0ca51f9fd46) Adding another developer to the Koha history, 120 now! (cherry picked from commit 4fc888572be10bbc3981dfd02f8e9ba0cfa73612) Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully Fix for intranet-tmpl had one /TMPL_IF to many (cherry picked from commit e83beb048201fdc3be9286006173973eb73d6ce0) Revert "Ergonomy improvement in smart rule management" Fix for 5143, now with IE debug removed Bug 5531: Fixing german sysprefs file (cherry picked from commit e20895a9a783eca7a1b8892da291dceac90a6f85) Bug 5331, fixing Italian sysprefs.sql (cherry picked from commit 2814b535e6672e972d954e823f611378393f624b) Chris Nighswonger (7): Updating Version Number to 3.02.01.000 Updating Version Number to 3.02.01.002 Bug 5391 - can't add multiples to batch Updating Version Number to 3.02.01.003 Beginning of Release Notes for 3.02.02.000 Adding Translations Updated to Release Notes for 3.02.02.000 Updating Version Number to 3.02.02.00 Colin Campbell (7): Bug 5450 Avoid a name clash in ILSDI modules Bug 5448 Use Test::More in Boolean.t Bug 5448: Refactor Boolean.pm Fix some compile time errors reported in test suite Bug 5022 Supplements were not saved correctly Bug 2170 Supplementary Fix Wrap link in permissions check Variable redeclared in same scope Fr?d?ric Demians (6): Bug 5444 Fix misc/translate script for 'standard' Koha install Bug 5475 Wrong messages date formating on Check Out page Bug 5041 Allow to delete non-repeatable field Bug 5506 Improve translation script Updated .po files for 3.2.2 inclusion (cherry picked from commit 072f03b2c1399d559c45d89218b68150d71f02d2) Bug 5506 Shorten .po file comment lines Galen Charlton (8): bug 4211: more fixes to suggestion letter template handling bug 4211: ensure that suggestion emails have full details bug 5127: sample notice templates for suggestions Updating Version Number to 3.02.01.001 bug 4451 followup - don't need /g for this replace bug 5405: remove disused script catalogue/suggest.pl bug 5397: display renew count consistently bug 4908: rename temlate variable to branchname Garry Collum (1): Bug 4937: Fixes XHTML in the pagination links of a saved report. Ian Walls (5): Fixes bug 5232: Shelfname won't display on high-numbered lists Bug 4449: AllowHoldPolicyOverride does not override all hold policies Bug 5457: gather_print_notices.pl requires explicit stylesheet Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql Fixes bug 5125: Default focus on circulation-home page Jane Wagner (1): Bug 3789 Set off shelving location in staff and OPAC title display Jean-Andr? Santoni (1): Ergonomy improvement in smart rule management Jesse Weaver (1): Add .packages file for Ubuntu 10.10 Katrin Fischer (7): Add BSZ to Koha's About page Bug 5467: Kits shown wrong as visual material in XSLT displays Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers Bug 3381 - Add an IntranetUserCSS system preference Bug 4218: Fixes display problem introduced by last patch Bug 2965: Allow due date in the past - small template fix Bug 2965: Follow up - fixing problem with barcode field Liz Rea (1): Bug 4935: fix for allowing authorized values to be "unset" Marcel de Rooy (1): bug5455 (Fix uninitialized-warnings on authorities.pl) Nahuel ANGELINETTI (2): (bug #5154) fix most checkouts report (bug #3575) fix opac-detail.pl Nicole Engard (5): bug 5150 change issuing to circ & fine rules bug 4252 add authorites permission to menus bug 5255 change 'document type' to 'item type' bug 4977 add missing order links to 'no results found' page bug 5035 remove default opaccolorstylesheet value for new installs Owen Leonard (25): Fix for Bug 5281, "Check in" then "Renew" checkboxes checked in the same time Fix for Bug 5269 - link to patron edit form when editing turned off Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab Fix for Bug 4981, Tweak style of item listing on MARC display Fix for Bug 4451 Batch item tool can't process file with Windows line endings Fix for Bug 5402, "add to cart" shown on checkbox hover Further fixes for Bug 5142 - Untranslatable strings in tag review template Fix for Bug 5029 - Update patron deletion error page Fix for Bug 5030 - Improve handling of duplicate patrons Fix for Bug 5048, Error in menu/submenu for select language in intranet Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found Fix for Bug 4983 - Add edit record / edit item links to search results Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library Incremental fix for Bug 3285 - Location on Add Subscription should be pull down Fix for 4832 - Re-editing a suggestion changes the item type Fix for Bug 2808, Hold queue not alphabetizing Fix for Bug 4173 - Statuses not appearing in the OPAC Fix for Bug 5443, Inaccurate highlighting of fields in patron update email Fix for Bug 4218 - Staff client detail page does not show item hold status Fix for Bug 5416, Template syntax error in moredetails.tmpl Fix for Bug 5208, Language chooser missing on Batch item deletion/modification Updated fix for Bug 2170, Adding 'edititems' user-permission Fix for Bug 5000, Uncertain prices misses option to choose display language Possible fix for Bug 2307, Calendar widget cannot be translated Alternate fix for Bug 2981, removing onclick redirect Robin Sheat (7): Bug 4500 - remove commas from price formatting Bug 5479 - Update package building scripts Update Debian changelog for 3.2.1 release Bug 5313 - allow creation of libraries with hyphens Bug 5228 - make rebuild_zebra handle fixing the zebra dirs Bug 5084 - hide funds that are part of an inactive budget bug 5033: Add a reference to xml_sax to the Makefile.PL Srdjan Jankovic (1): Bug 2965: Allow due date in the past f.demians at tamil.fr (1): Bug 5446 Item creation in Acquisition module doesn't control mandatory field ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jan 23 19:50:30 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 Jan 2014 18:50:30 +0000 Subject: [koha-commits] main Koha release repository annotated tag html_template_pro created. html_template_pro Message-ID: This is an automated email from the git 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, html_template_pro has been created at cd503c4a4db7094442f4b7d54a085c41c3e9ed27 (tag) tagging 8843e29a9dd35fa3c34813077f4dfffd91483995 (commit) replaces v3.02.00 tagged by Chris Cormack on Sun Apr 10 21:24:39 2011 +1200 - Log ----------------------------------------------------------------- Old HTML::Template::Pro templates -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAk2hd1gACgkQZgbcHEvgMLPZVwCgipdaUHSrofcpJh1k9riRmkzz xcgAoJFvlWsOnPNDDvkUoM3sYc3ITygT =QCQN -----END PGP SIGNATURE----- Alex Arnaud (18): (MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat. (BUG #4806) circ/circulation.tmpl: Add "reservenumber" in the reserved table. (MT4068) Display callnumber & location in serials-collection.pl & serials-edit.pl. Bug 5947 Suggestions : add date to the search query Bug #6044 - Authority is deleted when mergeto and mergefrom are the same Bug 5941 : (MT4425) Replace search 'an' by 'an, phr' in searchresultlist.tmpl Bug 5946 : (MT1177) aqplan.pl, fix the problem of calculating the total remaining. Bug 6105 - Fix a problem when cancel a reserve from moremember.pl Bug #6110 - fix Callnumber index mistake Bug #6082 - On aqbudgets.pl bug on the Statistic's combobox Bug #6107 - Problems when duplicate a patron on memberentry.pl Bug #6112 - Missing fields in overdues csv file Bug 6095: Add UTF8 encoding in template Bug #6130 - Letters: Fixing Subject encoding Bug #6052 - BranchTransfer Limit :Adds a default value Bug #6049 - Add a filter by date in overdue.pl bug #6054 - Add a filter by active budget on acqui-home Bug #6119 - Add biblioitems.itemtype in columns for items.content Amit Gupta (2): Bug 5464 Suggestions - adding more acq fields to staff interface Bug 5489: Send hold email to branch email address if it exists instead of koha email address Andrew Elwell (2): Bug 5385: POD Cleanups (part 1) Bug 5385: POD Cleanups (part 2) Bernardo Gonzalez Kriegel (14): Misspell: Quanity -> Quantity Bug 5118: Misspelled word: Currencey Bug 5117: Misspelled word Organisztion Bug 5119: Misspelled word correspounding Bug 5121 - Misspelled words: stripts biographyl Begininning Bug 5122 - Misspelled word: transfered Additional fix Bug 5122 - Misspelled word: transfered Bug 5123 - Misspelled words: Depdending Commited flutucations Bug 5124 - Duplicate and Misspelled words: periodicy outputing Bug 5132 - Misspelled words: Acquistion Succesfully professionnal Bug 5133 - Misspelled words: reservior notifiying deleete + recieving Bug 5134 - Misspelled words: exisiting anomolies genereated Misspells: deleteing -> deleting Bug 5130 - Misspelled words: biblographic delimeter extention Brian Engard (2): Create Unit Test for ImportBatch Updated links in Main Page Help Brice Sanchez (1): Bug 5702 : Adding if statement condition to highlight toggle Bryce Sanchez (1): Bug 5611 INIT block causes failure with mod perl ByWater Solutions (1): Bug 4254 - adding new patron advanced notice doesn't save Chris Cormack (304): Merge remote branch 'kc/new/bug5075' into kcmaster History updates Merge branch 'signoffs' into kcmaster Merge remote branch 'kc/new/background_jobs_tested' into kcmaster Merge remote branch 'galen/bug5308' into bug_5308 Merge remote branch 'kc/new/bug_5236' into kcmaster Merge remote branch 'kc/new/for-3.4/spelling' into kcmaster Merge remote branch 'kc/new/for-3.4/enh_bulkmarcimport' into kcmaster Merge remote branch 'kc/new/bug_5162' into kcmaster Merge remote branch 'kc/new/bug_5301' into kcmaster Merge remote branch 'kc/new/bug_4991' into kcmaster Merge remote branch 'kc/new/merge_help' into kcmaster Merge remote branch 'kc/new/bug_5308' into kcmaster Merge remote branch 'kc/new/bug2567' into kcmaster Updating version number and fixing the xxx in updatedatabase ... my bad Bug 5363 - Removing unused module (C4::Cache::FastMemcached) Merge remote branch 'kc/new/signoffs' into kcmaster Merge remote branch 'kc/new/bug_5227' into kcmaster Merge branch '5370_koha.org' of git://github.com/kfischer/Koha into new/bug_5370 Merge remote branch 'kc/new/bug_5370' into kcmaster Merge remote branch 'kc/new/bug_5236' into kcmaster Merge remote branch 'kc/new/bug_5214' into kcmaster Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster Merge remote branch 'kc/new/bug_5370' into kcmaster Staff interface .po file updates Russian and Ukranian opac language updates Ukranian and Russian syspref language updates Merge remote branch 'kc/master' into new/bug_5105 Test modules compile Merge remote branch 'kc/new/bug_5105' into kcmaster Merge remote branch 'kc/new/bug_5386' into kcmaster Bug 5385 - Fixing an error that crept in with the POD cleanup Bug 5385 - Fixing an error that crept in with the POD cleanup Merge remote branch 'kc/new/bug_4305' into kcmaster Merge remote branch 'kc/new/bug_5392' into kcmaster Merge remote branch 'kc/new/bug_4979' into kcmaster Merge remote branch 'kc/new/bug_5058' into kcmaster Merge remote branch 'kc/new/bug_5059' into kcmaster Removing merge commit Merge remote branch 'kc/new/bug_4498' into kcmaster Merge remote branch 'kc/new/bug_5381' into kcmaster Merge remote branch 'kc/new/enh/bug_4866' into kcmaster Brooke caught my april fools trick, its not 20004 yet! Merge remote branch 'kc/new/bug_5066' into kcmaster German and italian language updates Bug 4440: Fixing template syntax errors Merge remote branch 'kc/new/bug_5004' into kcmaster Merge remote branch 'kc/new/bug_5175' into kcmaster Bug 4211: This patch should provide a working way to send out mail from suggestions bug 5217 incrementing db version number Merge remote branch 'kc/new/enh/bug_5430' into kcmaster Merge remote branch 'kc/new/bug_5281' into kcmaster Merge remote branch 'kc/new/bug_5448' into kcmaster Fixing formatting and links in the history document Adding 3.2.1 release to the history Merge remote branch 'kc/new/bug_5142' into kcmaster Merge remote branch 'kc/new/bug_5029' into kcmaster Merge remote branch 'kc/new/bug_5030' into kcmaster Merge remote branch 'kc/new/bug_4851' into kcmaster Merge remote branch 'kc/new/enh/bug_4983' into kcmaster Bumping version number Updating test for systprefs to give more useful output Merge remote branch 'kc/new/bug_4935' into kcmaster Adding another developer to the Koha history, 120 now! Bumping db version Merge branch 'new/bug_4218' into kcmaster Merge remote branch 'kc/new/enh/bug_1997' into kcmaster Merge remote branch 'kc/new/bug_4218' into kcmaster Merge remote branch 'kc/new/biblibre_reports' into kcmaster Merge remote branch 'katrin/3381_intranetusercss' into new/enh/bug_3381 Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully Merge remote branch 'kc/new/enh/bug_2965' into kcmaster Fix for intranet-tmpl had one /TMPL_IF to many Merge remote branch 'colin/QA/bug_4506' into new/enh/bug_4506 Revert "Ergonomy improvement in smart rule management" Fix for 5143, now with IE debug removed Bug 5508 : Updating copyright statements Merge remote branch 'kc/new/enh/bug_5508' into kcmaster Merge remote branch 'kc/new/bug_5373' into kcmaster Merge remote branch 'kc/new/enh/bug_5283' into kcmaster Adding another developer to the history Adding another developer to history Merge remote branch 'kc/new/enh/bug_5285' into kcmaster Merge remote branch 'kc/new/bug_4908' into kcmaster Merge remote branch 'kc/new/bug_5446' into kcmaster Revert "Merge remote branch 'kc/new/bug_5373' into kcmaster" Bug 5283 Follow up, fixing broken template syntax Merge remote branch 'kc/new/enh/bug_5283' into kcmaster Merge remote branch 'kc/new/bug_5143' into kcmaster Bug 4473: Making a change to TmplTokenizer.pm to stop translation error Merge remote branch 'kc/new/enh/bug_4473' into kcmaster Merge remote branch 'kc/new/enh/bug_2965' into kcmaster Merge remote branch 'kc/new/bug_5035' into kcmaster Bug 5106: Tidy up code in opac-showmarc.pl Merge remote branch 'kc/new/enh/bug_5106' into kcmaster Bug 5530: Fixing a link to systempreferences.pl instead of preferences.pl Merge remote branch 'kc/new/enh/bug_5489' into kcmaster Bug 5531: Fixing german sysprefs file Bug 5331, fixing Italian sysprefs.sql Merge remote branch 'kc/new/enh/bug_5530' into kcmaster Bug 5531: further fix for fr-FR files Bug 5531: Updated Polish, Ukranian and Russian syspref files Bug 5531: adding some missing sysprefs Bug 5542: Availability code commented out - Uncommenting Bug 5526: Follow up patch removing a warn statement Bumping database version to 3.03.00.010 Merge remote branch 'kc/new/bug_5563' into kcmaster Merge remote branch 'kc/new/enh/bug_4820' into kcmaster Merge remote branch 'kc/new/enh/bug_5560' into kcmaster Merge remote branch 'kc/new/bug_4838' into kcmaster Merge remote branch 'kc/new/bug_5186' into kcmaster Merge remote branch 'kc/new/bug_5240' into kcmaster Merge remote branch 'kc/new/bug_5186' into kcmaster Bumping database number to 011 Bug 2142 : Bumping database version Adding new developers to the history Adding release info, and missing meetings to the history Typo fix for history file Bug 5611: Simple typo fix in the comments Merge remote branch 'kc/new/bug_5611' into kcmaster Adding a new developer to the history Bug 5399: Follow up style patch, moving exits out of subroutine Merge remote branch 'kc/new/bug_5327' into kcmaster Merge remote branch 'kc/new/bug_5327' into kcmaster Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 shifting database dependent modules and scripts to t/db_dependent Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 litte fix for Background tests Bug 5327 - Fixing a path issue with XISBN.t Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 Cleaning up XISBN.t a bit Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327: Little change to Record.t Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 - Now we are doing db calls, we need to shift this to t/db_dependent Bug 4289: Bumping version number up New icon set, renaming and making files in the intranet too Bug 4289: Updating other sysprefs until we change the installer, we need to do this Bug 5327: Shifting and little tidy up of the members tests Bug 5327: small typo in the Members.t test Bug 5640: Adding the icons to the opac also Merge remote branch 'kc/new/enh/bug_5640' into kcmaster Bug 5268: Combining icons with liblime-kids Merge remote branch 'kc/new/enh/bug_5628' into kcmaster Bumping Koha version Bug 5327 fixing missing number of tests Merge remote branch 'kc/new/enh/bug_4289' into kcmaster Merge remote branch 'kc/new/bug_5586' into kcmaster Merge remote branch 'kc/new/enh/bug_5551' into kcmaster Bug 5618: Multiple renewals in the opac Bug 5618: Adding missing system preferences Revert "Fix for Bug 3659, Add place hold option from patron checkout tab" Bumping database version History updated Adding Jerome Charaoui to the history docs, 130 people have code in Koha now Bug 5452 - Overdue date color in borrower's today issues Bug 3881 fixing italian sysprefs Bug 3881: Updating database version number Bumping database version Updating history docs Bug 4931: Stocking can be by homebranch or holding branch Bug: 4263 - Repeatable subfields in items Fixing a syntax error, that snuck in with a merge Merge branch 'bug_5462_signoff' of git://github.com/colinsc/koha into new/enh/bug_5462 Updating history docs Merge branch 'new/bug_5690' into kcmaster Bug 5691 - Delete all items respects independentbranches system preferences Merge branch 'new/bug_5277' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Bumping database version Bug 2742 : Fix typo Bug 3495 : Providing a link to the fast add screen in circulation for an item that isn't found Merge remote branch 'kc/new/bug_3009' into kcmaster Merge remote branch 'kc/new/bug_4263' into kcmaster Merge remote branch 'kc/new/enh/bug_5733' into kcmaster Merge remote branch 'kc/new/bug_5649' into kcmaster Merge remote branch 'kc/new/bug_5734' into kcmaster Bug 5751 : Follow up patch, removing unused variable and fixing copyright Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/bug_5736' into kcmaster Merge remote branch 'kc/new/enh/bug_2170' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Bumping database version Merge remote branch 'kc/new/bug_5682' into kcmaster Merge remote branch 'kc/new/bug_5769' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/enh/bug_3550' into kcmaster Merge remote branch 'kc/new/bug_1953' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/enh/bug_1883' into kcmaster Merge remote branch 'kc/new/bug_4885' into kcmaster Merge remote branch 'kc/new/bug_1953' into kcmaster Merge remote branch 'kc/new/bug_3319' into kcmaster Merge remote branch 'kc/new/bug_5804' into kcmaster Bug 5811 - Bumping database version Fixing the translatable tests to work in french locales Merge remote branch 'kc/new/enh/bug_5792' into kcmaster Updating database version Fixing license and copyright statement for updatedatabase.pl Fixing a utf8 issue with the translator tests Merge remote branch 'kc/new/enh/bug_5783' into kcmaster Bumping database version Merge remote branch 'kc/master' into new/bug_3013 Bug 3624 : Follow up patch, to catch any installs that still have the missing columns Merge remote branch 'kc/new/bug_3013' into kcmaster Adding release dates and 2 new developers Bumping the database version Bug 5595 : Fixing a security glitch (please always use placeholders or dbh->quote and fixing the tests Merge remote branch 'kc/new/bug_5595' into kcmaster Bug 5669: Adding a system preference to control whether a user can select a pick branch for their hold or not Bumping db version Merge remote branch 'kc/new/bug_4438' into kcmaster Bumping database version Bug 5693 : Follow up patch, escaping HTML in limit_cgi so "" dont break hrefs Merge remote branch 'kc/new/bug_5693' into kcmaster Merge remote branch 'kc/new/enh/bug_3659' into kcmaster Merge remote branch 'kc/new/enh/bug_3495' into kcmaster Revert "Merge remote branch 'kc/new/bug_5734' into kcmaster" Merge remote branch 'kc/new/bug_3326' into kcmaster Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/ Merge remote branch 'kc/new/enh/bug_5869' into kcmaster Merge remote branch 'kc/new/bug_4218' into kcmaster Merge remote branch 'kc/new/bug_5879' into kcmaster Merge remote branch 'kc/new/enh/bug_5848' into kcmaster Adding 2 more developers to the history 137 now! Bumping database version Bumping database version Fixing missing syspref Bug 5928 follow up patch catching missing sysprefs Bumping database version Fixing template bug, once again unit tests rule! Fixed another template error thanks Jared Bumping database number Merge remote branch 'kc/new/enh/bug_5880' into kcmaster Merge remote branch 'kc/new/enh/bug_1962' into kcmaster Merge remote branch 'kc/new/bug_3670' into kcmaster Bumping database version Bug 5960 : Itemtype icons not showing correctly in staff search results Merge remote branch 'kc/master' into new/bug_5817 Merge remote branch 'kc/new/bug_3326' into kcmaster Bug 5687 : Bumping database version Merge remote branch 'kc/new/bug_5940' into kcmaster Bug 5547 : Bumping db version Bug 5548 bumping db version number Typo in kohastructured.sql thanks to Marcel de Rooy for the catch Merge remote branch 'kc/master' into new/bug_5940 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster Bumping database version number Bug 5965 : Follow up patch, cleaned for style Merge remote branch 'kc/new/enh/bug_6003' into kcmaster Bug 5578 : Follow up patch fixing FSF addresses Bumping database version Fixing FSF address in license statements Bumping database version Bumping database version Merge remote branch 'kc/new/enh/bug_5432' into kcmaster Merge remote branch 'kc/new/enh/bug_5548' into kcmaster Merge remote branch 'kc/new/enh/bug_4421' into kcmaster Updating version Merge remote branch 'magnus/bug3644-normarc' into new/pending_qa/enh/bug_3644 Merge remote branch 'magnus/bug6002-sample-data' into new/enh/bug_6002 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster bug 4865: Enable session storage in Memcached Updating database version Merge branch 'new/bug_5307' into kcmaster Merge remote branch 'kc/new/enh/bug_5839' into kcmaster Incrementing database version Updating history Updating database version number Bug 5914 : BuildUnimarchierarchies can go into an infinite loop Squashed commit of the following: Merge remote branch 'kc/new/bug_5651' into kcmaster Merge remote branch 'kc/new/bug_5914' into kcmaster Merge remote branch 'kc/new/bug_5942' into kcmaster Merge remote branch 'kc/new/bug_6056' into kcmaster Merge remote branch 'kc/new/bug_6058' into kcmaster Merge remote branch 'kc/new/bug_6065' into kcmaster Bug 6040 : Adding some error handling to the opac export Merge remote branch 'kc/new/bug_6009' into kcmaster Merge remote branch 'kc/new/bug_5555' into kcmaster Merge remote branch 'kc/new/bug_4276' into kcmaster Bug 6014 : Removing a leftover warn Removing conflict markers Merge remote branch 'kc/new/bug_5957' into kcmaster Bumping database version Merge remote branch 'kc/new/enh/bug_5547' into kcmaster New developer to the history Merge remote branch 'kc/new/bug_3072' into kcmaster Merge remote branch 'kc/new/bug_4912' into kcmaster Merge remote branch 'kc/new/bug_5949' into kcmaster Merge remote branch 'kc/new/enh/bug_5921' into kcmaster Merge remote branch 'kc/new/bug_5234' into kcmaster Merge remote branch 'kc/new/enh/bug_4449' into kcmaster Bumping database version Updating database number Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster Fixing a typo in systempreferences Bumping database version Bug 5984 : Allowing the librarians to hide items in the Opac using a system preference Bug 5984 : Follow up : Catching the rest of the languages sysprefs Fixing updatedatabase Merge remote branch 'kc/new/enh/bug_6013' into kcmaster Bumping database version Chris Nighswonger (10): Bug 5227 [3.4] Enhance the label batch edit interface Bug 5227 [3.4] Enhance the label batch edit interface Fixing up a regexp to stop a trivial warn Adding 3.2 Release Maintainer to Release Team List Bug 5381 - Fines in notices prints always 0.00 Bug 5391 - can't add multiples to batch Security Bugfix: Bug 1953 Adding Placeholders to SQL To Avoid Potential Injection Attacks Bug 5865 - Labels wrap incorrectly when paper width is greater than height Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server Christophe Croullebois (5): (MT #4108) Notes in serial Bug 5948 : Creation of a quantity column in receipt summary Bug 5962 : Budgets showing when they shouldn't (MT #4717) Bug in Koha 3.2 on acqui-home.pl Bug 5949 : Popup alert when deleting items from basket, also change planning value to statistics Bug 5963 : Add the ability to filter budgets using the active column Christopher Hall (6): Bug 5462: fixed dashes (replaced with _) and fullstops (removed) for variable names Bug 5462: fixed incorrect TMPL_IF Bug 5462: both intranet and opac seem to be 'clean', still need to make relevant changes in scripts Bug 5462: modified intranet scripts to match templates Bug 5462: more dash fixing for variable names within scripts Bug 5462: fixed current preferences tab highlighting bug created by dashfix Colin Campbell (47): Bug 5315: Remove references to obsolete variable nbstatements Bug 5224 Remove the adjective Shopping from basket Bug 5105 - Remove use of depreciated Switch module Bug 4305 Improve code flow Bug 4305: Add test case for ISBN-13 to ISBN-10 conversion Bug 5392 Initialize vars used in building url strings Bug 4074 Fix fail to parse simple qualified search Bug 5450 Avoid a name clash in ILSDI modules Bug 5448 Use Test::More in Boolean.t Bug 5448: Refactor Boolean.pm Fix some compile time errors reported in test suite Remove some whitespace from earlier commit Bug 5022 Supplements were not saved correctly Bug 2170 Supplementary Fix Wrap link in permissions check Variable redeclared in same scope Add jquery.uitablefilter.js Fix supplier loop in serials claims Bug 4286 Allow receiving if subscription enddate not set Bug 5582 Pass tag nums as a string to Doc Popup Bug 5583 Rename fieldnumber to blocknumber Bug 5589: Remove duplicated Exports in Suggestions.pm Bug 5601 Fix processing of DueDate return Bug 5601 :: Add tests for bugfix Bug 5611 Tidy up C4::Scrubber Bug 5403 Remove DisplayISBN and GetPublisherNameFromIsbn Bug 5026 Undefined dates formatted poorly in serials-edit Bug 4309 Do not throw error on auth search of multiple fields Bug 5673: test guarantorid consistently Bug 2742 Correct language names in install Bug 4263: Fix subfield ordering broken by earlier patch Bug 4263: Remove duplicated lines from C4::Items Bug 3550 : Display changes needed in opac-results-grouped too Bug5063: C4::Bookseller Changes bug_5064 Rework data retrieval in booksellers.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently Bug 5485: Add script to run Test::Perl::Critic Bug 5890 Correct Mismatched operator in comparison Bug 5466 On new orders get currency from vendor Bug 5880: Correct misleading pod in new subroutine Bug 5932 Remove itemdata sub from C4::Serials Bug 5708 : Get Correct Discount when levying rentalcharge Bug 5548: Correct punctuation in patch Bug 5529 Absence or Presence of lists not being reliably returned Bug 6096 Correctly return arrayref from GetAllShelves Bug 3803 Show ISSN in orderline of basket display Bug 5415 More consistent returns from SimpleSearch Bug 5415 Let calls of SimpleSearch utilize considtent interface D Ruth Bavousett (1): Bug 5230: Call number ranges in export don't give expected results. Daniel Grobani (1): unit test stub for Z3950.pm Dobrica Pavlinusic (1): Bug 4920 - neworderempty.tmpl shouldn't call calcNeworderTotal() onload Doug Dearden (1): Bug 5738 Display 856u As Image Edward Allen (1): bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid Fr?re S?bastien Marie (1): Use placeholders in sql Fr?d?ric Demians (30): Bug 5177 Selecting default sort result by syspref Bug 5368 Browse Shelf link appears when no itemcallnumber Bug 5372 (v2) Existing value can be replace by default value Bug 4472 Apply it to MARC21 Fix bug on opac-detail.pl with switch statement Bug 5105 Regression test for switch statement Bug 5204 Followup Bug 4440 Follow-up for English typography and alignment Bug 5444 Fix misc/translate script for 'standard' Koha install Bug 5475 Wrong messages date formating on Check Out page Bug 5041 Allow to delete non-repeatable field Bug 5446 Fix a bug introduces by previous patch Bug 5506 Improve translation script Bug 4838 Allow to choose which authority heading to copy into biblio record Bug 5506 Shorten .po file comment lines Bug 5530 Follow up Bug 5480 Some usual UNIMARC cataloguing plugins doesn't work anymore Bug 4289 Followup: Add syspref default value and in opac.pref Bug 3212 Force leader 9 position to 'a' for new biblios Bug 5727 Warning in log due to XSLT.pm Bug 5777 Update and install syspref tab titles Bug 4103 In Pro Adv Search, superlibrarian search always all libraries Bug 5830 Using XSLT on OPAC Lists page Bug 4072 Lost items aren't hidden on OPAC result page Bug 5065 Add ability to choose framework on import Bug 5610 Script to force borr transport defaults messaging Bug 5755: Syspref to control facets truncation Bug 5755: DB Update, add new syspref Bug 5931 Paging and sorting saved reports table Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields Fr?d?rick Capovilla (9): Bug 5661 Fix a problem when doing an authority search with no sort order Bug 5616: Corrects an utf-8 encoding problem in cardviews Bug 3341: Fines calculation erroneous when a repeatable holiday is added Bug 5703: Hide the $9 subfield (linked authid) when showing series for a MARC record in normal view. Bug 5883 : Prevent re-encoding the items if they are already in UTF-8 in ModBiblio. Escape the double quotes in authority search queries to prevent errors. Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl Corrects an error when showing a suggestion linked to a deleted budget. Bug 5410 : Adds "do-not-truncate" in the search queries of Heading.pm Galen Charlton (59): Merge branch 'enh_bulkmarcimport' of git://gitorious.org/koha/mainline into to-push bug 5128: fix syntax errors in previous patch bug 3211: fix some errors that crept into the cleanup fix use of outdated boilerplate bug 5309: tweak so that background progress doesn't exit immediately bug 5146: patron import files require header row tweak wording of merge target bug 2567: let 008/15-17 and 008/24-27 be set remove extraneous semicolon bug 5327: follow-up to fix SIP tests history updates - recent releases bug 5308: add foreign key constraints as well remove unused template include bug 5318: fix value of r4 rank weight bug 5301: improve escaping of XML characters in bib output bug 5162: follow-up patch to not clear hidden input setting attribute type bug 5190: link to MARC21/UNIMARC online doc in the bib editor bug 5190: improve linking to MARC field documentation bug 5311: correction to database update bug 4991: follow-up tweaks bug 5149: follow-up - remove extraneous character in link bug 5243: avoid crash when saving authority records on certain setups bug 4141: fix upgrade of OPAC XSLT parameters from 3.0.x bug 5219: tidy cleanup_database.pl bug 5236: remove hidemytags from CSS as well Removed two column definitions added in previous patch follow-up: improve use of home and holding library in circ stats report follow-up to reports permissions patch bug 5372: identify empty field in authority record correctly bug 5380: remove copy-and-paste from authorities/detail.pl bug 5386: remove dep on Path::Class from t/00-load.t bug 4305: add a couple test cases for _isbn_cleanup bug 5389: mark Business::ISBN as a required dependency bug 5393 [SIGNED-OFF]: add test case to check well-formedness of XML/XSLT files bug 4359 follow-up: noItemTypeImages should just control image display bug 4359: make other pages in the OPAC respect noItemTypeImages bug 5400: new test case to find files with merge conflict markers bug 4866 follow-up - minor code formatting cleanup bug 4211: more fixes to suggestion letter template handling bug 4211: ensure that suggestion emails have full details bug 5127: sample notice templates for suggestions bug 5127: database update to add the suggestion notification templates bug 4451 followup - don't need /g for this replace bug 5405: remove disused script catalogue/suggest.pl bug 4908: rename temlate variable to branchname bug 5397: display renew count consistently bug 5398: make additional pages in staff interface obey noItemTypeImages bug 5497: make all library fields available to circ receipt/slips bug 5585: fix display of current date on receipts and slips Bug 5399: remove useless eval 'use C4::Foo' bug 5654: remove disused directory bug 4306: respect item-level_itypes when displaying item label batches bug 2975: fix calculation of due dates by offline circ bug 2975: whitespace and formatting cleanup bug 5783: follow-up - fix logging of modifications bug 5783: follow-up system preferences tweaks bug 5846: fix detection of Javascript to compress by mod_gzip bug 4865: added dependency for using memcached for sessions bug 4903: enable OAI-DC output when install done in standard mode Garry Collum (2): Bug 4937: Fixes XHTML in the pagination links of a saved report. Bug 5373: Adds cardnumber to the field list of the Import Patrons NOTES. Henri-Damien LAURENT (28): (MT 3035) subscription created expired merge problem MT3667 : multiple display of same subscription MT3801: Serials not received issues cannot be claimed MT3667 followup MT3811 : unexpected issues not stored MT3801 followup : Cannot claim for issues MT3801: Serials not received issues cannot be claimed Followup admin/categorie.pl MT4009: followup removing systempreferences branch transfer limits Based on Chris Nighswonger french unimarc_standard_sysprefs.sql Bug 4438: incorrect "Budget total exceeds period allocation" error when editing fund Bug 5690 bug4438/MT5496 budget Exceeds total allocation Bug 5909 : SetUTF8Flag on any incoming data Bug 5944 : (MT #3000) new cronjob script to delete old suggestions Bug 5926 : Fixing Hierarchies : taking any heading subfield Bug 5964 : Translation problem on aqbudgets.tmpl MT3289 : check_sysprefs.pl case sensitive variable names Bug 6026 : export.pl : removing useless condition Bug 5924 : C4::AuthoritiesMarc.pm search enhancement Bug 6014 : MT3138 Adding some permission management to viewlog (Bug 4049) Searching itemtypes returning noise Bug 5923 : Authorities list :removing link on Summary Bug 6017 : MT3157 : editing an attribute lead to Error500 Bug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes Bug 5637 : MT3044 : Fix CSV export when rer are blank characters Bug 5980 : Adding location to search indexes Ian Walls (27): Fixes bug 5232: Shelfname won't display on high-numbered lists Bug 4449: AllowHoldPolicyOverride does not override all hold policies Bug 5457: gather_print_notices.pl requires explicit stylesheet Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql Fixes bug 5125: Default focus on circulation-home page Bug 2142: reinstate maxItemInSearchResults systempreference Bug 5603: advance_notice.pl uninitialized element in hash Bug 4289: OpacPublic prevents login into OPAC Bug 5619: Subfield 9 missing from most authorised heading fields Bug 5376: Batch Mod and Delete require superlibrarian permissions Bug 3881: OPAC Privacy reimplementation Bug 2341: items marked 'on order' not reserveable from search results Bug 5307: Language search fields Follow up on Bug 5462: fixing variable names breaks messaging preference form Bug 3319 Followup: Fix compatibility with fix for bug 4945 Bug 5824: Creating a circ rule for a specific library causes anomalies Bug 5831: rebuild_zebra.pl doesn't respect -r Bug 3670 Followup: fixes message preference form Bug 3203: ACCTDETAIL notices don't parse branches or borrowers tokens Bug 5547: Hide Lost Items dev Bug 5548: Hard Due Dates Circ Rule Bug 5578 Followup: Hard Due Dates break hard-coded default circ rule Bug 5957: Making COiNS in OPAC search results optional Bug 5990: Lists and Cart show LOC code not Location Authorized value Bug 5578: Self checkout by Login enhancement Bug 5548 Follow up: Confirm Checkout message where it shouldn't be Fix for Bug 4449: AllowHoldPolicyOverride cannot over all policies J. David Bavousett (1): Bug 4340 - patron name search does not handle punctuated names Jane Wagner (3): Bug 3789 Set off shelving location in staff and OPAC title display Bug 5810 revision to fix author search link Bug 4394 REVISED Allow opaccolorstylesheet syspref to use an external URL Janusz Kaczmarek (3): Bug 5569: Corrections to addbiblio.tmpl to be able to delete repetable mandatory subfields Bug 5819 : No toolbar in record view when quotes present in title - fix Bug5555 Corrected search for ISBN / ISSN Jared CAMINS-ESAKOV (2): Fix bug 3811; Index language as word Bug 4366: Improve COinS support for MARC21 Jared Camins-Esakov (37): Update language mappings to fix Bug 5311 Bug 5683 - it is possible to save corrupt records Bug 5723: Font for 780s on staff client shrinks Bug 5811: Add sysprefs to control overriding fines Bug 5815: Double clicking submits patron selection Bug 5810: Subject tracings search complete subfields Bug 3326: Work around Zebra's handling of & entities Follow up for Bug 3326: previous fix broke searches when Bug 5816: XSLT doesn't display enhanced contents Bug 5610: Add --since for setting messaging to default Remove errant Makefile and pm_to_blib from repo Bug 5390: OPAC loses library selection Bug 3382: Add CSS classes to OPAC XSLT tags Bug 5902: additem.pl should default to set library Bug 5641: Replace Favicon through staff client Bug 5921: Add enumchron to the items detail page Bug 5939: "Save and edit items" button broken Bug 3098 follow-up: Clean up formatting Bug 5919: Display MARC21 fields 583, 586, 530 Bug 4276: XSLT subject tracings only use subfield a Bug 5817: Follow-up fixing callnum: on staff results Bug 3326: Staff results still displayed & Bug 5900: GetAllIssues performance issues Bug 5253: Add options to runreport.pl Bug 4393: Scan Indexes results cannot be sorted Bug 5973: Add spans to staff client results Bug 5975: Add id to "Don't have a card" instructions Bug 5987: Add cl scripts to touch all biblios and items Bug 4421: Add alternate holdings display and prefs Fix two small typos in MARC21 field 006 value builder Bug 5651: Question marks break searches w/ICU Bug 5868: Subject indexes do not search 6xx fields Bug 4276 follow-up: quote strings with curly braces Bug 6032: Give biblio register and shadow sane default max sizes Bug 6100: request.pl should check maxreserves exists Bug 5957 follow-up: use comparison operator in if Bug 5921 follow-up: fix text wrapping Jean-Andr? Santoni (8): Fixes a permission problem in guided reports Ergonomy improvement in smart rule management Checks serials item form Fixed the checkall checkbox Replaced CGI dropdown box call wich is deprecated Added table filter to claims.tmpl Fixed a bug about hidden checkboxes in claims (bug #4363) Fix subscription search error when no results Jerome Charaoui (1): Bug 5506 Fix installation of prefs translations in standard installs Jesse Weaver (2): Add .packages file for Ubuntu 10.10 Bug 4878 - Command-line tool for getting and setting sysprefs Joe Atzberger (1): Bug 5586: Set SIP line-endings to proper SPEC-compliant \r Jonathan Druart (1): Bug 6099: error in report pagination when GROUP BY Julian Maurice (7): Follow up for bug 5880: Added unit tests for the two new subroutines Follow up for bug 5880: Improved unit test Bug 5848: Remove duplicated tabs in opac details for Unimarc Bug 5864: link biblio => serials subscription is wrong Bug 5893: Removed duplicate entry in sysprefs.sql Bug 5952: Add another tab for relatives issues Bug 5923 : Removed link from variable $summary Katrin Fischer (67): Bug 5327: Add basic unit tests to some C4 modules Bug 5327: More basic unit tests for C4 modules Bug 5370: Fix references to koha.org and other old websites Bug 5370: Fix references to koha.org and other old websites Bug 5370: Fix all references to koha.org Bug 5370: Fix all the references to koha.org Bug 5370: Fix all references to koha.org Bug 5003: Can not search for organisation by name Bug 5112: Organisation does not show links to professionals Bug 4979: Acq: input fields for new record are too short BUG 5058: small layout correction of vendor form Bug 5059: Inconsistent use of ordering price and list price in vendor form Bug 5175: Publisher link breaks display, if no publisher exists Bug 5430: Add Control number as option to OPACSearchForTitleIn Bug 5430: Follow-up, fixes error message when no 001 exists Bug 5104: Add control number as search option to acq z39.50 search Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields BUG 4506: Add 8xx $w subfields to MARC-Frameworks en, fr-FR BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL Bug 4506: Some work on article to serial links BUG 4506: Add 8xx $w subfields to MARC-Frameworks de-DE Bug 4506: New icon for sets Bug 4506: Add set > volume link Bug 4506: Add volume > set link Bug 4506: Add links to other editions, some minor corrections Bug 4506: Traced series Bug 4506: Add link to volumes of traced series to series record Bug 4506: Add rcn links to 780 and 785 Bug 4506: Add rcn links to host item entry = 773 Bug 4506: Correct wrong links in intranet Add BSZ to Koha's About page Bug 5467: Kits shown wrong as visual material in XSLT displays Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers Bug 3381 - Add an IntranetUserCSS system preference Bug 1997: new OPACNoResultsFound pref Bug 4218: Fixes display problem introduced by last patch Add missing bracket to updatedatabase.pl Bug 2965: Allow due date in the past - small template fix Bug 2965: Follow up - fixing problem with barcode field Bug 5186: Follow-up - Fixing wrong database number Bug 4160: Currency conversion doesn't handle rates other than 100 Bug 3009 - Change items.content field so it prints due date by default Make 'about' show D Ruth Bavousett's name change Bug 1962: Add fine notification during check-in Bug 5527: Fix some problems in inactive borrowers report Bug 1962: Follow-up: Add fine notification during check-in Bug 3495: Fast bib record add at circulation Bug 5861: items.stocknumber not saved correctly Bug 5646: Translated sql files break messaging Bug 5834: Holds link missing when 942$c is not for loan Bug 1962: Add new syspref FineNotifyAtCheckin Bug 5838: Format sql outout on guided reports Bug 5897: Add new syspref ShowReviewer Bug 5959: Add search link for analytics to serial records Bug 5839: Add index stocknumber on 952$i Bug 5839: Add mapping for items.stocknumber to MARC21 Bug 5860: Adding duplicate stocknumber fails silently Bug 5970: Follow-up, freedeliveryplace was missing in kohastructure Bug 6056: Notes were not shown when modifying order line Bug 5949: Hide 'Edit record' link when creating new order Bug 5895: Translation error in German fast add framework Bug 5422: Separate state field for patron's addresses - database update Bug 5422: Separate state field for patron's addresses Bug 5422: Add missing fields to deletedborrowers and change datatype to text Bug 5422: Small layout correction to borrower search result list Bug 5422: Add missing fields to deletedborrowers and change datatype to text Bug 5431: Separate state field for library addresses Koustubha Kale (5): Bug 4440: Revised combined patch to print fee receipts and invoices Bug 4440 Layout tweaking follow-up patch Bug 5418: Rev-5 patch new itemBarcodeInputFilter for libsuite8 style barcodes Adding id tags to some OPAC templates. This patch fixes the broken pagination in members-search.pl Liz Rea (6): Adding a simple test for Service.pm bug 5237: Testing renewals on patron barcodes with + signs at the end Bug 4935: fix for allowing authorized values to be "unset" Bug 5143: Help file revisions per Owen Leonard Correcting the name of one of the developers. :) Bug 6006 - Move location from current location to home library column on detail.pl MJ Ray (3): Display available error information during bulkmarcimport bug 1953: Reduce risk of possible tainted supplierid call to C4::Serials::GetLateIssues bug 5813: Remove unnecessary empty file Magnus Enger (16): Bug 5327: Add basic unit tests to some C4 modules Bug 5055 Use standard file paths in crontab.example Bug 2742 Followup patch fixing Norwegian bokm?l, adding nynorsk Bug 4265: Fix padding of short callnumbers and Bib-1 attribute for sorting Add sample Z39.50 servers Add a copy of MARC21 data Add files in installer/data/mysql/nb-NO/1-Obligatorisk/ Translate OPACSearchForTitleIn in installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql Add files to installer/data/mysql/nb-NO/2-Valgfritt/ Fix typo in installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt A couple of missing translations in installer/data/mysql/nb-NO/2-Valgfritt/ Fix wrong encodings in installer/data/mysql/nb-NO/2-Valgfritt/ Another wrong encoding in installer/data/mysql/nb-NO/2-Valgfritt/ Bug 3644 Add support for NORMARC Bug 6003 Display call number on return Bug 5671 Revised Patch #2 - Add a column of custom HTML to my summary Marcel de Rooy (29): Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessions) [UPDATED for master] Bug 4515 (Few very small errors in opac-search.pl) RESENT fixing whitespace warning Bug 4866 for master (Enable Change event for item plugins) Bug 5066 (Log timestamp consistently in _session_log) bug5455 (Fix uninitialized-warnings on authorities.pl) Bug 5374 (update transaction date when saving biblio) RESENT with small fix Bug 5375 (Update date/time last transaction (MARC 005) when saving authority record) Bug 5701: Distinction between authors/additional authors in staff normal view (MARC21/XSLT) Bug 5735: Expanding/collapsing cloned fields in editor takes original field Bug 5736: Fixing some zebra configuration errors in marc21/biblios/record.abs Follow up on bug 2742: Correct language names in install Follow up on 5736: fix authorities record.abs Bug 5756: Add MARC21 tag 751 (added geographical entry) to Zebra config Bug 5782: Add warning when ordering a duplicate record from external source 2742 Encoding problem Bug 1953 - Follow up fix on security patch Bug 5642: Item field serial enumeration (enumchron) should be longer Bug 5848: Same position for the tabs of Normal, MARC and ISBD view in opac detail Bug 5863: Add to Your Cart disappeared if login disabled on opac detail 5622: Improve display of MARC21 773 field in XSLT detail view Bug 3735: Wrong search results for a few fields in ccl.properties 3154 Preferences for building facets (functionality) 3154 Preferences for building facets (install) Bug 5687: Add pref StaffAuthorisedValueImages for staff search results Bug 5687: Add pref StaffAuthorisedValueImages for staff search results (install) Bug 3628: opacSerialDefaultTab Follow up fix for 5839 (items stocknumber) 5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed Bug 3072: Search for Heading-Main in authorities Mark Gavillet (1): Bug: 5547 - corrected insert to database Mason James (2): (bug 5277) (HEAD) cant search by barcode in OPAC search-page Bug 4289: 'OpacPublic' feature Matthias Meusburger (12): MT3802: Patron notification is not correctly shown in subscription modification MT 2446 : Cancel authority edition for a field goes back to this field MT 2310 : New subfield for fields < 10 is now in a tab Bug 5907 : MT 2538 : Using default authtypecode for authority display Bug 5913 : Remove broken link from authorities search results Bug 5966 : MT 3010: Adds waiting date for holds in opac-user Bug 4943: Search history cookie size limit Bug 5996 : MT2926: Fix default values for patron import Bug 5952: Shows member relatives in issues lists Bug 5970: Adds the ability to use a free delivery address for basket Bug 6028 : MT3815: Quickfix for CSV export (9999 rows limitation) Bug 5984 : Follow up Adding OpacHiddenItems syspref Nahuel ANGELINETTI (7): (MT 2985) simplify CanBookBeReserved (bug #5154) fix most checkouts report (bug #3575) fix opac-detail.pl (MT #3110) fix repetable titles (bug #3737) fix title search in order history (bug #3743) fix acquisition stats ordering (bug #5157) fix borrowers top issues Nate Curulla (1): Bug 5327: Add unit test for ItemType.pm Nicolas Morin (2): correct vocabulary Bug 6013 : removed z3950 host in label when cataloguing Nicole C. Engard (12): Bug 5799 make language on circ history consistent Bug 5792 - Add reference icon to Bridge icon set Bug 5820: Change language to 'Fund' over 'Budget' Follow Up Bug 5869 Fix String Errors Follow Up Bug 5869 Update Report Page Title Bug 5928 follow up remove branchcode label Bug 5940: Update Patron Help Files Bug 5940: Catalog and Cataloging Help Files for 3.4 Bug 5940: Acq and Suggestion Help Files for 3.4 Bug 5940: Admin Help Files for 3.4 Bug5940: Authority, Labels, Circ help files for 3.4 Bug 5940: Offline Circ & Patron Card Help Files for 3.4 Nicole Engard (35): bug 5235 : circ receipt should include name create unit test files add missing help file for merging records BUG 5239 add space between number and words in acq search bug 5258 change 'order' to 'order line' on receive page bug 5163 change title of holds to pull page bug 5151 removed bolded terms in breadcrumbs bug 5050 move language prefs to I18N/L10N tab bug 5019 remove link to funds bug 4986 move serials prefs from cataloging tab to serials tab bug 5326 fix extended patron attribute error bug 5326 fix link to old prefs editor on patron attributes bug 5168 change link text from holdings to items bug 5171 change 'edit items' to read 'edit item' when next to 1 item bug 5110 move NewItemsDefaultLocation to cataloging tab bug 5149 fix broken link to noItemTypeImages preference Bug 5483 New Icon Set Bug 1997: new OPACNoResultsFound pref bug 5150 change issuing to circ & fine rules bug 4252 add authorites permission to menus bug 5255 change 'document type' to 'item type' bug 4977 add missing order links to 'no results found' page bug 4826 change 'add basket' to 'new basket' bug 5035 remove default opaccolorstylesheet value for new installs bug 5040 fix misspelling of distance in marc21 framework bug 5563 change note about cover images on enhanced content bug 5562 change 'issues' to read 'checkouts' bug 5419: make reason checkouts blocked stand out bug 5604 additional icons in the Seshat icon set bug 5492 update import patrons page title bug 5486 remove note about HomeOrHoldingBranch being removed soon bug 4131 have subscription so edit routing if one exists Bug 5746: Add space after 'enhanced content' on OPAC Bug 3670: change 'Item DUE' to 'Item Due' in English dbs bug 4837 make circ print page show item type description Owen Leonard (156): Further fixes for Bug 3211, cataloging value plugin forms should be valid XHTML Fix for Bug 5254 - no need to scroll left to right on acq z search Fix for Bug 4261 - keyword mapping should show which framework the map is for Fix for Bug 5223, 'related subjects' should read 'subjects' Fix for Bug 5075 - Terms not highlighted w/ xslt on Fix for Bug 4261 - keyword mapping should show which framework the map is for Fix for Bug 5223, 'related subjects' should read 'subjects' Fix for Bug 5236 - "hide my tags" link does nothing Fix for Bug 5221 - Preselect tab containing itemtype/authval image in use Fix for Bug 5162, patron attributes 'new' link should create blank value Fix for Bug 5114 - Can't edit basket in Internet Explorer Fix for Bug 5008 - "Remove" link missing when Cart in expanded view Fix for Bug 5137, Remove obsolete code counting issues by item type in circ Fix for Bug 4991, Overhaul of Calendar interface Fix for Bug 5135 - Authorized value input maxlength should match table column Fix for Bug 5136, Replace SQL with call to GetAuthorisedValues Fix for Bug 5056, Untranslatable strings in members.js Fix for Bug 5142, Untranslatable strings in tag review template Fix for Bug 4980 - Acq: pull down 'Restrict access to:' for funds not translatable Fix for Bug 5082 - Not translatable name of default framework 'Default' in MARCdetail.tmpl Fix for Bug 4963, sys prefs need date hints and/or picker Fix for Bug 5214 - undefined itype images cause broken image icon in request.pl Fix for Bug 4933, Link to subfield's edit tab from subfield structure admin Partial fix for Bug 4924, Public/Internal notes missing in staff normal view Fix for Bug 3271, Missing message when adding to a list with no items selected Bug 5396: New system preference UseTablesortForCirc Fix for Bug 4359, noItemTypeImages not active in OPAC Fix for Bug 4498 - Acq always shows '1 suggestions waiting' Additional fix for Bug 4423 - Staff Client XSLT is just a copy of the OPAC one Fix for Bug 5210, back button on batch modification result page useless Fix for Bug 5175, XSL view doesn't link publisher name to search Fix for Bug 4912 - After editing private list redirect to private lists Fix for Bug 4913 - Budget pages should show currency name instead of symbol Corrected patch for Bug 4520, facets "show more" doesn't work Fix for Bug 3013, Value builder for 006 and 008 need choices for all format types Fix for Bug 5037 - If patron category is empty it shouldn't show Fix for Bug 5152 - confirm buttons different styles on lists Fix for Bug 2122, Grayed out Fields not always visible Bug 2122 follow-up for authorities editor Fix for Bug 5004, Don't block deletion of cities when instances exist in borrowers table Another bug 5004 fix, this time for road types Fix for Bug 5240 - next link hidden on edit subfields Fix for Bug 5281, "Check in" then "Renew" checkboxes checked in the same time Fix for Bug 5269 - link to patron edit form when editing turned off Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab Fix for Bug 4981, Tweak style of item listing on MARC display Fix for Bug 4451 Batch item tool can't process file with Windows line endings Fix for Bug 5402, "add to cart" shown on checkbox hover Further fixes for Bug 5142 - Untranslatable strings in tag review template Fix for Bug 5029 - Update patron deletion error page Fix for Bug 5030 - Improve handling of duplicate patrons Fix for Bug 5048, Error in menu/submenu for select language in intranet Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found Fix for Bug 4983 - Add edit record / edit item links to search results Incremental fix for Bug 3285 - Location on Add Subscription should be pull down Fix for 4832 - Re-editing a suggestion changes the item type Fix for Bug 2808, Hold queue not alphabetizing Fix for Bug 4473 - Recent comments view for the OPAC Fix for Bug 5285, Show/hide columns in the output of items in batch operations Fix for Bug 4173 - Statuses not appearing in the OPAC Fix for Bug 1883, authorised list of reasons why patron requesting book Fix for Bug 5443, Inaccurate highlighting of fields in patron update email Fix for Bug 4218 - Staff client detail page does not show item hold status Fix for Bug 5416, Template syntax error in moredetails.tmpl Fix for Bug 5208, Language chooser missing on Batch item deletion/modification Updated fix for Bug 2170, Adding 'edititems' user-permission Fix for Bug 5000, Uncertain prices misses option to choose display language Possible fix for Bug 2307, Calendar widget cannot be translated Alternate fix for Bug 2981, removing onclick redirect Fix for Bug 3859, Attach item clarification Fix for Bug 4946 - hold warning needs rewording Fix for Bug 4997, More searches menu not on OPAC MARC and ISBD detail pages Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections Fix for Bug 5513 - staff client display screwy if you don't have all permissions Fix for Bug 5470 - improvements to results display in the staff client Follow-up fix for Bug 5285, adding missing CSS Follow-up patch for Bug 4908, show patron's home library in OPAC Fix for Bug 5518 - Add to shelf icon doesn't appear in OPAC results page Fix for Bug 3262 - OPAC needs syspref to show homebranch on detail page Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try) Fix for bug 5451, can add tags with userlogin turned off Fix for Bug 5540, editing slip news changes to librarian interface Fix for Bug 5526, List of lists should be in alphabetical order by list name Fix for Bug 5560 - pagination option for lists Fix for Bug 4820, Alter layout of Circulation and fines rules page for clarity Fix for Bug 3665, adding another submit button as in OPAC Reimplement fix for bug 5557 - Link to logs for user with view_system_logs permission Reimplemented fix for bug 5556, OPAC does not display the type of authority Fix for Bug 3918 - Add to order lists inconsistent Fix for Bug 5571 - tags as bulleted list too long Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl Fix for Bug 4950 - checkbox should be removed when can't place a hold Fix for Bug 5006 - Invalid XHTML in record matching rules template Fix for Bug 5570 - item types not showing on other editions Follow up on fix for Bug 5570, item types not showing on other editions Follow-up on fix for Bug 4820, Alter layout of Circulation and fines rules page Additional fix for Bug 3550, Use GetRecordValue to get the subtitle Fix for Bug 4984, Invalid XHTML in staff client search results Fix for Bug 4945 - Patron search is limited by default to the currently logged-in library Fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view Fix for Bug 3459, topissues doesn't take care of ccode Fix for Bug 3659, Add place hold option from patron checkout tab Fix for Bug 5650, item type page key wrong Revised fix for Bug 3850 - Budget Planning Pages Need Design Work Fix for Bug 3319 - Need error message when adding patron and libraries are defined Fix for Bug 5115, Tags JavaScript includes many untranslatable strings Fix for Bug 5689 - System preference notifications are not translatable Fix for Bug 5532 - sysprefs editor should show names of saved prefs Follow-up correction for Bug 5462 - Fix variable names for template::toolkit Fix for Bug 5716 - Whitespace correction for browse shelf Fix for Bug 5743, 5743 - Make login errors a little nicer Follow-up fix for Bug 5733 - Empty cart in intranet when session is closed Fix for Bug 5715, Adding note about ReservesMaxPickUpDelay value Fix for Bug 5679 - funds planning showing strange borders Fix for Bug 5722, other reason for suggestions has code in text box Partial fix for Bug 5745, Overdues with fines report not showing titles Follow-up fix for Bug 2170 - Adding 'edititems' user-permission Follow-up fix for Bug 5760 - Add the jquery table sorter to reading record Follow-up fix for Bug 5462, Fix variable names so we dont break template::toolkit Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar Fix for Bug 5769 - notice tab disappearing on edit patron Fix for Bug 5776 - menu on funds wraps when only 1 fund Fix for Bug 5804 - duplicate warning when ordering needs design work Follow-up fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view Fix for Bug 5812 - Tag Cloud - capitalized words come before lower-case words Follow-up fix for Bug 5804, acqui duplicate warning Fix for Bug 5814 - Style error message on manage staged records page according to standard Fix for Bug 5817, Malformed author search link breaks sorting on results page Fix for Bug 5818, Date picker broken on label batches Fix for Bug 4290 - search for author in repository Fix for Bug 4853 - Rights needed to renew a document Fix for Bug 3659, Add place hold option from patron checkout tab Follow-up fix for Bug 4218 - Staff client detail page doesn't show hold status Fix for Bug 5833, opacstylesheet not loading on all pages Fix for Bug 5971, Minor markup error in holds queue report Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup Fix for Bug 3523 - Menu of existing lists limited to 10 Fix for Bug 5988 - SearchMyLibraryFirst preference appears twice in preferences Fix for Bug 5828 - notes for purchase suggestions not showing in the staff client Bug 5401, WYSIWYG for Koha news: Testing TinyMCE Follow-up fix for Bug 5432 - Duplicate patron feature Fix for Bug 5989 - Funds filter does not remember library choice Fix for Bug 5991 - Javascript error on purchase suggestion pages Fix for Bug 5593, Change cart markup to allow for easier icon styling Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves Fix for Bug 5156, JavaScript error when adding list Fix for Bug 6114 - Conflicting warnings about Koha to MARC links Bug 4912: Follow-up fix for Bug 4912, redirect user to correct lists Fix for Bug 6109, Hey! Fix for Bug 5234 - Remove unused CSS files Fix for Bug 5950 - changing frameworks doesn't change anymore Bug 4394 Adding preference definition change to opac.pref Additional fixes for Bug 5422, Separate state field for patron's adresses Adding state to output of patron search results screen Fix for bug 5498, Standardize markup and style of pagination menus Paul POULAIN (12): MT4578 : remove edit & delete button if the user don't have edit/create report permission minor change: reordering branch/location/callnumber display adding some javascript strings for translator some display changes in subscription add MT2743 : add filter on subscription branch to subscription claims fixing unopened closed tmpl_if mybranch not exported (merge pb) Bug 3629 : search limit by group is not OK Bug 5982 : OPAC Serials Minor change in description Bug 5625 : adding missing title (needed for lateorders.pl) Bug 5951 : consistency change: s/planning/statistic/ Bug 5984 : Follow up Adding OpacHiddenItems syspref Paul Poulain (51): MT2268 : Guided Reports Fix columns.def Editing help for subscription-add Removing usage of preferences.pl Bug5640: BZ5640 (MT3584): Nimes icon set Bug5640: BZ5640 (MT3584): Nimes icon set Bug 5634: BZ5634 order branch list alphabetically, without taking care of uc/lc Bug 5681: Fixes leading zeroes in Add Mulpiple Copies Bug 5699: don't discard $3 when building a record (UNIMARC specific) Bug 5700: MT4004 : additem.pl Some Status were not defaulted to the correct value Status 0 was lost because test was done on value and not on the fact that a value was defined or not. when value is 0 then it was not used as default value for Bug 5718 : fix permission of moveitem = edit_items needed Bug 5726 : MT1059 Follow-up : Fix merge reference selection presentation adding some copyright BibLibre statements Bug 5731 When No ccode is defined for an item, then moredetail.pl throws a 500 error Bug 5733 : MT3531: Intranet cart is emptied when session is closed Bug 5734 (MT3625) Fix column order in issue history updating some references from koha.org to koha-community.org Bug 5751 : MT2690 fix members-home Bug 5759 : displaying 2nd email if there is one on print template for borrowers Bug 5760 : MT3137 : Adding jquery.tablesorter and jquery.tablesorter.pager support for readingrec.pl NormalizeString POD Fixing and variable renaming BZ1883 follow-up BZ5432 follow-up, removing test string Bug 5835 : adding a class to index