From gitmaster at git.koha-community.org Wed Sep 4 16:07:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 14:07:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1016-g52a6d21 Message-ID: This is an automated email from the git hooks/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 52a6d2189d816d2414490bb171ca3387ac2999ac (commit) from 4677fa9bd253c4b8a036d52eec4f21e1fbba7301 (commit) Those revisions listed 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 52a6d2189d816d2414490bb171ca3387ac2999ac Author: Kyle M Hall Date: Tue Jul 23 12:39:03 2013 -0400 Bug 10634 - Use datatables for course details items table We should make the course items table in the course details a datatable to enable searching or sorting. Test Plan: 1) Apply this patch 2) View the details page for a course with items 3) Verify the table displays and is now a datatable Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../en/modules/course_reserves/course-details.tt | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 16:11:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 14:11:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1018-g69577a1 Message-ID: This is an automated email from the git hooks/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 69577a1a77413e0609b9f0f4eca4f4ce969ad9a7 (commit) via 1d5a4a0a8187672f79f886f59842ca11e2a14e55 (commit) from 52a6d2189d816d2414490bb171ca3387ac2999ac (commit) Those revisions listed 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 69577a1a77413e0609b9f0f4eca4f4ce969ad9a7 Author: Galen Charlton Date: Fri Aug 2 16:22:41 2013 +0000 Bug 10361: (follow-up) add tests for search history functions This adds tests for the new PurgeSearchHistory function and AddSearchHistory. GetSearchHistory is not tested due to its current broken state (see bug 10667). To test: [1] Run prove -v t/db_dependent/Search_SearchHistory.t [2] Verify that all tests pass. Signed-off-by: Galen Charlton Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 1d5a4a0a8187672f79f886f59842ca11e2a14e55 Author: Mirko Tietgen Date: Tue Jun 11 15:35:44 2013 +0200 Bug 10361: Add option to cleanup_database.pl to purge OPAC search history Add an option to cleanup_database.pl to purge the search_history entries older than X days. Test plan: - Apply patch - Check that your test DB has some entries a little older than 30 days and a few ones even older than that in search_history: SELECT * FROM search_history WHERE time < DATE_SUB( NOW(), INTERVAL 30 DAY ); If not, modify some existing entries. - Run cleanup_database with a fixed number of days (replace XX with something higher than 30) /misc/cronjobs/cleanup_database.pl --searchhistory XX - Check that entries older than XX days got deleted from search_history - Run without the day parameter /misc/cronjobs/cleanup_database.pl --searchhistory - Check that entries older than 30 days got deleted from search_history Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 9 ++++- misc/cronjobs/cleanup_database.pl | 21 ++++++++-- t/db_dependent/Search_SearchHistory.t | 71 +++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 t/db_dependent/Search_SearchHistory.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 16:13:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 14:13:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1019-ga1a4ff2 Message-ID: This is an automated email from the git hooks/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 a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02 (commit) from 69577a1a77413e0609b9f0f4eca4f4ce969ad9a7 (commit) Those revisions listed 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 a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02 Author: David Cook Date: Mon Aug 19 11:29:13 2013 +1000 Bug 10755 - Add "Keyword as Phrase" to staff client advanced search indexes This patch adds a "Keyword as Phrase" index to the search options in the staff client. Test Plan: 1) Go to the Advanced Search in the staff client and click on the "Keyword" drop-down list. 2) Note that there is only a "Keyword" not a "Keyword as Phrase" option 3) Apply the patch 4) Reload the Advanced Search 5) Note that there is now a "Keyword as Phrase" option as well If you want to test the functionality...it will depend on your catalogue data. Basically, a phrase search will allow you to find "Keyword Adjacent To Keyword" rather than a more scattershot search that finds the keywords regardless of their position to each other. Signed-off-by: Owen Leonard Template change is correct, and in my tests the searching behavior was correctly modified: Using "keyword as phrase" returned only results where the terms were adjacent. Signed-off-by: Kyle M Hall Passes koha-qa.pl, trivial patch with no possible side effects. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/search_indexes.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 18:31:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 16:31:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1020-g6b72f24 Message-ID: This is an automated email from the git hooks/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 6b72f249082fc6be8811c3dacec15648f7c5ccd9 (commit) from a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02 (commit) Those revisions listed 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 6b72f249082fc6be8811c3dacec15648f7c5ccd9 Author: Jonathan Druart Date: Thu Jun 27 15:33:46 2013 +0200 Bug 5904: make patron search autocompletion respect IndependentBranches Test plan: - Add a staff user foo in a library A - Add a staff user bar in a library B - log in as foo and try to search 'bar' - Switch on (Prevent) the syspref IndependentBranches - the search returns no result - log in as a superlibrarian - Check that you are allowed to search all patrons. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: circ/ysearch.pl | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 18:47:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 16:47:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1021-gd1f8d88 Message-ID: This is an automated email from the git hooks/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 d1f8d8811b1d2d96f1b087edf42f395c89c8df0f (commit) from 6b72f249082fc6be8811c3dacec15648f7c5ccd9 (commit) Those revisions listed 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 d1f8d8811b1d2d96f1b087edf42f395c89c8df0f Author: Jonathan Druart Date: Tue Aug 27 12:04:14 2013 +0200 Bug 10786: fix Javascript error on the parcel page The include of the yui json file generates a js error: YAHOO is not defined. This file seems not to be in use (patches for bug 8382 remove the use). To test: - go on acqui/parcel.pl?invoiceid=XXX - verify the error occurs (with firebug) - apply this patch - refresh the page - verify this error does not appear anymore - Verify there is no regression on this page Signed-off-by: Katrin Fischer Patch fixes the javascript error pointed out by Firebug. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 19:02:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 17:02:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1022-g600e953 Message-ID: This is an automated email from the git hooks/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 600e953dff44c29fe7a2996fbacbd8e57cd7eb35 (commit) from d1f8d8811b1d2d96f1b087edf42f395c89c8df0f (commit) Those revisions listed 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 600e953dff44c29fe7a2996fbacbd8e57cd7eb35 Author: Fridolyn SOMERS Date: Mon Jul 15 12:14:53 2013 +0200 Bug 10588: improve selection of default branch for OPAC popular items pag In OPAC most popular items page: With user is logged-in his branch should be selected by default. When a branch is manually selected and form is submitted, this branch should be selected in results page. When looking at HTML, you see that all options are selected in combobox. This patch corrects by using the hidden input 'do_it' to distinguish form display and no branch filter selected. Test plan : - Make sure there are issues on records created in the past 3 month - Go to OPAC not logged-in - Click on "Most popular" => You get to page with results, "All libraries" is selected - Select a branch and submit => You get to page with results, the branch is selected [testing opac-topissues.inc from] - Select a branch and perform a search that does not have results (for example an item type never issued) => You get to page without results, the branch is selected [testing opac-topissues.tt form] - Log-in with a user - Click on "Most popular" => You get to page with results, user's branch is selected - Select "All libraries" and submit => You get to page with results, "All libraries" is selected [testing opac-topissues.inc from] - Select "All libraries" and perform a search that does not have results (for example an item type never issued) => You get to page without results, "All libraries" is selected [testing opac-topissues.tt form] Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Works nicely and passes all tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/includes/opac-topissues.inc | 2 +- opac/opac-topissues.pl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 4 20:03:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Sep 2013 18:03:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1023-g76a1a00 Message-ID: This is an automated email from the git hooks/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 76a1a00977657132180f0715d96db5702565f1bf (commit) from 600e953dff44c29fe7a2996fbacbd8e57cd7eb35 (commit) Those revisions listed 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 76a1a00977657132180f0715d96db5702565f1bf Author: David Cook Date: Wed Aug 21 12:12:36 2013 +1000 Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE Currently, the layout for the Edit/Add Layout screen of the Patron Card Creator is in complete disarray, when viewed in Internet Explorer (of any version). The nav bar is pushed to the bottom of the page, every fieldset is empty (as their contents have been pushed out into different parts of the page), and the checkboxes don't work. The cause appears to be some extraneous mark-up (a few extra fieldset and li elements)and some missing mark-up (ol elements to wrap the list elements, especially when nesting lists within each other and within div elements). Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer I didn't test this in IE, but changes are fixing general problems with HTML validity. Checking the page with the W3C validator: Before: 27 Errors, 7 warning(s) After: 6 Errors, 7 warning(s) All tests and QA script pass, page looks alright. Would be nice to see the remaining problems fixed in a follow-up. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/patroncards/edit-layout.tt | 32 +++++++++++++++++-- 1 files changed, 28 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Sep 5 17:07:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Sep 2013 15:07:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1025-gd5c364e Message-ID: This is an automated email from the git hooks/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 d5c364e172f957826cccac4f61160e8ce247aefa (commit) via 9e3e4a7f9a1decf99025d83e4146157da3b8aeb5 (commit) from 76a1a00977657132180f0715d96db5702565f1bf (commit) Those revisions listed 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 d5c364e172f957826cccac4f61160e8ce247aefa Author: Marcel de Rooy Date: Thu Jul 4 09:51:31 2013 +0200 Bug 10539: Followup for removing KohaTest unit tests Makefile.PL: Section for creating file t/test-config.txt removed. Removes t/Makefile and t/rewrite-config-test too. Modifies XISBN.t to remove two commented lines. Test plan: Grep for KohaTest, database_dependent, config-test, t/Makefile. Run perl Makefile.PL and include running the test suite. This may fail on t/00-valid-xml.t and t/QueryParser.t, but that is not the result of this patch. Same for t/00-load.t with potential error on Koha::Plugins::Base. I had this result: Test Summary Report: t/00-valid-xml.t (Wstat: 1792 Tests: 381 Failed: 7) Failed tests: 10, 30-31, 169, 181, 201-202 Non-zero exit status: 7 t/QueryParser.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=92, Tests=12385, 45 wallclock secs ( 1.74 usr 0.15 sys + 26.61 cusr 1.92 csys = 30.42 CPU) Result: FAIL Failed 2/92 test programs. 7/12385 subtests failed. Signed-off-by: Jared Camins-Esakov All tests pass, and I find no mention of the removed test code. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 9e3e4a7f9a1decf99025d83e4146157da3b8aeb5 Author: Marcel de Rooy Date: Thu Jul 4 09:58:19 2013 +0200 Bug 10539: Remove unused unit tests in lib/KohaTest This patch removes all files in lib/KohaTest and the associated script t/db_dependent/database_dependent.pl. The second patch deals with a few consequences. Note that bug 10540 has been opened to save some interesting code from these unit tests and inject them in the currently used t/db_dependent suite. Test plan: See second patch. Signed-off-by: Jared Camins-Esakov Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 23 - t/Makefile | 111 --- t/db_dependent/XISBN.t | 3 - t/db_dependent/database_dependent.pl | 35 - t/db_dependent/lib/KohaTest.pm | 834 -------------------- t/db_dependent/lib/KohaTest/Accounts.pm | 29 - t/db_dependent/lib/KohaTest/Acquisition.pm | 140 ---- .../lib/KohaTest/Acquisition/GetHistory.pm | 208 ----- .../lib/KohaTest/Acquisition/GetLateOrders.pm | 106 --- .../lib/KohaTest/Acquisition/GetParcel.pm | 66 -- .../lib/KohaTest/Acquisition/GetParcels.pm | 290 ------- .../lib/KohaTest/Acquisition/GetPendingOrders.pm | 82 -- .../lib/KohaTest/Acquisition/NewOrder.pm | 108 --- t/db_dependent/lib/KohaTest/AuthoritiesMarc.pm | 40 - t/db_dependent/lib/KohaTest/Biblio.pm | 66 -- t/db_dependent/lib/KohaTest/Biblio/ModBiblio.pm | 154 ---- .../Biblio/get_biblio_authorised_values.pm | 48 -- t/db_dependent/lib/KohaTest/Branch.pm | 35 - t/db_dependent/lib/KohaTest/Branch/GetBranches.pm | 41 - t/db_dependent/lib/KohaTest/Breeding.pm | 23 - t/db_dependent/lib/KohaTest/Calendar.pm | 34 - t/db_dependent/lib/KohaTest/Calendar/New.pm | 186 ----- t/db_dependent/lib/KohaTest/Category.pm | 23 - t/db_dependent/lib/KohaTest/Circulation.pm | 144 ---- .../lib/KohaTest/Circulation/AddIssue.pm | 132 --- .../KohaTest/Circulation/GetUpcomingDueIssues.pm | 26 - .../lib/KohaTest/Circulation/MarkIssueReturned.pm | 85 -- t/db_dependent/lib/KohaTest/Context.pm | 54 -- t/db_dependent/lib/KohaTest/Context/preference.pm | 54 -- t/db_dependent/lib/KohaTest/Dates.pm | 37 - t/db_dependent/lib/KohaTest/Dates/Usage.pm | 103 --- t/db_dependent/lib/KohaTest/Heading.pm | 27 - t/db_dependent/lib/KohaTest/Heading/MARC21.pm | 41 - t/db_dependent/lib/KohaTest/ImportBatch.pm | 126 --- .../KohaTest/ImportBatch/AddItemsToImportBiblio.pm | 29 - .../KohaTest/ImportBatch/BatchStageCommitRevert.pm | 252 ------ .../lib/KohaTest/ImportBatch/GetImportBatch.pm | 39 - .../KohaTest/ImportBatch/GetImportRecordMarc.pm | 51 -- .../lib/KohaTest/ImportBatch/GetZ3950BatchId.pm | 42 - t/db_dependent/lib/KohaTest/Installer.pm | 41 - .../lib/KohaTest/Installer/SqlScripts.pm | 83 -- .../KohaTest/Installer/get_file_path_from_name.pm | 36 - .../lib/KohaTest/ItemCirculationAlertPreference.pm | 27 - t/db_dependent/lib/KohaTest/ItemType.pm | 23 - t/db_dependent/lib/KohaTest/Items.pm | 61 -- t/db_dependent/lib/KohaTest/Items/ColumnFixes.pm | 77 -- .../lib/KohaTest/Items/GetItemsForInventory.pm | 123 --- .../lib/KohaTest/Items/ModItemsFromMarc.pm | 91 --- t/db_dependent/lib/KohaTest/Items/SetDefaults.pm | 86 -- t/db_dependent/lib/KohaTest/Koha.pm | 49 -- t/db_dependent/lib/KohaTest/Koha/displayServers.pm | 192 ----- .../lib/KohaTest/Koha/get_itemtypeinfos_of.pm | 59 -- .../lib/KohaTest/Koha/getitemtypeimagedir.pm | 27 - t/db_dependent/lib/KohaTest/Letters.pm | 27 - t/db_dependent/lib/KohaTest/Letters/GetLetter.pm | 32 - t/db_dependent/lib/KohaTest/Letters/GetLetters.pm | 30 - t/db_dependent/lib/KohaTest/Log.pm | 25 - t/db_dependent/lib/KohaTest/Members.pm | 63 -- .../lib/KohaTest/Members/AttributeTypes.pm | 119 --- t/db_dependent/lib/KohaTest/Members/DebarMember.pm | 44 - t/db_dependent/lib/KohaTest/Members/GetMember.pm | 197 ----- .../lib/KohaTest/Members/GetMemberDetails.pm | 150 ---- t/db_dependent/lib/KohaTest/Members/ModMember.pm | 103 --- t/db_dependent/lib/KohaTest/Message.pm | 52 -- t/db_dependent/lib/KohaTest/NewsChannels.pm | 28 - t/db_dependent/lib/KohaTest/Overdues.pm | 39 - .../Overdues/GetBranchcodesWithOverdueRules.pm | 59 -- .../lib/KohaTest/Overdues/GetOverdues.pm | 126 --- t/db_dependent/lib/KohaTest/Print.pm | 21 - t/db_dependent/lib/KohaTest/Reserves.pm | 43 - t/db_dependent/lib/KohaTest/SMS.pm | 23 - t/db_dependent/lib/KohaTest/SMS/send_sms.pm | 25 - t/db_dependent/lib/KohaTest/Scripts.pm | 18 - t/db_dependent/lib/KohaTest/Scripts/longoverdue.pm | 97 --- t/db_dependent/lib/KohaTest/Search.pm | 31 - t/db_dependent/lib/KohaTest/Search/SimpleSearch.pm | 140 ---- t/db_dependent/lib/KohaTest/Serials.pm | 65 -- t/db_dependent/lib/KohaTest/Suggestions.pm | 30 - t/rewrite-config-test.PL | 179 ----- 79 files changed, 0 insertions(+), 6668 deletions(-) delete mode 100644 t/Makefile delete mode 100644 t/db_dependent/database_dependent.pl delete mode 100644 t/db_dependent/lib/KohaTest.pm delete mode 100644 t/db_dependent/lib/KohaTest/Accounts.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/GetHistory.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/GetLateOrders.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/GetParcel.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/GetParcels.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/GetPendingOrders.pm delete mode 100644 t/db_dependent/lib/KohaTest/Acquisition/NewOrder.pm delete mode 100644 t/db_dependent/lib/KohaTest/AuthoritiesMarc.pm delete mode 100644 t/db_dependent/lib/KohaTest/Biblio.pm delete mode 100644 t/db_dependent/lib/KohaTest/Biblio/ModBiblio.pm delete mode 100644 t/db_dependent/lib/KohaTest/Biblio/get_biblio_authorised_values.pm delete mode 100644 t/db_dependent/lib/KohaTest/Branch.pm delete mode 100644 t/db_dependent/lib/KohaTest/Branch/GetBranches.pm delete mode 100644 t/db_dependent/lib/KohaTest/Breeding.pm delete mode 100644 t/db_dependent/lib/KohaTest/Calendar.pm delete mode 100644 t/db_dependent/lib/KohaTest/Calendar/New.pm delete mode 100644 t/db_dependent/lib/KohaTest/Category.pm delete mode 100644 t/db_dependent/lib/KohaTest/Circulation.pm delete mode 100644 t/db_dependent/lib/KohaTest/Circulation/AddIssue.pm delete mode 100644 t/db_dependent/lib/KohaTest/Circulation/GetUpcomingDueIssues.pm delete mode 100644 t/db_dependent/lib/KohaTest/Circulation/MarkIssueReturned.pm delete mode 100644 t/db_dependent/lib/KohaTest/Context.pm delete mode 100644 t/db_dependent/lib/KohaTest/Context/preference.pm delete mode 100644 t/db_dependent/lib/KohaTest/Dates.pm delete mode 100644 t/db_dependent/lib/KohaTest/Dates/Usage.pm delete mode 100644 t/db_dependent/lib/KohaTest/Heading.pm delete mode 100644 t/db_dependent/lib/KohaTest/Heading/MARC21.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch/AddItemsToImportBiblio.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch/BatchStageCommitRevert.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch/GetImportBatch.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch/GetImportRecordMarc.pm delete mode 100644 t/db_dependent/lib/KohaTest/ImportBatch/GetZ3950BatchId.pm delete mode 100644 t/db_dependent/lib/KohaTest/Installer.pm delete mode 100644 t/db_dependent/lib/KohaTest/Installer/SqlScripts.pm delete mode 100644 t/db_dependent/lib/KohaTest/Installer/get_file_path_from_name.pm delete mode 100644 t/db_dependent/lib/KohaTest/ItemCirculationAlertPreference.pm delete mode 100644 t/db_dependent/lib/KohaTest/ItemType.pm delete mode 100644 t/db_dependent/lib/KohaTest/Items.pm delete mode 100644 t/db_dependent/lib/KohaTest/Items/ColumnFixes.pm delete mode 100644 t/db_dependent/lib/KohaTest/Items/GetItemsForInventory.pm delete mode 100644 t/db_dependent/lib/KohaTest/Items/ModItemsFromMarc.pm delete mode 100644 t/db_dependent/lib/KohaTest/Items/SetDefaults.pm delete mode 100644 t/db_dependent/lib/KohaTest/Koha.pm delete mode 100644 t/db_dependent/lib/KohaTest/Koha/displayServers.pm delete mode 100644 t/db_dependent/lib/KohaTest/Koha/get_itemtypeinfos_of.pm delete mode 100644 t/db_dependent/lib/KohaTest/Koha/getitemtypeimagedir.pm delete mode 100644 t/db_dependent/lib/KohaTest/Letters.pm delete mode 100644 t/db_dependent/lib/KohaTest/Letters/GetLetter.pm delete mode 100644 t/db_dependent/lib/KohaTest/Letters/GetLetters.pm delete mode 100644 t/db_dependent/lib/KohaTest/Log.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members/AttributeTypes.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members/DebarMember.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members/GetMember.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members/GetMemberDetails.pm delete mode 100644 t/db_dependent/lib/KohaTest/Members/ModMember.pm delete mode 100644 t/db_dependent/lib/KohaTest/Message.pm delete mode 100644 t/db_dependent/lib/KohaTest/NewsChannels.pm delete mode 100644 t/db_dependent/lib/KohaTest/Overdues.pm delete mode 100644 t/db_dependent/lib/KohaTest/Overdues/GetBranchcodesWithOverdueRules.pm delete mode 100644 t/db_dependent/lib/KohaTest/Overdues/GetOverdues.pm delete mode 100644 t/db_dependent/lib/KohaTest/Print.pm delete mode 100644 t/db_dependent/lib/KohaTest/Reserves.pm delete mode 100644 t/db_dependent/lib/KohaTest/SMS.pm delete mode 100644 t/db_dependent/lib/KohaTest/SMS/send_sms.pm delete mode 100644 t/db_dependent/lib/KohaTest/Scripts.pm delete mode 100644 t/db_dependent/lib/KohaTest/Scripts/longoverdue.pm delete mode 100644 t/db_dependent/lib/KohaTest/Search.pm delete mode 100644 t/db_dependent/lib/KohaTest/Search/SimpleSearch.pm delete mode 100644 t/db_dependent/lib/KohaTest/Serials.pm delete mode 100644 t/db_dependent/lib/KohaTest/Suggestions.pm delete mode 100644 t/rewrite-config-test.PL hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Sep 5 17:21:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Sep 2013 15:21:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1027-gba39ef9 Message-ID: This is an automated email from the git hooks/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 ba39ef9d6703a3af60cc61ec88033d571ed6d1c6 (commit) via baab2a2cb4b37dbda8a813e3629b4733955fd3b7 (commit) from d5c364e172f957826cccac4f61160e8ce247aefa (commit) Those revisions listed 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 ba39ef9d6703a3af60cc61ec88033d571ed6d1c6 Author: Jonathan Druart Date: Thu Sep 5 09:46:30 2013 +0200 Bug 10737: (follow-up) make the new 'Closed' column sortable Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit baab2a2cb4b37dbda8a813e3629b4733955fd3b7 Author: Owen Leonard Date: Thu Aug 15 12:09:33 2013 -0400 Bug 10737: Add "Add to basket" link on vendor search results page This patch adds an "add to basket" link to the vendor search results page for each open basket associated with each vendor. Clicking it triggers a modal window with the "add to basket" choices for that vendor and basket. Other changes in this patch: - The add-to-basket include has been modified in order to make it more useful in this context. - booksellers.pl has been modified to check for an existing budget so that the add-to-basket include can properly display a warning if there are none. - "New basket" and "Receive shipment" buttons associated with each vendor search result have been converted to Bootstrap-styled buttons. - Basket closed date has been moved into its own column so that the table can be sorted by that value. - Table columns containing dates now use the "title-string" sort option, eliminating the need for a special date sorting algorithm. - Converted some &'s to &'s To test, apply the patch and search for a vendor. For each vendor in your search results baskets which are open should include an "add to basket" link. Clicking it should open a modal dialog with the same "add to basket" options offered on the basket page. The correct vendor ID and basket number should be associated with each link. The newly-styled "new basket" and "receive shipment" buttons should work correctly. Table sorting should work correctly, including the new "closed" column. Since the add-to-basket include file was modified, the "add to basket" button on the basket view page should also be tested (acqui/basket.pl). Signed-off-by: Campbell Reid-Tait Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/booksellers.pl | 16 ++++++- .../en/includes/acquisitions-add-to-basket.inc | 11 +++-- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- .../prog/en/modules/acqui/booksellers.tt | 48 +++++++++++++------ 4 files changed, 56 insertions(+), 21 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Sep 5 17:35:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Sep 2013 15:35:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1028-ge86a951 Message-ID: This is an automated email from the git hooks/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 e86a9516177045a77285c8baf8eb0b991b8636a7 (commit) from ba39ef9d6703a3af60cc61ec88033d571ed6d1c6 (commit) Those revisions listed 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 e86a9516177045a77285c8baf8eb0b991b8636a7 Author: Owen Leonard Date: Fri Jul 26 10:37:13 2013 -0400 Bug 10649 - Upgrade DataTables and move scripts out of theme directory This patch adds an upgraded copy of the DataTables plugin to the jQuery plugin directory outside the theme directories. Copies of the old DataTables plugin scripts have been left in the old location while templates are incrementally updated. To test, visit each affected page in Acquisitions and confirm that table sorting still words correctly: - Acquisitions home - Acquisitions -> Late orders - Acquisitions -> Order search - Acquisitions -> Ordered (from table of available funds) - Acquisitions -> Spent (from table of available funds) - Acquisitions -> Vendor search - Acquisitions -> Vendor detail - Acquisitions -> Vendor -> Basket - Acquisitions -> Vendor -> Basket -> Add order from existing record -> Add order from suggestion -> Add order from subscription -> Add order from external source -> Add order from staged file - Acquisitions -> Vendor -> Basket groups - Acquisitions -> Vendor -> Uncertain prices - Acquisitions -> Vendor -> Invoices - Acquisitions -> Vendor -> Invoices -> Invoice - Acquisitions -> Vendor -> Receive shipments - Acquisitions -> Vendor -> Receive shipments -> Receipt summary (click invoice number) Also test one or more pages which have not been modified to confirm that old DataTables assets are still in place and working (ex: Circulation, Quotes editor, Saved reports, etc.) Signed-off-by: Srdjan Edit: Rebased on current master Signed-off-by: Katrin Fischer All tests und QA script pass. I found some smaller bugs, that also appeared on master without the patch applied. For some datatables I struggled with a result set of over 5.000 lines - there is room for improvement where a lot of data can be shown. testing notes: - Acquisitions home - Amounts don't sort correctly before and after the patch, see bug 10792. - Acquisitions -> Late orders - OK. - Acquisitions -> Order search - OK. - Acquisitions -> Ordered (from table of available funds) - OK. - Acquisitions -> Spent (from table of available funds) - OK. - Acquisitions -> Vendor detail - OK. - Acquisitions -> Vendor -> Basket - OK. - Acquisitions -> Vendor -> Basket -> Add order from existing record - Datatables seems not to be in use here? -> Add order from suggestion - OK. -> Add order from subscription - OK. -> Add order from external source - OK. -> Add order from staged file Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../lib/jquery/plugins/dataTables.fnReloadAjax.js | 0 .../plugins/jquery.dataTables.columnFilter.js | 0 .../lib/jquery/plugins/jquery.dataTables.min.js | 0 .../prog/en/includes/datatables.inc | 0 .../prog/en/modules/acqui/acqui-home.tt | 4 +--- .../prog/en/modules/acqui/addorderiso2709.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 5 +---- .../prog/en/modules/acqui/basketgroup.tt | 4 +--- .../prog/en/modules/acqui/booksellers.tt | 4 +--- .../prog/en/modules/acqui/histsearch.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 +--- .../prog/en/modules/acqui/invoices.tt | 4 +--- .../prog/en/modules/acqui/lateorders.tt | 5 +---- .../prog/en/modules/acqui/neworderbiblio.tt | 4 +--- .../prog/en/modules/acqui/newordersubscription.tt | 4 +--- .../prog/en/modules/acqui/newordersuggestion.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/ordered.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 4 +--- .../intranet-tmpl/prog/en/modules/acqui/spent.tt | 4 +--- .../prog/en/modules/acqui/supplier.tt | 4 +--- .../prog/en/modules/acqui/uncertainprice.tt | 4 +--- .../prog/en/modules/acqui/z3950_search.tt | 4 +--- 23 files changed, 19 insertions(+), 59 deletions(-) copy koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/dataTables.fnReloadAjax.js (100%) copy koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/jquery.dataTables.columnFilter.js (100%) copy koha-tmpl/{opac-tmpl => intranet-tmpl}/lib/jquery/plugins/jquery.dataTables.min.js (100%) copy koha-tmpl/{opac-tmpl => intranet-tmpl}/prog/en/includes/datatables.inc (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 6 16:42:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Sep 2013 14:42:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1029-g598a830 Message-ID: This is an automated email from the git hooks/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 598a830af0f97aef39bae36265c06a6f8ed73f10 (commit) from e86a9516177045a77285c8baf8eb0b991b8636a7 (commit) Those revisions listed 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 598a830af0f97aef39bae36265c06a6f8ed73f10 Author: Robin Sheat Date: Thu Jul 11 23:58:34 2013 +1200 Bug 10574 - mute the "upgrading from 3.2" message New installs get the message about running a script if upgrading from 3.2. They shouldn't. This silences this message in all cases except when you actually are upgrading from 3.2. Test plan: There are three scenarios to test: 1) A fresh install should not cause the prompt. 2) An upgrade with or without the debconf entry set should not cause the prompt. 3) An upgrade from a 3.2 release to this should cause the prompt. To remove the debconf entry that says the prompt has been seen: echo 'unregister koha-common/3.2-3.4-upgrade-notice' | sudo debconf-communicate koha-common This should be run before every test to make debconf forget that it's shown the prompt. To get its current state: sudo debconf-show koha-common To test against the 3.2 version, an empty package that claims to be Koha 3.2.2 is attached to the bug. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/koha-common.config | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 6 18:36:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Sep 2013 16:36:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1032-g0c67e94 Message-ID: This is an automated email from the git hooks/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 0c67e94c8b8dbe1912fd5ba4b503cf53789b75a5 (commit) via dd13998837ebd28b3b97e28da470ec341251b9b2 (commit) via f8484348d12bac3b1e5f3d2e4fef9d3034d58969 (commit) from 598a830af0f97aef39bae36265c06a6f8ed73f10 (commit) Those revisions listed 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 0c67e94c8b8dbe1912fd5ba4b503cf53789b75a5 Author: Galen Charlton Date: Tue Aug 20 17:18:13 2013 +0000 Bug 10656: (follow-up) handle OPAC sorting of authvals where lib_opac is NULL The OPAC description for an authorized value is not required to be populated. In particular, if it is NULL, the staff description is displayed instead. This patch makes sure that the sort order (in OPAC mode) uses either the staff description or the OPAC description as needed for each value. To test: [1] Make sure that AdvancedSearchTypes includes "ccode" [1] Arrange your CCODE values so the sort order for staff labels is different from the sort order for OPAC descriptions. Also, ensure that one of the OPAC descriptions is NULL. For example, authorised_value | lib | lib_opac -------------------------------------- ZZZ | A_STAFF | Z_PUBLIC DDD | D_STAFF | NULL AAA | Z_STAFF | A_PUBLIC [2] Prior to the patch, any CCODE values where the OPAC description is NULL will sort first in the OPAC advanced search page, even if the displayed label shouldn't come first. [3] Apply the patch. [4] Verify that the collection list on the OPAC advanced search page is now correct. [5] Verify that the sort order on the staff advanced search page has not changed. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Works nicely, tested in staff and OPAC. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit dd13998837ebd28b3b97e28da470ec341251b9b2 Author: Owen Leonard Date: Thu Aug 1 09:14:08 2013 -0400 Bug 10656: improve sorting of shelving location and collections on OPAC advanced search form Collection codes and shelving locations are displayed in the OPAC and staff client via GetAuthorisedValues which currently sorts results by "lib, lib_opac." Consequently if lib (the description for the staff client) doesn't match lib_opac (the description for the OPAC) sorting will appear to be nonsensical in the OPAC. GetAuthorisedValues can be passed an $opac parameter, so this should be used to switch how reuslts are sorted. This patch implements such a switch. To test, modify your collection code or shelving location authorized values so that lib and lib_opac do not match. Set your AdvancedSearchTypes system preference to display the modified authorized values and view the advanced search page in the OPAC and staff client. Sorting should be correct in each case according to the correct value (lib in the staff client, lib_opac in the OPAC). Signed-off-by: Nicole C. Engard Tested in staff and opac and it works perfectly! Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit f8484348d12bac3b1e5f3d2e4fef9d3034d58969 Author: Galen Charlton Date: Tue Aug 20 16:59:06 2013 +0000 Bug 10656: add regression test This patch adds regression tests to verify the sort order when fetching authorised values in either staff or OPAC mode. This patch also wraps the Koha.t tests in a transaction, and better handles skipping tests if Test::Deep is not installed. To test: [1] Verify that prove -v t/db_dependent/Koha.t passes Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Tests pass with all patches applied. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 6 +++- t/db_dependent/Koha.t | 86 +++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 88 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 6 18:40:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Sep 2013 16:40:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1033-g30b32d9 Message-ID: This is an automated email from the git hooks/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 30b32d99381a8296e41e6843c440cd9e3594eb8a (commit) from 0c67e94c8b8dbe1912fd5ba4b503cf53789b75a5 (commit) Those revisions listed 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 30b32d99381a8296e41e6843c440cd9e3594eb8a Author: Sophie Meynieux Date: Wed Aug 14 15:51:10 2013 +0200 Bug 10727: Replace carriage return with
when printing hold notices This patch replaces carriage return with
in the content of hold notices for printing. This is necessary to convert html file into well formatted pdf file. Test plan : - check in an item reserved by a borrower that has not activated email notification - verify in message_queue table that you've got a new HOLD_PRINT notice with status 'pending' - run gather_print_notices.pl Without the patch, the script generates a html file without
tags. If you run printoverdues.sh , the text in the resulting PDF file is all on one line With the patch, the script generates a html file with
tags and the PDF file created by printoverdues.sh is well formatted. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/gather_print_notices.pl | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 6 20:13:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Sep 2013 18:13:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1034-gad5d9ca Message-ID: This is an automated email from the git hooks/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 ad5d9ca1696dab233ac39fd909f2c1ed7a384bd1 (commit) from 30b32d99381a8296e41e6843c440cd9e3594eb8a (commit) Those revisions listed 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 ad5d9ca1696dab233ac39fd909f2c1ed7a384bd1 Author: Galen Charlton Date: Tue Aug 20 19:12:32 2013 +0000 Bug 10771: remove disused statistical reports cronjobs This patch removes three cronjobs that are believed to be unused for the following reasons: [1] The commit message that introduces them indicates that they were written for a particular library. A staff member from that library has confirmed that they are not in use. [2] The scripts have received essentially no patches since they were introduced except for being caught up in a broader code-improvement patch. [3] They refer to a column that no longer exists in biblioitems. [4] They no longer adhere to guidelines for command-line utilities, and there's been no sign that anybody has felt the urge to correct that. [5] They are not referenced by another code or the manual, and the mailing list archives do not include any substantive discussion of their use. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../stats/monthly_circulation_statistics.pl | 168 -------------------- .../cronjobs/stats/monthly_new_items_statistics.pl | 116 -------------- .../stats/monthly_new_patron_statistics.pl | 128 --------------- 3 files changed, 0 insertions(+), 412 deletions(-) delete mode 100755 misc/cronjobs/stats/monthly_circulation_statistics.pl delete mode 100755 misc/cronjobs/stats/monthly_new_items_statistics.pl delete mode 100755 misc/cronjobs/stats/monthly_new_patron_statistics.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 6 20:15:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Sep 2013 18:15:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1035-g26b2bd1 Message-ID: This is an automated email from the git hooks/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 26b2bd1fe02012115a5bf9736e8d446f4bc52a9e (commit) from ad5d9ca1696dab233ac39fd909f2c1ed7a384bd1 (commit) Those revisions listed 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 26b2bd1fe02012115a5bf9736e8d446f4bc52a9e Author: Colin Campbell Date: Thu Jun 6 11:42:24 2013 +0100 Bug 10426: Remove unused sub GetCcodes from Koha.pm Remove uncalled sub GetCcodes Also remove comment in opac-search.pl which is remaining reference to it and serves no useful purpose Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 22 ---------------------- opac/opac-search.pl | 4 ---- 2 files changed, 0 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 20:17:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 18:17:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1036-g0ab71d3 Message-ID: This is an automated email from the git hooks/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 0ab71d32641d092d11228f0e2282dd8805198720 (commit) from 26b2bd1fe02012115a5bf9736e8d446f4bc52a9e (commit) Those revisions listed 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 0ab71d32641d092d11228f0e2282dd8805198720 Author: Fridolyn SOMERS Date: Fri Aug 16 15:10:56 2013 +0200 Bug 10742: improve converting simple search to Z39.50 search In intranet, when search does not return results, there is a button to perform the same search on Z39.50 servers. This works well when coming from advanced search. But when using simple search from header, in the Z39.50 search box "kw,wrdl" is added to the operand in title. This patch simply adds kw as default value when the cgi does not have idx parameter. Test plan : - In intranet, perform a search from header that does not return any result. For example "afalseword" - Click on "Z39.50 Search" => you get a popup with the searched word in title. For example: Title: afalseword - Go to advanced search page - Enter the same word into first input and submit - Click on "Z39.50 Search" => you get a popup with the searched word in title. Signed-off-by: David Cook Signed-off-by: Katrin Fischer Small change, fixes an annoying problem. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:34:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:34:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1037-gdd367ef Message-ID: This is an automated email from the git hooks/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 dd367efddf887e3197492f11996a36c0d6c5e4c4 (commit) from 0ab71d32641d092d11228f0e2282dd8805198720 (commit) Those revisions listed 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 dd367efddf887e3197492f11996a36c0d6c5e4c4 Author: Galen Charlton Date: Wed Aug 28 16:27:43 2013 +0000 Bug 7143: history.txt and about page updates - two new developers - releases Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Reads all ok. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 48 +++++++++++++-------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 +- 2 files changed, 33 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:40:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:40:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1038-g49e014d Message-ID: This is an automated email from the git hooks/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 49e014d5b0f10d22d9cc5a4d3871bce34f298876 (commit) from dd367efddf887e3197492f11996a36c0d6c5e4c4 (commit) Those revisions listed 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 49e014d5b0f10d22d9cc5a4d3871bce34f298876 Author: Kyle M Hall Date: Fri Sep 6 13:10:19 2013 -0400 Bug 10835: fix patron search for using "contains" search type The patron search type option "contains" works fine for multiple strings, but returns no results for a single string search. For example, the patron "Henry Acevedo" will be returned for a "contains" search "en ev" but not for just "en" or "ev". Test Plan: 1) Create 2 patrons named "Test One" and "Test Two" 2) Run a "contains" search for the term "est" 3) Note no results were found 4) Apply this patch 5) Repeat step 2 6) Note the patrons now display in the search results. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and QA script pass. Also checked that 'starts with' still works as expected - searching for ev will only return "Eva Dillon" from the example patrons in this case. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: members/member.pl | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:44:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:44:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1039-g3d6bec7 Message-ID: This is an automated email from the git hooks/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 3d6bec745536a3e91e960d55542ec7233c17cfce (commit) from 49e014d5b0f10d22d9cc5a4d3871bce34f298876 (commit) Those revisions listed 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 3d6bec745536a3e91e960d55542ec7233c17cfce Author: Mathieu Saby Date: Thu Jun 13 20:22:51 2013 +0200 Bug 10218: Add individual CSS classes for bibliographic information in OPAC (UNIMARC) Follow-up for UNIMARC XSLT Display This patch adds class to span markup in list and detail display. XSLT are not build in the same way in MARC21 and UNIMARC, so I had to add a parameter "spanclass" to 3 templates called in UNIMARC : tag_title, tag_7xx, tag_comma To test, apply the patch on a Koha instance with UNIMARC records, and - activate sysprefs OPACXSLTDetailsDisplay and OPACXSLTDetailsDisplay - make a search on the OPAC. In the results, check the spans with "results_summary" class have also more a precise class. Ex : span class="results_summary publication" - view some records in detailed view. If possible, a record with a series, a record with some subjects, a record with different authors, a record with a link in 856. Check the spans with "results_summary" have also a more precise class. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works exactly as described on results and detail. No koha-qa errors Signed-off-by: Katrin Fischer XSLT only change. Tested in a UNIMARC install, HTML source code looks ok. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 43 +++++++++++++------- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 5 ++- .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 18 +++++--- 3 files changed, 43 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:47:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:47:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1040-g275dfd2 Message-ID: This is an automated email from the git hooks/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 275dfd2fac59c824d9591644fe982e9008032407 (commit) from 3d6bec745536a3e91e960d55542ec7233c17cfce (commit) Those revisions listed 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 275dfd2fac59c824d9591644fe982e9008032407 Author: David Cook Date: Wed Aug 28 11:55:02 2013 +1000 Bug 10793: XSLT change 780/785 search queries to use ti,phr indexes like other linking entries This patch adds the ti,phr index to the search queries for the 780 and 785 MARC fields in the XSLT templates. Test Plan: 1) Use a record with 780 and 785 MARC fields with data in the "a" or "t" subfields. (You might need to add these fields to an existing record, or create a new record. You might also need to change your MARC Bibliographic Framework settings to not "hide" these fields in your framework(s)). N.B. The data in the "a" or "t" subfields should be a title that exists in your database. Otherwise, this test might seem misleading. 2) Set the system preferences "XSLTDetailsDisplay" and "OPACXSLTDetailsDisplay" to "default". 3) Go to your record (which contains the 780/785 fields), and look for links with linktext derived from the "a" or "t" fields in the record. These may or may not be prefaced with labels such as "Continued by" or "Continues". 4) Note that the links are formatted "q=TITLE". Click this link and note the possibly high number of results. 5) APPLY THE PATCH 6) Shift+Refresh your record page, and observe that the link should now say "q=ti,phr:TITLE". Click this link and note that you are either taken directly to the referenced article or that your search results are considerably fewer. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer XSLT change only, no regressions found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 4 ++-- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:52:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:52:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1041-g8c3d3eb Message-ID: This is an automated email from the git hooks/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 8c3d3eb01a91c073aa9a5f2cb016bba01f0529ab (commit) from 275dfd2fac59c824d9591644fe982e9008032407 (commit) Those revisions listed 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 8c3d3eb01a91c073aa9a5f2cb016bba01f0529ab Author: Owen Leonard Date: Tue Aug 13 14:50:06 2013 -0400 Bug 10721 - Improve DataTables configuration on transfers to receive report I noticed this template used a hidden span to allow correct sorting of titles--a relic of the previous table sorting plugin. I have removed that and added an improved DataTables configuration. To test apply the patch and view the transfers to receive report for a library which has multiple transfers to receive. Sorting should work correctly on all columns, including correct date sorting regardless of dateformat system preference. Title sorting should correctly exclude articles. Signed-off-by: David Cook Signed-off-by: Katrin Fischer Passes all tests and works nicely. Tested with different date formats. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: circ/transferstoreceive.pl | 2 +- .../prog/en/modules/circ/transferstoreceive.tt | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 7 22:55:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 07 Sep 2013 20:55:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1042-gec070fa Message-ID: This is an automated email from the git hooks/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 ec070fa8375d9001041fc089ff193b17f87ae4c1 (commit) from 8c3d3eb01a91c073aa9a5f2cb016bba01f0529ab (commit) Those revisions listed 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 ec070fa8375d9001041fc089ff193b17f87ae4c1 Author: Owen Leonard Date: Thu Aug 1 10:57:02 2013 -0400 Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary In the OPAC, the patron summary page (opac-user.pl) should display subtitle along with title in the lists of checkouts, overdues, and holds. This patch adds it. To test, log in to the OPAC as a patron who has checkouts, overdues, and holds which include titles with subtitles. Titles should appear correctly with and without subtitles. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 6 +++--- opac/opac-user.pl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 03:10:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 01:10:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1045-ge831a7e Message-ID: This is an automated email from the git hooks/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 e831a7eb3fe21561264cc756f40c539333e8ebbc (commit) via 78eba2f974ca9e8ff51f64d2356b004e7bfcecff (commit) via 3f77efcc1db1730ca5b0f5ab20618962799a2418 (commit) from ec070fa8375d9001041fc089ff193b17f87ae4c1 (commit) Those revisions listed 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 e831a7eb3fe21561264cc756f40c539333e8ebbc Author: Galen Charlton Date: Sun Sep 8 01:20:05 2013 +0000 Bug 10272: (follow-up) add regression test This patch adds a regression test for this bug, effectively implementing the manual test plan in the previous patch. To test: [1] Verify that prove -v t/db_dependent/Reserves.t passes. Signed-off-by: Galen Charlton commit 78eba2f974ca9e8ff51f64d2356b004e7bfcecff Author: Kyle M Hall Date: Fri May 17 07:08:24 2013 -0500 Bug 10272: make CheckReserves respect ReservesControlBranch CheckReserves was using the CircControl system preference to determine what patrons an item can fill a hold for. It should be using ReservesControlBranch instead. Test Plan: 1) Set ReservesControlBranch to "item's home library". 2) Create an item at Library A, place holds for it for patrons at Library B, Library C, and Library A in that order, for pickup at the patrons home library. 3) Make sure the holds policy for Library A is set to Hold Policy = "From home library" and Return Policy = "Item returns home". Make sure the holds policies for the other libraries are set to Hold Policy = "From any library". 4) Check the item in at Library C, the hold for the patron at Library B should pop up, even though it's in violation of the circulation rules. Don't click the confirm button! 5) Apply this patch, and reload the page, now the hold listed should be for the last hold, the hold for the patron at Library A, which is correct. This patch adds the subroutine C4::Reserves::GetReservesControlBranch as an equivilent to C4::Circulation::_GetCircControlBranch. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixed POD so that arguments and explanation match (C<$item>). Also tested opac-reserves.pl for regressions. Passes all tests, QA script, and Reserves.t. Signed-off-by: Galen Charlton commit 3f77efcc1db1730ca5b0f5ab20618962799a2418 Author: Mark Tompsett Date: Thu Jul 11 23:13:42 2013 -0400 Bug 10584 - Hide OPAC biblio details if all items are hidden If there are items for a given biblio number, and they are all hidden, then biblio needs to be hidden. If the biblio needs to be hidden, this is done by setting the biblionumber to 0, which triggers the same output as if the biblionumber does not exist. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 30 ++++++++++- opac/opac-detail.pl | 13 ++++- opac/opac-reserve.pl | 2 +- t/db_dependent/Reserves.t | 125 ++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 166 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 03:21:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 01:21:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1046-g384566c Message-ID: This is an automated email from the git hooks/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 384566c1295a81dce0d9de001fcde36f2a996dfa (commit) from e831a7eb3fe21561264cc756f40c539333e8ebbc (commit) Those revisions listed 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 384566c1295a81dce0d9de001fcde36f2a996dfa Author: Janusz Kaczmarek Date: Mon Mar 18 22:16:22 2013 +0200 Bug 10324: fix display of editorial series in normal view (UNIMARC / no XSLT) The patch corrects the issue -- the content of the field 225 shall be displayes under Series now. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no koha-qa errors Signed-off-by: Katrin Fischer Comparing the XSLT with the normal view the patch seems to work correctly. Passes all tests and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 03:36:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 01:36:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1047-gf5c7bad Message-ID: This is an automated email from the git hooks/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 f5c7badb31dff9afcbb69e4f58155560e98a922f (commit) from 384566c1295a81dce0d9de001fcde36f2a996dfa (commit) Those revisions listed 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 f5c7badb31dff9afcbb69e4f58155560e98a922f Author: Owen Leonard Date: Fri May 31 12:05:49 2013 -0400 Bug 10349 - Don't show empty Descriptions/Title notes tabs in OPAC and staff The descriptions/title notes tab appears on the detail page in both staff client and OPAC even if there are no notes. This is probably a relic of the pre-T:T days when it wasn't possible to use || in an IF. This patch adds a check for the various variables which might trigger the display of the tab. To test, apply the patch and view records in the OPAC and staff client which do and do not have title notes attached (whether that be in the MARC record or in the biblio.notes column). In the OPAC Syndetics content should also be tested if possible. The descriptions/title notes tab should only appear if there is content. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer That's better - thx Owen! Works nicely and passes all tests. Tested in staff and OPAC, also in combination with NotesBlacklist hiding all notes. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tt | 8 ++++++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 +++++++- 2 files changed, 13 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 03:52:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 01:52:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1051-g9dc7c37 Message-ID: This is an automated email from the git hooks/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 9dc7c378225c1fb1e59b53d7f0245d8f5de07466 (commit) via 2b9f08555abd1a0df675a69cef0687ea54c17004 (commit) via eb76026a684ec4ce2cc5840b0e4cb1b69a62026e (commit) via dbaefb626ce5c2022b647fc15e6d0a0d68fa0784 (commit) from f5c7badb31dff9afcbb69e4f58155560e98a922f (commit) Those revisions listed 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 9dc7c378225c1fb1e59b53d7f0245d8f5de07466 Author: Galen Charlton Date: Sun Sep 8 01:57:57 2013 +0000 Bug 10550: DBRev 3.13.00.016 Signed-off-by: Galen Charlton commit 2b9f08555abd1a0df675a69cef0687ea54c17004 Author: Galen Charlton Date: Sun Sep 8 01:56:52 2013 +0000 Bug 10550: (follow-up) correct one additional instances of 'wthdrawn' This was introduced after Kyle's patch passed QA. Signed-off-by: Galen Charlton commit eb76026a684ec4ce2cc5840b0e4cb1b69a62026e Author: Jonathan Druart Date: Mon Aug 19 15:05:49 2013 +0200 Bug 10550: Merge 2 updatedatabase entries into 1 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit dbaefb626ce5c2022b647fc15e6d0a0d68fa0784 Author: Kyle M Hall Date: Mon Jul 8 12:05:46 2013 -0400 Bug 10550: Fix database typo wthdrawn This patch updates the wthdrawn field in items and deleteditems to be withdrawn instead. No functional changes are made. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Save for translation files (that will be fixed on next release), only occurrence of wthdrawn is on updatedatabase.pl No koha-qa errors. This touch many files, and I did not test everything, but all seems normal. I think that any problem could be fixed later. Perhaps both entries in updatedatabase.pl could be joined into one, but thats for QA. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 12 +++++----- C4/HoldsQueue.pm | 2 +- C4/ILSDI/Utility.pm | 2 +- C4/Items.pm | 20 +++++++++--------- C4/Reserves.pm | 2 +- C4/SIP/ILS/Transaction/Checkin.pm | 2 +- C4/Search.pm | 16 +++++++------- C4/XSLT.pm | 4 +- catalogue/moredetail.pl | 2 +- catalogue/updateitem.pl | 8 +++--- circ/pendingreserves.pl | 2 +- circ/reserveratios.pl | 2 +- circ/returns.pl | 2 +- docs/opac/OpacHiddenItems.txt | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- installer/data/Pg/kohastructure.sql | 4 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- installer/data/mysql/de-DE/optional/auth_val.sql | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../mandatory/unimarc_framework_DEFAULT.sql | 2 +- installer/data/mysql/en/optional/auth_val.sql | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../mandatory/unimarc_framework_DEFAULT.sql | 2 +- installer/data/mysql/es-ES/optional/auth_val.sql | 2 +- .../Obligatoire/marc21_framework_DEFAULT.sql | 2 +- .../Optionnel/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../unimarc/necessari/unimarc_framework.sql | 6 ++-- installer/data/mysql/it-IT/necessari/auth_val.sql | 2 +- installer/data/mysql/kohastructure.sql | 4 +- .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../marcflavour/normarc/Obligatorisk/normarc.sql | 2 +- .../Valgfritt/normarc_fastadd_framework.sql | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++++++------- .../mandatory/unimarc_framework_DEFAULT.sql | 4 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 2 +- .../authorised_values_[WITHDRAWN].txt | 2 +- .../marc21_bibliographic_DEFAULT_local.sql | 2 +- .../optional/marc21_bibliographic_AR_local.sql | 2 +- .../optional/marc21_bibliographic_BKS_local.sql | 2 +- .../optional/marc21_bibliographic_CF_local.sql | 2 +- .../optional/marc21_bibliographic_FA_local.sql | 2 +- .../optional/marc21_bibliographic_IR_local.sql | 2 +- .../optional/marc21_bibliographic_KT_local.sql | 2 +- .../optional/marc21_bibliographic_SER_local.sql | 2 +- .../optional/marc21_bibliographic_SR_local.sql | 2 +- .../optional/marc21_bibliographic_VR_local.sql | 2 +- .../unimarc_bibliographic_DEFAULT_local_995.sql | 4 +- ...rc_bibliographic_DEFAULT_local_952_obsolete.sql | 2 +- .../authorised_values_[WITHDRAWN].txt | 2 +- .../marc21_bibliographic_DEFAULT_local.sql | 2 +- .../optional/marc21_bibliographic_AR_local.sql | 2 +- .../optional/marc21_bibliographic_BKS_local.sql | 2 +- .../optional/marc21_bibliographic_CF_local.sql | 2 +- .../optional/marc21_bibliographic_FA_local.sql | 2 +- .../optional/marc21_bibliographic_IR_local.sql | 2 +- .../optional/marc21_bibliographic_KT_local.sql | 2 +- .../optional/marc21_bibliographic_SER_local.sql | 2 +- .../optional/marc21_bibliographic_SR_local.sql | 2 +- .../optional/marc21_bibliographic_VR_local.sql | 2 +- .../unimarc_bibliographic_DEFAULT_local_995.sql | 4 +- .../optional/unimarc_bibliographic_AN_local.sql | 4 +- .../optional/unimarc_bibliographic_AUD_local.sql | 4 +- .../optional/unimarc_bibliographic_BOOK_local.sql | 4 +- ...rc_bibliographic_DEFAULT_local_952_obsolete.sql | 2 +- .../optional/unimarc_bibliographic_EL_local.sql | 4 +- .../optional/unimarc_bibliographic_MIN_local.sql | 4 +- .../optional/unimarc_bibliographic_NOTE_local.sql | 4 +- .../optional/unimarc_bibliographic_PER_local.sql | 4 +- .../optional/unimarc_bibliographic_TECH_local.sql | 4 +- installer/data/mysql/updatedatabase.pl | 22 ++++++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/columns.def | 2 +- .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/catalogue/moredetail.tt | 14 ++++++------ .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/cataloguing/addbooks.tt | 2 +- .../prog/en/includes/item-status-schema-org.inc | 2 +- .../opac-tmpl/prog/en/includes/item-status.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 8 +++--- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- kohaversion.pl | 2 +- opac/opac-ISBDdetail.pl | 2 +- opac/opac-detail.pl | 2 +- t/db_dependent/HoldsQueue.t | 2 +- t/db_dependent/Search.t | 4 +- tools/inventory.pl | 10 ++++---- 101 files changed, 233 insertions(+), 211 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 03:54:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 01:54:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1052-g402435b Message-ID: This is an automated email from the git hooks/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 402435b17a1ae32fb41b6fdde39b94059fdb2c2f (commit) from 9dc7c378225c1fb1e59b53d7f0245d8f5de07466 (commit) Those revisions listed 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 402435b17a1ae32fb41b6fdde39b94059fdb2c2f Author: Jonathan Druart Date: Fri May 24 14:51:14 2013 +0200 Bug 10333: Labels/t_Batch.t needs to create its own data prove t/db_dependent/Labels/t_Batch.t db_dependent/Labels/t_Batch.t .. 1/33 # Testing Batch->new() method. db_dependent/Labels/t_Batch.t .. ok All tests successful. Files=1, Tests=33, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.34 cusr 0.00 csys = 0.37 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Labels/t_Batch.t | 56 ++++++++++++++++++++++++++++++-------- 1 files changed, 44 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 04:16:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 02:16:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1056-g3c5e317 Message-ID: This is an automated email from the git hooks/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 3c5e3170b9c62b3f881fdecb15d83a0bc35eed65 (commit) via a9719215b45c99e9fa2429992d2b2b1daa1c6cf3 (commit) via d892340cf53ca945906bd2f50615eab72781238f (commit) via 47bd795b828c7b99524145fe337ea0c6ac7d588f (commit) from 402435b17a1ae32fb41b6fdde39b94059fdb2c2f (commit) Those revisions listed 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 3c5e3170b9c62b3f881fdecb15d83a0bc35eed65 Author: Galen Charlton Date: Sun Sep 8 02:28:45 2013 +0000 Bug 10325: (follow-up) add test for overriding system preferences To test: [1] Verify that prove -v t/db_dependent/sysprefs.t passes. Signed-off-by: Galen Charlton commit a9719215b45c99e9fa2429992d2b2b1daa1c6cf3 Author: Galen Charlton Date: Sun Sep 8 02:16:59 2013 +0000 Bug 10325: (follow-up) fix typos and whitespace in httpd.conf example Signed-off-by: Galen Charlton commit d892340cf53ca945906bd2f50615eab72781238f Author: Kyle M Hall Date: Thu Aug 15 13:49:07 2013 -0400 Bug 10325 - QA Followup - Fix typos Signed-off-by: Galen Charlton commit 47bd795b828c7b99524145fe337ea0c6ac7d588f Author: Kyle M Hall Date: Fri May 24 06:56:50 2013 -0400 Bug 10325 - Allow system preferences to be overridable from koha-httpd.conf For Koha installations with multiple OPAC URLs, It would be nice to be able to override systeprefs from the http conf file. Case in point, a library wants to have two separate opacs, one the is only viewable from within the library that allows patrons to place holds, and a second public one that does not. In this case, overriding the system preference RequestOnOpac would accomplish this simply, and with no ill affects. This feature would of course be should only be used to override cosmetic effects on the system, and should not be used for system preferences such as CircControl, but would be great for preferences such as OpacStarRatings, opacuserjs, OpacHighlightedWords and many others! Test Plan: 1) Apply this patch 2) Disable the system pref OpacHighlightedWords 3) Do a seach in the OPAC, not the term is not highlighted 4) Edit your koha-http.conf file, add the line SetEnv OVERRIDE_SYSPREF_OpacHighlightedWords "1" to your koha-http.conf file's OPAC section. Also add the line SetEnv OVERRIDE_SYSPREF_NAMES "OpacHighlightedWords" to the Intranet section 5) Restart your web server, or just reload it's config 6) Do a seach, now your search term should be highlighted! 7) From the intranet preference editor, view the pref, You should see a warning the this preference has been overridden. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 27 ++++++++++------ admin/preferences.pl | 5 ++- etc/koha-httpd.conf | 12 +++++++ .../intranet-tmpl/prog/en/css/preferences.css | 8 ++++- .../prog/en/modules/admin/preferences.tt | 6 +++ t/db_dependent/sysprefs.t | 34 +++++++++++++++++++- 6 files changed, 79 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 07:00:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 05:00:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1057-gb4c2ee3 Message-ID: This is an automated email from the git hooks/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 b4c2ee3d9d22d1be93b6dfca5c251a03ec120125 (commit) from 3c5e3170b9c62b3f881fdecb15d83a0bc35eed65 (commit) Those revisions listed 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 b4c2ee3d9d22d1be93b6dfca5c251a03ec120125 Author: Galen Charlton Date: Sun Sep 8 05:08:51 2013 +0000 Bug 10325: (follow-up) restore case-insensivity of syspref cache Case-insensitivity of the system preference cache was introduced in the patch for bug 6132. This patch corrects some breakage that occurred. Longer-term, IMO a hard look needs to be taken at using a case-insensitive collation for syspref codes, and coded values in general. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 07:03:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 05:03:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1058-gb8e1e7e Message-ID: This is an automated email from the git hooks/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 b8e1e7e217363a165275dca46e7d123633a64920 (commit) from b4c2ee3d9d22d1be93b6dfca5c251a03ec120125 (commit) Those revisions listed 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 b8e1e7e217363a165275dca46e7d123633a64920 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 ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reports/catalogue_out.tt | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 07:31:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 05:31:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1059-g90e2aaf Message-ID: This is an automated email from the git hooks/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 90e2aafeb538f2d5e52fd1d32fce528f72076df8 (commit) from b8e1e7e217363a165275dca46e7d123633a64920 (commit) Those revisions listed 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 90e2aafeb538f2d5e52fd1d32fce528f72076df8 Author: Kyle M Hall Date: Fri Feb 1 10:40:50 2013 -0500 Bug 9531: Make SIP2 message terminator configurable via SIPconfig.xml Add a terminator option to SIPConfig.xml, choices for 'terminator' are 'CR' or 'CRLF'. The default continues to be 'CRLF' if 'terminator' is undefined. Test Plan: 1) Apply patch 2) Start SIP server 3) Run C4/SIP/t/04patron_status.t 4) Stop SIP server 5) Add terminator="CR" for account login 'term1' 6) Run 04patron_status.t again, you should see no change Signed-off-by: Fr?d?ric Demians Signed-off-by: Adrien Saurat Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/SIP/Sip.pm | 20 +++++++------------- C4/SIP/Sip/MsgType.pm | 34 +++++++++++++++++----------------- etc/SIPconfig.xml | 2 +- 3 files changed, 25 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 07:50:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 05:50:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1060-g6f5eef7 Message-ID: This is an automated email from the git hooks/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 6f5eef782cea307da809dfac7a2506a11c2bfda2 (commit) from 90e2aafeb538f2d5e52fd1d32fce528f72076df8 (commit) Those revisions listed 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 6f5eef782cea307da809dfac7a2506a11c2bfda2 Author: Adrien Saurat Date: Thu Mar 21 11:58:29 2013 +0100 Bug 9845: correct SIP 08checkin.t The tests were too restrictive. It should be possible to pass a checkin/checkout test with different values defined for magnetic media. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/SIP/t/08checkin.t | 34 +++++++++++++++++++++++++--------- 1 files changed, 25 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 07:58:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 05:58:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1062-g2482819 Message-ID: This is an automated email from the git hooks/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 2482819de984200f6c1d0387b3c9fd8ad10940b3 (commit) via e1de36fbb94c8e4046f564b200a1e8180df5bfcf (commit) from 6f5eef782cea307da809dfac7a2506a11c2bfda2 (commit) Those revisions listed 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 2482819de984200f6c1d0387b3c9fd8ad10940b3 Author: Kyle M Hall Date: Mon Jul 8 08:03:11 2013 -0400 Bug 9252 - Add option to send patron's home branch in AF field - QA Followup Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit e1de36fbb94c8e4046f564b200a1e8180df5bfcf Author: Kyle M Hall Date: Mon Dec 10 08:54:24 2012 -0500 Bug 9252 - Add option to send patron's home branch in AF field This patch gives you the option of sending a patrons home branch code in an AF field for patron status requests. It is controlled at the account login level, so it can be enable on a per-sip-login basis. Test Plan: 1) Apply patch 2) Edit SIPconfig.xml, add the parameter 'send_patron_home_library_in_af="1"' to the login you will be using to test. 3) Start your SIP2 server. 4) Connect to it via telnet ( something like: '9300CNterm1|COterm1|CPCPL|' ) 5) Send a patron status request ( like: '2300120121110 82925AOCPL|AA23529000035676|ACterm1|ADletmein' ) 6) Examine reponse you should see something like this: "24 00120121210 085332AEHenry Acevedo|AA23529000035676|BLY|CQN|AFGreetings from Koha. |AFMPL|AO|" Note the second AF field with the value MPL. Signed-off-by: George Williams Signed-off-by: Christopher Brannon Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/SIP/Sip/MsgType.pm | 17 ++++++++++++----- etc/SIPconfig.xml | 3 ++- 2 files changed, 14 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 08:15:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 06:15:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1065-ge30612b Message-ID: This is an automated email from the git hooks/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 e30612bb3f0465363842ff4269245095d32dee3b (commit) via 70f23f2a69a66b76d411f81787e8e63e0a87a2a1 (commit) via 2fa06f48d957f7ea39286a52513a580e2ed5b13e (commit) from 2482819de984200f6c1d0387b3c9fd8ad10940b3 (commit) Those revisions listed 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 e30612bb3f0465363842ff4269245095d32dee3b Author: Kyle M Hall Date: Thu Sep 5 15:27:58 2013 -0400 Bug 10027: (follow-up) improve display of fine details on printed invoice Signed-off-by: Katrin Fischer Passes all tests and QA script. Checked invoice is correctly printed for - partially paid fines - paid fines - unpaid fines Signed-off-by: Galen Charlton commit 70f23f2a69a66b76d411f81787e8e63e0a87a2a1 Author: Kyle M Hall Date: Wed Apr 10 13:49:16 2013 -0400 Bug 10027: (follow-up) tidy members/printinvoice.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 2fa06f48d957f7ea39286a52513a580e2ed5b13e Author: Kyle M Hall Date: Wed Apr 10 13:45:18 2013 -0400 Bug 10027: include fine details when printing a fine Previously printing a fine invoice would result in a page with both the single item charge and the total outstanding amount. Right now only the total outstanding is printed. Test Plan: 1) Print a fine, note the fine doesn't show, only the total 2) Apply patch 3) Print a fine, not the fine does show Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/printinvoice.tt | 12 +- members/printinvoice.pl | 157 ++++++++++---------- 2 files changed, 85 insertions(+), 84 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 08:18:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 06:18:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1066-g1c8c9bb Message-ID: This is an automated email from the git hooks/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 1c8c9bb0fe23addc624e2a97331c8ec9cd80a9dd (commit) from e30612bb3f0465363842ff4269245095d32dee3b (commit) Those revisions listed 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 1c8c9bb0fe23addc624e2a97331c8ec9cd80a9dd Author: Owen Leonard Date: Tue Aug 20 09:07:25 2013 -0400 Bug 10769 - Simplify clearing of input fields when duplicating a patron When duplicating a patron record an onclick event is added to many fields in order to make then clear when focused. This patch updates the template so that the logic for this can be simplified. A template variable is set based on the 'opduplicate' variable, and a class added to the relevant fields. All fields with that class are cleared on focus. Also changed are several markup issues which were causing validation errors. To test, find or create a patron record which has all standard text fields filled with data. Use the "duplicate" button on the detail view of that patron to initiate the duplication process. Focus on each field in the patron entry form in succession. Fields which contain data should be cleared in the same way they were before the patch. Also test a regular edit operation to confirm that fields are not cleared. Signed-off-by: Campbell Reid-Tait Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 265 +++++--------------- 1 files changed, 58 insertions(+), 207 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 08:21:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 06:21:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1067-g794f0f2 Message-ID: This is an automated email from the git hooks/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 794f0f28c931ae885232c23d02f94bfed66158f5 (commit) from 1c8c9bb0fe23addc624e2a97331c8ec9cd80a9dd (commit) Those revisions listed 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 794f0f28c931ae885232c23d02f94bfed66158f5 Author: Owen Leonard Date: Thu Aug 1 10:09:51 2013 -0400 Bug 10619 - fix errors in sco.css for the CCSR OPAC templates sco.css is not missing from CCSR, but some image paths in the CSS are incorrect, resulting in some missing images. This patch corrects those broken paths. This patch also hides the Cart/Lists/login region of the template which should not be visible in self checkout. To test, enable self-checkout and switch to the CCSR theme. Load a patron for self-checkout and confirm that images associated with buttons appear correctly: By the help link in the upper-right, on the 'Finish' button, etc. Try checking out an item which is already checked out to that patron to see more examples. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer CSS changes only, works nicely. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/css/sco.css | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 08:52:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 06:52:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1074-g8363e54 Message-ID: This is an automated email from the git hooks/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 8363e5440ed2cf0f6976ce1e8a965272089ec887 (commit) via 7bc1077763ef0ff84fe658deec59a9c1a961155a (commit) via 0a304e52e7861c1bf15f3f7eeed0f2548768d920 (commit) via 1c19e6b1b6d4f5ea1f4d982f96d76305a5cd127d (commit) via 7b71c6588587784665c724da99a9add1b54464bb (commit) via 0f219a31be615faba830ee69d7328ad8c01642b3 (commit) via 2d0bdc80fda5344cd3ef6613d26676267a82142a (commit) from 794f0f28c931ae885232c23d02f94bfed66158f5 (commit) Those revisions listed 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 8363e5440ed2cf0f6976ce1e8a965272089ec887 Author: Galen Charlton Date: Sun Sep 8 06:58:49 2013 +0000 Bug 10320: (follow-up) handle OverDrive authentication failure more gracefully When calling the overdrive_proxy service, if for some reason the credentials are not accepted by OverDrive, return HTTP status 400 (as intended) rather than an internal server error. Signed-off-by: Galen Charlton commit 7bc1077763ef0ff84fe658deec59a9c1a961155a Author: Galen Charlton Date: Sun Sep 8 06:49:19 2013 +0000 Bug 10320: DBrev 3.13.00.017 Signed-off-by: Galen Charlton commit 0a304e52e7861c1bf15f3f7eeed0f2548768d920 Author: Galen Charlton Date: Sun Sep 8 06:47:18 2013 +0000 Bug 10320: (follow-up) tidy up new system preferences - added to sysprefs.sql - fixed typo in updatedatabase.pl Signed-off-by: Galen Charlton commit 1c19e6b1b6d4f5ea1f4d982f96d76305a5cd127d Author: Galen Charlton Date: Sun Sep 8 06:42:10 2013 +0000 Bug 10320: (follow-up) correct license statement Signed-off-by: Galen Charlton commit 7b71c6588587784665c724da99a9add1b54464bb Author: Jesse Weaver Date: Tue Jul 30 10:49:57 2013 -0600 Bug 10320: (follow-up) Fix copyright and style errors This patch fixes a copypasta'd copyright statement, and some incorrect POD and indentation. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 0f219a31be615faba830ee69d7328ad8c01642b3 Author: Jesse Weaver Date: Thu Jul 18 09:48:19 2013 -0600 Followup for bug 10320: minor bugfixes and style improvements Switch to the new method of showing star ratings. Also, fix some translation bugs, an error that occurred when caching was disabled and add a stub unit test. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 2d0bdc80fda5344cd3ef6613d26676267a82142a Author: Jesse Weaver Date: Thu May 16 17:11:15 2013 -0600 Bug 10320 - Integrate OverDrive search into OPAC Show any relevant results from the OverDrive ebook/audiobook service on the OPAC search. This is done by showing a link with "Found xx results in the library's OverDrive collection" at the top of search results and linking to a page that shows the full results. This requires an OverDrive developer account, and is enabled by setting the OverDriveClientKey and OverDriveClientSecret system preferences. In addition, this patch adds the OverDriveLibraryID system preference. Signed-off-by: Srdjan Signed-off-by: Henry Bankhead Signed-off-by: Chris Cormack Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/External/OverDrive.pm | 143 ++++++++++++++++ installer/data/mysql/sysprefs.sql | 3 + installer/data/mysql/updatedatabase.pl | 15 ++ .../admin/preferences/enhanced_content.pref | 11 ++ koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 17 ++- koha-tmpl/opac-tmpl/ccsr/en/js/overdrive.js | 61 +++++++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 15 ++ koha-tmpl/opac-tmpl/prog/en/js/overdrive.js | 61 +++++++ .../prog/en/modules/opac-overdrive-search.tt | 171 ++++++++++++++++++++ .../opac-tmpl/prog/en/modules/opac-results.tt | 28 +++- kohaversion.pl | 2 +- opac/opac-overdrive-search.pl | 45 +++++ opac/opac-search.pl | 6 + opac/svc/overdrive_proxy | 82 ++++++++++ t/{Bookseller.t => External_Overdrive.t} | 5 +- 15 files changed, 658 insertions(+), 7 deletions(-) create mode 100644 C4/External/OverDrive.pm create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/js/overdrive.js create mode 100644 koha-tmpl/opac-tmpl/prog/en/js/overdrive.js create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt create mode 100755 opac/opac-overdrive-search.pl create mode 100755 opac/svc/overdrive_proxy copy t/{Bookseller.t => External_Overdrive.t} (58%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 08:58:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 06:58:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1075-g6434f92 Message-ID: This is an automated email from the git hooks/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 6434f9264ac0415e1e52904dc953a00ee0806491 (commit) from 8363e5440ed2cf0f6976ce1e8a965272089ec887 (commit) Those revisions listed 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 6434f9264ac0415e1e52904dc953a00ee0806491 Author: Owen Leonard Date: Fri Aug 9 13:43:21 2013 -0400 Bug 9943: activate "Pay selected" button only when at least one fine is selected If you select no fines but click the "pay selected" button the resulting screen offers to let you pay against all fines, which is confusing. To simplify things this patch disables the "pay selected" button if no lines are selected. To test, apply the patch and find a patron with outstanding fines. From the "pay fines" page (members/pay.pl) try selecting and deselecting checkboxes and using the "select all" and "clear all" links. When no item is selected the "Pay selected" button should become disabled. Confirm that the form submits correctly when one or more fines is selected. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Passes all tests and QA script. Works nicely in my tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/members/pay.tt | 31 ++++++++++++++++--- 1 files changed, 26 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 21:07:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 19:07:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1077-g46bbfa1 Message-ID: This is an automated email from the git hooks/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 46bbfa12a1d20cfaea2c61ad9bf1fdb47a25435a (commit) via 3d8f462cce3779fd1963d623b051dbc79d2f799a (commit) from 6434f9264ac0415e1e52904dc953a00ee0806491 (commit) Those revisions listed 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 46bbfa12a1d20cfaea2c61ad9bf1fdb47a25435a Author: Galen Charlton Date: Sun Sep 8 07:37:04 2013 +0000 Bug 9924: (follow-up) ensure that correct error message is displayed (Apparently) unlike HTML::Template::Pro, Template Toolkit doesn't like template variables that are entirely numeric -- in conditionals, it consider them integers, most of which are Perl true. This patch changes this by setting the error variable to the error value. To test: [1] Run the test plan from the previous patch. In each case, verify that the error message is specifically applicable to the test. For example, if you try uplaoading a patron image that is larger than 500KB, the error message displayed should specifically say so. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Thank you Galen for catching this. Error messages showing up now are much more specific and according to the error codes given. I testd uploading a file larger then 500KB and triggered several error messages giving the error code in the URL: /cgi-bin/koha/patroncards/manage.pl?card_element=profile&error=201 All tests and QA script pass. Signed-off-by: Galen Charlton commit 3d8f462cce3779fd1963d623b051dbc79d2f799a Author: Owen Leonard Date: Mon Mar 25 12:22:33 2013 -0400 Bug 9924 - Simplify and rename patron card creator error message include The patron card creator error message include uses a non-standard method for displaying error messages, and is poorly-named. This patch converts the method of displaying error messages for various patron card creator options to the standard one ('
') and renames the include file to make it clear that it relates only to patron card creator operations. To test, perform various operations: - Go to 'manage images' and try to upload a file which exceeds the 500KBfile size limit - Go to the edit batch page and manually append an error code to the URL: /cgi-bin/koha/patroncards/edit-batch.pl?op=new&error=403 - Go to one of the manage pages and manually append an error code to the URL: /cgi-bin/koha/patroncards/manage.pl?card_element=profile&error=201 Correct display of an error message indicates that the include file is being found. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passes test plan, test suite and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/error-messages.inc | 108 -------------------- .../prog/en/includes/patroncards-errors.inc | 35 +++++++ .../prog/en/modules/patroncards/edit-batch.tt | 2 +- .../prog/en/modules/patroncards/image-manage.tt | 2 +- .../prog/en/modules/patroncards/manage.tt | 2 +- patroncards/edit-batch.pl | 3 +- patroncards/image-manage.pl | 15 +-- patroncards/manage.pl | 3 +- 8 files changed, 45 insertions(+), 125 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/error-messages.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 21:09:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 19:09:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1078-g86c08e6 Message-ID: This is an automated email from the git hooks/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 86c08e63a25afa86c9051f070d819ddac675425d (commit) from 46bbfa12a1d20cfaea2c61ad9bf1fdb47a25435a (commit) Those revisions listed 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 86c08e63a25afa86c9051f070d819ddac675425d Author: Janusz Kaczmarek Date: Fri May 24 14:38:10 2013 +0300 Bug 10331 - Little errors in unimarc_field_4XX.pl (punctuation) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no koha-qa errors Signed-off-by: Katrin Fischer Copying the test plan from the bug report: A. 1) have $a active in one of the linking fields (like 461, 463, etc.). 2) have a biblio record with the field 700 $a, $b, $f filled up 3) go to cataloguing -> field 4XX of your choice, use the plugin to fetch data from biblio rec. mentioned in 2) 4) see the punctuation in $a -- it will be wrong (no closing bracket) B. 1) have $a active in one of the linking fields (like 461, 463, etc.). 2) have a biblio record with the field 700 $a, $b, $c, $f filled up 3) go to cataloguing -> field 4XX of your choice, use the plugin to fetch data from biblio rec. mentioned in 2) 4) see the punctuation in $a -- it will be wrong (dash instead of semicolon between original $c and $f, no closing bracket) C. 1) have $a active in one of the linking fields (like 461, 463, etc.). 2) have a biblio record with the field 702 $a, $b, $c filled up 3) go to cataloguing -> field 4XX of your choice, use the plugin to fetch data from biblio rec. mentioned in 2) 4) see the punctuation in $a -- it will be wrong (unnecessary semicolon after original $c, n.b. lacking space). D. 1) have $a active in one of the linking fields (like 461, 463, etc.). 2) have a biblio record with the field 712 $a, $b filled up 3) go to cataloguing -> field 4XX of your choice, use the plugin to fetch data from biblio rec. mentioned in b) 4) see the punctuation in $a -- it will be wrong (unnecessary opening bracket at the end). Test plan, all tests and QA script pass. Thx Bernardo for his testing and explanations! Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/unimarc_field_4XX.pl | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 21:13:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 19:13:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1079-gbc240a9 Message-ID: This is an automated email from the git hooks/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 bc240a908d0fbc50b099df04e61da9fbb55fab52 (commit) from 86c08e63a25afa86c9051f070d819ddac675425d (commit) Those revisions listed 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 bc240a908d0fbc50b099df04e61da9fbb55fab52 Author: Fridolyn SOMERS Date: Wed Jul 10 11:06:39 2013 +0200 Bug 10564 - use OPACURLOpenInNewWindow in UNIMARCslim2OPACResults.xsl When using UNIMARC XSLT for OPAC detail page, if record has an 856$u, its content is displayed as a link. The syspref OPACURLOpenInNewWindow adds the option of opening in a new window (attribute target="_blank"). 856$u is also used in UNIMARC results XSLT but the use of OPACURLOpenInNewWindow syspref is missing. It exists for MARC21. This patch adds the use of OPACURLOpenInNewWindow in UNIMARCslim2OPACResults.xsl. Test plan : - In a UNIMARC catalog, enable XSLT for OPAC results page - Create a record with a link in 856$u and set second indicator to 0 - Set OPACURLOpenInNewWindow syspref on - At OPAC, perform a search that contains the record => You should see the link : "Click here to access online" - click on it => You shoud get to a new window (or tab depending on your browser configuration) - Set OPACURLOpenInNewWindow syspref off - re-perform the search - click on the link => You shoud stay in same window Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no koha-qa errors Tested following plan after applying patch Signed-off-by: Katrin Fischer XSLT change only, works as described. To test: Catalog 856$u and $a, 2nd indicator = 0. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 21:41:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 19:41:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1080-g63820d3 Message-ID: This is an automated email from the git hooks/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 63820d3973dae7514556172665a46c0584aaefc8 (commit) from bc240a908d0fbc50b099df04e61da9fbb55fab52 (commit) Those revisions listed 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 63820d3973dae7514556172665a46c0584aaefc8 Author: Colin Campbell Date: Wed Sep 4 11:18:11 2013 +0100 Bug 10817: return hold items info in SIP Patron Info Response When requested by the summary flags the sipserver should return in the patron info response barcodes of the relevant titles. For available holds this is the barcode of the captured items. For unavailable holds ( i.e. current unsatisfied holds ), we need to send a barcode so that the unit can use this to request the title info. The barcode could be any one belonging to the title. This patch also corrects the erroneous return of empty items in the patron information response. If the unit supplies a range 1 - 100 unless the title has a hundred or more copies the unit expects all copies. The server was erroneously stuffing the returned arrays with null copies so that all summary requests returned 100 copies (mainly without barcodes) Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Testing notes: Using the test script provided on the bug report, but changed it to match sip user and patron existing in my database. Before applying the patch the SIP responses show the behaviour pointed out above regarding the 100 items. After applying the patch and restarting the SIP server responses are much more clean not returning empty IDs. 64 Patron information response AS = hold items hold items count is correct. AS contains barcodes of waiting holds. Before patch, all AS were empty. AT = overdue items overdue items count is correct. AT contains barcodes of overdue items. AU = charged items charged items count is correct. AU contains barcodes of charged items. AV = fine items Judging from behaviour seen and comment in Patrons.pm currently not implemented. BU = recall items Recalls are not implemented in Koha yet. CD = unavailable hold items unavailable items count is correct. CD contains barcode for item level holds and is empty for title level holds where no item can be determined. Before patch, all CD were empty. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS/Patron.pm | 55 ++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 45 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 22:20:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 20:20:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1082-g995a270 Message-ID: This is an automated email from the git hooks/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 995a270dd10bd2dd56222fcdcb29ab033fad567e (commit) via ec09fe092e302dfbaf8ddf2a26ab361be9ea915e (commit) from 63820d3973dae7514556172665a46c0584aaefc8 (commit) Those revisions listed 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 995a270dd10bd2dd56222fcdcb29ab033fad567e Author: Kenza Zaki Date: Thu Jul 25 09:37:34 2013 +0200 Bug 10630: give DelBookseller() a return value This patch makes DelBookseller returns the number of suppliers it has deleted or undef if an error has occurred. It also fixes a test which doesn't pass before in t/db_dependent/Bookseller.t To test: prove t/db_dependent/Bookseller.t t/db_dependent/Bookseller.t .. 1/54 All tests successful. Files=1, Tests=54, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.48 cusr 0.02 csys = 0.52 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Logical change and makes another test pass :) Signed-off-by: Galen Charlton commit ec09fe092e302dfbaf8ddf2a26ab361be9ea915e Author: Fridolyn SOMERS Date: Tue Aug 13 14:55:32 2013 +0200 Bug 10718: fix items with no checkouts report Bug 8124 has commented the option to download results items with no checkouts report into a file. But the perl code of this page uses the export into a file has default behavior since the input "output" is no more present. The consequence is that there are never results in page. This patch removes the code concerning file output from template and perl. Such a feature exists in guided reports. Test plan : Play with cgi-bin/koha/reports/catalogue_out.pl form and see if you get results Bug 10718 - select user branch as default In cgi-bin/koha/reports/catalogue_out.pl report, select in library filter the user logged-in. Test plan : - Log into intranet with a normal user - Got to "Items with no checkouts" reports => Your branch is selected - Run report => You see "Filtered on : Branch = " - Come back to report - Select "Any library" - Run report => You do not see "Filtered on : Branch" Bug 10718 - items with no checkouts report permission is execute_reports This report only executes SQL to change reports/catalogue_out.pl permissions from all reports subpermissions to reports/execute_reports. Test plan : Test you can access and run this report with only execute_reports subpermission into reports permission. Bug 10718 - redefine limit input In reports/catalogue_out.pl form, the limit input is by defaut none. So by default the report queries all the catalogue. This may take a very long time (fall into timeout) and since now the results are displayed in page, the page may be huge. This patch modifies limit input to removes the "none" option. Also reduces the number of options (same options as guided reports results per page). Test plan: - Go to reports/catalogue_out.pl => first value "10" is selected - Launch report => You see "Filtered on: limit = 10" Bug 10718 - perltidy on reports/catalogue_out.pl Signed-off-by: Liz Rea Tested all of these things, all ok - squashed patch for neatness. Signed-off-by: Katrin Fischer Passes all tests and QA script. Fixed a tab in one of the comments. Improves script, but more work needed. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 3 +- .../prog/en/modules/reports/catalogue_out.tt | 53 ++-- reports/catalogue_out.pl | 330 +++++++++----------- t/db_dependent/Bookseller.t | 5 +- 4 files changed, 174 insertions(+), 217 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 22:24:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 20:24:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1084-gc26ab35 Message-ID: This is an automated email from the git hooks/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 c26ab35be632e7130a13e94e5767d182a42a2595 (commit) via be4fb1db9cc17d6d4f10ad8e633b5b87844d1472 (commit) from 995a270dd10bd2dd56222fcdcb29ab033fad567e (commit) Those revisions listed 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 c26ab35be632e7130a13e94e5767d182a42a2595 Author: Galen Charlton Date: Sun Sep 8 20:37:19 2013 +0000 Bug 10640: (follow-up) bump up the number of expected tests in Bookseller.t Signed-off-by: Galen Charlton commit be4fb1db9cc17d6d4f10ad8e633b5b87844d1472 Author: Kenza Zaki Date: Thu Jul 25 10:18:11 2013 +0200 Bug 10640: give ModBookseller() an explicit return value. Before, ModBookseller always returns undef. This patch modifies it in order to be more explicit. Now it returns : 1 -> If a modification has been done 0E0 -> If the given ID doesn't exist undef -> If no ID given It also fixes one of the tests which didn't pass before in t/db_dependent/Bookseller.t To Test: prove t/db_dependent/Bookseller.t Bookseller.t .. 1/54 [Some warnings about uninitialized values] t/db_dependent/Bookseller.t .. ok All tests successful. Files=1, Tests=54, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.46 cusr 0.04 csys = 0.53 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Change is logical and passes new and old tests. Fixed the author line to have Kenza's correct email address. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 4 ++-- t/db_dependent/Bookseller.t | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 8 22:32:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 20:32:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1085-gd3a0e60 Message-ID: This is an automated email from the git hooks/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 d3a0e603fb2baa7aef9f1243739b243d0aaff657 (commit) from c26ab35be632e7130a13e94e5767d182a42a2595 (commit) Those revisions listed 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 d3a0e603fb2baa7aef9f1243739b243d0aaff657 Author: Galen Charlton Date: Sun Sep 8 20:45:22 2013 +0000 Bug 10320: (follow-up) remove stray merge conflict marker Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 9 00:20:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Sep 2013 22:20:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1087-g6fcb671 Message-ID: This is an automated email from the git hooks/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 6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb (commit) via a2e7e6ef1cc4306e5429ca99317b96479cfa26d2 (commit) from d3a0e603fb2baa7aef9f1243739b243d0aaff657 (commit) Those revisions listed 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 6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb Author: Tomas Cohen Arazi Date: Fri Aug 2 18:36:19 2013 -0300 Bug 10678 - Update addbooks help page The button's name changed, and a caret was added. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Passes all tests and QA script. If you click the button directly, the default framework is still used. If you use the split button functionality to select another framework, this framework will be used for the imported record. Signed-off-by: Galen Charlton commit a2e7e6ef1cc4306e5429ca99317b96479cfa26d2 Author: Tomas Cohen Arazi Date: Fri Aug 2 15:22:43 2013 -0300 Bug 10678 - Allow framework selection when creating from Z39.50 If we are creating a new record, we are forced to use the default framework and then change it after we have the cataloguing form filled. This patch adds the option to choose (from a splitted button dropdown) which framework to use. To test: - Apply the patch. - Go to More > Cataloguing - Check there's a nice split button that says "New from Z39.50" a) Click the button, the usual Z39.50 search popup should appear and work as expected (check the URL parameters and see frameworkcode= has no value b) Click on the dropdown arrow, choose a framework and the usual Z39.50 search popup should appear, this time frameworkcode= should have the chosen value. Edit: fixed a small bug that prevented the default framework to be called. Thanks Owen for testing. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Notes on second patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/addbooks.tt | 28 +++++++++++++++---- .../prog/en/modules/help/cataloguing/addbooks.tt | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 10 17:49:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Sep 2013 15:49:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-8-g91211fe Message-ID: This is an automated email from the git hooks/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 91211febd5606e4c3713f235817ec0f4a46128c9 (commit) via 3d05ea27a7237006d1256df9b476f4886b027233 (commit) from 6df54fd2fa2e33166c5c6e24b5aabf8299ed5ef9 (commit) Those revisions listed 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 91211febd5606e4c3713f235817ec0f4a46128c9 Author: Julian Maurice Date: Tue Jul 9 11:48:23 2013 +0200 Bug 2394: Use syspref canreservefromotherbranches in CanItemBeReserved If IndependentBranches is ON, patrons are not allowed to place hold requests on items whose owning library is different from the patron's home library, *unless* the canreservefromotherbranches system preference is also ON. The patch implements the intended behavior; without it, IndependentBranches and canreservefromotherbranches were not consulted during the item holdability check. To test: [1] Have IndependentBranches ON and canreservefromotherbranches OFF. Make sure that the circulation rules are set up to permit patrons to place hold requests in general. [2] In the OPAC, log in as a patron from library A, and try placing a hold on an item from library B. The patron will be able to place the request. [3] Cancel the request. [4] Apply the patch. [5] Try placing the same hold request. This time, the request should be forbidden. [6] Turn on canreservefromotherbranches. [7] Try placing the hold request. This time, it should go through. [8] Cancel the request. [9] Turn off IndependentBranches. [10] Try placing the hold request and verify that it is permitted. [10] Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 2cbc47a871efc60ae663ecfedf59ec77dda718f4) Signed-off-by: Tomas Cohen Arazi Works as expected. Note: on my tests i first forgot to enable AllowOnShelfHolds to get this working. It is not mentioned on the test description. commit 3d05ea27a7237006d1256df9b476f4886b027233 Author: Galen Charlton Date: Fri Aug 9 17:40:54 2013 +0000 bug 2394: regression test for canreservefromotherbranches If IndependentBranches is ON and canreservefromotherbranches is OFF, a patron is not permittedo to request an item whose homebranch (i.e., owner of the item) is different from the patron's own library. However, if canreservefromotherbranches is turned ON, the patron can create such hold requests. Note that canreservefromotherbranches has no effect if IndependentBranches is OFF. To test, run prove -v t/db_dependent/Holds.t. Without the bugfix patch for bug 2394, the last two tests should fail. Signed-off-by: Galen Charlton (cherry picked from commit 23e302071efabd824f0a6c69bc68dee4cfc13e5b) Signed-off-by: Tomas Cohen Arazi The Holds.t file was introduced by 9394 which refactors several lines of code and thus i'm not cherry-picking in the stable branch. I'm just cherry-picking Galen's regression tests. ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 17 ++++++- t/db_dependent/Holds.t | 103 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+), 3 deletions(-) create mode 100755 t/db_dependent/Holds.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 10 19:17:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Sep 2013 17:17:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-10-ga400e3c Message-ID: This is an automated email from the git hooks/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 a400e3c37e4b84da52fc5bc8371a0048f99cfa17 (commit) via 475bb4e6bf79a21fed261e91ed466950374636ec (commit) from 91211febd5606e4c3713f235817ec0f4a46128c9 (commit) Those revisions listed 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 a400e3c37e4b84da52fc5bc8371a0048f99cfa17 Author: Kyle M Hall Date: Mon Jul 22 08:32:39 2013 -0400 Bug 10511: (follow-up) jQuery .removeAttr() has only one parameter Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7d6edc6f182009726e9675ae832385f37e16c4e0) Signed-off-by: Tomas Cohen Arazi commit 475bb4e6bf79a21fed261e91ed466950374636ec Author: Kyle M Hall Date: Wed Jun 26 16:40:09 2013 -0400 Bug 10511: fix message preference form glitch concerning phone notifications An error in the onclick for phone notices causes the "Do not notify" checkbox to be checked when the phone checkbox is checked. Also, checking "Do not notify" does not uncheck the phone checkbox. Test plan: 1) Enable TalkingTechItivaPhoneNotification 2) Browse to the new patron screen ( memberentry.pl ) 3) In the patron messaging preferences check the Phone checkbox 4) Not the "do not notify" checkbox is then checked 5) Uncheck the "do not notify" checkbox, and check the Email checkbox as well 6) Now check the "do not notify" checkbox, note the Phone checkbox remains checked 7) Apply this patch 8) Repeat steps 3-6, noting the odd behavior is no longer present Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit e608f4d48c09e025fc10d47668bb40c0d3d686a7) Signed-off-by: Tomas Cohen Arazi Works as expected. EnhancedMessagingPreferences needs to be set to reproduce. ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/messaging-preference-form.inc | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 10 21:11:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Sep 2013 19:11:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-13-gdf428a4 Message-ID: This is an automated email from the git hooks/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 df428a49e5c8b9106771d308bd1c1dea62d64429 (commit) via 2f4839c3ff22edab560b15e6bafa1a308a32c6a6 (commit) via d9e157347a076ef693ecf4f70df8167a77700098 (commit) from a400e3c37e4b84da52fc5bc8371a0048f99cfa17 (commit) Those revisions listed 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 df428a49e5c8b9106771d308bd1c1dea62d64429 Author: Fridolyn SOMERS Date: Mon Jun 17 17:01:33 2013 +0200 Bug 10483: fix item uniqueness check on order form When syspref "UniqueItemFields" is defined, the item uniqueness is tested in acquisition by an AJAX call to check_uniqueness.pl. This patch fixes an issue where check_uniqueness.pl wasn't looking at the correct CGI parameters. Test plan : - Select an existing item with barcode - Add "barcode" to "UniqueItemFields" syspref (use space as separator for multiple values) - Set "AcqCreateItem" syspref to "Create an item when placing an order" - Go to an acquisition basket - Create a new order from empty - Enter existing barcode in item form and save => You get an alert that barcode already exists and order is not saved - Enter a non-existing barcode in item form and save => Order and item are created Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 1c9135262b9233f59fd05e34c90980e7dc8be338) Signed-off-by: Tomas Cohen Arazi commit 2f4839c3ff22edab560b15e6bafa1a308a32c6a6 Author: Janusz Kaczmarek Date: Mon Apr 22 20:28:08 2013 +0300 Bug 5262: make authority plugin copy indicators to bib record With this patch Koha should correctly copy indicators (and create $2 subfield in MARC 21 if need) from the chosen authority record to the edited bibliographic record (according to discussion in bugzilla). UNIMARC and MARC 21 flavors are covered. Signed-off-by: Bernardo Gonzalez Kriegel Comment: work as described, testing in comments 9 and 12. No errors. Signed-off-by: Katrin Fischer Passes QA script and tests. Tested functionality repeating some of the tests noted by Bernardo - checking mostly 1xx, 490, and 7xx. Signed-off-by: Galen Charlton (cherry picked from commit 129c974fdde0dc62e568f7aa01c4a0796ae150ae) Signed-off-by: Tomas Cohen Arazi commit d9e157347a076ef693ecf4f70df8167a77700098 Author: Owen Leonard Date: Mon Aug 12 08:36:09 2013 -0400 Bug 10614 - have add order form at top and bottom If a basket has a lot of items it may be inconvenient to scroll to the bottom of the patch to reach the "add to basket" form. This patch adds as "Add to basket" button to the toolbar which uses JavaScript to copy the form into a modal dialog for quick access. To test, apply the patch and view an open basket. You should be able to click the "Add to basket" button to trigger a modal dialog with the full "Add to basket" list of options. All options in the list should function normally. If you view a closed basket the new button should not appear. Signed-off-by: Nicole C. Engard All tests pass and I love it :) Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit fe193210815b33efbefbf518ccc13329f20eeefc) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: acqui/check_uniqueness.pl | 4 +- authorities/blinddetail-biblio-search.pl | 43 ++++++++++++++++++++ .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 15 +++++++ .../authorities/blinddetail-biblio-search.tt | 3 + 4 files changed, 63 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 11 18:29:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 11 Sep 2013 16:29:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-15-gf21d182 Message-ID: This is an automated email from the git hooks/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 f21d18254f636d882563f0c56dd84ebe48c9398f (commit) via b420990a85f0fbbd5f5df5cf409a9f233a50e698 (commit) from df428a49e5c8b9106771d308bd1c1dea62d64429 (commit) Those revisions listed 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 f21d18254f636d882563f0c56dd84ebe48c9398f Author: Srikanth Dhondi Date: Tue Oct 30 11:17:52 2012 +1300 Bug 8712: add 'and' label for inputs in OPAC "fewer options" advanced search page The "and" label not only improves the accessibility but also gives the user an idea that the operation between multiple search fields is a boolean "AND" by default. Signed-off-by: Marcel de Rooy Actually only adds a label and an id to the select. Note that the boxes do not exactly align anymore now (with fewer options). Signed-off-by: Galen Charlton (cherry picked from commit 98bd9de54aa7cab6fe3dec8e7cd88378a06e8684) Signed-off-by: Tomas Cohen Arazi commit b420990a85f0fbbd5f5df5cf409a9f233a50e698 Author: Srikanth Dhondi Date: Mon Oct 29 13:57:09 2012 +1300 Bug 8712: change "New list" to "Create new list" in OPAC masthead This makes it clear for screen reader users. Signed-off-by: Marcel de Rooy Note that you should delete all your private lists to see this change. Signed-off-by: Galen Charlton (cherry picked from commit f0280dabe0db3e27e0e56a025a61bd41f206de57) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 22 +++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 11 19:03:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 11 Sep 2013 17:03:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-20-gd7bd725 Message-ID: This is an automated email from the git hooks/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 d7bd725fb1309813b89190b73556e0cb0ba7c4b4 (commit) via 2ba6d6636b6e6eeab554e6793074899fa40be5c8 (commit) via 801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd (commit) via 6f55deac4a976b59edd13632e11f70cbfbd22642 (commit) via 8a407d8d02463cd15423735dc6030da2c8f5e3a7 (commit) from f21d18254f636d882563f0c56dd84ebe48c9398f (commit) Those revisions listed 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 d7bd725fb1309813b89190b73556e0cb0ba7c4b4 Author: Jonathan Druart Date: Tue Aug 13 12:25:35 2013 +0200 Bug 10716: fix JavaScript error on basket groups page To test: Go on acqui/basketgroup.tt and verify a js error occurred (ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). Apply the patch and verify the error does not appear anymore. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit a4d8144efdcbbf30d649264495f151e8b6fd7594) Signed-off-by: Tomas Cohen Arazi commit 2ba6d6636b6e6eeab554e6793074899fa40be5c8 Author: Nicole C. Engard Date: Thu Aug 8 09:01:23 2013 -0400 Bug 10703: Document borrower_files table Add db documentation to borrower_files table. To test: apply review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Comment: No errors. Tested loading on new database. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 09e802c7933073cd98040155b02898ab79739b3a) Signed-off-by: Tomas Cohen Arazi commit 801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd Author: Nicole C. Engard Date: Thu Aug 8 08:53:58 2013 -0400 Bug 10703: Document quotes table Add db documentation for the quotes table To test: apply patch review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 6823c745371a115d5bec98beb9d10b59e188c9fe) Signed-off-by: Tomas Cohen Arazi commit 6f55deac4a976b59edd13632e11f70cbfbd22642 Author: Nicole C. Engard Date: Thu Aug 8 08:49:25 2013 -0400 Bug 10703: Add db documentation for biblioimages table This patch adds db documentation to the biblioimages table. To test: Apply patch Review kohastructure.sql to be sure that the documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 801d8237d80d7079f3355da18ef18c60b7f37325) Signed-off-by: Tomas Cohen Arazi commit 8a407d8d02463cd15423735dc6030da2c8f5e3a7 Author: David Cook Date: Tue Aug 13 12:16:28 2013 +1000 Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01 This patch changes the MARC21 007 plugin editor so that it uses 1 character instead of 4 characters for position 01. TEST PLAN: 1) Create new record/edit an existing record 2) Using the tag editor for the 007 field, choose "Videorecording" 3) Click OK 4) Change the second character in the 007 from "c" to "d" 5) Open the tag editor again 6) Note that position 01 will still say "c - Videocartridge" rather than "d - Videodisc". 7) Exit tag editor 8) Apply patch 9) Reload the page (Shift + Refresh is always useful) 10) Open the tag editor again 11) Note that position 01 will now say "d - Videodisc" Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 73ac970f734b0f04fff5561aa35bb9d9d47aa943) Signed-off-by: Tomas Cohen Arazi Fix worked as expected. ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/marc21_field_007.pl | 2 +- installer/data/mysql/kohastructure.sql | 38 ++++++++++---------- .../prog/en/modules/acqui/basketgroup.tt | 1 + 3 files changed, 21 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 11 19:39:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 11 Sep 2013 17:39:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-28-g0311e39 Message-ID: This is an automated email from the git hooks/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 0311e39c269291156f82393fbb7269caab7b679e (commit) via a4dbe6821d167908792a7665c492d0e2976aaa0a (commit) via 10ce9281d7eb63276511e05879af88d807495785 (commit) via 800e1fc6d059b59a6aa0f5f0353c64ea1b606560 (commit) via eb0373c7eb6d1f0cb52155709c18e06c09ab55df (commit) via 5fde0910787f9c36caedfc12bc5af6dfedc7df36 (commit) via af6c169f2a68296d99ad7f6908e441ababb79c98 (commit) via 98397ed4b10b03fb0b00e9550b571c3cc47407dc (commit) from d7bd725fb1309813b89190b73556e0cb0ba7c4b4 (commit) Those revisions listed 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 0311e39c269291156f82393fbb7269caab7b679e Author: root Date: Thu Jul 25 13:47:09 2013 +0200 Bug 10642: fix inappropriate uses of $sth->finish() in C4::RotatingCollections.pm From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. To test: Verify that prove -v t/db_dependent/RotatingCollections.t passes Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, passes UT provided by bug 10653 Signed-off-by: Galen Charlton (cherry picked from commit d1b3e4ab6b432844e076e1eb0662a9c04a5f412e) Signed-off-by: Tomas Cohen Arazi commit a4dbe6821d167908792a7665c492d0e2976aaa0a Author: Marc Veron Date: Sun Oct 7 19:54:44 2012 +0200 Bug 8887: only display desired result when doing exact syspref search This patch fixes an issue where entering the complete name of a system preference when doing a syspref search in the staff interface resulted in the display of *all* preferences belonging to the desired one's module. Since providing a more specific search string should result in getting back more specific results, the previous behavior was not intuitive. Test scenario: a) In sysprefs, do a search with partial match (e.g. intranetcolor) -> Result shows one entry: intranetcolorstylesheet b) Do an exact search. e.g. intranetcolorstylesheet -> Result shows all Staff Client preferences Apply patch, test again. Now b) behaves like a). Signed-off-by: Mirko Tietgen Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee) Signed-off-by: Tomas Cohen Arazi commit 10ce9281d7eb63276511e05879af88d807495785 Author: Owen Leonard Date: Tue Aug 13 10:05:58 2013 -0400 Bug 9238 - make fund pull down say 'select fund', not 'select budget' When adding a new order to a basket the fund selection field is labeled "Fund:" but the default option is "Select a budget." This patch changes this string to "Select a fund" and also corrects the associated JavaScript error message text displayed when one doesn't choose a fund. To test, add an order to basket. The "New order" form should show "Select a fund" as the default option for "Fund" in the "Accounting details" section. If you submit the form without selecting a fund the error message should read "You must select a fund." Signed-off-by: Nicole C. Engard tests pass Signed-off-by: Kyle M Hall String updates only, passes koha-qa.pl Signed-off-by: Galen Charlton (cherry picked from commit dbe233a0e5d86975c28918d8b7023b70bdd29d38) Signed-off-by: Tomas Cohen Arazi commit 800e1fc6d059b59a6aa0f5f0353c64ea1b606560 Author: Galen Charlton Date: Fri Aug 16 16:09:13 2013 +0000 Bug 10653: (follow-up) minor tweaks to RotatingCollections tests - remove unnecessary module import - use parentheses for all C4 function calls Signed-off-by: Galen Charlton (cherry picked from commit 40aa42f31f10acad92da5f2c57319f049fba9289) Signed-off-by: Tomas Cohen Arazi commit eb0373c7eb6d1f0cb52155709c18e06c09ab55df Author: Kenza Zaki Date: Tue Jul 30 13:43:19 2013 +0200 Bug 10653: add unit tests for C4::RotatingCollections.pm The tests are wrap in a database transaction. Test plan: prove t/db_dependent/RotatingCollections.t t/db_dependent/RotatingCollections.t .. ok All tests successful. Files=1, Tests=41, 20 wallclock secs ( 0.02 usr 0.01 sys + 0.41 cusr 0.02 csys = 0.46 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 12061f44beb46709e03d09f7ff61551fa9297b2e) Signed-off-by: Tomas Cohen Arazi commit 5fde0910787f9c36caedfc12bc5af6dfedc7df36 Author: Galen Charlton Date: Fri Aug 16 15:00:35 2013 +0000 Bug 10481: (follow-up) fix typo in POD Signed-off-by: Galen Charlton (cherry picked from commit 1e84b1217afc74f490423538b7b8808e3d34513a) Signed-off-by: Tomas Cohen Arazi commit af6c169f2a68296d99ad7f6908e441ababb79c98 Author: Jonathan Druart Date: Thu Jul 11 11:45:06 2013 +0200 Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded prove t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.38 cusr 0.01 csys = 0.41 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 1c8efaf3f9b14caf5f6512149d5fcd957bd3e487) Signed-off-by: Tomas Cohen Arazi commit 98397ed4b10b03fb0b00e9550b571c3cc47407dc Author: Jonathan Druart Date: Mon Jun 17 14:56:22 2013 +0200 Bug 10481: FIX No enrollment fee when changing patron category. When a patron changes to a category with enrollment fee, they are not generated. Test plan: - Choose a category without fee (e.g. Kid) - Add an enrollment fee for another category (e.g. Young adult) - Choose a kid and change his category to "Young adult". - Note the warning message "Fees & Charges: Patron has Outstanding fees & charges of XX" on the check out page. This patch also moves all instances of adding the enrollment fee to a new routine in C4::Members, AddEnrolmentFeeIfNeeded(), so additional tests include: - Register a new patron and give it a category that has an enrollment fee. Verify that the fee is charged. - Renew the patron. Verify that the additional fee is charged. - Register a new patron with a child patron category. - Use the 'update child to adult' menu option to change the patron's category to one that is fee-bearing. Verify that the enrollment fee was charged. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit f8eb19163bd4e59e99b6dae90a5712b6a7be52f6) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 65 +++-- C4/RotatingCollections.pm | 18 -- admin/preferences.pl | 10 +- .../prog/en/modules/acqui/neworderempty.tt | 6 +- t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t | 56 ++++ t/db_dependent/RotatingCollections.t | 307 ++++++++++++++++++++ 6 files changed, 412 insertions(+), 50 deletions(-) create mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t create mode 100644 t/db_dependent/RotatingCollections.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Sep 12 20:54:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 12 Sep 2013 18:54:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-29-ga85f9e1 Message-ID: This is an automated email from the git hooks/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 a85f9e1928a89e5c8f01983f1b853b090ec8cd1e (commit) from 0311e39c269291156f82393fbb7269caab7b679e (commit) Those revisions listed 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 a85f9e1928a89e5c8f01983f1b853b090ec8cd1e Author: Jared Camins-Esakov Date: Mon Aug 5 20:56:48 2013 -0400 Bug 10686: Remove fields from searches for highlighting If you do a fielded search like au:smith, "Smith" will not get highlighted on the results page because the Javascript is looking for the exact string "au:smith." To test: 1) Turn on OpacHighlightedWords. 2) Do a simple keyword search. 3) Confirm that the word is highlighted on the results and details page. 4) Do a fielded search by entering au:smith (or whatever). 5) Confirm that the word is highlighted on the results and details page. 6) Sign off. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit b0ea3be36c8e7ae6dc6f28820b1c26fc909d9039) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 1 + .../prog/en/modules/opac-results-grouped.tt | 1 + .../opac-tmpl/prog/en/modules/opac-results.tt | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 16:19:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 14:19:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-42-g66b2148 Message-ID: This is an automated email from the git hooks/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 66b214899fe6624a023ee16e3e920414f27abb8a (commit) via a55080c88593b5e0e0d3d8192ee9c7f09e78d258 (commit) via 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46 (commit) via a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c (commit) via 624af4b7f11a4ff8bccf3252e72880cec9c22b1b (commit) via d97742d0a6426bfb6a880b998ad57278a4ac0b3f (commit) via 885e928aaeddca5adc24061b615a0388d1c8e828 (commit) via 3cd7313007061c0e644d0daf37cf79739c342717 (commit) via 70681a47f2cefcdee665d4d8076f3228eee891de (commit) via f0203f9e9cc985e6b4eb9fb8d2f99d65d3337973 (commit) via 25c84440cd1123a0f454d4a7ebb33da4634d76a3 (commit) via 5d3f5023019f0d09688ebb44d35259fd2ec9990a (commit) via 27f96f606c90f85756b290e1a832377f5465bf40 (commit) from a85f9e1928a89e5c8f01983f1b853b090ec8cd1e (commit) Those revisions listed 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 66b214899fe6624a023ee16e3e920414f27abb8a Author: Owen Leonard Date: Mon Aug 19 10:55:52 2013 -0400 Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax This patch updates the example template syntax in the POD for C4::Branch::GetBranches() to use Template Toolkit syntax. To test, view the POD for C4::Branch::GetBranches() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Branch.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7ae3ea68579b3f870d7e42968c3727ecffac7f02) Signed-off-by: Tomas Cohen Arazi commit a55080c88593b5e0e0d3d8192ee9c7f09e78d258 Author: Owen Leonard Date: Mon Aug 19 11:16:51 2013 -0400 Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax This patch updates the example template syntax in the POD for C4::Creators::Lib::html_table() to use Template Toolkit syntax. To test, view the POD for C4::Creators::Lib::html_table() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Creators/Lib.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 54c6dccca70a142c14fff049cb3212694af86610) Signed-off-by: Tomas Cohen Arazi commit 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46 Author: Owen Leonard Date: Mon Aug 19 11:37:55 2013 -0400 Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax This patch updates the example template syntax in the POD for C4::Items::GetItemStatus() to use Template Toolkit syntax. To test, view the POD for C4::Items::GetItemStatus() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Items"), for GetItemStatus, but it does not fix a a similar example for GetItemLocation in the same file, which still has the old template syntax. So a followup or separate bug for that is called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton (cherry picked from commit d515457c719197e66bd0a10c7011b407af2faa23) Signed-off-by: Tomas Cohen Arazi commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c Author: Owen Leonard Date: Mon Aug 19 12:06:31 2013 -0400 Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax This patch updates the example template syntax in the POD for C4::Koha::GetSupportList() to use Template Toolkit syntax. To test, view the POD for C4::Koha::GetSupportList() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Koha"), for GetSupportList, but it does not fix a a similar example for GetItemTypes, getauthtypes and getframework in the same file, which still has the old template syntax. So a followup or separate bug(s) for those are called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton (cherry picked from commit 3429e5e16da0b23615fac4ca0bb6251fac70301c) Signed-off-by: Tomas Cohen Arazi commit 624af4b7f11a4ff8bccf3252e72880cec9c22b1b Author: Owen Leonard Date: Tue Aug 13 12:27:28 2013 -0400 Bug 10081: add library name to IndependentBranches error message With IndependentBranches turned on, if you try to check out an item which belongs to another library you will get an error message which is missing the library name. This patch corrects the problem by passing the necessary variable to the template and outputting the library name using the KohaBranchName TT plugin. To test, turn on IndependentBranches and try to check out an item belonging to another library (note that you must test with a staff user who is not a superlibrarian). The error message you see should include the name of the library to which the item belongs: "This item belongs to Nelsonville and cannot be checked out from this location." Checkouts of items belonging to the library should be unaffected. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 50ff4f4a94598ce197c0ca5656d314195cf69d07) Signed-off-by: Tomas Cohen Arazi commit d97742d0a6426bfb6a880b998ad57278a4ac0b3f Author: Owen Leonard Date: Thu Aug 8 15:37:35 2013 -0400 Bug 10701: fix display of transit status on the bibliographic detail page The patch for Bug 10083 incorrectly changed some template variable names so that in-transit details could not be shown on the biblio detail page. This patch corrects the error. To test, perform any action that will trigger an transfer between libraries (for instance, check in an item from Library A at Library B). View the detail page for that title and look for the transfer details in the status column of the holdings table. It should show correct information: "In transit from Athens to Nelsonville since 08/08/2013" Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no errors. Before patch incorrect information: "In transit from to since" after patch correct information. Signed-off-by: Katrin Fischer Works perfectly and passes all tests. Signed-off-by: Galen Charlton (cherry picked from commit 0a6e9c48c5c63e17318f4c8e5c7f0400bab0c363) Signed-off-by: Tomas Cohen Arazi commit 885e928aaeddca5adc24061b615a0388d1c8e828 Author: Jonathan Field Date: Fri Aug 9 11:38:31 2013 +0100 Bug 10704: make OPAC highlighting work across previous/next travel To test Enable 'OpacHighlightedWords' 1) Run a search with multiple results 2) Click on a title of one of the results to get the full record display. Hit highlighting SHOULD work on this page. 3) Use either the "Next" or "Previous" buttons on this page (opac-detail) to move to the next or previous record. 4) Moving forward or back, the highlighting should still be working on the page. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7d0aea7c39e22f42760c3ecbba4c0cd0818785a7) Signed-off-by: Tomas Cohen Arazi commit 3cd7313007061c0e644d0daf37cf79739c342717 Author: Galen Charlton Date: Wed Aug 14 14:53:25 2013 +0000 bug 10728: fix additional log noise generated by subscription-renew.pl To test: [1] Use the renew link to bring up the subscription renewal form. [2] Verify that a warning message containing the text 'Problem = a value of 1 has been passed to param without key' was not added to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 6e864430caaa951b06d5fecff3fe7864317e5e26) Signed-off-by: Tomas Cohen Arazi commit 70681a47f2cefcdee665d4d8076f3228eee891de Author: Colin Campbell Date: Wed Aug 14 15:26:34 2013 +0100 Bug 10728: fix log noise generated by subscription-renew.pl Error log is showing warnings because mode is undefined and we are doing string comparisons on it. Set it to a default value (we were already assigning it a variable which we were not using) and use the the result in the comparison To test, after applying the patch: [1] Use the renew link from the subscription detail page to renew a subscription. [2] Verifying that doing this did not add a warning containing 'subscription-renew.pl: Use of uninitialized value $mode in string eq ' to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 27edb618dd604e0a718f43e98ed97255f72eb515) Signed-off-by: Tomas Cohen Arazi commit f0203f9e9cc985e6b4eb9fb8d2f99d65d3337973 Author: Galen Charlton Date: Sat Aug 17 16:04:34 2013 +0000 Bug 10573: (follow-up) update license and copyright statement Signed-off-by: Galen Charlton (cherry picked from commit 971449866fc23ff9c0c083754e4dd9c53d8d4cdc) Signed-off-by: Tomas Cohen Arazi commit 25c84440cd1123a0f454d4a7ebb33da4634d76a3 Author: Bernardo Gonzalez Kriegel Date: Thu Aug 8 15:54:22 2013 -0300 Bug 10573: (followup) French translation for printing a basketgroup small followup to fix tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit a9cd81e6858dda89d95625520108fa0b269ff770) Signed-off-by: Tomas Cohen Arazi commit 5d3f5023019f0d09688ebb44d35259fd2ec9990a Author: Christophe Croullebois Date: Wed Jul 10 16:57:12 2013 +0200 Bug 10573: French translation for printing a basketgroup If you want to print a basketgroup with pdf format, it will be in English. The pdf is done with layout2pages.pm or layout3pages.pm, which call layout2pages.pdf or layout3pages.pdf. This patch adds layout3pagesfr.pm in src/acqui/pdfformat/ which calls layout3pagesfr.pdf. And adds in basketgroup.pl the check for layout3pagesfr To use it you have to change the systempreferences to pdfformat::layout3pagesfr Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, koha-qa reports some tab errors. Corrected in a followup. Please, always add a test plan, it's easier to test. Test: 1) apply the patch 2) change syspref OrderPdfFormat to pdfformat::layout3pagesfr 3) select a vendor 4) create a basket group (empty works) 5) close basket group 6) print basket group 7) PDF is in french Signed-off-by: Katrin Fischer This works nicely, although it would be better if we could find a more general solution to make the templates editable and translatable. Signed-off-by: Galen Charlton (cherry picked from commit a7fe13a52f320e6aded1f3313f721bd7fd73fb52) Signed-off-by: Tomas Cohen Arazi I don't like the approach, but I wouldn't hold this one until a proper solution comes up. commit 27f96f606c90f85756b290e1a832377f5465bf40 Author: Jonathan Druart Date: Thu Apr 11 12:00:45 2013 +0200 Bug 10028: fix how ModReceiveOrder() calls NewOrder() In C4::Acquisition::ModReceiveOrder, a call to NewOrder is badly used. NewOrder returns ($basketno, $ordernumber) but in ModReceiveOrder the ordernumber is got with my $ordernumber = NewOrder( $args ); It works because: sub t{ return ("a", "b"); } my $a = t(); say $a; Will display 'b'. But it is not really clear. Test plan: Check that there is no regression for partial receives. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 29689de399a8927547c36e53461c7766ecc604f0) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 +- C4/Branch.pm | 14 +++-- C4/Circulation.pm | 6 +- C4/Creators/Lib.pm | 46 +++++++------- C4/Items.pm | 16 +++-- C4/Koha.pm | 20 +++--- acqui/basketgroup.pl | 2 +- .../{layout3pages.pm => layout3pagesfr.pm} | 65 ++++++++++---------- .../prog/en/modules/catalogue/detail.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 3 +- .../intranet-tmpl/prog/pdf/layout3pagesfr.odt | Bin 0 -> 13284 bytes .../intranet-tmpl/prog/pdf/layout3pagesfr.pdf | Bin 0 -> 24394 bytes opac/opac-detail.pl | 4 +- serials/subscription-renew.pl | 6 +- 14 files changed, 98 insertions(+), 89 deletions(-) copy acqui/pdfformat/{layout3pages.pm => layout3pagesfr.pm} (93%) create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 17:46:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 15:46:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-51-gb64c925 Message-ID: This is an automated email from the git hooks/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 b64c9255fc14a8b812585990ad3bad2e726365c7 (commit) via 16584258f9a3e3a99065b2aeb3ed4a631b13a04e (commit) via e28f2f5ff680e8486fb70e4197c1f8c91d564249 (commit) via 0de2e0b55876fa6de5efb981972c064c7aa5a75e (commit) via 7daec54dc80f2d1f7c3ea8b55416e18082c8f3fb (commit) via 65e0bbb2632611e8d9bd082aa882e7908350b9ee (commit) via e143ff307286698575a41e943202c902f1493071 (commit) via 4de32c9586e4615079cf3d0de801df2d38eb3f6c (commit) via 7c7aee054fa8af8e753d7f9391a27efb83f9b52c (commit) from 66b214899fe6624a023ee16e3e920414f27abb8a (commit) Those revisions listed 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 b64c9255fc14a8b812585990ad3bad2e726365c7 Author: Jared Camins-Esakov Date: Mon Aug 5 20:33:27 2013 -0400 Bug 9820 follow-up: fix a typo Although the XSLT template was renamed to nameABCQ, one instance of the old name (nameABCDQ) was not corrected. This patch corrects that. To test: Follow test plan on previous patch Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 1e1ccd68aa0642167c2578d167ff3ec343df3a78) Signed-off-by: Tomas Cohen Arazi commit 16584258f9a3e3a99065b2aeb3ed4a631b13a04e Author: Galen Charlton Date: Fri Mar 15 14:17:09 2013 -0700 Bug 9820: display titles in MARC21 name headings better in XSLT mode Prior to this patch, if a 100/700 had a $c, it would be displayed with no space between the contents of $a and $c in XSLT mode. For example, 100 1#$aSeuss,$cDr. would be displayed as SeussDr The problem was caused by the original version of the stylesheets drawing a bit too much from the MARC21 to MODS transformation. To test: [1] In a MARC21 database, turn on XSLT display mode for staff and OPAC. [2] Create or identify a bib that has a 100 or 700 field with both a $a and a $c. [3] Before applying the patch, verify that the name is displayed in bib details and search results with the name and title squashed together. For example, "SeussDr" [3] After applying the patch, verify that the name displays in bib details and search results with a space and intervening punctuation between the name and the title. For example, "Seuss, Dr." Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Passes test plan, works nicely. Signed-off-by: Galen Charlton (cherry picked from commit 75959da681ae5f78e70dfd7205a22d16fd28ae38) Signed-off-by: Tomas Cohen Arazi commit e28f2f5ff680e8486fb70e4197c1f8c91d564249 Author: Tomas Cohen Arazi Date: Thu Jul 25 16:08:43 2013 -0300 Bug 10645: adding missing zebra languages to koha-create manpage There were some missing zebra language options in the man page for koha-create. Trivial string change. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Tested using the following commands: $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-list.xml $ man -l koha-list.8 Also: prove -v xt/verify-debian-docbook.t Signed-off-by: Galen Charlton (cherry picked from commit 90cf2f3a265a741bc4d475077dc3a604a08e6192) Signed-off-by: Tomas Cohen Arazi commit 0de2e0b55876fa6de5efb981972c064c7aa5a75e Author: Galen Charlton Date: Mon Aug 19 18:22:00 2013 +0000 Bug 10766: unbreak reservoir search when UseQueryParser is OFF To test: [1] Turn UseQueryParser off. [2] Ensure that your database has records in the reservoir. Performing a Z39.50 search will do this. [3] Perform a broad cataloging (i.e., cataloguing/addbooks.pl search). Note that results are returned from the main catalog but that no reservoir results are returned. [4] Apply the patch. [5] Perform the search again. This time, there should be both catalog and reservoir results. [7] Enable QueryParser. Perform the search again, and verify that the catalog and reservoir results are the same. Signed-off-by: Galen Charlton Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Patch works nicely, passes all tests, and the QA script. Signed-off-by: Galen Charlton (cherry picked from commit 4309e5e6b4682b95db4ca26f7a49f96c2f6c2875) Signed-off-by: Tomas Cohen Arazi commit 7daec54dc80f2d1f7c3ea8b55416e18082c8f3fb Author: Galen Charlton Date: Fri Aug 23 15:58:01 2013 +0000 Bug 10741: (follow-up) add regression test Signed-off-by: Galen Charlton (cherry picked from commit 8e7379342d7cd8386baf884a77f54f95188bb85c) Signed-off-by: Tomas Cohen Arazi commit 65e0bbb2632611e8d9bd082aa882e7908350b9ee Author: Fridolyn SOMERS Date: Fri Aug 16 13:53:04 2013 +0200 Bug 10741: reformat test for displaying place hold link in OPAC search results To test: [1] Turn on the syspref for enabling OPAC holds. [2] Create an item and bring it up on the OPAC search results. Run through the following possibilities, by changing the item, and verify that the place hold link in OPAC search results appears only when the item is - not lost AND - not withdrawn AND - not damaged (or is damged and AllowHoldsOnDamagedItems is ON) AND - the item is not marked not-for-loan OR the item has a negative notforloan value (e.g., it is on order) Note that it is necessary to reindex the test bib after making each change to the test item. [3] Also verify that whether or not in the item is in transit does NOT affect whether the place hold link appears. [4] Verify that there is no regression on bug 8975 (i.e., if an item is on order, that status should be displayed in staff client search results). Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 397ba93f97855625865689ef0dd0c69a20c8a915) Signed-off-by: Tomas Cohen Arazi commit e143ff307286698575a41e943202c902f1493071 Author: Fridolyn SOMERS Date: Fri Aug 16 13:36:10 2013 +0200 Bug 10741: restore holdability of in-transit items on OPAC search results In search results, one could not place a hold on an item in transit and for loan (items.notforloan=0). This appears when AllowOnShelfHolds is allowed. This patch repairs a regression introduced by the patch for bug 8975. Test plan : - Set AllowOnShelfHolds to on - Create a record with a normal item : not lost, not withdrawn, not damaged, notforloan=0 - Index this record - Perform a search on OPAC that returns this record (and others) => You see in actions "Place hold" - Add this item in transit : /cgi-bin/koha/circ/branchtransfers.pl - Re-perform the search on OPAC => You see in actions "Place hold" and item "in transit" Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 239513dc7a13a1a31356b59ab8e36b120c0fa281) Signed-off-by: Tomas Cohen Arazi commit 4de32c9586e4615079cf3d0de801df2d38eb3f6c Author: Nicole C. Engard Date: Thu Aug 15 22:08:41 2013 -0400 Bug 10743: Add styles to 'my privacy' page in OPAC This patch does a couple things. Most importantly it adds a new div around the privacy rules summary so that it can be easily changed. It also moves the start of the form to right above the form's select box so that it's not in the new privacy rules div. To test: * Apply patch * Enable the use of privacy via the sys prefs * Log in to the OPAC * Visit the 'my privacy' tab * Make sure it looks okay * Submit the form and make sure it works * Repeat in the other theme Signed-off-by: Owen Leonard Edit: Replaced a few tabs with spaces to keep the QA script happy. Signed-off-by: Katrin Fischer Works nicely, privacy options can still be edited. Signed-off-by: Galen Charlton (cherry picked from commit 841fe4559f6264295ec4cfde6ddd6e22a151d6bf) Signed-off-by: Tomas Cohen Arazi commit 7c7aee054fa8af8e753d7f9391a27efb83f9b52c Author: Kyle M Hall Date: Tue Jul 23 08:05:22 2013 -0400 Bug 10628: make sure AutomaticItemReturn doesn't prevent holds queue from filling local holds with local items For some reason, C4::HoldsQueue::MapItemsToHoldRequests used the system preference AutomaticItemReturn to decide if an attempt to fill local holds with local items. No explanation of this behavior is provided. This patch removes this behavior, and also adjusts the calculation of the lead-cost library to always return the pickup library if it is on the list of libraries that could fill the hold -- on the basis that if the item is already at the pickup library, its transport cost is inherently zero. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes QA script and adds unit tests. Tested with some examples and those worked correctly. Signed-off-by: Galen Charlton (cherry picked from commit d46657f8af980524a4351e40abe0b901d1af3e6a) Signed-off-by: Tomas Cohen Arazi Small merge problem in the tests. ----------------------------------------------------------------------- Summary of changes: C4/HoldsQueue.pm | 13 +++++--- C4/Search.pm | 28 ++++++++------------ cataloguing/addbooks.pl | 9 ++++-- debian/docs/koha-create.xml | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 18 ++---------- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 19 ++----------- .../opac-tmpl/prog/en/modules/opac-privacy.tt | 7 +++-- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 18 ++---------- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 21 +++------------ t/db_dependent/HoldsQueue.t | 11 +++++--- t/db_dependent/Search.t | 24 ++++++++++++++++- 11 files changed, 73 insertions(+), 97 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 19:09:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 17:09:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-62-g5ff99f6 Message-ID: This is an automated email from the git hooks/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 5ff99f63e32212071cc1e71749f93e943f005005 (commit) via afbc6e2e8a62ae2200e53ec61960e6297916dcc0 (commit) via 5f4c95947cc2512ec425bfabbd88d412a2e213f6 (commit) via 1190c1044413f1431d472f34469430434d4e64d7 (commit) via 46144ea08fd15636c65eef4a094c70ae4eeab9fc (commit) via 13936914dad62aa4cfa0c39e90544dec3e53f99b (commit) via 5ddc1f43fb18679fadd80d17bb4a45b2d2a6b87b (commit) via a1c831bf43a563a116e9161b2b9381c9434669da (commit) via 45f9a4a0385967f5e4dfd2ff4b77412353d77a83 (commit) via e647d4e3ed887510db6bf7754bbd37c0401c3999 (commit) via 1ad01972ca995bc938ffe55fd43e7a69e03aca5c (commit) from b64c9255fc14a8b812585990ad3bad2e726365c7 (commit) Those revisions listed 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 5ff99f63e32212071cc1e71749f93e943f005005 Author: Kenza Zaki Date: Tue Jul 23 15:27:23 2013 +0200 Bug 10629: remove inappropriate uses of $sth->finish() in C4::Branch Test plan : Check if the regression tests still works prove t/db_dependent/Branch.t t/db_dependent/Branch.t .. 1/36 Using a hash as a reference is deprecated at t/db_dependent/Branch.t line 207. t/db_dependent/Branch.t .. ok All tests successful. Files=1, Tests=36, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.12 cusr 0.00 csys = 0.16 CPU) Result: PASS Signed-off-by: Chris Cormack From the man page finsh() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 4287fd9d1c3ae16a0496b6261de44642bc92ab9c) Signed-off-by: Tomas Cohen Arazi commit afbc6e2e8a62ae2200e53ec61960e6297916dcc0 Author: Galen Charlton Date: Wed Aug 28 14:24:34 2013 +0000 Bug 10508: (follow-up) remove Perl 5.14 construct Also added parentheses to bare function calls. Signed-off-by: Galen Charlton (cherry picked from commit 7fa8e92e8e261f822b610da65b28a094e21e452c) Signed-off-by: Tomas Cohen Arazi commit 5f4c95947cc2512ec425bfabbd88d412a2e213f6 Author: Chris Cormack Date: Tue Aug 27 10:29:42 2013 +1200 Bug 10508: (follow-up) fix a typo Signed-off-by: Katrin Fischer Thx for the follow-up Chris! Signed-off-by: Galen Charlton (cherry picked from commit 7a6bd88e497901bd7dc02e1964717da20313c0d8) Signed-off-by: Tomas Cohen Arazi commit 1190c1044413f1431d472f34469430434d4e64d7 Author: Kenza Zaki Date: Tue Jul 2 14:24:08 2013 +0200 Bug 10508: add unit tests for C4::Branch Unit tests are wrap in a transaction. To test: prove t/db_dependent/Branch.t t/db_dependent/Branch.t .. 1/36 Using a hash as a reference is deprecated at t/db_dependent/Branch.t line 207. t/db_dependent/Branch.t .. ok All tests successful. Files=1, Tests=36, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.13 cusr 0.01 csys = 0.18 CPU) Result: PASS http://bugs.koha-community.org/show_bug.cgi?id=10508 Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Galen Charlton (cherry picked from commit 68bf770f9238d6b05b9383e521969a6782b068d5) Signed-off-by: Tomas Cohen Arazi commit 46144ea08fd15636c65eef4a094c70ae4eeab9fc Author: Magnus Enger Date: Tue Aug 6 16:00:01 2013 +0200 Bug 10690 - Warn about trailing slashes in description of OPACBaseURL and staffClientBaseURL The descriptions for OPACBaseURL and staffClientBaseURL are not explicit about including a trailing slash or not. This patch makes it explicit that the trailing slash should *not* be included. To test: - Apply the patch - Search for "baseurl" in the system preferences - Check that the description of both sysprefs includes a warning about not including a trailing slash. - Sign off If you want to check that the trailing slash is in fact superfluous you can do something like 'grep -r "BaseURL" *' and check that these sysprefs are usually concatenated with some string that starts with a slash. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Changes to the description appear correctly on both system preferences. Signed-off-by: Galen Charlton (cherry picked from commit da40fe77fc471cfe8e797a7be5f87a506cf9d921) Signed-off-by: Tomas Cohen Arazi commit 13936914dad62aa4cfa0c39e90544dec3e53f99b Author: Owen Leonard Date: Mon Aug 19 14:48:00 2013 -0400 Bug 10130: widen input fields for library configuration Most input fields in the library entry form (admin/branches.pl) have no explicit width, so they display with a browser-default width. This patch gives explicit widths to those fields, giving more room for entry. Other fields have been given an explicit width and/or maxwidth according to the database table structure. To test, add or edit a library in Administration -> Libraries and Groups. Form fields should be more comfortable for entry, and add/edit actions should complete correctly. Signed-off-by: Campbell Reid-Tait Signed-off-by: Katrin Fischer Template changes only, works nicely. Tested editing and adding libraries in administration. Signed-off-by: Galen Charlton (cherry picked from commit 08330ec05b8854df61bb28c2498b6ef0a727589e) Signed-off-by: Tomas Cohen Arazi commit 5ddc1f43fb18679fadd80d17bb4a45b2d2a6b87b Author: Owen Leonard Date: Fri Aug 9 11:41:41 2013 -0400 Bug 10587: fix HTML errors on authority detail page in OPAC A validator check of the OPAC's authority detail returns a few minor errors. This patch corrects the errors. To test, apply the patch and run an OPAC authority detail page through an HTML validator. There should be no errors which are specific to the authorities detail template (as opposed to header and footer includes). Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer All tests and QA script pass. Also checked using the W3C validator and testing the authority detail page in the OPAC is still correctly displayed. Signed-off-by: Galen Charlton (cherry picked from commit 452a4b7775ce10655543aa81f670e2fb497ccc9b) Signed-off-by: Tomas Cohen Arazi commit a1c831bf43a563a116e9161b2b9381c9434669da Author: Tomas Cohen Arazi Date: Mon Jul 15 11:56:14 2013 -0300 Bug 10593: make AuthoritiesLog default to yes This trivial patch set the default to 'yes' for this system preference. To test, On a clean install - Navigate Home > Administration > Global System preferences > Logs - AuthoritiesLog is set to "Don't log" Apply the patch, install koha on a new DB. - Navigate Home > Administration > Global System preferences > Logs - AuthoritiesLog should be set to "Log" Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer One line patch, changing the default for new installations only. Signed-off-by: Galen Charlton (cherry picked from commit 0cfe0fa92328e62d1fbca33ea69869ad4f034c1b) Signed-off-by: Tomas Cohen Arazi commit 45f9a4a0385967f5e4dfd2ff4b77412353d77a83 Author: Magnus Enger Date: Tue Jul 30 15:32:31 2013 +0200 Bug 9247 - Add two more usage examples to the manpage for koha-mysql It might not be immediately obvious that it is possible to send SQL queries "directly" to the koha-mysql command, or that files from mysqldump can be loaded with it. This patch adds these as "example usage" to the man page for koha-mysql. To test: Run these commands and look at the formatted man page: $?xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-mysql.xml $?man -l koha-mysql.8 Make sure this test passes: $?prove -v xt/verify-debian-docbook.t This patch also corrects a couple places where "Koha" was written as "koha". Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Test plan, all tests and QA script pass. Signed-off-by: Galen Charlton (cherry picked from commit 5b121593800088656a0430da641b4c12a4e53980) Signed-off-by: Tomas Cohen Arazi commit e647d4e3ed887510db6bf7754bbd37c0401c3999 Author: Kenza Zaki Date: Tue Jul 23 16:46:38 2013 +0200 Bug 10528: add unit tests for C4::Bookseller.pm The tests are wrapped in a transaction. NOTE: some tests should pass but doesn't because of incoherences in the code. These tests are in comments and preceded by FIXME Test plan: prove t/db_dependent/Bookseller.t t/db_dependent/Bookseller.t .. 15/53 [Some warnings about uninitialised values] t/db_dependent/Bookseller.t .. ok All tests successful. Files=1, Tests=53, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.46 cusr 0.03 csys = 0.51 CPU) Result: PASS http://bugs.koha-community.org/show_bug.cgi?id=10528 Signed-off-by: Srdjan Signed-off-by: Katrin Fischer The new tests pass nicely, as do all old tests and the QA script. All patches marked as dependencies have been pushed to master already. Signed-off-by: Galen Charlton (cherry picked from commit dc7b5b10e737cc34452dfc6c061cd7c893f08983) Signed-off-by: Tomas Cohen Arazi commit 1ad01972ca995bc938ffe55fd43e7a69e03aca5c Author: Jonathan Druart Date: Tue Jul 9 12:02:00 2013 +0200 Bug 10557: remove unused branch parameter from GetBooksellersWithLateOrders C4::Booksellers::GetBooksellersWithLateOrders has an unused parameter. The $branch variable is never used in the routine. Test plan: Check that no behavior changes on the late orders page. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer I couldn't find any use of the branch parameter apart from the one corrected by this patch. Also tested late orders, couldn't find any problems. Signed-off-by: Galen Charlton (cherry picked from commit 7f075448b8e00596ece780cca654471eebf949a3) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 4 +- C4/Branch.pm | 10 - acqui/lateorders.pl | 2 +- debian/docs/koha-mysql.xml | 21 +- installer/data/mysql/sysprefs.sql | 2 +- .../prog/en/modules/admin/branches.tt | 28 +- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../en/modules/admin/preferences/staff_client.pref | 2 +- .../opac-tmpl/prog/en/modules/opac-auth-detail.tt | 9 +- t/db_dependent/Bookseller.t | 694 ++++++++++++++++++++ t/db_dependent/Branch.t | 297 ++++++++- 11 files changed, 1028 insertions(+), 43 deletions(-) create mode 100644 t/db_dependent/Bookseller.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 19:47:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 17:47:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-71-gbf84bf5 Message-ID: This is an automated email from the git hooks/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 bf84bf5b55c8d378f8abc4fa0f82a804c2d933df (commit) via b7e3e0efa6611be9c2f8c4e7f3bb08de49af7900 (commit) via 41f12d9edaecb2857f8823ef59748f974a79879a (commit) via 0d97cee2f1b4eb9ca8e6ded917e019ea4bae68f5 (commit) via 637721585595de560ddaa48f2f93aef07bf0f65f (commit) via 328b1bef0f72538105a1463d1398aadce349310e (commit) via a6d9026f23dc2eb95188907dfc14f574c2305215 (commit) via b6e9c93514fcb85f4a86565761ec0d39ce766a83 (commit) via 4eb94db2daeab8aed65dc703b13b3e8d4d154abc (commit) from 5ff99f63e32212071cc1e71749f93e943f005005 (commit) Those revisions listed 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 bf84bf5b55c8d378f8abc4fa0f82a804c2d933df Author: David Cook Date: Mon Aug 19 11:29:13 2013 +1000 Bug 10755 - Add "Keyword as Phrase" to staff client advanced search indexes This patch adds a "Keyword as Phrase" index to the search options in the staff client. Test Plan: 1) Go to the Advanced Search in the staff client and click on the "Keyword" drop-down list. 2) Note that there is only a "Keyword" not a "Keyword as Phrase" option 3) Apply the patch 4) Reload the Advanced Search 5) Note that there is now a "Keyword as Phrase" option as well If you want to test the functionality...it will depend on your catalogue data. Basically, a phrase search will allow you to find "Keyword Adjacent To Keyword" rather than a more scattershot search that finds the keywords regardless of their position to each other. Signed-off-by: Owen Leonard Template change is correct, and in my tests the searching behavior was correctly modified: Using "keyword as phrase" returned only results where the terms were adjacent. Signed-off-by: Kyle M Hall Passes koha-qa.pl, trivial patch with no possible side effects. Signed-off-by: Galen Charlton (cherry picked from commit a1a4ff2bef3c94bafbf55b5995bc92bb46cdfa02) Signed-off-by: Tomas Cohen Arazi commit b7e3e0efa6611be9c2f8c4e7f3bb08de49af7900 Author: Kenza Zaki Date: Thu Aug 8 11:40:13 2013 +0200 Bug 10699: add explicit return value for DeleteBranchTransferLimits() This patch adds return values to DeleteBranchTransferLimits: 1 if a Transfer Limit is deleted undef if no parameters is given 0E0 if a wrong parameter is given More, it fixes and adds some tests in t/db_dependent/Circulation_transfers.t To test : prove t/db_dependent/Circulation_transfers.t t/db_dependent/Circulation_transfers.t .. ok All tests successful. Files=1, Tests=14, 19 wallclock secs ( 0.02 usr 0.01 sys + 0.39 cusr 0.02 csys = 0.44 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Tested with patch for bug 10692 applied. Signed-off-by: Galen Charlton (cherry picked from commit 88f15db30a9da6a24cf575759a97e8765be61ad4) Signed-off-by: Tomas Cohen Arazi commit 41f12d9edaecb2857f8823ef59748f974a79879a Author: Galen Charlton Date: Wed Aug 28 15:16:28 2013 +0000 Bug 10693: (follow-up) fix parameter checking in CreateBranchTransferLimit() There is nothing prevent '0' from being used as a library code. To test: Run prove -v t/db_dependent/Circulation_transfers.t and verify that the tests pass. Signed-off-by: Galen Charlton (cherry picked from commit 6751c5dc7c963defd0a31adfd46d0665abf41cd6) Signed-off-by: Tomas Cohen Arazi commit 0d97cee2f1b4eb9ca8e6ded917e019ea4bae68f5 Author: Kenza Zaki Date: Wed Aug 7 16:35:35 2013 +0200 Bug 10693: CreateBranchTransferLimit's return value in C4::Circulation.pm should be more explicit This patch test if the parameters $toBranch and $fromBranch are given. If not, CreateBranchTransferLimit now returns undef. This patch also fixes and adds some regression tests in t/db_dependent/Circulation_transfers.t NOTE: Currently, we can add a transferlimit to nonexistent branches because in the database branch_transfer_limits.toBranch and branch_transfer_limits.fromBranch aren't foreign keys. To test: prove t/db_dependent/Circulation_transfers.t t/db_dependent/Circulation_transfers.t .. ok All tests successful. Files=1, Tests=15, 18 wallclock secs ( 0.02 usr 0.01 sys + 0.42 cusr 0.00 csys = 0.45 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and QA script pass. (cherry picked from commit 3c61f95fb41152994ca2807eee87dc8e13ba219d) Signed-off-by: Tomas Cohen Arazi commit 637721585595de560ddaa48f2f93aef07bf0f65f Author: Kenza Zaki Date: Wed Aug 7 15:54:01 2013 +0200 Bug 10692: add unit tests for C4::Circulation routines about transfers The tests are wrap in a transaction. NOTE: Currently, some tests should pass but don't because of incoherences in the code. These tests are in comments and preceded by FIXME. To test: prove t/db_dependent/Circulation_transfers.t t/db_dependent/Circulation_transfers.t .. ok All tests successful. Files=1, Tests=12, 18 wallclock secs ( 0.02 usr 0.01 sys + 0.37 cusr 0.06 csys = 0.46 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit a58c5334c96105315ee3bf1cbb62d8c1aab82f0c) Signed-off-by: Tomas Cohen Arazi commit 328b1bef0f72538105a1463d1398aadce349310e Author: Galen Charlton Date: Wed Aug 14 16:37:49 2013 +0000 Bug 10710: (follow-up) perltidy new code Also, I prefer the use of parentheses for function calls, even when no arguments are being passed. One missed comma turns is(GetOfflineOperation, ...) into is(GetOfflineOperation ...) Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 35b83e540ea6d2f9856de827cfcad7c3b2b07f82) Signed-off-by: Tomas Cohen Arazi commit a6d9026f23dc2eb95188907dfc14f574c2305215 Author: Kenza Zaki Date: Mon Aug 12 14:16:46 2013 +0200 Bug 10710: add unit tests for OfflineOperation's routines in C4/Circulation.pm This patch test AddOfflineOperation,GetOfflineOperation and DeleteOfflineOperation in C4/Circulation.pm. The tests are wrapped in a transaction. Note: Currently, GetOfflineOperations is not tested because we cannot mock C4::Context->userenv in unit tests To test: prove t/db_dependent/Circulation_OfflineOperation.t t/db_dependent/Circulation_OfflineOperation.t .. ok All tests successful. Files=1, Tests=7, 19 wallclock secs ( 0.01 usr 0.01 sys + 0.33 cusr 0.02 csys = 0.37 CPU Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 87890bc366d566685f1484cb476200f5ca302e91) Signed-off-by: Tomas Cohen Arazi commit b6e9c93514fcb85f4a86565761ec0d39ce766a83 Author: Galen Charlton Date: Wed Aug 28 14:44:01 2013 +0000 Bug 10767: (follow-up) remove FIXME comments The FIXME comments in the new test script were based on an assumption that GetIssuingRules() should return multiple rules if no or only partial parameters are passed. This is not the intent of that routine, whose purpose is to return the *singular* rule that best applies to a given loan situation. In other words, GetIssuingRule() is not a traditional accessor function. Signed-off-by: Galen Charlton (cherry picked from commit c191532cc0c908ccbd5019a0d49c721e5702e7a6) Signed-off-by: Tomas Cohen Arazi commit 4eb94db2daeab8aed65dc703b13b3e8d4d154abc Author: Kenza Zaki Date: Tue Aug 20 10:18:04 2013 +0200 Bug 10767: add unit tests for C4::Circulation routines that use issuingrules The test are wrap in a transaction. To test: prove t/db_dependent/Circulation_Issuingrule.t t/db_dependent/Circulation_Issuingrule.t .. ok All tests successful. Files=1, Tests=9, 17 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr 0.04 csys = 0.40 CPU) Result: PASS Signed-off-by: Bernardo Gonzalez Kriegel Comment: No koha-qa errors prove t/db_dependent/Circulation_Issuingrule.t run without errors Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 08d45913d68d85eea1a1b2bab604b184d323ded5) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 7 +- .../prog/en/includes/search_indexes.inc | 1 + t/db_dependent/Circulation_Issuingrule.t | 341 ++++++++++++++++++++ t/db_dependent/Circulation_OfflineOperation.t | 100 ++++++ t/db_dependent/Circulation_transfers.t | 205 ++++++++++++ 5 files changed, 651 insertions(+), 3 deletions(-) create mode 100644 t/db_dependent/Circulation_Issuingrule.t create mode 100644 t/db_dependent/Circulation_OfflineOperation.t create mode 100644 t/db_dependent/Circulation_transfers.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 20:34:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 18:34:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-76-g2d80d67 Message-ID: This is an automated email from the git hooks/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 2d80d67e75ac37016f982afcbc643159ccde1e1e (commit) via 4afc06d76a39cff5471ae3e364357019334259f4 (commit) via 9a8d1a9b534a076087cb3463adeb83a60fe01d52 (commit) via f01248ae55beffae61f7fed36cbe046b65b96116 (commit) via 84873c2a6b62fce594bdd8c954ed2d6880903dfb (commit) from bf84bf5b55c8d378f8abc4fa0f82a804c2d933df (commit) Those revisions listed 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 2d80d67e75ac37016f982afcbc643159ccde1e1e Author: David Cook Date: Wed Aug 21 12:12:36 2013 +1000 Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE Currently, the layout for the Edit/Add Layout screen of the Patron Card Creator is in complete disarray, when viewed in Internet Explorer (of any version). The nav bar is pushed to the bottom of the page, every fieldset is empty (as their contents have been pushed out into different parts of the page), and the checkboxes don't work. The cause appears to be some extraneous mark-up (a few extra fieldset and li elements)and some missing mark-up (ol elements to wrap the list elements, especially when nesting lists within each other and within div elements). Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer I didn't test this in IE, but changes are fixing general problems with HTML validity. Checking the page with the W3C validator: Before: 27 Errors, 7 warning(s) After: 6 Errors, 7 warning(s) All tests and QA script pass, page looks alright. Would be nice to see the remaining problems fixed in a follow-up. Signed-off-by: Galen Charlton (cherry picked from commit 76a1a00977657132180f0715d96db5702565f1bf) Signed-off-by: Tomas Cohen Arazi commit 4afc06d76a39cff5471ae3e364357019334259f4 Author: Fridolyn SOMERS Date: Mon Jul 15 12:14:53 2013 +0200 Bug 10588: improve selection of default branch for OPAC popular items pag In OPAC most popular items page: With user is logged-in his branch should be selected by default. When a branch is manually selected and form is submitted, this branch should be selected in results page. When looking at HTML, you see that all options are selected in combobox. This patch corrects by using the hidden input 'do_it' to distinguish form display and no branch filter selected. Test plan : - Make sure there are issues on records created in the past 3 month - Go to OPAC not logged-in - Click on "Most popular" => You get to page with results, "All libraries" is selected - Select a branch and submit => You get to page with results, the branch is selected [testing opac-topissues.inc from] - Select a branch and perform a search that does not have results (for example an item type never issued) => You get to page without results, the branch is selected [testing opac-topissues.tt form] - Log-in with a user - Click on "Most popular" => You get to page with results, user's branch is selected - Select "All libraries" and submit => You get to page with results, "All libraries" is selected [testing opac-topissues.inc from] - Select "All libraries" and perform a search that does not have results (for example an item type never issued) => You get to page without results, "All libraries" is selected [testing opac-topissues.tt form] Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Works nicely and passes all tests. Signed-off-by: Galen Charlton (cherry picked from commit 600e953dff44c29fe7a2996fbacbd8e57cd7eb35) Signed-off-by: Tomas Cohen Arazi commit 9a8d1a9b534a076087cb3463adeb83a60fe01d52 Author: Jonathan Druart Date: Tue Aug 27 12:04:14 2013 +0200 Bug 10786: fix Javascript error on the parcel page The include of the yui json file generates a js error: YAHOO is not defined. This file seems not to be in use (patches for bug 8382 remove the use). To test: - go on acqui/parcel.pl?invoiceid=XXX - verify the error occurs (with firebug) - apply this patch - refresh the page - verify this error does not appear anymore - Verify there is no regression on this page Signed-off-by: Katrin Fischer Patch fixes the javascript error pointed out by Firebug. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit d1f8d8811b1d2d96f1b087edf42f395c89c8df0f) Signed-off-by: Tomas Cohen Arazi commit f01248ae55beffae61f7fed36cbe046b65b96116 Author: Jonathan Druart Date: Thu Jun 27 15:33:46 2013 +0200 Bug 5904: make patron search autocompletion respect IndependentBranches Test plan: - Add a staff user foo in a library A - Add a staff user bar in a library B - log in as foo and try to search 'bar' - Switch on (Prevent) the syspref IndependentBranches - the search returns no result - log in as a superlibrarian - Check that you are allowed to search all patrons. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 6b72f249082fc6be8811c3dacec15648f7c5ccd9) Signed-off-by: Tomas Cohen Arazi commit 84873c2a6b62fce594bdd8c954ed2d6880903dfb Author: Galen Charlton Date: Wed Aug 28 16:27:43 2013 +0000 Bug 7143: history.txt and about page updates - two new developers - releases Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Reads all ok. Signed-off-by: Galen Charlton (cherry picked from commit dd367efddf887e3197492f11996a36c0d6c5e4c4) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: circ/ysearch.pl | 26 +++++++--- docs/history.txt | 48 ++++++++++++------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - .../prog/en/modules/patroncards/edit-layout.tt | 32 +++++++++++-- .../opac-tmpl/prog/en/includes/opac-topissues.inc | 2 +- opac/opac-topissues.pl | 6 ++- 7 files changed, 85 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 20:59:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 18:59:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-79-g319efaf Message-ID: This is an automated email from the git hooks/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 319efaf0957c7b7e3d2a7bae3964397e60d9a37f (commit) via 61baf514ef08e5d50acacb9cd6e1350f28c750d3 (commit) via f6d1d5cd6c4f93f6c592170f59241268dfff79cb (commit) from 2d80d67e75ac37016f982afcbc643159ccde1e1e (commit) Those revisions listed 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 319efaf0957c7b7e3d2a7bae3964397e60d9a37f Author: Tomas Cohen Arazi Date: Fri Aug 2 18:36:19 2013 -0300 Bug 10678 - Update addbooks help page The button's name changed, and a caret was added. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Passes all tests and QA script. If you click the button directly, the default framework is still used. If you use the split button functionality to select another framework, this framework will be used for the imported record. Signed-off-by: Galen Charlton (cherry picked from commit 6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb) Signed-off-by: Tomas Cohen Arazi commit 61baf514ef08e5d50acacb9cd6e1350f28c750d3 Author: Tomas Cohen Arazi Date: Fri Aug 2 15:22:43 2013 -0300 Bug 10678 - Allow framework selection when creating from Z39.50 If we are creating a new record, we are forced to use the default framework and then change it after we have the cataloguing form filled. This patch adds the option to choose (from a splitted button dropdown) which framework to use. To test: - Apply the patch. - Go to More > Cataloguing - Check there's a nice split button that says "New from Z39.50" a) Click the button, the usual Z39.50 search popup should appear and work as expected (check the URL parameters and see frameworkcode= has no value b) Click on the dropdown arrow, choose a framework and the usual Z39.50 search popup should appear, this time frameworkcode= should have the chosen value. Edit: fixed a small bug that prevented the default framework to be called. Thanks Owen for testing. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Notes on second patch. Signed-off-by: Galen Charlton (cherry picked from commit a2e7e6ef1cc4306e5429ca99317b96479cfa26d2) Signed-off-by: Tomas Cohen Arazi commit f6d1d5cd6c4f93f6c592170f59241268dfff79cb Author: Robin Sheat Date: Thu Jul 11 23:58:34 2013 +1200 Bug 10574 - mute the "upgrading from 3.2" message New installs get the message about running a script if upgrading from 3.2. They shouldn't. This silences this message in all cases except when you actually are upgrading from 3.2. Test plan: There are three scenarios to test: 1) A fresh install should not cause the prompt. 2) An upgrade with or without the debconf entry set should not cause the prompt. 3) An upgrade from a 3.2 release to this should cause the prompt. To remove the debconf entry that says the prompt has been seen: echo 'unregister koha-common/3.2-3.4-upgrade-notice' | sudo debconf-communicate koha-common This should be run before every test to make debconf forget that it's shown the prompt. To get its current state: sudo debconf-show koha-common To test against the 3.2 version, an empty package that claims to be Koha 3.2.2 is attached to the bug. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 598a830af0f97aef39bae36265c06a6f8ed73f10) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: debian/koha-common.config | 4 ++- .../prog/en/modules/cataloguing/addbooks.tt | 28 +++++++++++++++---- .../prog/en/modules/help/cataloguing/addbooks.tt | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 13 23:05:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 21:05:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.10-13-g3dec797 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 3dec7977189b7b8549128e4fec151b7a654d2a3a (commit) via 7b5141e9501550918741b02b55f1b49706240f7b (commit) via bcd6b896ea3e10c73cca4b34d9030024205b784b (commit) via 297e7fa540d8b6eddf5289c37865844dcf258d09 (commit) via 270cc499c3dde4ef22e395d8dc3f40ebb1e6907e (commit) via 9643d6ca30315cae2a2732b0bc84e0a63797261a (commit) via 41f7a40ea7cdcc628b3e369cf8480e6b6e81f030 (commit) via cca7c4fbde1ba5074937251d9fd3c8b3d86deef7 (commit) via d92e6c746de1060a34631f4a0eea7bc71b110cd8 (commit) via 99706d790038e6bc0ea230f803946cd41845ddaa (commit) via 325d4af93c155ff068a4912ce0435b85fa276ec1 (commit) via bef4efbdc7e68b1c91b7234ba2d68ff5aeeb5131 (commit) via fb11fb31a4357777328b80fd5ad6ce5694823d11 (commit) from d735accceee43deda6ebfd5d6bbde85f949dd4e0 (commit) Those revisions listed 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 3dec7977189b7b8549128e4fec151b7a654d2a3a Author: Galen Charlton Date: Mon Jul 22 14:40:58 2013 +0000 bug 7143: add latest batch of committers Signed-off-by: Galen Charlton (cherry picked from commit ee224415b7c8b5e31f9c052e1c14a143ab137898) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 11ad663a50979c2aa20aabaa986a8660381f37c0) Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt Solved minor conflict. Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 11ad663a50979c2aa20aabaa986a8660381f37c0) commit 7b5141e9501550918741b02b55f1b49706240f7b Author: Tomas Cohen Arazi Date: Mon Jul 8 13:15:01 2013 -0300 Bug 7143 - Updating history and about page First commit from Silvia Simonetti, went into the 3.12.x branch. Signed-off-by: Galen Charlton (cherry picked from commit 224d878cf76813c5f8f229031ef916f1f73fd975) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 53494812ff1b9a00e3d541e4744ccb96ae297fca) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 53494812ff1b9a00e3d541e4744ccb96ae297fca) commit bcd6b896ea3e10c73cca4b34d9030024205b784b Author: Owen Leonard Date: Thu Jul 18 11:30:35 2013 -0400 Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable This follow-up addresses QA comments and moves punctuation and line breaks out of the string to be translated. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit b38187d8b004316b17d1e67753d638e96bb62bb8) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c4bf7d825141261a8a1563790f4e4a767647a779) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit c4bf7d825141261a8a1563790f4e4a767647a779) commit 297e7fa540d8b6eddf5289c37865844dcf258d09 Author: Owen Leonard Date: Mon Sep 10 08:34:33 2012 -0400 Bug 7598: make strings in acquisitions JavaScript translatable English strings in acq.js cannot be processed by the translation script. This patch moves the strings to the templates to be set as JS variables for use by the script. To test: - On the uncertain prices page, enter an invalid price and click save. You should see a JavaScript alert pointing this out. - When adding a fund to an existing budget, enter an amount which exceeds the amount in the parent budget. You should see a JavaScript alert pointing this out. There is a similar function which has been corrected, checkBudgetParent(), but I don't know how to trigger it for testing. The closebasketgroup function has been updated but as far as I can tell it's not actually in use. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit f69e13665da007a6ab28e4c1d5a7d1a50f3ac3ac) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d8eeb697c873b1ba9366bbce275a14d004931f40) Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/acq.js Solved. Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d8eeb697c873b1ba9366bbce275a14d004931f40) commit 270cc499c3dde4ef22e395d8dc3f40ebb1e6907e Author: David Cook Date: Thu Jun 27 16:02:08 2013 +1000 Bug 9801: display facet labels in search results only when there are facet values Currently, the headings for facets (such as location) are showing even if there are no actual values/links for that facet type. This patch simply checks if the facet array contains any facets before printing the heading and HTML for each facet value/link. Test Plan: Before applying: 0) If you want to check the location facet (which is easiest), enable singlebranch mode in the globals system preferences. 1) Do a search for records/items that you have no shelving location specified (or simply remove the shelving location for a small range of records that you can find in a search query). 2) Note that "Location" appears amongst the facets even though there are no values/links present. (If you look at the HTML source, you'll see some empty HTML tags have been printed out.) Apply patch. 3) Flush your cache and refresh your page. 4) You should no longer see a "Location" facet (or those empty HTML tags) on the facet sidebar. Signed-off-by: Katrin Fischer Template changes only. Checked according to test plan, made sure location facet still shows up when values exist, otherwise it's hidden. It might make sense to add ids to the facets so libraries can decide to hide some of them easily. Or alternatively add a system preference to make that possible. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit f01606d89b487d585bf06eae1dd6de6ff138eab9) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8871a6a2add5cbdef3a46267a54fc78ddf995687) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8871a6a2add5cbdef3a46267a54fc78ddf995687) commit 9643d6ca30315cae2a2732b0bc84e0a63797261a Author: David Cook Date: Thu Jun 13 16:46:46 2013 +1000 Bug 10457: fix SQL error when using 'export select items data' in serials claims page Currently, if you use the "check all" checkbox next to the "Vendor" table header, and try to "Export selected items data", you'll see the following SQL error in the Apache error log: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'on ORDER BY title' at line 12 at /.../lib/C4/Serials.pm line 1828. This is because the Javascript that produces the re-direct URL is including the value of the checkall checkbox, which is "on", as a "serialid". We need to only take checkboxes with a name of "serialid" when crafting the re-direct link. This patch adds the [name=serialid] attribute selector to the Jquery that creates the URL to lateissues-excel.pl from claims.pl. Test Plan: Before applying the patch: 1) Go to Serials > Claims (found on the left navigation bar of Serials) 2) Choose a vendor that has serials to claim (or create some late serials for a vendor so that they will show up) 3) Click on the checkbox to the left of the "Vendor" table heading. 4) Click "Export selected items data" at the bottom of the page 5) Check the Apache error log. Notice that you'll get a SQL error like the one in the message above. Apply the patch. Repeat Steps 1-4. Note that you should now have a CSV file downloading rather than getting a SQL error. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 3834d1f2b4494d465c6d1ab72aa334100898a756) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fdb1d099c5489f200b7b36125ed4ccddd00e3d4c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit fdb1d099c5489f200b7b36125ed4ccddd00e3d4c) commit 41f7a40ea7cdcc628b3e369cf8480e6b6e81f030 Author: Owen Leonard Date: Mon Jul 8 14:37:03 2013 -0400 Bug 10553: make public lists available on OPAC login page If you are not logged in to the OPAC, looking at the login page, and you click the Lists button to see public lists it says there are none. This patch corrects Auth.pm so that it loads the list of public lists in this situation. To test you must have at least one public list. Make sure you are logged out of the OPAC and visit the login page (/cgi-bin/koha/opac-user.pl). Clicking the "Lists" button should show you a list of public shelves. Signed-off-by: Liz Rea works as described, and list button is not shown when opacpublic is disabled. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 651f810f68f82f4aac254c4a78bb6a4517dcb558) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c7e19ee643730b06dc0f0ab2665c31f65b8e86e4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit c7e19ee643730b06dc0f0ab2665c31f65b8e86e4) commit cca7c4fbde1ba5074937251d9fd3c8b3d86deef7 Author: Galen Charlton Date: Tue Jul 9 17:53:16 2013 +0000 bug 10559: remove spurious "statement handle still active" warnings Generating (e.g.) overdue notices can result in spurious warnings in the cronjob logs: $ ./misc/cronjobs/overdue_notices.pl -t -library CPL prepare_cached(SELECT * FROM issues WHERE itemnumber = ?) statement handle DBI::st=HASH(0x54a7828) still Active at C4/Letters.pm line 589 This patch removes the warning by making sure that the relevant statement handle is finished after fetching its first row of results. To test: [1] Set up an overdue loan such that running overdue_notices.pl will trigger the generation of a notice. [2] Run overdue_notices.pl -t and note the warning message. [3] Apply the patch. [4] Run overdue_notices.pl -t again and note that the warning message is no longer displayed. [5] Check the message_queue table and verify that the overdue notices generated in steps 2 and 4 have the same text. Signed-off-by: Galen Charlton Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 2bab95cac5f43b034adec36ec62a8c8f7f520627) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3) commit d92e6c746de1060a34631f4a0eea7bc71b110cd8 Author: Mirko Tietgen Date: Tue Jul 16 21:51:01 2013 +0200 Bug 10595: don't display OpacTopissue page when system preference is turned off When the syspref is turned off, the link is hidden but the page is still accessible. This patch checks the syspref and redirects to 404 if it is disabled. Test plan: Before applying the patch Enable OpacTopissue Observe there is a link to opac-topissues.pl next to Advanced search etc. Follow that link, observe that opac-topissues.pl is loading Disable OpacTopissue Observe the link is gone Manually open /koha/opac-topissues.pl and check that it is loading even though the feature is disabled Apply patch (OpacTopissue still diabled) Manually open /koha/opac-topissues.pl and observe that you are being redirected to the 404 page. Enable OpacTopissue Follow the link or manuall open opac-topissues.pl and check that it is working Signoff the patch. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 04ca81bc358f1bc6425e1cef431d9e4abfc744d8) Signed-off-by: Tomas Cohen Arazi Works as expected (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399) commit 99706d790038e6bc0ea230f803946cd41845ddaa Author: Galen Charlton Date: Wed Jul 17 19:12:34 2013 +0000 Bug 10549: (follow-up) make sure ILS-DI GetAvailability response is emitted as UTF-8 Signed-off-by: Galen Charlton (cherry picked from commit da6f2f7a7ddf1126d6e3b02825f0d45948f484fa) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544) commit 325d4af93c155ff068a4912ce0435b85fa276ec1 Author: Mirko Tietgen Date: Sat Jul 6 23:48:54 2013 +0200 bug 10549: make the ILS-DI services advertise that they return UTF-8 This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 2a1d0fc6d2d2674d4182ed1c6be557b568778834) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553) commit bef4efbdc7e68b1c91b7234ba2d68ff5aeeb5131 Author: David Cook Date: Fri Jul 5 12:00:36 2013 +1000 Bug 10541: enable cross-browser AJAX in additem.js Currently, the additem.js is using "indexOf" to search for a value in an array. While this works in Chrome, Firefox, and IE > 9, it fails miserably in IE 8 and 7 (which don't have the indexOf method). This means that users aren't able to add items using the acquisitions module! Instead of using "indexOf", we should be using the jQuery function $.inArray. It was added in jQuery v1.2 (3.8.0 uses v1.3.2 so even our oldest supported release can use this method). It's perfectly cross-browser compatible...works in Chrome, Firefox, and every version of IE that I've tried (i.e. 7, 8, 9). Test Plan: Before applying patch: 0) Switch to Internet Explorer 7, or 8, or 9, or 10. If you're using IE 9 or 10, you'll need to change the Document Mode to IE7 standards or IE8 standards. You can do this by opening Internet Explorer 9 or 10, pressing F12 (or clicking on the gear in the top right corner and choosing F12 Developer Tools), and then clicking on "Document Mode" on the top toolbar. There, you can change to IE7 or IE8 standards. N.B. This is not always a perfect emulation in every case, but this time it does show you the bug. 1) Set the system preference AcqCreateItem to "receiving an order" 2) Go to Acquisitions 3) Either: a) Receive a shipment for a basket with items b) Create a new basket, create an order, close the basket, and then do 3a) 4) In the "Item" fieldset, fill out some fields such as barcode, Date acquiried, Public note, etc. 5) Click "Add" at the bottom of the fieldset 6) Note that while the item may have been added, the "Item" fieldset is not being shown again. You may also notice a Javascript error appearing in a pop-up window or you might see a yellow warning flag on the bottom status bar. APPLY THE PATCH 7) Do a full refresh of the page (hold down shift and press the refresh button on the browser next to the address bar), and try adding items again. 8) Note that you receive no warnings and that items are added correctly as they would be in Firefox or Chrome. OPTIONALLY 9) To be sure that I haven't broken anything, go through the same steps in IE9 (with IE9 standards) or Chrome or Firefox. Everything should be working. Signed-off-by: Owen Leonard Tested in IE10 in IE7 mode and IE9 mode. Also tested in Firefox. Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d) commit fb11fb31a4357777328b80fd5ad6ce5694823d11 Author: Fridolyn SOMERS Date: Tue Jul 9 17:38:04 2013 +0200 Bug 9362: fix query that finds upcoming due loans C4:Circulation:GetUpcomingDueIssues is used in the advance_notices.pl script. This patch corrects an error in its handling of the maxdays parameter that resulted in it picking up *all* upcoming due loans and recently overdue loans. Test plan : - Create an issue with a date due in the paste - Create an issue with a date due in two days - Launch advance notices with due date in max 2 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=2 => You get a warn "found 0 issues" - Launch advance notices with due date in max 3 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=3 => You get a warn "found 1 issues" Signed-off-by: Mathieu Saby I did the following test : - 1 book to check in 2 days - 2 books to check in in the past before applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 getting upcoming due issues at ../misc/cronjobs/advance_notices.pl line 203. found 1 issues at ../misc/cronjobs/advance_notices.pl line 205. I changed the value of "-m" : 0, 1, 2, 3, 4 => always 1 issue found (the book to check in in 2 days) after applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 found 0 issues for m = 0, 1, 2 => 0 issues $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=3 found 1 issues for m = 3,4,5 => 1 issues (the book to check in in 2 days) Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit ff7f37202949bb6d60cdf30de4e237e6b1de93eb) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f40924b317e37757f1e552ab466dc840304c6182) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f40924b317e37757f1e552ab466dc840304c6182) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 8 ++++++ C4/Circulation.pm | 4 +- C4/ILSDI/Services.pm | 4 +- C4/Letters.pm | 1 + docs/history.txt | 4 +++ .../intranet-tmpl/prog/en/includes/facets.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 24 +++++++------------ koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 4 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 5 ++++ .../prog/en/modules/acqui/basketgroup.tt | 6 +++++ .../prog/en/modules/acqui/uncertainprice.tt | 1 + .../prog/en/modules/admin/aqbudgets.tt | 8 ++++++ .../prog/en/modules/serials/claims.tt | 5 +-- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 + koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 22 +++++++++--------- opac/ilsdi.pl | 7 +++-- opac/opac-topissues.pl | 7 +++++ 17 files changed, 76 insertions(+), 38 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 14 00:12:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 13 Sep 2013 22:12:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.10-24-ge838b37 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via e838b37cfa9229ef20f769dab083918d9d362b1b (commit) via 4e474580b16024d6a6afc36bf220ebab034cb26a (commit) via 0a47d3444dfa749f5b9c99252cd129bc80cee54a (commit) via fb7c0d5a1afe23b2c7e1ebe09f48b522ac6821c5 (commit) via 5c32b6e383f02a81e8eed8d5462b0a8119696903 (commit) via b976a45151d93e311cf375739ffe717143e99706 (commit) via 0a8c7c0634d7ceae09b58d2711690504258009ab (commit) via eaefa5daf65161c9f7c99ab1340bbc97075450e6 (commit) via e0e2a2e87635834cc77f94b5e8b7edb100e60d70 (commit) via e1227835ad9c2eaf71c8794b91ba3a921ee7f3b8 (commit) via d5957dfe50e1cfac199c4355722ac7384d227fbf (commit) from 3dec7977189b7b8549128e4fec151b7a654d2a3a (commit) Those revisions listed 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 e838b37cfa9229ef20f769dab083918d9d362b1b Author: Colin Campbell Date: Mon Aug 12 16:15:37 2013 +0100 Bug 10712: Save missing config variables to install log The variables for AUTH_INDEX_MODE and ZEBRA_TOKENIZER were not being saved to the koha_install_log file. As a result when using the --prev-install-log option in Makefile.PL the user was still prompted to select them. This patch adds the appropriate variables to the list saved in the install log. To test: On a (non-package) system installed/upgraded without the patch running 'perl Makefile.PL --prev-install-log /path/to/koha-install-log' will still prompt you to choose authorities indexing mode and select between chr and icu, after upgrading with this patch applied the same command should get the responses from the install log and not require user intervention. The values can be seen written into misc/koha-install-log Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 521d260a5931119c688fd872c30041ffe1c5c692) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 521d260a5931119c688fd872c30041ffe1c5c692) commit 4e474580b16024d6a6afc36bf220ebab034cb26a Author: Galen Charlton Date: Fri Aug 9 18:53:20 2013 +0000 Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Perl 5.14 changed array and hash container functions (e.g., keys()) to accept hashrefs or arrayrefs. However, this doesn't work in Perl 5.10, so doing scalar(keys( function_returning_hashref() ) ); is a syntax error in that version. This patch changes the affected tests to explicitly difference the hashrefs returned by the various functions. To test: Verify that t/db_dependent/ClassSource.t passes. Signed-off-by: Galen Charlton (cherry picked from commit 8f933bc040e8e4198f5278253191a7a4233467ce) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134) commit 0a47d3444dfa749f5b9c99252cd129bc80cee54a Author: root Date: Thu Jul 25 14:03:32 2013 +0200 Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm This patch gets rid of finish() and replace prepare_cached by prepare. From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 5cba6457aa00f3f3b2038f70057df300d9c6b9c3) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b) commit fb7c0d5a1afe23b2c7e1ebe09f48b522ac6821c5 Author: Fridolyn SOMERS Date: Wed Jul 31 11:39:45 2013 +0200 Bug 10666: avoid random failures of Daily quotes tests In t/db_dependent/Koha.t, the test "Got a quote based on today's date" is failing : $prove t/db_dependent/Koha.t : t/db_dependent/Koha.t .. 1/6 # Failed test 'Got a quote based on today's date.' # at t/db_dependent/Koha.t line 126. # Compared $data->{"source"} # got : 'Herbert Hoover' # expect : 'Abraham Lincoln' # Be sure to run this test on a clean install of sample data. # Looks like you failed 1 test of 4. Looks like the wrong quote is returned by GetDailyQuote(). I'm using a databased created with the English sample SQL datas. I think I found the cause : The test "Got a random quote." calls GetDailyQuote('random'=>1) which changes the quote timestamp to now. When then testing GetDailyQuote(), this quote (which may not be the one created by test) is the most recent quote. This patch moves the "Got a random quote." test after "Got a quote based on today's date" to solve the problem. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit b874f7d63894693c9c3f2a3d93ee119bc3b01486) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a37558cd6087a1945611161b09e923f79b60d6e1) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a37558cd6087a1945611161b09e923f79b60d6e1) commit 5c32b6e383f02a81e8eed8d5462b0a8119696903 Author: Galen Charlton Date: Thu Aug 1 15:09:39 2013 +0000 Bug 10644: fix typos in test descriptions Signed-off-by: Galen Charlton (cherry picked from commit d9d8a8424dcd62988293920f7c67f7d0a01efc70) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9) commit b976a45151d93e311cf375739ffe717143e99706 Author: Kenza Zaki Date: Fri Jul 26 09:55:43 2013 +0200 Bug 10644: add unit tests for ClassSource.pm The tests are wrapped in a database transaction. To test: prove t/db_dependent/ClassSource.t t/db_dependent/ClassSource.t .. 1/24 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 attempting to use non-existent class sorting routine routine1 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 t/db_dependent/ClassSource.t .. ok All tests successful. Files=1, Tests=24, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.01 csys = 0.15 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 5de06b87e29f12250a35df3239372a7ed0754811) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2) commit 0a8c7c0634d7ceae09b58d2711690504258009ab Author: Kyle M Hall Date: Thu Jun 13 09:46:43 2013 -0400 Bug 10463: ensure that Quote of the Day feature selects random quotes When the Quote of the Day tool selects a new new quote, it updates the timestamp and does not take the timezone into account. Thus the time is set to +4 hours (e.g. 2013-06-11 13:33:48 when the time is 2013-06-11 09:33:48). It then repeats the same quote every day. To replicate: Set Administration >> System preferences >> OPAC preferences >> Features >> QuoteOfTheDay to Enable In Home >> Tools >> Quote Editor, add several quotes. In the opac, refresh the home page. You should get a quote of the day at the top. mysql> select * from quotes; Note the timestamp of the quote selected by the tool. It will not match the date on the machine (unless your server's timezone is set to UTC). If you change the date to the previous date and refresh the opac, the tool wlill select another quote, which will not change unless forced. Test Plan: 1) Remove all your quotes and import a fresh set 2) Enable the quote of the day and view the opac 3) Look at your quotes table and note the timestamp is incorrect 4) Repeat steps 1 and 2 5) Look at your quotes table and note the timestamp is now correct Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit def952bda9cd72a4f6916e93ad1c454a04a3cb43) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f2ccae0ded3c9f099ba9eecfdf72b18c6cd8e797) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f2ccae0ded3c9f099ba9eecfdf72b18c6cd8e797) commit eaefa5daf65161c9f7c99ab1340bbc97075450e6 Author: Mirko Tietgen Date: Tue Jul 23 23:24:11 2013 +0200 Bug 10621: use correct from-address for subscription alert emails From-address and to-address were the same (patron's email) for subscription alerts. This patch changes 'from' the branch or kohaadminemailaddress To test - add a subscription in staff/serials in case you don't have any - enable patron notifications or the subscription - in the OPAC, subscribe to the serial - in staff/serial, receive an issue of the serial Before applying the patch, the email that is supposed to be sent has the patron's email as 'from' and 'to' (and is likely to fail). If you follow the steps after applying the patch, the email alert should have the 'from' address of the patron's branch or kohaadminemiladdress -- which should also work fine with the MTA/SMTP you have set up for messaging. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 61fa246ac06d637d50c8eed68244f0577ed34e4d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 75b31bb5cf4a6269dedeb95be374b654fe4b5091) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 75b31bb5cf4a6269dedeb95be374b654fe4b5091) commit e0e2a2e87635834cc77f94b5e8b7edb100e60d70 Author: Katrin Fischer Date: Sun Jul 21 11:50:09 2013 +0200 Bug 10516 - Follow up - Fixing capitalization Fix capitalization on submit buttons when deleting a Z39.50 server. - Delete this Server - Do Not Delete I think the "Do not delete" should maybe even be a cancel link to be more consistent with how Koha displays this kind of dialog in other places. Signed-off-by: Liz Rea fixes capitalisation, tool stil works Signed-off-by: Galen Charlton (cherry picked from commit c5cc04ef3d5e50c376e37a1493926181389efa6a) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 14a4abebed9df1acc67a08685be368e060a2d310) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 14a4abebed9df1acc67a08685be368e060a2d310) commit e1227835ad9c2eaf71c8794b91ba3a921ee7f3b8 Author: Owen Leonard Date: Fri Jun 28 15:10:14 2013 -0400 Bug 10516 - Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates The template for adding/editing Z39.50 servers shows the same title, breadcrumbs, etc. for add and edit operations. This patch creates separate text for each case. To test, try both adding and editing a Z39.50 server. The page title, breadcrumb, and heading should correctly reflect the operation you perform. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Works nicely and all strings are translatable. Signed-off-by: Galen Charlton (cherry picked from commit 5c60ae40f97d9c22504c2942a00a93777984c7a5) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6) commit d5957dfe50e1cfac199c4355722ac7384d227fbf Author: Owen Leonard Date: Thu Jul 11 10:53:06 2013 -0400 Bug 10576: make strings in additem.js accessible to translation There are a couple of untranslatable strings in additem.js. This patch moves the strings out of the script and into the include file which has been created for this purpose. To test, apply the patch and test the process for adding an item to an existing or new basket (with AcqCreateItem set to "when placing an order." The add item form should be correctly labeled "Add item." After adding an item, click to edit it again. The form should now be labeled "Update item." Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works nicely and passes all tests. Made sure strings can be translated testing with German templates. Signed-off-by: Galen Charlton (cherry picked from commit b7305e4876e6d961e8325155d679b1312975e74d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ccd824532156eff6a97135a4e8cc766f3d7df894) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit ccd824532156eff6a97135a4e8cc766f3d7df894) ----------------------------------------------------------------------- Summary of changes: C4/ClassSource.pm | 33 +--- C4/Koha.pm | 7 +- C4/Letters.pm | 3 +- admin/z3950servers.pl | 3 +- .../intranet-tmpl/prog/en/includes/additem.js.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +- .../prog/en/modules/admin/z3950servers.tt | 18 ++- misc/koha-install-log | 2 + rewrite-config.PL | 1 + t/db_dependent/ClassSource.t | 197 ++++++++++++++++++++ t/db_dependent/Koha.t | 10 +- 11 files changed, 243 insertions(+), 38 deletions(-) create mode 100644 t/db_dependent/ClassSource.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 14 20:33:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 14 Sep 2013 18:33:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.10-37-g16fb453 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 16fb453b37806299a40a75fe8f50e6cb8d456abe (commit) via 1afbc53d88f0254376dd38ef3757ca366c16e7a6 (commit) via ae996b8ae3413b031a7a7f9f061ab25c42702480 (commit) via 2e3d1f0ed77e6cbcabd171db9a96e4e49849f820 (commit) via 645945a339f9a01a31a08bc8c14e4c31a289234d (commit) via 056c2feeaea534c1d1ba0556f5b4464d7da84dee (commit) via 0de04775a63a4fae6ab5773a4db57a0424567881 (commit) via 9adf171458d754063a34a433b5d6de2052e55bff (commit) via 60b679fa22a4fca5a54c4e25183d1cb425afded0 (commit) via 1374b9ecb527303d0f9d4de9b60e85f37904df2f (commit) via 35ef2d36845933336b65e32e4fb9e944529339af (commit) via 34e37dca5b101567adbbb3b2fbd4b66eb49b48ba (commit) via f7c12eb41c044a6c55478cf3d83e9d2573ead463 (commit) from e838b37cfa9229ef20f769dab083918d9d362b1b (commit) Those revisions listed 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 16fb453b37806299a40a75fe8f50e6cb8d456abe Author: David Cook Date: Tue Aug 13 12:16:28 2013 +1000 Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01 This patch changes the MARC21 007 plugin editor so that it uses 1 character instead of 4 characters for position 01. TEST PLAN: 1) Create new record/edit an existing record 2) Using the tag editor for the 007 field, choose "Videorecording" 3) Click OK 4) Change the second character in the 007 from "c" to "d" 5) Open the tag editor again 6) Note that position 01 will still say "c - Videocartridge" rather than "d - Videodisc". 7) Exit tag editor 8) Apply patch 9) Reload the page (Shift + Refresh is always useful) 10) Open the tag editor again 11) Note that position 01 will now say "d - Videodisc" Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 73ac970f734b0f04fff5561aa35bb9d9d47aa943) Signed-off-by: Tomas Cohen Arazi Fix worked as expected. (cherry picked from commit 8a407d8d02463cd15423735dc6030da2c8f5e3a7) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8a407d8d02463cd15423735dc6030da2c8f5e3a7) commit 1afbc53d88f0254376dd38ef3757ca366c16e7a6 Author: Fridolyn SOMERS Date: Mon Jun 17 17:01:33 2013 +0200 Bug 10483: fix item uniqueness check on order form When syspref "UniqueItemFields" is defined, the item uniqueness is tested in acquisition by an AJAX call to check_uniqueness.pl. This patch fixes an issue where check_uniqueness.pl wasn't looking at the correct CGI parameters. Test plan : - Select an existing item with barcode - Add "barcode" to "UniqueItemFields" syspref (use space as separator for multiple values) - Set "AcqCreateItem" syspref to "Create an item when placing an order" - Go to an acquisition basket - Create a new order from empty - Enter existing barcode in item form and save => You get an alert that barcode already exists and order is not saved - Enter a non-existing barcode in item form and save => Order and item are created Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 1c9135262b9233f59fd05e34c90980e7dc8be338) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429) commit ae996b8ae3413b031a7a7f9f061ab25c42702480 Author: Janusz Kaczmarek Date: Mon Apr 22 20:28:08 2013 +0300 Bug 5262: make authority plugin copy indicators to bib record With this patch Koha should correctly copy indicators (and create $2 subfield in MARC 21 if need) from the chosen authority record to the edited bibliographic record (according to discussion in bugzilla). UNIMARC and MARC 21 flavors are covered. Signed-off-by: Bernardo Gonzalez Kriegel Comment: work as described, testing in comments 9 and 12. No errors. Signed-off-by: Katrin Fischer Passes QA script and tests. Tested functionality repeating some of the tests noted by Bernardo - checking mostly 1xx, 490, and 7xx. Signed-off-by: Galen Charlton (cherry picked from commit 129c974fdde0dc62e568f7aa01c4a0796ae150ae) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2f4839c3ff22edab560b15e6bafa1a308a32c6a6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2f4839c3ff22edab560b15e6bafa1a308a32c6a6) commit 2e3d1f0ed77e6cbcabd171db9a96e4e49849f820 Author: Kyle M Hall Date: Mon Jul 22 08:32:39 2013 -0400 Bug 10511: (follow-up) jQuery .removeAttr() has only one parameter Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7d6edc6f182009726e9675ae832385f37e16c4e0) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a400e3c37e4b84da52fc5bc8371a0048f99cfa17) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a400e3c37e4b84da52fc5bc8371a0048f99cfa17) commit 645945a339f9a01a31a08bc8c14e4c31a289234d Author: Kyle M Hall Date: Wed Jun 26 16:40:09 2013 -0400 Bug 10511: fix message preference form glitch concerning phone notifications An error in the onclick for phone notices causes the "Do not notify" checkbox to be checked when the phone checkbox is checked. Also, checking "Do not notify" does not uncheck the phone checkbox. Test plan: 1) Enable TalkingTechItivaPhoneNotification 2) Browse to the new patron screen ( memberentry.pl ) 3) In the patron messaging preferences check the Phone checkbox 4) Not the "do not notify" checkbox is then checked 5) Uncheck the "do not notify" checkbox, and check the Email checkbox as well 6) Now check the "do not notify" checkbox, note the Phone checkbox remains checked 7) Apply this patch 8) Repeat steps 3-6, noting the odd behavior is no longer present Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit e608f4d48c09e025fc10d47668bb40c0d3d686a7) Signed-off-by: Tomas Cohen Arazi Works as expected. EnhancedMessagingPreferences needs to be set to reproduce. (cherry picked from commit 475bb4e6bf79a21fed261e91ed466950374636ec) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 475bb4e6bf79a21fed261e91ed466950374636ec) commit 056c2feeaea534c1d1ba0556f5b4464d7da84dee Author: Owen Leonard Date: Fri Aug 2 14:25:37 2013 -0400 Bug 7257: Add a link to remove an individual title from a list in the OPAC It should be possible when viewing the contents of a list to click a link to remove an individual title from the list without having to check a checkbox and click another button. This patch adds a link to each list item to "Remove from this list." The functionality is JavaScript-dependent, automatically checking the appropriate checkbox and submitting the form to delete. To test, view a list for which you have delete permission. There should be a "Remove from this list" link next to each item on the list. Test delete functionality by: - Clicking the link and then clicking cancel. - Clicking the link and confirming. - Checking more than one checkbox and then clicking a single remove link (only the one corresponding record should be removed). - Checking one or more checkboxes and clicking the "Remove from list" link at the top of the page. If JavaScript is disabled the links should not appear. There are now two delete confirmation messages: One if you're removing only one item, another if you're removing more than one. This is true whether you use the links or the checkboxes. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit cf902c704ba9b0560bc8ff2006fe5763ffa2a090) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6df54fd2fa2e33166c5c6e24b5aabf8299ed5ef9) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6df54fd2fa2e33166c5c6e24b5aabf8299ed5ef9) commit 0de04775a63a4fae6ab5773a4db57a0424567881 Author: Fridolyn SOMERS Date: Thu Jul 11 16:33:33 2013 +0200 Bug 10543 - add mandatory subfield check to addorderiso2709.pl When adding orders from staged file, you can create one order per record using item form in the bottom of addorderiso2709.pl. The form was missing checks of mandatory item fields; this patch adds those checks. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer All 3 patches pass tests and QA script. Some additional notes on the test plan from the first patch: It took me a while to figure out a combination of subfields that would trigger the bug. I am not sure about the condition that transforms the input field into a textbox as it does not seem to happen for every field. What worked in the end was (MARC21): - $g cost, normal purchase price = mandatory - $h serial enumeration/chronolgy = optional, filled with text over 100 characters Checked for: - Adding items in cataloguing Was able to reproduce the problem, mandatory check works as expected. - Adding items from staged file in acq Was not able to trigger the problem, because we don't edit the item here, but mandatory check works as expected. - Addings items for serial subscriptions Was not able to trigger the problem, because we don't edit the items here, but mandatory check works better as before as missing mandatory fields are now highlighted and weren't before. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 2c7e1390b45e497676ea4f414520708577cf761a) Signed-off-by: Tomas Cohen Arazi Couldn't reproduce using $i as in the test plan, but $o triggered the problem, which this patch series fix. (cherry picked from commit 561c436e933e6c1305808f13afd9cabf95e81e8e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 561c436e933e6c1305808f13afd9cabf95e81e8e) commit 9adf171458d754063a34a433b5d6de2052e55bff Author: Fridolyn SOMERS Date: Thu Jul 11 16:30:27 2013 +0200 Bug 10543 - Unify item mandatory subfields check Use of CheckMandatorySubfields from cataloging.js everywhere an item cataloging form is checked for mandatory fields. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 0d4724e81b94b290a5b58970a8f59ebe8340f165) Signed-off-by: Tomas Cohen Arazi Couldn't reproduce using $i as in the test plan, but $o triggered the problem, which this patch series fix. (cherry picked from commit 85420d30ecf1bdd62eca323c5703f684414953b3) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 85420d30ecf1bdd62eca323c5703f684414953b3) commit 60b679fa22a4fca5a54c4e25183d1cb425afded0 Author: Fridolyn SOMERS Date: Fri Jul 5 15:20:59 2013 +0200 Bug 10543: fix false warnings from checks of mandatory item fields Under certain circumstances, when editing an item, you get a popup warning "1 mandatory fields empty (highlighted)". Even though all mandatory fields are filled in. This occurs when there is a field with a huge content (more than 100 characters) that gets displayed in a textarea instead of input. This patch corrects the Javascript form check by using siblings(). Also adds a more precise filter to find mandatory inputs because looking in full page may bring unwanted results. Test plan : - In a framework, make sure you have in item field : An optional subfield (without authorised value), then a mandatory subfield, then an optional subfield next to mandatory subfield For example : $i (optional), $r (mandatory) and $s (optional) - Open a biblio record and create a new item - Enter more than 100 characters in $i, fill $r and $s - Click "Add item" - Edit this item => You get a textarea for $i - Empty $s and Save => Without patch, you get a warning and form is not saved and you see that $s is yellow while it should be $r => With patch, form is saved - Re-edit this item - Empty $r and save => You get a warning and form is not saved Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Notes on last patch. Signed-off-by: Galen Charlton (cherry picked from commit 651ea298ea90742a2c56bbb693a4fbbb0064d5b2) Signed-off-by: Tomas Cohen Arazi Couldn't reproduce using $i as in the test plan, but $o triggered the problem, which this patch series fix. (cherry picked from commit 9f5f05d40d2ee8a357d25472cd200a7f748de0e2) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9f5f05d40d2ee8a357d25472cd200a7f748de0e2) commit 1374b9ecb527303d0f9d4de9b60e85f37904df2f Author: Bernardo Gonzalez Kriegel Date: Fri Aug 16 16:52:26 2013 -0300 Bug 10745: remove more ambiguity for translators for XSLT subfieldSelect parameters As in Bug 6278, this patch replace ">at<" with ">a_t<" so not to mislead translators. Found more cases that initial description. To test: 1) Check that problem exists and only on xslt files, using your preferred language egrep -B10 "^msgid \"at\"" misc/translator/po/xx-YY-i-staff-t* 2) Apply the patch 3) Update translation file (cd misc/translator; perl translate update xx-YY) 4) Verify the problem is gone, repeat 1 5) If you like verify new entries in PO file egrep -B15 "^msgid \"a_t\"" misc/translator/po/xx-YY-i-staff-t* Signed-off-by: Marcel de Rooy Tested this with field 780 and running a Dutch translation. Signed-off-by: Jared Camins-Esakov Signed-off-by: Galen Charlton (cherry picked from commit 5b9cd85dd0dbd7e3470c783e0e024ad32df2f8b5) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2d1ca97d6501ae273dabfd7d71bb6cce4c5e6725) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2d1ca97d6501ae273dabfd7d71bb6cce4c5e6725) commit 35ef2d36845933336b65e32e4fb9e944529339af Author: Kyle M Hall Date: Fri Aug 16 07:21:10 2013 -0400 Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency Fixes the following koha-qa.pl error: FAIL misc/cronjobs/overdue_notices.pl OK pod OK forbidden patterns OK valid FAIL critic # Variables::ProhibitConditionalDeclarations: Signed-off-by: Galen Charlton (cherry picked from commit e476378323eb8dd31e67e4741d271d88de61b59e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 22f96c6ebeb77da5efe7285d1980ce705e22726e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 22f96c6ebeb77da5efe7285d1980ce705e22726e) commit 34e37dca5b101567adbbb3b2fbd4b66eb49b48ba Author: Sophie Meynieux Date: Wed Jul 31 08:04:25 2013 +0200 Bug 10664: fix error in overdue_notices.pl if there is no active currency If there is no active currency, when running overdue_notices.pl you get a sofware error "Can't use an undefined value as a HASH reference" on GetCurrency() function call. With this patch, if there is no active currency, fines are formated by default 0.00 and notices are correctly generated. Test plan : - have at least one borrower with overdue that should trigger a notice - verify that there is no active currency (Adminitration > Currency & Exchange rates) - run misc/cronjobs/overdue_notices.pl -v -n (to get the notice directly on output) => without the patch you get the software error => with the patch, notices are correctly generated If an active currency is defined, the script overdue_notices.pl runs the same with or without patch Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit a9a3bb7b3d7e8e862cf0f772246667258a20b786) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc) commit f7c12eb41c044a6c55478cf3d83e9d2573ead463 Author: Fridolyn SOMERS Date: Tue May 28 15:43:05 2013 +0200 Bug 10362: ensure that all messages and alerts are shown upon checkin If an item is returned and has mutiple error or warnings (e.g., it both needs to be transferred and the patron was debarred in the course of the return), because of a bug in the template, not all of the messages would be displayed. This patch changes the template to show both messages and alerts. Test plan : - Perform an checkout that will a checkin : * need a transfert (return in a different branch) * set user debarred (depends on issuing rules) - Perform check-in => You get tranfert message and debarment alert Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8525d49e0601c85807235c007f712666c2abbceb) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8525d49e0601c85807235c007f712666c2abbceb) ----------------------------------------------------------------------- Summary of changes: acqui/check_uniqueness.pl | 4 +- authorities/blinddetail-biblio-search.pl | 43 ++++++++++++++++++++ cataloguing/value_builder/marc21_field_007.pl | 2 +- .../prog/en/includes/messaging-preference-form.inc | 5 +- koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js | 17 ++++++++ .../prog/en/modules/acqui/addorderiso2709.tt | 13 ++++++ .../prog/en/modules/acqui/neworderempty.tt | 9 +--- .../prog/en/modules/acqui/orderreceive.tt | 15 +----- .../authorities/blinddetail-biblio-search.tt | 3 + .../prog/en/modules/cataloguing/additem.tt | 22 ++-------- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +- .../prog/en/modules/serials/serials-edit.tt | 14 +++---- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 4 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 14 ++++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 24 ++++++++++- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- misc/cronjobs/overdue_notices.pl | 4 +- 21 files changed, 146 insertions(+), 64 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 00:21:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 14 Sep 2013 22:21:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.10-53-g6a57f7f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 6a57f7f1fa351b5b2cbdcae29c7fb09250a68c04 (commit) via 0ab311f08c869651846b007e32ae284880c09500 (commit) via f1686f60c2fa3e1dbdcdc9a5e89a5d33ed60c098 (commit) via 805849e33e190416545cae9cfc4e690190765627 (commit) via 23bb4bcb002ef0c79979597a33c1de9ffdf46eab (commit) via 38e8a13b6ba331207dc7451c676e6aa868e14e79 (commit) via d5cc7da52ac6d6e0fd21662c4f3ebc24c22d511b (commit) via 338e966d651ca6c00bd8d04c7d24099ca00d1b84 (commit) via 17fefb868bddf997d90799de5f9190f330c20aac (commit) via 567f430df5e2ef1468ac914281cede33786a8b58 (commit) via 3ae20f0a2de91bfe8318df9a63c2bd73da71de25 (commit) via 9fc0c233dc5b180c3c7f3d92fdfc383c51bb2825 (commit) via 749facdebb70a02e8f139efb208681e012c4d429 (commit) via 346e71cabbdbb6d9a1cd54df7bde7ce4eaf1e0d0 (commit) via e00366c8914b608832c6da1641f59d13af44777f (commit) via f02150852c86a86745e30171af2ddb0ae5f9d9de (commit) from 16fb453b37806299a40a75fe8f50e6cb8d456abe (commit) Those revisions listed 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 6a57f7f1fa351b5b2cbdcae29c7fb09250a68c04 Author: Galen Charlton Date: Sat Aug 17 16:04:34 2013 +0000 Bug 10573: (follow-up) update license and copyright statement Signed-off-by: Galen Charlton (cherry picked from commit 971449866fc23ff9c0c083754e4dd9c53d8d4cdc) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f0203f9e9cc985e6b4eb9fb8d2f99d65d3337973) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f0203f9e9cc985e6b4eb9fb8d2f99d65d3337973) commit 0ab311f08c869651846b007e32ae284880c09500 Author: Bernardo Gonzalez Kriegel Date: Thu Aug 8 15:54:22 2013 -0300 Bug 10573: (followup) French translation for printing a basketgroup small followup to fix tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit a9cd81e6858dda89d95625520108fa0b269ff770) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 25c84440cd1123a0f454d4a7ebb33da4634d76a3) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 25c84440cd1123a0f454d4a7ebb33da4634d76a3) commit f1686f60c2fa3e1dbdcdc9a5e89a5d33ed60c098 Author: Christophe Croullebois Date: Wed Jul 10 16:57:12 2013 +0200 Bug 10573: French translation for printing a basketgroup If you want to print a basketgroup with pdf format, it will be in English. The pdf is done with layout2pages.pm or layout3pages.pm, which call layout2pages.pdf or layout3pages.pdf. This patch adds layout3pagesfr.pm in src/acqui/pdfformat/ which calls layout3pagesfr.pdf. And adds in basketgroup.pl the check for layout3pagesfr To use it you have to change the systempreferences to pdfformat::layout3pagesfr Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, koha-qa reports some tab errors. Corrected in a followup. Please, always add a test plan, it's easier to test. Test: 1) apply the patch 2) change syspref OrderPdfFormat to pdfformat::layout3pagesfr 3) select a vendor 4) create a basket group (empty works) 5) close basket group 6) print basket group 7) PDF is in french Signed-off-by: Katrin Fischer This works nicely, although it would be better if we could find a more general solution to make the templates editable and translatable. Signed-off-by: Galen Charlton (cherry picked from commit a7fe13a52f320e6aded1f3313f721bd7fd73fb52) Signed-off-by: Tomas Cohen Arazi I don't like the approach, but I wouldn't hold this one until a proper solution comes up. (cherry picked from commit 5d3f5023019f0d09688ebb44d35259fd2ec9990a) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5d3f5023019f0d09688ebb44d35259fd2ec9990a) commit 805849e33e190416545cae9cfc4e690190765627 Author: Jonathan Druart Date: Thu Apr 11 12:00:45 2013 +0200 Bug 10028: fix how ModReceiveOrder() calls NewOrder() In C4::Acquisition::ModReceiveOrder, a call to NewOrder is badly used. NewOrder returns ($basketno, $ordernumber) but in ModReceiveOrder the ordernumber is got with my $ordernumber = NewOrder( $args ); It works because: sub t{ return ("a", "b"); } my $a = t(); say $a; Will display 'b'. But it is not really clear. Test plan: Check that there is no regression for partial receives. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 29689de399a8927547c36e53461c7766ecc604f0) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 27f96f606c90f85756b290e1a832377f5465bf40) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 27f96f606c90f85756b290e1a832377f5465bf40) commit 23bb4bcb002ef0c79979597a33c1de9ffdf46eab Author: Jared Camins-Esakov Date: Mon Aug 5 20:56:48 2013 -0400 Bug 10686: Remove fields from searches for highlighting If you do a fielded search like au:smith, "Smith" will not get highlighted on the results page because the Javascript is looking for the exact string "au:smith." To test: 1) Turn on OpacHighlightedWords. 2) Do a simple keyword search. 3) Confirm that the word is highlighted on the results and details page. 4) Do a fielded search by entering au:smith (or whatever). 5) Confirm that the word is highlighted on the results and details page. 6) Sign off. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit b0ea3be36c8e7ae6dc6f28820b1c26fc909d9039) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a85f9e1928a89e5c8f01983f1b853b090ec8cd1e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a85f9e1928a89e5c8f01983f1b853b090ec8cd1e) commit 38e8a13b6ba331207dc7451c676e6aa868e14e79 Author: root Date: Thu Jul 25 13:47:09 2013 +0200 Bug 10642: fix inappropriate uses of $sth->finish() in C4::RotatingCollections.pm From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. To test: Verify that prove -v t/db_dependent/RotatingCollections.t passes Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, passes UT provided by bug 10653 Signed-off-by: Galen Charlton (cherry picked from commit d1b3e4ab6b432844e076e1eb0662a9c04a5f412e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0311e39c269291156f82393fbb7269caab7b679e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 0311e39c269291156f82393fbb7269caab7b679e) commit d5cc7da52ac6d6e0fd21662c4f3ebc24c22d511b Author: Galen Charlton Date: Fri Aug 16 16:09:13 2013 +0000 Bug 10653: (follow-up) minor tweaks to RotatingCollections tests - remove unnecessary module import - use parentheses for all C4 function calls Signed-off-by: Galen Charlton (cherry picked from commit 40aa42f31f10acad92da5f2c57319f049fba9289) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 800e1fc6d059b59a6aa0f5f0353c64ea1b606560) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 800e1fc6d059b59a6aa0f5f0353c64ea1b606560) commit 338e966d651ca6c00bd8d04c7d24099ca00d1b84 Author: Kenza Zaki Date: Tue Jul 30 13:43:19 2013 +0200 Bug 10653: add unit tests for C4::RotatingCollections.pm The tests are wrap in a database transaction. Test plan: prove t/db_dependent/RotatingCollections.t t/db_dependent/RotatingCollections.t .. ok All tests successful. Files=1, Tests=41, 20 wallclock secs ( 0.02 usr 0.01 sys + 0.41 cusr 0.02 csys = 0.46 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 12061f44beb46709e03d09f7ff61551fa9297b2e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit eb0373c7eb6d1f0cb52155709c18e06c09ab55df) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit eb0373c7eb6d1f0cb52155709c18e06c09ab55df) commit 17fefb868bddf997d90799de5f9190f330c20aac Author: Marc Veron Date: Sun Oct 7 19:54:44 2012 +0200 Bug 8887: only display desired result when doing exact syspref search This patch fixes an issue where entering the complete name of a system preference when doing a syspref search in the staff interface resulted in the display of *all* preferences belonging to the desired one's module. Since providing a more specific search string should result in getting back more specific results, the previous behavior was not intuitive. Test scenario: a) In sysprefs, do a search with partial match (e.g. intranetcolor) -> Result shows one entry: intranetcolorstylesheet b) Do an exact search. e.g. intranetcolorstylesheet -> Result shows all Staff Client preferences Apply patch, test again. Now b) behaves like a). Signed-off-by: Mirko Tietgen Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a4dbe6821d167908792a7665c492d0e2976aaa0a) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a4dbe6821d167908792a7665c492d0e2976aaa0a) commit 567f430df5e2ef1468ac914281cede33786a8b58 Author: Owen Leonard Date: Tue Aug 13 10:05:58 2013 -0400 Bug 9238 - make fund pull down say 'select fund', not 'select budget' When adding a new order to a basket the fund selection field is labeled "Fund:" but the default option is "Select a budget." This patch changes this string to "Select a fund" and also corrects the associated JavaScript error message text displayed when one doesn't choose a fund. To test, add an order to basket. The "New order" form should show "Select a fund" as the default option for "Fund" in the "Accounting details" section. If you submit the form without selecting a fund the error message should read "You must select a fund." Signed-off-by: Nicole C. Engard tests pass Signed-off-by: Kyle M Hall String updates only, passes koha-qa.pl Signed-off-by: Galen Charlton (cherry picked from commit dbe233a0e5d86975c28918d8b7023b70bdd29d38) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 10ce9281d7eb63276511e05879af88d807495785) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 10ce9281d7eb63276511e05879af88d807495785) commit 3ae20f0a2de91bfe8318df9a63c2bd73da71de25 Author: Galen Charlton Date: Fri Aug 16 15:00:35 2013 +0000 Bug 10481: (follow-up) fix typo in POD Signed-off-by: Galen Charlton (cherry picked from commit 1e84b1217afc74f490423538b7b8808e3d34513a) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5fde0910787f9c36caedfc12bc5af6dfedc7df36) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5fde0910787f9c36caedfc12bc5af6dfedc7df36) commit 9fc0c233dc5b180c3c7f3d92fdfc383c51bb2825 Author: Jonathan Druart Date: Thu Jul 11 11:45:06 2013 +0200 Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded prove t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.38 cusr 0.01 csys = 0.41 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 1c8efaf3f9b14caf5f6512149d5fcd957bd3e487) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit af6c169f2a68296d99ad7f6908e441ababb79c98) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit af6c169f2a68296d99ad7f6908e441ababb79c98) commit 749facdebb70a02e8f139efb208681e012c4d429 Author: Jonathan Druart Date: Mon Jun 17 14:56:22 2013 +0200 Bug 10481: FIX No enrollment fee when changing patron category. When a patron changes to a category with enrollment fee, they are not generated. Test plan: - Choose a category without fee (e.g. Kid) - Add an enrollment fee for another category (e.g. Young adult) - Choose a kid and change his category to "Young adult". - Note the warning message "Fees & Charges: Patron has Outstanding fees & charges of XX" on the check out page. This patch also moves all instances of adding the enrollment fee to a new routine in C4::Members, AddEnrolmentFeeIfNeeded(), so additional tests include: - Register a new patron and give it a category that has an enrollment fee. Verify that the fee is charged. - Renew the patron. Verify that the additional fee is charged. - Register a new patron with a child patron category. - Use the 'update child to adult' menu option to change the patron's category to one that is fee-bearing. Verify that the enrollment fee was charged. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit f8eb19163bd4e59e99b6dae90a5712b6a7be52f6) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 98397ed4b10b03fb0b00e9550b571c3cc47407dc) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 98397ed4b10b03fb0b00e9550b571c3cc47407dc) commit 346e71cabbdbb6d9a1cd54df7bde7ce4eaf1e0d0 Author: Nicole C. Engard Date: Thu Aug 8 09:01:23 2013 -0400 Bug 10703: Document borrower_files table Add db documentation to borrower_files table. To test: apply review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Comment: No errors. Tested loading on new database. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 09e802c7933073cd98040155b02898ab79739b3a) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2ba6d6636b6e6eeab554e6793074899fa40be5c8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2ba6d6636b6e6eeab554e6793074899fa40be5c8) commit e00366c8914b608832c6da1641f59d13af44777f Author: Nicole C. Engard Date: Thu Aug 8 08:53:58 2013 -0400 Bug 10703: Document quotes table Add db documentation for the quotes table To test: apply patch review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 6823c745371a115d5bec98beb9d10b59e188c9fe) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd) commit f02150852c86a86745e30171af2ddb0ae5f9d9de Author: Nicole C. Engard Date: Thu Aug 8 08:49:25 2013 -0400 Bug 10703: Add db documentation for biblioimages table This patch adds db documentation to the biblioimages table. To test: Apply patch Review kohastructure.sql to be sure that the documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 801d8237d80d7079f3355da18ef18c60b7f37325) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6f55deac4a976b59edd13632e11f70cbfbd22642) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6f55deac4a976b59edd13632e11f70cbfbd22642) ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 +- C4/Members.pm | 65 +++-- C4/RotatingCollections.pm | 18 -- acqui/basketgroup.pl | 2 +- .../{layout3pages.pm => layout3pagesfr.pm} | 141 ++++++---- admin/preferences.pl | 10 +- installer/data/mysql/kohastructure.sql | 38 ++-- .../prog/en/modules/acqui/neworderempty.tt | 6 +- .../intranet-tmpl/prog/pdf/layout3pagesfr.odt | Bin 0 -> 13284 bytes .../intranet-tmpl/prog/pdf/layout3pagesfr.pdf | Bin 0 -> 24394 bytes koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 1 + .../prog/en/modules/opac-results-grouped.tt | 1 + .../opac-tmpl/prog/en/modules/opac-results.tt | 1 + t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t | 56 ++++ t/db_dependent/RotatingCollections.t | 307 ++++++++++++++++++++ 15 files changed, 522 insertions(+), 127 deletions(-) copy acqui/pdfformat/{layout3pages.pm => layout3pagesfr.pm} (77%) create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf create mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t create mode 100644 t/db_dependent/RotatingCollections.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 03:26:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 01:26:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.10-66-gacb5687 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via acb56877853af69072d5f8b5073810e2e0a7fd7b (commit) via 7c61d1b9c6d56973e5d0538c66709e4eebdfb2ef (commit) via ee0a2934d4f1331be09867869d90166467360434 (commit) via a198cba41aff6fd4181b42592ba5afb5f7ef51eb (commit) via b068d7c8e33adee88960b1583292ab089c345f21 (commit) via 8c6c5509a52905d54fd205596f2b36eb697c29c1 (commit) via 64c3c216498a0144319639dd381c28c9d717f1bb (commit) via bc26b55dfb949d866a64ee91317b079b45f50c39 (commit) via eb62e304a94c5eb1716abf4c6123bd6ae86593aa (commit) via 25191a43a540b8fc84816d3f95b3e29f88424bd4 (commit) via 109cbf0892a319a641139e6b7a6ae0613fa79cc2 (commit) via 752f8049edff0d0a1c9061dc5141fd3af7436869 (commit) via f17210a19c9727a4c30f3d40a94d4649f39f557e (commit) from 6a57f7f1fa351b5b2cbdcae29c7fb09250a68c04 (commit) Those revisions listed 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 acb56877853af69072d5f8b5073810e2e0a7fd7b Author: Tomas Cohen Arazi Date: Thu Jul 25 16:08:43 2013 -0300 Bug 10645: adding missing zebra languages to koha-create manpage There were some missing zebra language options in the man page for koha-create. Trivial string change. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Tested using the following commands: $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-list.xml $ man -l koha-list.8 Also: prove -v xt/verify-debian-docbook.t Signed-off-by: Galen Charlton (cherry picked from commit 90cf2f3a265a741bc4d475077dc3a604a08e6192) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e28f2f5ff680e8486fb70e4197c1f8c91d564249) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e28f2f5ff680e8486fb70e4197c1f8c91d564249) commit 7c61d1b9c6d56973e5d0538c66709e4eebdfb2ef Author: Galen Charlton Date: Fri Aug 23 15:58:01 2013 +0000 Bug 10741: (follow-up) add regression test Signed-off-by: Galen Charlton (cherry picked from commit 8e7379342d7cd8386baf884a77f54f95188bb85c) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7daec54dc80f2d1f7c3ea8b55416e18082c8f3fb) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7daec54dc80f2d1f7c3ea8b55416e18082c8f3fb) commit ee0a2934d4f1331be09867869d90166467360434 Author: Fridolyn SOMERS Date: Fri Aug 16 13:53:04 2013 +0200 Bug 10741: reformat test for displaying place hold link in OPAC search results To test: [1] Turn on the syspref for enabling OPAC holds. [2] Create an item and bring it up on the OPAC search results. Run through the following possibilities, by changing the item, and verify that the place hold link in OPAC search results appears only when the item is - not lost AND - not withdrawn AND - not damaged (or is damged and AllowHoldsOnDamagedItems is ON) AND - the item is not marked not-for-loan OR the item has a negative notforloan value (e.g., it is on order) Note that it is necessary to reindex the test bib after making each change to the test item. [3] Also verify that whether or not in the item is in transit does NOT affect whether the place hold link appears. [4] Verify that there is no regression on bug 8975 (i.e., if an item is on order, that status should be displayed in staff client search results). Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 397ba93f97855625865689ef0dd0c69a20c8a915) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 65e0bbb2632611e8d9bd082aa882e7908350b9ee) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 65e0bbb2632611e8d9bd082aa882e7908350b9ee) commit a198cba41aff6fd4181b42592ba5afb5f7ef51eb Author: Fridolyn SOMERS Date: Fri Aug 16 13:36:10 2013 +0200 Bug 10741: restore holdability of in-transit items on OPAC search results In search results, one could not place a hold on an item in transit and for loan (items.notforloan=0). This appears when AllowOnShelfHolds is allowed. This patch repairs a regression introduced by the patch for bug 8975. Test plan : - Set AllowOnShelfHolds to on - Create a record with a normal item : not lost, not withdrawn, not damaged, notforloan=0 - Index this record - Perform a search on OPAC that returns this record (and others) => You see in actions "Place hold" - Add this item in transit : /cgi-bin/koha/circ/branchtransfers.pl - Re-perform the search on OPAC => You see in actions "Place hold" and item "in transit" Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 239513dc7a13a1a31356b59ab8e36b120c0fa281) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e143ff307286698575a41e943202c902f1493071) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e143ff307286698575a41e943202c902f1493071) commit b068d7c8e33adee88960b1583292ab089c345f21 Author: Kyle M Hall Date: Tue Jul 23 08:05:22 2013 -0400 Bug 10628: make sure AutomaticItemReturn doesn't prevent holds queue from filling local holds with local items For some reason, C4::HoldsQueue::MapItemsToHoldRequests used the system preference AutomaticItemReturn to decide if an attempt to fill local holds with local items. No explanation of this behavior is provided. This patch removes this behavior, and also adjusts the calculation of the lead-cost library to always return the pickup library if it is on the list of libraries that could fill the hold -- on the basis that if the item is already at the pickup library, its transport cost is inherently zero. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes QA script and adds unit tests. Tested with some examples and those worked correctly. Signed-off-by: Galen Charlton (cherry picked from commit d46657f8af980524a4351e40abe0b901d1af3e6a) Signed-off-by: Tomas Cohen Arazi Small merge problem in the tests. (cherry picked from commit 7c7aee054fa8af8e753d7f9391a27efb83f9b52c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7c7aee054fa8af8e753d7f9391a27efb83f9b52c) commit 8c6c5509a52905d54fd205596f2b36eb697c29c1 Author: Owen Leonard Date: Mon Aug 19 10:55:52 2013 -0400 Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax This patch updates the example template syntax in the POD for C4::Branch::GetBranches() to use Template Toolkit syntax. To test, view the POD for C4::Branch::GetBranches() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Branch.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7ae3ea68579b3f870d7e42968c3727ecffac7f02) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 66b214899fe6624a023ee16e3e920414f27abb8a) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 66b214899fe6624a023ee16e3e920414f27abb8a) commit 64c3c216498a0144319639dd381c28c9d717f1bb Author: Owen Leonard Date: Mon Aug 19 11:16:51 2013 -0400 Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax This patch updates the example template syntax in the POD for C4::Creators::Lib::html_table() to use Template Toolkit syntax. To test, view the POD for C4::Creators::Lib::html_table() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Creators/Lib.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 54c6dccca70a142c14fff049cb3212694af86610) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a55080c88593b5e0e0d3d8192ee9c7f09e78d258) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a55080c88593b5e0e0d3d8192ee9c7f09e78d258) commit bc26b55dfb949d866a64ee91317b079b45f50c39 Author: Owen Leonard Date: Mon Aug 19 11:37:55 2013 -0400 Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax This patch updates the example template syntax in the POD for C4::Items::GetItemStatus() to use Template Toolkit syntax. To test, view the POD for C4::Items::GetItemStatus() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Items"), for GetItemStatus, but it does not fix a a similar example for GetItemLocation in the same file, which still has the old template syntax. So a followup or separate bug for that is called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton (cherry picked from commit d515457c719197e66bd0a10c7011b407af2faa23) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46) commit eb62e304a94c5eb1716abf4c6123bd6ae86593aa Author: Owen Leonard Date: Mon Aug 19 12:06:31 2013 -0400 Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax This patch updates the example template syntax in the POD for C4::Koha::GetSupportList() to use Template Toolkit syntax. To test, view the POD for C4::Koha::GetSupportList() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Koha"), for GetSupportList, but it does not fix a a similar example for GetItemTypes, getauthtypes and getframework in the same file, which still has the old template syntax. So a followup or separate bug(s) for those are called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton (cherry picked from commit 3429e5e16da0b23615fac4ca0bb6251fac70301c) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c) commit 25191a43a540b8fc84816d3f95b3e29f88424bd4 Author: Owen Leonard Date: Tue Aug 13 12:27:28 2013 -0400 Bug 10081: add library name to IndependentBranches error message With IndependentBranches turned on, if you try to check out an item which belongs to another library you will get an error message which is missing the library name. This patch corrects the problem by passing the necessary variable to the template and outputting the library name using the KohaBranchName TT plugin. To test, turn on IndependentBranches and try to check out an item belonging to another library (note that you must test with a staff user who is not a superlibrarian). The error message you see should include the name of the library to which the item belongs: "This item belongs to Nelsonville and cannot be checked out from this location." Checkouts of items belonging to the library should be unaffected. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 50ff4f4a94598ce197c0ca5656d314195cf69d07) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 624af4b7f11a4ff8bccf3252e72880cec9c22b1b) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 624af4b7f11a4ff8bccf3252e72880cec9c22b1b) commit 109cbf0892a319a641139e6b7a6ae0613fa79cc2 Author: Jonathan Field Date: Fri Aug 9 11:38:31 2013 +0100 Bug 10704: make OPAC highlighting work across previous/next travel To test Enable 'OpacHighlightedWords' 1) Run a search with multiple results 2) Click on a title of one of the results to get the full record display. Hit highlighting SHOULD work on this page. 3) Use either the "Next" or "Previous" buttons on this page (opac-detail) to move to the next or previous record. 4) Moving forward or back, the highlighting should still be working on the page. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 7d0aea7c39e22f42760c3ecbba4c0cd0818785a7) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 885e928aaeddca5adc24061b615a0388d1c8e828) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 885e928aaeddca5adc24061b615a0388d1c8e828) commit 752f8049edff0d0a1c9061dc5141fd3af7436869 Author: Galen Charlton Date: Wed Aug 14 14:53:25 2013 +0000 bug 10728: fix additional log noise generated by subscription-renew.pl To test: [1] Use the renew link to bring up the subscription renewal form. [2] Verify that a warning message containing the text 'Problem = a value of 1 has been passed to param without key' was not added to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 6e864430caaa951b06d5fecff3fe7864317e5e26) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3cd7313007061c0e644d0daf37cf79739c342717) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3cd7313007061c0e644d0daf37cf79739c342717) commit f17210a19c9727a4c30f3d40a94d4649f39f557e Author: Colin Campbell Date: Wed Aug 14 15:26:34 2013 +0100 Bug 10728: fix log noise generated by subscription-renew.pl Error log is showing warnings because mode is undefined and we are doing string comparisons on it. Set it to a default value (we were already assigning it a variable which we were not using) and use the the result in the comparison To test, after applying the patch: [1] Use the renew link from the subscription detail page to renew a subscription. [2] Verifying that doing this did not add a warning containing 'subscription-renew.pl: Use of uninitialized value $mode in string eq ' to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 27edb618dd604e0a718f43e98ed97255f72eb515) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 70681a47f2cefcdee665d4d8076f3228eee891de) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 70681a47f2cefcdee665d4d8076f3228eee891de) ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 14 ++++-- C4/Circulation.pm | 6 ++- C4/Creators/Lib.pm | 46 +++++++++---------- C4/HoldsQueue.pm | 13 +++-- C4/Items.pm | 16 ++++--- C4/Koha.pm | 20 ++++---- C4/Search.pm | 28 +++++------- debian/docs/koha-create.xml | 2 +- .../prog/en/modules/circ/circulation.tt | 3 +- opac/opac-detail.pl | 4 +- serials/subscription-renew.pl | 6 +- t/db_dependent/HoldsQueue.t | 11 +++-- t/db_dependent/Search.t | 24 ++++++++++- 13 files changed, 112 insertions(+), 81 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 06:59:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 04:59:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-100-gc8fb62d Message-ID: This is an automated email from the git hooks/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 c8fb62d547c79565a611419a7723dc0f9d8e2288 (commit) via b06b6f2438aca661929d4233f2b2ca24ba8589c6 (commit) from e601e013db6954cb0d5f647337bb08b6e9b8317e (commit) Those revisions listed 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 c8fb62d547c79565a611419a7723dc0f9d8e2288 Author: David Cook Date: Fri Jul 5 12:00:36 2013 +1000 Bug 10541: enable cross-browser AJAX in additem.js Currently, the additem.js is using "indexOf" to search for a value in an array. While this works in Chrome, Firefox, and IE > 9, it fails miserably in IE 8 and 7 (which don't have the indexOf method). This means that users aren't able to add items using the acquisitions module! Instead of using "indexOf", we should be using the jQuery function $.inArray. It was added in jQuery v1.2 (3.8.0 uses v1.3.2 so even our oldest supported release can use this method). It's perfectly cross-browser compatible...works in Chrome, Firefox, and every version of IE that I've tried (i.e. 7, 8, 9). Test Plan: Before applying patch: 0) Switch to Internet Explorer 7, or 8, or 9, or 10. If you're using IE 9 or 10, you'll need to change the Document Mode to IE7 standards or IE8 standards. You can do this by opening Internet Explorer 9 or 10, pressing F12 (or clicking on the gear in the top right corner and choosing F12 Developer Tools), and then clicking on "Document Mode" on the top toolbar. There, you can change to IE7 or IE8 standards. N.B. This is not always a perfect emulation in every case, but this time it does show you the bug. 1) Set the system preference AcqCreateItem to "receiving an order" 2) Go to Acquisitions 3) Either: a) Receive a shipment for a basket with items b) Create a new basket, create an order, close the basket, and then do 3a) 4) In the "Item" fieldset, fill out some fields such as barcode, Date acquiried, Public note, etc. 5) Click "Add" at the bottom of the fieldset 6) Note that while the item may have been added, the "Item" fieldset is not being shown again. You may also notice a Javascript error appearing in a pop-up window or you might see a yellow warning flag on the bottom status bar. APPLY THE PATCH 7) Do a full refresh of the page (hold down shift and press the refresh button on the browser next to the address bar), and try adding items again. 8) Note that you receive no warnings and that items are added correctly as they would be in Firefox or Chrome. OPTIONALLY 9) To be sure that I haven't broken anything, go through the same steps in IE9 (with IE9 standards) or Chrome or Firefox. Everything should be working. Signed-off-by: Owen Leonard Tested in IE10 in IE7 mode and IE9 mode. Also tested in Firefox. Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d) Signed-off-by: Chris Hall (cherry picked from commit bef4efbdc7e68b1c91b7234ba2d68ff5aeeb5131) commit b06b6f2438aca661929d4233f2b2ca24ba8589c6 Author: Fridolyn SOMERS Date: Tue Jul 9 17:38:04 2013 +0200 Bug 9362: fix query that finds upcoming due loans C4:Circulation:GetUpcomingDueIssues is used in the advance_notices.pl script. This patch corrects an error in its handling of the maxdays parameter that resulted in it picking up *all* upcoming due loans and recently overdue loans. Test plan : - Create an issue with a date due in the paste - Create an issue with a date due in two days - Launch advance notices with due date in max 2 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=2 => You get a warn "found 0 issues" - Launch advance notices with due date in max 3 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=3 => You get a warn "found 1 issues" Signed-off-by: Mathieu Saby I did the following test : - 1 book to check in 2 days - 2 books to check in in the past before applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 getting upcoming due issues at ../misc/cronjobs/advance_notices.pl line 203. found 1 issues at ../misc/cronjobs/advance_notices.pl line 205. I changed the value of "-m" : 0, 1, 2, 3, 4 => always 1 issue found (the book to check in in 2 days) after applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 found 0 issues for m = 0, 1, 2 => 0 issues $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=3 found 1 issues for m = 3,4,5 => 1 issues (the book to check in in 2 days) Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit ff7f37202949bb6d60cdf30de4e237e6b1de93eb) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f40924b317e37757f1e552ab466dc840304c6182) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f40924b317e37757f1e552ab466dc840304c6182) Signed-off-by: Chris Hall (cherry picked from commit fb11fb31a4357777328b80fd5ad6ce5694823d11) ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 07:03:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 05:03:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-101-g5c4e599 Message-ID: This is an automated email from the git hooks/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 5c4e599cb069ec38619c78b2e61542077bad960d (commit) from c8fb62d547c79565a611419a7723dc0f9d8e2288 (commit) Those revisions listed 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 5c4e599cb069ec38619c78b2e61542077bad960d Author: Mirko Tietgen Date: Sat Jul 6 23:48:54 2013 +0200 bug 10549: make the ILS-DI services advertise that they return UTF-8 This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 2a1d0fc6d2d2674d4182ed1c6be557b568778834) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553) Signed-off-by: Chris Hall (cherry picked from commit 325d4af93c155ff068a4912ce0435b85fa276ec1) ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 4 ++-- koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 07:05:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 05:05:33 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-102-g6f00d1e Message-ID: This is an automated email from the git hooks/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 6f00d1e383c8eefcaab87a89250c7a93ce6877c0 (commit) from 5c4e599cb069ec38619c78b2e61542077bad960d (commit) Those revisions listed 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 6f00d1e383c8eefcaab87a89250c7a93ce6877c0 Author: Galen Charlton Date: Wed Jul 17 19:12:34 2013 +0000 Bug 10549: (follow-up) make sure ILS-DI GetAvailability response is emitted as UTF-8 Signed-off-by: Galen Charlton (cherry picked from commit da6f2f7a7ddf1126d6e3b02825f0d45948f484fa) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544) Signed-off-by: Chris Hall (cherry picked from commit 99706d790038e6bc0ea230f803946cd41845ddaa) ----------------------------------------------------------------------- Summary of changes: opac/ilsdi.pl | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 07:08:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 05:08:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-103-g750950c Message-ID: This is an automated email from the git hooks/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 750950c17a243dbec1001ef8b6a17f2a13f45bcb (commit) from 6f00d1e383c8eefcaab87a89250c7a93ce6877c0 (commit) Those revisions listed 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 750950c17a243dbec1001ef8b6a17f2a13f45bcb Author: Mirko Tietgen Date: Tue Jul 16 21:51:01 2013 +0200 Bug 10595: don't display OpacTopissue page when system preference is turned off When the syspref is turned off, the link is hidden but the page is still accessible. This patch checks the syspref and redirects to 404 if it is disabled. Test plan: Before applying the patch Enable OpacTopissue Observe there is a link to opac-topissues.pl next to Advanced search etc. Follow that link, observe that opac-topissues.pl is loading Disable OpacTopissue Observe the link is gone Manually open /koha/opac-topissues.pl and check that it is loading even though the feature is disabled Apply patch (OpacTopissue still diabled) Manually open /koha/opac-topissues.pl and observe that you are being redirected to the 404 page. Enable OpacTopissue Follow the link or manuall open opac-topissues.pl and check that it is working Signoff the patch. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 04ca81bc358f1bc6425e1cef431d9e4abfc744d8) Signed-off-by: Tomas Cohen Arazi Works as expected (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399) Signed-off-by: Chris Hall (cherry picked from commit d92e6c746de1060a34631f4a0eea7bc71b110cd8) ----------------------------------------------------------------------- Summary of changes: opac/opac-topissues.pl | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 07:11:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 05:11:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-104-geda8049 Message-ID: This is an automated email from the git hooks/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 eda8049421939750bf3767173e98cfaf0a6cf630 (commit) from 750950c17a243dbec1001ef8b6a17f2a13f45bcb (commit) Those revisions listed 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 eda8049421939750bf3767173e98cfaf0a6cf630 Author: Galen Charlton Date: Tue Jul 9 17:53:16 2013 +0000 bug 10559: remove spurious "statement handle still active" warnings Generating (e.g.) overdue notices can result in spurious warnings in the cronjob logs: $ ./misc/cronjobs/overdue_notices.pl -t -library CPL prepare_cached(SELECT * FROM issues WHERE itemnumber = ?) statement handle DBI::st=HASH(0x54a7828) still Active at C4/Letters.pm line 589 This patch removes the warning by making sure that the relevant statement handle is finished after fetching its first row of results. To test: [1] Set up an overdue loan such that running overdue_notices.pl will trigger the generation of a notice. [2] Run overdue_notices.pl -t and note the warning message. [3] Apply the patch. [4] Run overdue_notices.pl -t again and note that the warning message is no longer displayed. [5] Check the message_queue table and verify that the overdue notices generated in steps 2 and 4 have the same text. Signed-off-by: Galen Charlton Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 2bab95cac5f43b034adec36ec62a8c8f7f520627) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3) Signed-off-by: Chris Hall (cherry picked from commit cca7c4fbde1ba5074937251d9fd3c8b3d86deef7) ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 07:19:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 05:19:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-105-g6045b73 Message-ID: This is an automated email from the git hooks/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 6045b736000805787453ee764629dd04907dc83a (commit) from eda8049421939750bf3767173e98cfaf0a6cf630 (commit) Those revisions listed 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 6045b736000805787453ee764629dd04907dc83a Author: Owen Leonard Date: Mon Jul 8 14:37:03 2013 -0400 Bug 10553: make public lists available on OPAC login page If you are not logged in to the OPAC, looking at the login page, and you click the Lists button to see public lists it says there are none. This patch corrects Auth.pm so that it loads the list of public lists in this situation. To test you must have at least one public list. Make sure you are logged out of the OPAC and visit the login page (/cgi-bin/koha/opac-user.pl). Clicking the "Lists" button should show you a list of public shelves. Signed-off-by: Liz Rea works as described, and list button is not shown when opacpublic is disabled. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 651f810f68f82f4aac254c4a78bb6a4517dcb558) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c7e19ee643730b06dc0f0ab2665c31f65b8e86e4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit c7e19ee643730b06dc0f0ab2665c31f65b8e86e4) Signed-off-by: Chris Hall (cherry picked from commit 41f7a40ea7cdcc628b3e369cf8480e6b6e81f030) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 09:42:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 07:42:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-106-gf3a2c1e Message-ID: This is an automated email from the git hooks/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 f3a2c1ec774181c1e5ccb941b79c25bd06b2302c (commit) from 6045b736000805787453ee764629dd04907dc83a (commit) Those revisions listed 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 f3a2c1ec774181c1e5ccb941b79c25bd06b2302c Author: David Cook Date: Thu Jun 13 16:46:46 2013 +1000 Bug 10457: fix SQL error when using 'export select items data' in serials claims page Currently, if you use the "check all" checkbox next to the "Vendor" table header, and try to "Export selected items data", you'll see the following SQL error in the Apache error log: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'on ORDER BY title' at line 12 at /.../lib/C4/Serials.pm line 1828. This is because the Javascript that produces the re-direct URL is including the value of the checkall checkbox, which is "on", as a "serialid". We need to only take checkboxes with a name of "serialid" when crafting the re-direct link. This patch adds the [name=serialid] attribute selector to the Jquery that creates the URL to lateissues-excel.pl from claims.pl. Test Plan: Before applying the patch: 1) Go to Serials > Claims (found on the left navigation bar of Serials) 2) Choose a vendor that has serials to claim (or create some late serials for a vendor so that they will show up) 3) Click on the checkbox to the left of the "Vendor" table heading. 4) Click "Export selected items data" at the bottom of the page 5) Check the Apache error log. Notice that you'll get a SQL error like the one in the message above. Apply the patch. Repeat Steps 1-4. Note that you should now have a CSV file downloading rather than getting a SQL error. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 3834d1f2b4494d465c6d1ab72aa334100898a756) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fdb1d099c5489f200b7b36125ed4ccddd00e3d4c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit fdb1d099c5489f200b7b36125ed4ccddd00e3d4c) Signed-off-by: Chris Hall (cherry picked from commit 9643d6ca30315cae2a2732b0bc84e0a63797261a) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/claims.tt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 09:48:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 07:48:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-107-g1fa3781 Message-ID: This is an automated email from the git hooks/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 1fa37815fa186c1e773a682631807588253c1e5c (commit) from f3a2c1ec774181c1e5ccb941b79c25bd06b2302c (commit) Those revisions listed 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 1fa37815fa186c1e773a682631807588253c1e5c Author: David Cook Date: Thu Jun 27 16:02:08 2013 +1000 Bug 9801: display facet labels in search results only when there are facet values Currently, the headings for facets (such as location) are showing even if there are no actual values/links for that facet type. This patch simply checks if the facet array contains any facets before printing the heading and HTML for each facet value/link. Test Plan: Before applying: 0) If you want to check the location facet (which is easiest), enable singlebranch mode in the globals system preferences. 1) Do a search for records/items that you have no shelving location specified (or simply remove the shelving location for a small range of records that you can find in a search query). 2) Note that "Location" appears amongst the facets even though there are no values/links present. (If you look at the HTML source, you'll see some empty HTML tags have been printed out.) Apply patch. 3) Flush your cache and refresh your page. 4) You should no longer see a "Location" facet (or those empty HTML tags) on the facet sidebar. Signed-off-by: Katrin Fischer Template changes only. Checked according to test plan, made sure location facet still shows up when values exist, otherwise it's hidden. It might make sense to add ids to the facets so libraries can decide to hide some of them easily. Or alternatively add a system preference to make that possible. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit f01606d89b487d585bf06eae1dd6de6ff138eab9) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8871a6a2add5cbdef3a46267a54fc78ddf995687) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8871a6a2add5cbdef3a46267a54fc78ddf995687) Signed-off-by: Chris Hall (cherry picked from commit 270cc499c3dde4ef22e395d8dc3f40ebb1e6907e) ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/facets.inc | 2 ++ .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 09:51:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 07:51:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-108-g6ce4afe Message-ID: This is an automated email from the git hooks/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 6ce4afe5e3101aefe1736c41800887864e052779 (commit) from 1fa37815fa186c1e773a682631807588253c1e5c (commit) Those revisions listed 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 6ce4afe5e3101aefe1736c41800887864e052779 Author: Tomas Cohen Arazi Date: Mon Jul 8 13:15:01 2013 -0300 Bug 7143 - Updating history and about page First commit from Silvia Simonetti, went into the 3.12.x branch. Signed-off-by: Galen Charlton (cherry picked from commit 224d878cf76813c5f8f229031ef916f1f73fd975) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 53494812ff1b9a00e3d541e4744ccb96ae297fca) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 53494812ff1b9a00e3d541e4744ccb96ae297fca) Signed-off-by: Chris Hall (cherry picked from commit 7b5141e9501550918741b02b55f1b49706240f7b) ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 15 09:53:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 15 Sep 2013 07:53:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-109-gf33d780 Message-ID: This is an automated email from the git hooks/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 f33d780e8b52be7f3146db4758a93e95f8d39137 (commit) from 6ce4afe5e3101aefe1736c41800887864e052779 (commit) Those revisions listed 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 f33d780e8b52be7f3146db4758a93e95f8d39137 Author: Galen Charlton Date: Mon Jul 22 14:40:58 2013 +0000 bug 7143: add latest batch of committers Signed-off-by: Galen Charlton (cherry picked from commit ee224415b7c8b5e31f9c052e1c14a143ab137898) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 11ad663a50979c2aa20aabaa986a8660381f37c0) Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt Solved minor conflict. Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 11ad663a50979c2aa20aabaa986a8660381f37c0) Signed-off-by: Chris Hall (cherry picked from commit 3dec7977189b7b8549128e4fec151b7a654d2a3a) ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:00:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:00:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-111-g0dd259b Message-ID: This is an automated email from the git hooks/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 0dd259b461d27cd2365e2b4f6b3a8c350f30f365 (commit) via eee0ab1784a87434b10051f8578a4285566df16e (commit) from f33d780e8b52be7f3146db4758a93e95f8d39137 (commit) Those revisions listed 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 0dd259b461d27cd2365e2b4f6b3a8c350f30f365 Author: Owen Leonard Date: Thu Jul 18 11:30:35 2013 -0400 Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable This follow-up addresses QA comments and moves punctuation and line breaks out of the string to be translated. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit b38187d8b004316b17d1e67753d638e96bb62bb8) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c4bf7d825141261a8a1563790f4e4a767647a779) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit c4bf7d825141261a8a1563790f4e4a767647a779) Signed-off-by: Chris Hall (cherry picked from commit bcd6b896ea3e10c73cca4b34d9030024205b784b) commit eee0ab1784a87434b10051f8578a4285566df16e Author: Owen Leonard Date: Mon Sep 10 08:34:33 2012 -0400 Bug 7598: make strings in acquisitions JavaScript translatable English strings in acq.js cannot be processed by the translation script. This patch moves the strings to the templates to be set as JS variables for use by the script. To test: - On the uncertain prices page, enter an invalid price and click save. You should see a JavaScript alert pointing this out. - When adding a fund to an existing budget, enter an amount which exceeds the amount in the parent budget. You should see a JavaScript alert pointing this out. There is a similar function which has been corrected, checkBudgetParent(), but I don't know how to trigger it for testing. The closebasketgroup function has been updated but as far as I can tell it's not actually in use. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit f69e13665da007a6ab28e4c1d5a7d1a50f3ac3ac) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d8eeb697c873b1ba9366bbce275a14d004931f40) Conflicts: koha-tmpl/intranet-tmpl/prog/en/js/acq.js Solved. Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d8eeb697c873b1ba9366bbce275a14d004931f40) Signed-off-by: Chris Hall (cherry picked from commit 297e7fa540d8b6eddf5289c37865844dcf258d09) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 24 +++++++------------ .../prog/en/modules/acqui/basketgroup.tt | 6 +++++ .../prog/en/modules/acqui/uncertainprice.tt | 1 + .../prog/en/modules/admin/aqbudgets.tt | 8 ++++++ 4 files changed, 24 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:12:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:12:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-114-gacaa317 Message-ID: This is an automated email from the git hooks/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 acaa3178433e4f4350860f29cd2cd2e57d0ca726 (commit) via 401d658696382a131f561a5f4705f356f60af457 (commit) via 7aa48cb52e297bd4b91a7b7c73710ce2ba882988 (commit) from 0dd259b461d27cd2365e2b4f6b3a8c350f30f365 (commit) Those revisions listed 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 acaa3178433e4f4350860f29cd2cd2e57d0ca726 Author: Bernardo Gonzalez Kriegel Date: Thu Jan 10 19:01:07 2013 -0300 Followup Bug 9353: Missing subfields on MARC21 frameworks This followup changes updatedatabase.pl. Only touch frameworks that have the missing subfields. If both patches are applied, the test plan changes. To test: 1) dev master system with default and example MARC21 frameworks 2) Go to Home > Administration > MARC frameworks 3) Click on 'MARC structure' of any framework 4) Search for tag 029 (or 863/4/5) 5) Click 'Subfields', there are none. 6) Apply both patches 7) run 'perl installer/data/mysql/updatedatabase.pl' 8) Repeat steps 2-4 9) Click 'Subfields', now they are. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Update works nicely. Checked various frameworks and results were ok. Also new fields are hidden. Signed-off-by: Jared Camins-Esakov (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592) Solved conflict in updatedatabase.pl This two are necessary for Bug 5858 Signed-off-by: Chris Hall (cherry picked from commit 459422c8bad09a8301cf47a7b39abf15a3b265ff) commit 401d658696382a131f561a5f4705f356f60af457 Author: Bernardo Gonzalez Kriegel Date: Sat Jan 5 17:46:34 2013 -0300 Bug 9353 - Missing subfields on MARC21 frameworks This patch adds missing subfields on MARC fields 029abct (http://www.oclc.org/bibformats/en/0xx/029.shtm) 863abcdefghijklmnopqstvwxz68 (same for 864/5) (http://www.loc.gov/marc/holdings/hd863865.html) To test: 1) dev master system with default and example MARC21 frameworks 2) Go to Home > Administration > MARC frameworks 3) Click on 'MARC structure' of any framework 4) Search for tag 029 (or 863/4/5) 5) Click 'Subfields', there are none. 6) Apply the patch 7) Replace old frameworks, easiest by command line: mysql -uuser -ppass kohadb -e 'delete from biblio_framework; delete from marc_tag_structure; delete from marc_subfield_structure' mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql 8) Repeat steps 2-4 9) Click 'Subfields', now they are. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Updated frameworks are ok. Note: Only en frameworks are updated, so if other languages need those fields too, we need some followups. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250) Signed-off-by: Chris Hall (cherry picked from commit e22738e3b16593ef5282b493818fe220fb889d24) commit 7aa48cb52e297bd4b91a7b7c73710ce2ba882988 Author: Owen Leonard Date: Wed Jun 5 14:03:51 2013 -0400 Bug 10346 - "Add multiple copies" should be labelled "Add multiple items" The Koha interface standardizes on the term "item" instead of "copy," so the "Add multiple copies" button would be more correctly labeled "Add multiple items." To test, view the add item screen for an existing or new record. You should see a button labeled "Add multiple items." Signed-off-by: Cedric Vita Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 79df5211d6faff8ab31b46c815ed50c70093a057) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08) Signed-off-by: Chris Hall (cherry picked from commit d1844855efba1b4121dac160d130cdb7d7720c13) ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 81 +++- .../optional/marc21_simple_bib_frameworks.sql | 632 ++++++++++++++++++++ installer/data/mysql/updatedatabase.pl | 67 ++ .../prog/en/modules/cataloguing/additem.tt | 8 +- kohaversion.pl | 2 +- 5 files changed, 784 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:23:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:23:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-116-g6bf5274 Message-ID: This is an automated email from the git hooks/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 6bf5274b06c0ff5bf53d32d696621d2d0861b409 (commit) via d1b5d0fcc70d7c3474a778a47351ae0c3e02c171 (commit) from acaa3178433e4f4350860f29cd2cd2e57d0ca726 (commit) Those revisions listed 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 6bf5274b06c0ff5bf53d32d696621d2d0861b409 Author: Marcel de Rooy Date: Sun Jul 7 14:40:19 2013 +0200 Bug 5858: Followup for INSERT IGNOREs in marc21_framework_DEFAULT.sql Changes 8 INSERTs into INSERT IGNOREs. This allows current installs to benefit easier from the new tags/subfields. Note that running with --force will not achieve the same! The multi-value inserts will still be aborted, though execution continues. Test plan: Run the file or do a new install. Signed-off-by: Marcel de Rooy Ran the file on a current install manually. Signed-off-by: Galen Charlton (cherry picked from commit bf9eccfeb8069c1b258916c1916138b6317122da) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit bfd82695b19ce20cd638e8c285e7e1aeed89a255) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit bfd82695b19ce20cd638e8c285e7e1aeed89a255) Signed-off-by: Chris Hall (cherry picked from commit c0879481a4ad4bd32fbb00530115bea5fa0bdbc0) commit d1b5d0fcc70d7c3474a778a47351ae0c3e02c171 Author: Bernardo Gonzalez Kriegel Date: Tue Mar 19 21:25:20 2013 -0300 Bug 5858: update default MARC21 framework to April 2013 revision Applies to new installs, although with the follow-up patch, users can run the installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql script through the mysql client to add new tag and subfield entries. To test: 1) Delete MARC21 default framework 2) Apply patch 3) Test that new default framework loads without problem Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Run this file with and without this patch. This patch adds 24 tags (338 vs 314) and 323 subfields (3951 vs 3628). Verified that last QA comments were incorporated. Signed-off-by: Galen Charlton (cherry picked from commit 45669b2566c889c7a73251cdb132c81cf5127117) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 689080867eb810279a912f2d9bf7a78655ffc9dd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 689080867eb810279a912f2d9bf7a78655ffc9dd) Signed-off-by: Chris Hall (cherry picked from commit a582ba6100c1e5aae9aca5f11d22d3eb564f22ae) ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 726 ++++++++++++++------ 1 files changed, 529 insertions(+), 197 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:29:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:29:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-117-gd63befb Message-ID: This is an automated email from the git hooks/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 d63befbae48764bb4d8a88e36fb38a5444add747 (commit) from 6bf5274b06c0ff5bf53d32d696621d2d0861b409 (commit) Those revisions listed 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 d63befbae48764bb4d8a88e36fb38a5444add747 Author: Katrin Fischer Date: Mon Jul 1 23:44:39 2013 +0200 Bug 4907: make 'Organize by' filter in suggestions reflect selected option When using the 'Organize by' option to change the display of the suggestions, the option is applied, but the pull down always jumps back to the first entry 'Status'. This patch fixes that. To test: - Try out all settings and verify that after the page reloads the selected option is applied to your suggestions and the pull down shows the option you selected. Note: Until bug 10519 is properly fixed the tabs will not show the correct descriptions, but the URL will show you the selected option as parameter: displayby=acceptedby Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 60a4dffbb197fe92e7483b9e0dfcc19bc9b51664) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5207c513c36fb0e66ed5a8390fc30119e194fad1) Signed-off-by: Chris Hall (cherry picked from commit a05d90ff054785cebf82c9ecc6cfaff1e64c4df9) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/suggestion/suggestion.tt | 30 ++++++++++++++++--- 1 files changed, 25 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:31:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:31:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-118-g977e20f Message-ID: This is an automated email from the git hooks/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 977e20f7456d731c0195639ddf2d6cc3d49134a4 (commit) from d63befbae48764bb4d8a88e36fb38a5444add747 (commit) Those revisions listed 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 977e20f7456d731c0195639ddf2d6cc3d49134a4 Author: Colin Campbell Date: Tue Jul 9 11:18:49 2013 +0100 Bug 10507: improve warning about duplicate patron attribute value If a warning about a duplicated patron attribute is returned, the value was being passed back for display in the warning message with the same name as the variable in errors As the message is displayed in the context of errors the error value 1 was being displayed not the value duplicated as intended. Pass the value to the template with a unique name. Signed-off-by: Owen Leonard I fixed another tiny typo while signing off: "is already in use" instead of "is already is use." Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 2614e07e1e2e6386b5f91e65f127940072e54d4d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61) Signed-off-by: Chris Hall (cherry picked from commit e9fc5c04e75f1444fdb26d2fc2228605b82f5807) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 2 +- members/memberentry.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 10:32:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 08:32:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-119-g18afcce Message-ID: This is an automated email from the git hooks/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 18afcceebf5d23152477a9201476152e15ff3f2b (commit) from 977e20f7456d731c0195639ddf2d6cc3d49134a4 (commit) Those revisions listed 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 18afcceebf5d23152477a9201476152e15ff3f2b Author: Mathieu Saby Date: Fri May 3 23:07:37 2013 +0200 Bug 10189: Translate values in UNIMARC 128b/c cataloguing plugins to English Cataloguing plugins for UNIMARC 128b and 128c fields are only in Ffrench. This patch translates them. Source : http://blue.lins.fju.edu.tw/mao/marc/unicon.htm Note : 128b and 128c are deprecated in last version of UNIMARC Manual (field 145 used instread). But they are still used in French Sudoc network. To test : in a UNIMARC english Koha, edit a record and use 128b and 128c cataloguing plugins. Check everything is in english. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Thx for translating those! Verified new strings get parsed into the po files. Templates still contain lots of tabs, those can be fixed separately. Signed-off-by: Galen Charlton (cherry picked from commit 80ea8bf821ba83fd4506f5298f5a582051b44e06) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit df765f82b3b96e9bf4e883450d1e3260cce01dfd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit df765f82b3b96e9bf4e883450d1e3260cce01dfd) Signed-off-by: Chris Hall (cherry picked from commit 025d62226daba0cd3c4038d8984ab2b9b8422e23) ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_128b.tt | 290 ++++++++++---------- .../value_builder/unimarc_field_128c.tt | 287 ++++++++++---------- 2 files changed, 288 insertions(+), 289 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 15:40:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 13:40:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-83-gc806cc8 Message-ID: This is an automated email from the git hooks/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 c806cc8e1998bd9c134f9839f7975d1fffbceef3 (commit) via 21d119735b1eda634b4ca4760da247b960ae0c9c (commit) via 534aa49297dc3dc1b9ab698743be1ce55eb0965f (commit) via c0fbaa876c376f1e0d4d0f00d24103bf5f73a21f (commit) from 319efaf0957c7b7e3d2a7bae3964397e60d9a37f (commit) Those revisions listed 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 c806cc8e1998bd9c134f9839f7975d1fffbceef3 Author: Sophie Meynieux Date: Wed Aug 14 15:51:10 2013 +0200 Bug 10727: Replace carriage return with
when printing hold notices This patch replaces carriage return with
in the content of hold notices for printing. This is necessary to convert html file into well formatted pdf file. Test plan : - check in an item reserved by a borrower that has not activated email notification - verify in message_queue table that you've got a new HOLD_PRINT notice with status 'pending' - run gather_print_notices.pl Without the patch, the script generates a html file without
tags. If you run printoverdues.sh , the text in the resulting PDF file is all on one line With the patch, the script generates a html file with
tags and the PDF file created by printoverdues.sh is well formatted. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 30b32d99381a8296e41e6843c440cd9e3594eb8a) Signed-off-by: Tomas Cohen Arazi commit 21d119735b1eda634b4ca4760da247b960ae0c9c Author: Galen Charlton Date: Tue Aug 20 17:18:13 2013 +0000 Bug 10656: (follow-up) handle OPAC sorting of authvals where lib_opac is NULL The OPAC description for an authorized value is not required to be populated. In particular, if it is NULL, the staff description is displayed instead. This patch makes sure that the sort order (in OPAC mode) uses either the staff description or the OPAC description as needed for each value. To test: [1] Make sure that AdvancedSearchTypes includes "ccode" [1] Arrange your CCODE values so the sort order for staff labels is different from the sort order for OPAC descriptions. Also, ensure that one of the OPAC descriptions is NULL. For example, authorised_value | lib | lib_opac -------------------------------------- ZZZ | A_STAFF | Z_PUBLIC DDD | D_STAFF | NULL AAA | Z_STAFF | A_PUBLIC [2] Prior to the patch, any CCODE values where the OPAC description is NULL will sort first in the OPAC advanced search page, even if the displayed label shouldn't come first. [3] Apply the patch. [4] Verify that the collection list on the OPAC advanced search page is now correct. [5] Verify that the sort order on the staff advanced search page has not changed. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Works nicely, tested in staff and OPAC. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 0c67e94c8b8dbe1912fd5ba4b503cf53789b75a5) Signed-off-by: Tomas Cohen Arazi commit 534aa49297dc3dc1b9ab698743be1ce55eb0965f Author: Owen Leonard Date: Thu Aug 1 09:14:08 2013 -0400 Bug 10656: improve sorting of shelving location and collections on OPAC advanced search form Collection codes and shelving locations are displayed in the OPAC and staff client via GetAuthorisedValues which currently sorts results by "lib, lib_opac." Consequently if lib (the description for the staff client) doesn't match lib_opac (the description for the OPAC) sorting will appear to be nonsensical in the OPAC. GetAuthorisedValues can be passed an $opac parameter, so this should be used to switch how reuslts are sorted. This patch implements such a switch. To test, modify your collection code or shelving location authorized values so that lib and lib_opac do not match. Set your AdvancedSearchTypes system preference to display the modified authorized values and view the advanced search page in the OPAC and staff client. Sorting should be correct in each case according to the correct value (lib in the staff client, lib_opac in the OPAC). Signed-off-by: Nicole C. Engard Tested in staff and opac and it works perfectly! Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit dd13998837ebd28b3b97e28da470ec341251b9b2) Signed-off-by: Tomas Cohen Arazi commit c0fbaa876c376f1e0d4d0f00d24103bf5f73a21f Author: Galen Charlton Date: Tue Aug 20 16:59:06 2013 +0000 Bug 10656: add regression test This patch adds regression tests to verify the sort order when fetching authorised values in either staff or OPAC mode. This patch also wraps the Koha.t tests in a transaction, and better handles skipping tests if Test::Deep is not installed. To test: [1] Verify that prove -v t/db_dependent/Koha.t passes Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Tests pass with all patches applied. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit f8484348d12bac3b1e5f3d2e4fef9d3034d58969) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 6 ++- misc/cronjobs/gather_print_notices.pl | 8 +++ t/db_dependent/Koha.t | 86 +++++++++++++++++++++++++++++++- 3 files changed, 96 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:11:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:11:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1096-g7536332 Message-ID: This is an automated email from the git hooks/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 753633213ea0c29c33b88c8b7c8723dfe74d1aa9 (commit) via 5480a3ca2b7f188c913a0289fc93adefcb2736dd (commit) via e4c1fd2ca905e9856dbfe49b12f173ad39b3d16c (commit) via 905306efb191d684e1470b1279be32230e2258eb (commit) via cd92ee25c54bb40a5f004742fa6395142f6f5618 (commit) via 2a2984adc5db67be8250eca7eb3fae31e0757ef7 (commit) via 9b2f584cf68ef7e3f2469701605e41096ee35102 (commit) via 57613239447e30c649f18cc47e80eedc63610aaa (commit) via 12f62ba1dbefda7ccdaafdc69c168e6658c84468 (commit) from 6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb (commit) Those revisions listed 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 753633213ea0c29c33b88c8b7c8723dfe74d1aa9 Author: Galen Charlton Date: Mon Sep 16 15:21:07 2013 +0000 Bug 5349: (follow-up) tweak order transfer form This patch implements some of the suggestions made by Owen Leonard and brings the form closer in line with other popup forms. In particular: - sets dimensions for the popup so that clicking on the link is more likely to open a new browser window, not a tab. - ensures that the vendor search form is always visible - adds a cancel link to make it more clear to library staff that they can abort the process. - tweaks markup to better match the patron guarantor popup search form Signed-off-by: Galen Charlton commit 5480a3ca2b7f188c913a0289fc93adefcb2736dd Author: Galen Charlton Date: Sun Sep 8 22:46:33 2013 +0000 Bug 5349: DBrev 3.13.00.018 Signed-off-by: Galen Charlton commit e4c1fd2ca905e9856dbfe49b12f173ad39b3d16c Author: Galen Charlton Date: Sun Sep 8 22:45:39 2013 +0000 Bug 5349: (follow-up) update license version to GPL3+ for new file Signed-off-by: Galen Charlton commit 905306efb191d684e1470b1279be32230e2258eb Author: Julian Maurice Date: Tue Jul 2 10:46:37 2013 +0000 Bug 5349: Create a table for order line transfers This allow to keep transfers informations without having untranslatable strings in database. Signed-off-by: sonia Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit cd92ee25c54bb40a5f004742fa6395142f6f5618 Author: Julian Maurice Date: Tue Jul 2 08:12:02 2013 +0000 Bug 5349: Use DB transaction/rollback in unit tests Signed-off-by: sonia Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 2a2984adc5db67be8250eca7eb3fae31e0757ef7 Author: Julian Maurice Date: Thu Jun 13 12:44:11 2013 +0000 Bug 5349: Add unit tests for TransferOrder Signed-off-by: sonia Signed-off-by: Chris Cormack Signing off on this because a following patch fixes the test to use transactions Signed-off-by: Galen Charlton commit 9b2f584cf68ef7e3f2469701605e41096ee35102 Author: Julian Maurice Date: Fri Sep 14 16:32:48 2012 +0200 Bug 5349: Fix a logical test in TransferOrder Signed-off-by: Mathieu Saby Signed-off-by: sonia Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 57613239447e30c649f18cc47e80eedc63610aaa Author: Julian Maurice Date: Mon Jun 11 13:56:58 2012 +0200 Bug 5349: (follow-up) run transferorder.pl in a popup Signed-off-by: Marc Veron Signed-off-by: Mathieu Saby Signed-off-by: sonia Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 12f62ba1dbefda7ccdaafdc69c168e6658c84468 Author: Julian Maurice Date: Fri Apr 6 16:57:12 2012 +0200 Bug 5349: add ability to transfer order lines from one basket to another On basket.pl and parcel.pl there is a 'Transfer' link which allow you to transfer order lines from a basket to another. The link leads to a new page which allow you to search for a bookseller, then display this bookseller's baskets. Then you can pick a basket and the transfer will be done. Signed-off-by: Marc Veron Signed-off-by: Mathieu Saby Signed-off-by: sonia Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 74 ++++++++++- acqui/basket.pl | 21 ++- acqui/transferorder.pl | 138 ++++++++++++++++++++ installer/data/mysql/kohastructure.sql | 15 ++ installer/data/mysql/updatedatabase.pl | 19 +++ .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 36 +++++- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 9 ++ .../prog/en/modules/acqui/transferorder.tt | 119 +++++++++++++++++ kohaversion.pl | 2 +- t/db_dependent/Acquisition/TransferOrder.t | 80 +++++++++++ 10 files changed, 502 insertions(+), 11 deletions(-) create mode 100755 acqui/transferorder.pl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt create mode 100644 t/db_dependent/Acquisition/TransferOrder.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:15:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:15:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1097-gb7cd95b Message-ID: This is an automated email from the git hooks/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 b7cd95bcc909f7db330b5acbfcf9e8f817328a67 (commit) from 753633213ea0c29c33b88c8b7c8723dfe74d1aa9 (commit) Those revisions listed 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 b7cd95bcc909f7db330b5acbfcf9e8f817328a67 Author: Tomas Cohen Arazi Date: Thu Aug 29 10:19:46 2013 -0300 Bug 10802: make Debian package install history.txt While bug 8911 fixed a problem regarding history.txt, a proper fix for packages was missing. This patch does three things: - Adds docs/history.txt to debian/koha-common.docs so it gets installed. - Moves the line installing the release notes from debian/koha-common.install to debian/koha-common.docs. - Adds an override_dh_compress entry in debian/rules that excludes history.txt from the dh_compress routine [1] To test: - Take a picture of how /usr/share/doc/koha-common looks. - Apply the patch and build a package. - Upgrade and/or install using your package. - Look for the contents of the /usr/share/doc/koha-common, it should look the same, but history.txt must be there. - More > About Koha > Koha Timeline should show the history lines. [1] As 'man dh_compress' says, it is needed as every file considered for the doc dir that is plain text and is more than 4k size will be gzipped unless stated otherwise. We need it uncompressed for about.pl. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/koha-common.docs | 2 ++ debian/koha-common.install | 1 - debian/rules | 4 ++++ 3 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:17:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:17:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1098-g2e3c821 Message-ID: This is an automated email from the git hooks/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 2e3c8215646033003ad2c49aa2759aa21986ab7e (commit) from b7cd95bcc909f7db330b5acbfcf9e8f817328a67 (commit) Those revisions listed 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 2e3c8215646033003ad2c49aa2759aa21986ab7e Author: Galen Charlton Date: Thu Sep 5 16:23:28 2013 +0000 Bug 10792: fix sorting of funds table on acquisitions home page This patch introduces a DataTables sorting plugin, title-numeric, for sorting cells based on a decimal number embedded in a span title attribute. This allows currency amounts to be formatted properly for display without having to writing a sorting plugin that's super-smart about removing the formatting, particularly for locales that use a comma as the decimal mark. The sorter plugin can be used like this: - In the DataTables config: "aoColumns": [ { "sType": "title-numeric" }, ] - In the table data [% formatted currency %] To test: [1] Ensure that there is at least one active budget and at least one inactive one. [2] Go to the acquisitions home page. Note that changing the sort order on the amount, ordered, spent, or avail columns results in incorrect sorting that is either ASCII-betical or which ignores any component of large numbers that occur after the thousands separator. [3] Apply the patch. [4] Verify that the sorting now works correctly and that no JavaScript errors appear in the JS debug console of your choice. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Sorting now works correctly, for active and inactive funds. Passes all tests and QA script. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/acqui-home.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 30 +++++++++++++++++++- .../prog/en/modules/acqui/acqui-home.tt | 24 ++++++++-------- 3 files changed, 42 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:23:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:23:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1099-g4f9ee9a Message-ID: This is an automated email from the git hooks/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 4f9ee9a6b8d1c84d4ff9894998f0f9a8904201fa (commit) from 2e3c8215646033003ad2c49aa2759aa21986ab7e (commit) Those revisions listed 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 4f9ee9a6b8d1c84d4ff9894998f0f9a8904201fa Author: Mark Tompsett Date: Sat Sep 7 11:25:27 2013 -0400 Bug 10840: restore OPACResultsSidebar in opac-facets.inc Bug 10405 rightly added id's to items, but inadvertently removed [% OPACResultsSidebar %] from the opac-facets.inc file. This bug rectifies that problem. Test Plan: Confirm the problem =================== 1) Set OPACResultsSidebar system preference to some text. 2) In the OPAC, search for something 3) The facets will not have the text, though viewing the source, there is an empty
. Correct the problem =================== 1) Apply the patch to the master system 2) In the OPAC, search again for something 3) The facets on the left will now have the text from the OPACResultsSidebar system preference. Signed-off-by: Tomas Cohen Arazi Is back! OPACResultsSidebar is back! Signed-off-by: Katrin Fischer Copied test plan from bug report into commit message. Template only change, works as expected. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/includes/opac-facets.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:27:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:27:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1100-gb54e33c Message-ID: This is an automated email from the git hooks/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 b54e33c1f62e4aa2c7e46a7fafa445f33f570326 (commit) from 4f9ee9a6b8d1c84d4ff9894998f0f9a8904201fa (commit) Those revisions listed 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 b54e33c1f62e4aa2c7e46a7fafa445f33f570326 Author: Magnus Enger Date: Sat Aug 31 15:33:24 2013 +0200 Bug 10810 - Fix synopsis for -html option to overdue_notices.pl The synopsis for the -html option used to be: -html Output html to file but the argument to this option should actually be a directory, not a filename. This patch fixes the synopsis. To test: - Run perldoc misc/cronjobs/overdue_notices.pl - Check that the synopsis is as shown above - Apply this patch - Run perldoc misc/cronjobs/overdue_notices.pl - Check that - the synopsis asks for a directory, not a filename - that the description of the -html option further down in the perldoc now mentions the filename that the HTML file will be created with. Signed-off-by: Bernardo Gonzalez Kriegel Works as described. No koha-qa errors. If feeded with a filename -html option fails with many messages like print() on closed filehandle $html_fh at misc/cronjobs/overdue_notices.pl line 384. Perhaps it could be improved, but that was the old behavior. Signed-off-by: Katrin Fischer Improves documentation, no negative side effects found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/overdue_notices.pl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:37:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:37:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1102-g301d207 Message-ID: This is an automated email from the git hooks/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 301d20715fcdf2dd72295741d3ef3ae4de20ccc5 (commit) via af276d48648c7a0cd466b7072a36b451ba01cf6a (commit) from b54e33c1f62e4aa2c7e46a7fafa445f33f570326 (commit) Those revisions listed 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 301d20715fcdf2dd72295741d3ef3ae4de20ccc5 Author: Galen Charlton Date: Mon Sep 16 15:48:56 2013 +0000 Bug 10838: (follow-up) silence another warn To test: [1] In the staff interface, enter nothing in the patron search box and hit the search button. [2] Note the errors in the logs concerning an uninitialized $count variable. [3] Apply the patch and repeat step 1. Note that this time, no warnings are logged. Signed-off-by: Galen Charlton commit af276d48648c7a0cd466b7072a36b451ba01cf6a Author: Chris Cormack Date: Sat Sep 7 15:30:56 2013 +1200 Bug 10838: Silence warns in members/member.pl To test 1/ Uncomment the use warnings line 2/ Search for a patron, notice all the warnings 3/ Browse for a patron, notice warnings 4/ Apply patch 5/ Repeat 3 and 4 6/ Notice no errors and the search still works This depends on the patch for Bug 10835 Signed-off-by: Chris Cormack Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests, no regressions found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: members/member.pl | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:45:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:45:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1104-g37127ed Message-ID: This is an automated email from the git hooks/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 37127edf5479b15f0661c28b0df9b0a3b30b79c0 (commit) via f92c74b65aa57928defcd6288be12d777e4c5110 (commit) from 301d20715fcdf2dd72295741d3ef3ae4de20ccc5 (commit) Those revisions listed 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 37127edf5479b15f0661c28b0df9b0a3b30b79c0 Author: Galen Charlton Date: Mon Sep 16 15:57:36 2013 +0000 Bug 7469: (follow-up) update shipment receiving form To test: [1] From (e.g.) vendor search results, click on one of the receive shipment buttons. Verify that the focus is on the 'vendor invoice' field. Signed-off-by: Galen Charlton commit f92c74b65aa57928defcd6288be12d777e4c5110 Author: Fridolyn SOMERS Date: Tue Aug 6 14:21:10 2013 +0200 Bug 7469: put focus on 1st field of creation form instead of search box (Acquisition) When a user creates a new vendor, a new borrower or a new basket (maybe on others page too, to be listed), a creation form is displayed, but the focus is still on the search textbox on page top. It would be probably better to switch the focus to the first field of the creation form. This patch adds the focus, for acquisitions module, on first input for pages with a data creation or modification or pages with only one form (like Z3950 search). Test plan : Go to pages and look where is the focus : - acqui/basketgroup.pl : focus on "Basket group name:" - acqui/basketheader.pl : focus on "Basket name:" - acqui/invoices.tt : focus on "Invoice no:" - acqui/modordernotes.pl : focus on "Notes:" - acqui/neworderempty.pl : focus on "Title:" - acqui/supplier.pl : focus on "Name:" - acqui/z3950_search.pl : focus on "Title:" Signed-off-by: Melia Meggs Signed-off-by: Jonathan Druart The focus choice is relevant and works as described. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/basketgroup.tt | 2 +- .../prog/en/modules/acqui/basketheader.tt | 2 +- .../prog/en/modules/acqui/invoices.tt | 2 +- .../prog/en/modules/acqui/modordernotes.tt | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- .../prog/en/modules/acqui/supplier.tt | 2 +- .../prog/en/modules/acqui/z3950_search.tt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 17:53:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 15:53:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1106-g94868f6 Message-ID: This is an automated email from the git hooks/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 94868f61c4c395f8393d34862a99609247f6dd73 (commit) via cb59e37e56c255219298450f7a289cf7c3fe819b (commit) from 37127edf5479b15f0661c28b0df9b0a3b30b79c0 (commit) Those revisions listed 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 94868f61c4c395f8393d34862a99609247f6dd73 Author: Jonathan Druart Date: Mon May 27 15:56:28 2013 +0200 Bug 9618: (follow-up) include link to jQuery only if needed The jQuery lib is useful only if js code is filled into the intranetuserjs pref. Signed-off-by: Campbell Reid-Tait Signed-off-by: Katrin Fischer To test: - Use Quick spine label creator - Make sure you have Javascript in your intranetuserjs system preference - Validate Javascript effect on screen or check source code to make sure your code is visible there. Signed-off-by: Galen Charlton commit cb59e37e56c255219298450f7a289cf7c3fe819b Author: Owen Leonard Date: Mon Mar 18 15:13:09 2013 -0400 Bug 9618: Add support for intranetuserjs to labels/spinelabel-print.pl The template for printing a single spine label is a stripped-down version of a standard Koha template, but it should include intranetuserjs and IntranetUserCSS so that libraries can make local customizations. This patch updates the page's DOCTYPE to HTML5 and adds the missing markup for including those preferences. Also added is jQuery, since there's a good chance local customizations are using jQuery. To test, make sure there is something in your intranetuserjs and IntranetUserCSS system preferences. Visit /cgi-bin/koha/labels/spinelabel-home.pl and submit a barcode. View source on the spine label output page and confirm that your custom js and css were included correctly. Signed-off-by: Campbell Reid-Tait Signed-off-by: Katrin Fischer Template only change, works nicely. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/labels/spinelabel-print.tt | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 18:04:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 16:04:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1107-g0ee3a41 Message-ID: This is an automated email from the git hooks/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 0ee3a414e8514dd0bade25dd894a79d6b4f88713 (commit) from 94868f61c4c395f8393d34862a99609247f6dd73 (commit) Those revisions listed 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 0ee3a414e8514dd0bade25dd894a79d6b4f88713 Author: Fridolyn SOMERS Date: Fri Jul 26 15:54:45 2013 +0200 Bug 10650 - export merge-record.inc javascript into a file Bug 9755 added a refactoring of records merge adding the include merge-record.inc. This include contains a block "mergejs" containing all JavaScript code that was in merge.tt. This patch exports this code into a js file. Translatable strings contained in this file are in merge-record-strings.inc. Test plan : - Put two records is a list - Go to this list and check the two records - Click on "Merge selected" - Click on next - Go to second source record - Click on a repeatable field => The field is added to destination record - Click on a subfield of a field existing in destination record => The subfield is added to destination record - Click on a non repeatable field existing in destination record => You get an alert and field is not added - Click on a subfield of a field not existing in destination record => You get an alert and subfield is not added - Click on Merge => Records are merged Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes tests and test plan, no regressions found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/merge-record-strings.inc | 6 + .../prog/en/includes/merge-record.inc | 136 ------------------- koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js | 139 ++++++++++++++++++++ .../prog/en/modules/cataloguing/merge.tt | 7 +- 4 files changed, 151 insertions(+), 137 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/merge-record-strings.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 18:09:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 16:09:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1108-g29498bf Message-ID: This is an automated email from the git hooks/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 29498bf696d86a761708ec59f0a75be6353feecf (commit) from 0ee3a414e8514dd0bade25dd894a79d6b4f88713 (commit) Those revisions listed 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 29498bf696d86a761708ec59f0a75be6353feecf Author: Katrin Fischer Date: Wed Jul 10 22:56:13 2013 +0200 Bug 10570: Show nonpublic note on check expiration page The check expiration page in serials only showed the OPAC note, but it makes sense to also show the nonpublic note here. This patch adds it. To test: - Add a subscription, make sure to enter different notes in nonpublic note and OPAC note to check for display later on. - Go to the check expiration page and search for your subscription. - Check both notes show up correctly. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/checkexpiration.tt | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 18:14:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 16:14:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1109-g04aa350 Message-ID: This is an automated email from the git hooks/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 04aa35077730bdd4bc8d3c01c461518ecb0d9e60 (commit) from 29498bf696d86a761708ec59f0a75be6353feecf (commit) Those revisions listed 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 04aa35077730bdd4bc8d3c01c461518ecb0d9e60 Author: Owen Leonard Date: Fri Jul 19 09:07:52 2013 -0400 Bug 8821: make receive shipment page hide inactive funds like new order form This patch adapts the fund-handling code from neworderempty.pl in order to limit the display of funds by default to active ones, with the option to check a box to display all funds. This patch also adds "(inactive)" to the display of funds on this and the neworderempty.tt template because it seemed like that was useful information. To test, make sure you have both active and inactive funds. Start the process of receiving a shipment. The "fund" option in the receive shipment form should show only active funds. Checking the "show all" checkbox should allow you to choose from both active and inactive funds. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 24 +++++++++++++++----- .../prog/en/modules/acqui/neworderempty.tt | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 23 ++++++++++++++++++- 3 files changed, 41 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 18:23:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 16:23:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1110-g7c82fe1 Message-ID: This is an automated email from the git hooks/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 7c82fe1a670892b07f426f356c67bc3cd60a37f3 (commit) from 04aa35077730bdd4bc8d3c01c461518ecb0d9e60 (commit) Those revisions listed 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 7c82fe1a670892b07f426f356c67bc3cd60a37f3 Author: Katrin Fischer Date: Sun Sep 8 01:03:35 2013 +0200 Bug 10841: Make edit/delete item context links in cataloguing translatable HTML created with Javascript is not translatable the way HTML is normally translated. _() syntax has to be used to have strings translatable. To test: - Edit items for a record with multiple items - Click somewhere in the items table - Verify the links for editing and deleting items show up and work correctly - Apply patch - Verify the links still show the same behaviour Bonus: - Run 'perl translate update ' in misc/translator - Verify that Edit item and Delete item show up in the po file, translate them - Install updated po files running 'perl translate install ' - Verify links show up translated and work correctly Patch also fixes capitalization for a couple of error messages - only change there is: Deleted > deleted. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/additem.tt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 19:32:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 17:32:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1114-g1303ad2 Message-ID: This is an automated email from the git hooks/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 1303ad28b2fe5f612a6f65671e4068b67a5de665 (commit) via 015319dbaf655a51492537401e9cbb5a7263a37c (commit) via 04818401d739b3aae702bec45237c8df824dfb44 (commit) via 9dca7096c89bef81c3a4cfb46df788e65818e86b (commit) from 7c82fe1a670892b07f426f356c67bc3cd60a37f3 (commit) Those revisions listed 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 1303ad28b2fe5f612a6f65671e4068b67a5de665 Author: Galen Charlton Date: Mon Sep 16 17:42:46 2013 +0000 Bug 10513: DBRev 3.13.00.019 Signed-off-by: Galen Charlton commit 015319dbaf655a51492537401e9cbb5a7263a37c Author: Galen Charlton Date: Mon Sep 16 17:41:51 2013 +0000 Bug 10513: (follow-up) use "checkin" rather than "check in" "Checkin" is by far more commonly used as an adjective than "check in". Signed-off-by: Galen Charlton commit 04818401d739b3aae702bec45237c8df824dfb44 Author: Galen Charlton Date: Mon Sep 16 17:33:55 2013 +0000 Bug 10513: (follow-up) allow for multiline checkin alerts/messages This patch turns the form input for the checkin message to a text area and uses the html_line_break Template Toolkit filter to display it. To test: [1] Create or edit an item type. Note that the checkin message field is a text area. [2] Enter a checkin message with at least one line break. [3] In the item types administration page, note that the checkin message is displayed with the line break. [4] Return an item of the item type modified in step 1. Verify that the displayed checkin message includes the line break. Signed-off-by: Galen Charlton commit 9dca7096c89bef81c3a4cfb46df788e65818e86b Author: Magnus Enger Date: Thu Jun 27 22:22:18 2013 +0200 Bug 10513: display a warning/message when returning a chosen item type This patch adds a new column to item types. Text in this column is displayed as a warning when an item of the given type is checked in. The type of message can also be chosen, affecting how the message is displayed. Use case: Items that are on inter-library loan can have a separate item type, and when items of this type are checked in a message saying something like "ILL! Remember to return it to the owning library!" can be displayed. To test: - Apply the patch - Go to Home > Administration > Item types administration - Check that there is a new column, called "Check in message" - Edit an item type and add a check in message - Check that the check in message you added is displayed in the table - Check in an item with an item type that has a check in message - Check that the message is displayed - Repeat the steps above, but select "Alert" instead of the default "Message" as the "Check in message type". Check that the message is displayed in a yellow alert box, not a blue message box. - Check in an item with an item type that does *not* have a check in message, and make sure no false messages are displayed - Create a new item type from scratch and check that it works the way it is supposed to - Run the tests in t/ItemType.t, which are updated by this patch This patch also removes backticks around column names in the itemtypes table in installer/data/mysql/kohastructure.sql UPDATE 2013-07-22 - Rebased on current master (no changes) - Added "AFTER summary" to the SQL statement in updatedatabase.pl - Added another placeholder on line 170 of admin/itemtypes.pl Thanks Katrin! UPDATE 2013-07-29 - Make this message independent of all other messages - thanks Owen! - Make it possible to choose the type of message ("alert" or "message") Sponsored-by: Kultur i Halland - Regionbibliotek Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Fixed some tabs to make the QA script happy. All old and new tests pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/ItemType.pm | 27 +++++++++++ admin/itemtypes.pl | 12 ++++- circ/returns.pl | 10 ++++ installer/data/mysql/kohastructure.sql | 14 +++--- installer/data/mysql/updatedatabase.pl | 7 +++ .../prog/en/modules/admin/itemtypes.tt | 21 +++++++++ .../intranet-tmpl/prog/en/modules/circ/returns.tt | 10 ++++ kohaversion.pl | 2 +- t/ItemType.t | 47 ++++++++++++++++---- 9 files changed, 132 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 20:25:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 18:25:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1116-gfc84903 Message-ID: This is an automated email from the git hooks/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 fc84903dfb73212029466764005bb53e5089acc8 (commit) via 6dbfe1512dc39e82084f9aa8b8ecce38fa24c5c5 (commit) from 1303ad28b2fe5f612a6f65671e4068b67a5de665 (commit) Those revisions listed 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 fc84903dfb73212029466764005bb53e5089acc8 Author: Galen Charlton Date: Mon Sep 16 18:38:50 2013 +0000 Bug 9372: (follow-up) tidy whitespace in new lines Signed-off-by: Galen Charlton commit 6dbfe1512dc39e82084f9aa8b8ecce38fa24c5c5 Author: Sophie Meynieux Date: Fri Aug 2 15:48:27 2013 +0200 Bug 9372: replace carriage return with
in printed HTML files for overdues For PDF generation, HTML files need explicit
HTML tags. With this patch, carriage return are replaced by
when letters are written into HTML files. Test plan : - Ensure you've got at least one reader with overdue triggering notice - Ensure that your notice template got HTML checked - Run misc/cronjobs/overdue_notices.pl -v -n -html and misc/cronjobs/printoverdues.sh Without patch, the content of the letter is all on one line in PDF file With the patch, PDF file is correctly formated - remove your reader email - Run misc/cronjobs/overdue_notices.pl -v -html and misc/cronjobs/printoverdues.sh Without patch, the content of PDF file is all on one line with the patch, PDF file is correctly formated. - restore reader email - run misc/cronjobs/overdue_notice.pl -v -html Verify that the a message has been generated in message_queue table With or without patch, the message is the same Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/overdue_notices.pl | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 21:03:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 19:03:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1119-g8e0c21c Message-ID: This is an automated email from the git hooks/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 8e0c21cf38b930c207d2efab4a3b55e359b95b89 (commit) via ddb67e32377185df371c85172308be882968b14f (commit) via 995f4b6ecb504e1648816b0841e90efb814f25c7 (commit) from fc84903dfb73212029466764005bb53e5089acc8 (commit) Those revisions listed 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 8e0c21cf38b930c207d2efab4a3b55e359b95b89 Author: Katrin Fischer Date: Thu Sep 12 07:36:24 2013 +0200 Bug 10667: Follow up - prevent t/00-load from failing To test: - Apply first 2 patches for unit tests and changes to Services.pm - Turn off mysql - Run t/00-load.t - Verify that the test fails. - Apply this third patch. - Run t/00-load.t again. - Verify this time it passes. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work well, no koha-qa errors. Without third patch and mysql down, test fails, with third patch it succeed. Signed-off-by: Mason James Signed-off-by: Galen Charlton commit ddb67e32377185df371c85172308be882968b14f Author: Katrin Fischer Date: Sun Sep 8 21:42:04 2013 +0200 Bug 10667: Allow authentication with cardnumber for ILS-DI Test authentication via ILS-DI: - with userid and password - with userid and wrong password - with cardnumber and password - with cardnumber and wrong password ... Before the patch only userid will authenticate the patron. After the patch was applied, userid and cardnumber will work. To test: - Run t/db_dependent/ILSDI_Services.t - all tests should pass. Signed-off-by: Bernardo Gonzalez Kriegel No koha-qa errors Test: Enable ISL-DI access opac with /cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=XXX&password=YYY With userid/cardnumber & password returns borrowernumber With userid/cardnumber & wrong password returns PatronNotFound Signed-off-by: Mason James Signed-off-by: Galen Charlton commit 995f4b6ecb504e1648816b0841e90efb814f25c7 Author: Katrin Fischer Date: Sun Sep 8 21:34:37 2013 +0200 Bug 10667: Add unit tests for ILSDI::Services::AuthenticatePatron This patch adds unit tests for Authenticate patron. To test: - Run perl t/db_dependent/ILSDI_Services.t - Verify all tests pass Note: there are some tests marked as TODO. Rewriting AuthenticatePatron to make cardnumber and userid work for authenticating a patron will be implemented in the next patch. Tests related to this are currently showing as 'not ok', but are still passing. Signed-off-by: Bernardo Gonzalez Kriegel No koha-qa errors With both patches applied, all test pass. Signed-off-by: Mason James Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 25 +++---- koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 2 +- t/00-load.t | 1 + t/db_dependent/ILSDI_Services.t | 92 ++++++++++++++++++++++++++ 4 files changed, 105 insertions(+), 15 deletions(-) create mode 100644 t/db_dependent/ILSDI_Services.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 21:09:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 19:09:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1120-g2a8481a Message-ID: This is an automated email from the git hooks/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 2a8481a5e2f487c649fc9b2e1c03b42fe42fee07 (commit) from 8e0c21cf38b930c207d2efab4a3b55e359b95b89 (commit) Those revisions listed 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 2a8481a5e2f487c649fc9b2e1c03b42fe42fee07 Author: Galen Charlton Date: Mon Sep 16 19:22:22 2013 +0000 Bug 10667: (follow-up) fix reference to UT library in test case This patch prevents a spurious test case failure if the test database happens to already have a library whose code is 'UT'. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ILSDI_Services.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 16 21:29:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 16 Sep 2013 19:29:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1123-g85a8df4 Message-ID: This is an automated email from the git hooks/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 85a8df4ca12d9bad0079618353ce8dcbf14da987 (commit) via 86ac3cd7a2d8b89be4689ae43f9edab9d3234fc4 (commit) via 4d270b1202a17a5d1bfa12fed51a070c18ddad27 (commit) from 2a8481a5e2f487c649fc9b2e1c03b42fe42fee07 (commit) Those revisions listed 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 85a8df4ca12d9bad0079618353ce8dcbf14da987 Author: Galen Charlton Date: Mon Sep 16 19:41:46 2013 +0000 Bug 10600: (follow-up) fix unescaped ampersand Signed-off-by: Galen Charlton commit 86ac3cd7a2d8b89be4689ae43f9edab9d3234fc4 Author: Jonathan Druart Date: Mon Sep 9 10:28:25 2013 +0200 Bug 10600: (follow-up) change the icon for the action duplicate Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 4d270b1202a17a5d1bfa12fed51a070c18ddad27 Author: Jonathan Druart Date: Tue Jul 16 17:03:05 2013 +0200 Bug 10600: add ability to edit new authority record by duplicating existing one This patch adds simple link that allows one to duplicate an existing authority. Test plan: 1/ Go to a detail authority page 2/ Click to the "Duplicate" button 3/ Edit some fields 4/ Save 5/ The new authority is created from the existing one. Signed-off-by: Nicole C. Engard tests pass Signed-off-by: Katrin Fischer All tests pass. Template change only. Also compared the original with the duplicated authoritiy in MARCXML - no unwanted differences found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/authorities-toolbar.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 09:37:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 07:37:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-121-g06f5c12 Message-ID: This is an automated email from the git hooks/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 06f5c1219a041f6b23051503abdbe0fb478405e2 (commit) via b25c979559575b06529f9332aa32f4d9cb64f0ff (commit) from 18afcceebf5d23152477a9201476152e15ff3f2b (commit) Those revisions listed 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 06f5c1219a041f6b23051503abdbe0fb478405e2 Author: Katrin Fischer Date: Sun Jul 21 11:50:09 2013 +0200 Bug 10516 - Follow up - Fixing capitalization Fix capitalization on submit buttons when deleting a Z39.50 server. - Delete this Server - Do Not Delete I think the "Do not delete" should maybe even be a cancel link to be more consistent with how Koha displays this kind of dialog in other places. Signed-off-by: Liz Rea fixes capitalisation, tool stil works Signed-off-by: Galen Charlton (cherry picked from commit c5cc04ef3d5e50c376e37a1493926181389efa6a) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 14a4abebed9df1acc67a08685be368e060a2d310) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 14a4abebed9df1acc67a08685be368e060a2d310) Signed-off-by: Chris Hall (cherry picked from commit e0e2a2e87635834cc77f94b5e8b7edb100e60d70) commit b25c979559575b06529f9332aa32f4d9cb64f0ff Author: Owen Leonard Date: Fri Jun 28 15:10:14 2013 -0400 Bug 10516 - Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates The template for adding/editing Z39.50 servers shows the same title, breadcrumbs, etc. for add and edit operations. This patch creates separate text for each case. To test, try both adding and editing a Z39.50 server. The page title, breadcrumb, and heading should correctly reflect the operation you perform. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Works nicely and all strings are translatable. Signed-off-by: Galen Charlton (cherry picked from commit 5c60ae40f97d9c22504c2942a00a93777984c7a5) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6) Signed-off-by: Chris Hall (cherry picked from commit e1227835ad9c2eaf71c8794b91ba3a921ee7f3b8) ----------------------------------------------------------------------- Summary of changes: admin/z3950servers.pl | 3 ++- .../prog/en/modules/admin/z3950servers.tt | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 09:38:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 07:38:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-122-g1c19a49 Message-ID: This is an automated email from the git hooks/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 1c19a49dd4163ee0d29d51fa1ce8661245f74272 (commit) from 06f5c1219a041f6b23051503abdbe0fb478405e2 (commit) Those revisions listed 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 1c19a49dd4163ee0d29d51fa1ce8661245f74272 Author: Mirko Tietgen Date: Tue Jul 23 23:24:11 2013 +0200 Bug 10621: use correct from-address for subscription alert emails From-address and to-address were the same (patron's email) for subscription alerts. This patch changes 'from' the branch or kohaadminemailaddress To test - add a subscription in staff/serials in case you don't have any - enable patron notifications or the subscription - in the OPAC, subscribe to the serial - in staff/serial, receive an issue of the serial Before applying the patch, the email that is supposed to be sent has the patron's email as 'from' and 'to' (and is likely to fail). If you follow the steps after applying the patch, the email alert should have the 'from' address of the patron's branch or kohaadminemiladdress -- which should also work fine with the MTA/SMTP you have set up for messaging. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 61fa246ac06d637d50c8eed68244f0577ed34e4d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 75b31bb5cf4a6269dedeb95be374b654fe4b5091) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 75b31bb5cf4a6269dedeb95be374b654fe4b5091) Signed-off-by: Chris Hall (cherry picked from commit eaefa5daf65161c9f7c99ab1340bbc97075450e6) ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 09:41:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 07:41:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-123-g744e4fb Message-ID: This is an automated email from the git hooks/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 744e4fb3ed3c9c899e93a4dbe743214531b0c908 (commit) from 1c19a49dd4163ee0d29d51fa1ce8661245f74272 (commit) Those revisions listed 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 744e4fb3ed3c9c899e93a4dbe743214531b0c908 Author: Kenza Zaki Date: Fri Jul 26 09:55:43 2013 +0200 Bug 10644: add unit tests for ClassSource.pm The tests are wrapped in a database transaction. To test: prove t/db_dependent/ClassSource.t t/db_dependent/ClassSource.t .. 1/24 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 attempting to use non-existent class sorting routine routine1 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 t/db_dependent/ClassSource.t .. ok All tests successful. Files=1, Tests=24, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.01 csys = 0.15 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 5de06b87e29f12250a35df3239372a7ed0754811) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2) Signed-off-by: Chris Hall (cherry picked from commit b976a45151d93e311cf375739ffe717143e99706) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ClassSource.t | 197 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 197 insertions(+), 0 deletions(-) create mode 100644 t/db_dependent/ClassSource.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 09:42:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 07:42:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-124-g098c00d Message-ID: This is an automated email from the git hooks/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 098c00da44a12832f12f51be3cd226b912a69e7c (commit) from 744e4fb3ed3c9c899e93a4dbe743214531b0c908 (commit) Those revisions listed 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 098c00da44a12832f12f51be3cd226b912a69e7c Author: Galen Charlton Date: Thu Aug 1 15:09:39 2013 +0000 Bug 10644: fix typos in test descriptions Signed-off-by: Galen Charlton (cherry picked from commit d9d8a8424dcd62988293920f7c67f7d0a01efc70) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9) Signed-off-by: Chris Hall (cherry picked from commit 5c32b6e383f02a81e8eed8d5462b0a8119696903) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ClassSource.t | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 09:43:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 07:43:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-126-gdbaef6a Message-ID: This is an automated email from the git hooks/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 dbaef6ae87df0debe5fd1a1ce7653ab2bdb17a9b (commit) via 662e43c91f6fd625c2b80acd0bfb33c6ea5bcc89 (commit) from 098c00da44a12832f12f51be3cd226b912a69e7c (commit) Those revisions listed 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 dbaef6ae87df0debe5fd1a1ce7653ab2bdb17a9b Author: Galen Charlton Date: Fri Aug 9 18:53:20 2013 +0000 Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Perl 5.14 changed array and hash container functions (e.g., keys()) to accept hashrefs or arrayrefs. However, this doesn't work in Perl 5.10, so doing scalar(keys( function_returning_hashref() ) ); is a syntax error in that version. This patch changes the affected tests to explicitly difference the hashrefs returned by the various functions. To test: Verify that t/db_dependent/ClassSource.t passes. Signed-off-by: Galen Charlton (cherry picked from commit 8f933bc040e8e4198f5278253191a7a4233467ce) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134) Signed-off-by: Chris Hall (cherry picked from commit 4e474580b16024d6a6afc36bf220ebab034cb26a) commit 662e43c91f6fd625c2b80acd0bfb33c6ea5bcc89 Author: root Date: Thu Jul 25 14:03:32 2013 +0200 Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm This patch gets rid of finish() and replace prepare_cached by prepare. From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 5cba6457aa00f3f3b2038f70057df300d9c6b9c3) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b) Signed-off-by: Chris Hall (cherry picked from commit 0a47d3444dfa749f5b9c99252cd129bc80cee54a) ----------------------------------------------------------------------- Summary of changes: C4/ClassSource.pm | 33 +++++++++++---------------------- t/db_dependent/ClassSource.t | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 33 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 17:16:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 15:16:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1129-g88d1e14 Message-ID: This is an automated email from the git hooks/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 88d1e1472857a3996e8704c738e89acd2294369d (commit) via 2f9cf0d29540f64905cb8dce9dfae88ef0962ef7 (commit) via 30c5d8ddc041a56014965f32134a0e4ab20219bd (commit) via 013726fda2f52fe6226402dbfd6fb941d5923778 (commit) via 62d1f73448fd6f93637569f4c638e1890e929e1a (commit) via 0005f6bad36319e11a1b0c561403e75758a803af (commit) from 85a8df4ca12d9bad0079618353ce8dcbf14da987 (commit) Those revisions listed 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 88d1e1472857a3996e8704c738e89acd2294369d Author: Galen Charlton Date: Tue Sep 17 15:10:11 2013 +0000 Bug 7639: DBRev 3.13.00.020 Signed-off-by: Galen Charlton commit 2f9cf0d29540f64905cb8dce9dfae88ef0962ef7 Author: Kyle M Hall Date: Mon Aug 19 08:01:13 2013 -0400 Bug 7639: (follow-up) add Unit Tests Signed-off-by: Katrin Fischer All tests and QA script pass. I fixed a redundant 'my' that the QA script pointed out. Signed-off-by: Galen Charlton commit 30c5d8ddc041a56014965f32134a0e4ab20219bd Author: Kyle M Hall Date: Mon Jul 15 08:41:51 2013 -0400 Bug 7639: QA Followup - Fix update description Signed-off-by: Katrin Fischer With these patches we now have 3 preferences that deal with fines/fees and lost items: Replacement price - On marking lost: WhenLostChargeReplacementFee - On return: RefundLostItemFeeOnReturn (preexisting) Overdue fines - On marking lost: WhenLostForgiveFine System preferences work according to their description. Further notes: - Patches pass all tests and QA script. - LostItem is changed and needs unit tests. All occurrences of LostItem have been changed. - Database update is ok. I had to fix the sysprefs.sql file that has been recently rewritten and alphabetized. Signed-off-by: Galen Charlton commit 013726fda2f52fe6226402dbfd6fb941d5923778 Author: Paul Poulain Date: Thu Mar 21 11:24:38 2013 +0100 Bug 7639: tiny QA follow-up no need to create a variable just to call to send it as parameter the line after Signed off by: Alex Hatley Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 62d1f73448fd6f93637569f4c638e1890e929e1a Author: Kyle M Hall Date: Tue Oct 23 08:03:16 2012 -0400 Bug 7639 - system preference to forgive fines on lost items - QA Followup Test Plan: 1) Apply the patch 2) Run updatedatabase.pl 3) Set WhenLostForgiveFine to Forgive & WhenLostChargeReplacementFee to Charge 4) Issue an item to a borrower, then set to lost from catalogue/moredetail.pl 5) Observe the replacement fee has been charged 6) Return the item 7) Observe the charged fee has been forgiven 8) Set WhenLostForgiveFine to Don't Forgive 9) Repeat 4-6 10) Observe the charged fee has not been forgiven 11) Set WhenLostChargeReplacementFee to Don't Charge 12) Repeat 4 13) Observe that a fee was not charged Signed-off-by: Alex Hatley Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 0005f6bad36319e11a1b0c561403e75758a803af Author: Meenakshi.R Date: Fri Jul 6 10:42:50 2012 +0530 Bug 7639: add option to forgive overdue fines when declaring items lost This patch adds functionality to forgive overdue fine when an item is set to lost status. Fines are forgiven only when the syspref WhenLostForgiveFine is set to yes. Item can be set to lost status from: - catalogue/moredetail.pl - cataloguing/additem.pl - tools/batchMod.pl - misc/cronjobs/longoverdue.pl Changed subroutine C4::Circulation::LostItem to forgive fines on the item depending on the value of syspref WhenLostForgiveFine. This routine is currently used to return an item and charge a replacement cost. Also added a new syspref in C4::Circulation::LostItem - WhenLostChargeReplacementFee. The replacement fee will now be charged only if this syspref is set to yes. The default value of the WhenLostChargeReplacementFee is yes, meaning that current behavior will not change during upgrade. Signed-off-by: Kyle M Hall Signed-off-by: Alex Hatley Signed-off-by: Katrin Fischer Testing notes on last patch in series. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 18 ++++-- catalogue/updateitem.pl | 2 +- cataloguing/additem.pl | 10 +++ installer/data/mysql/sysprefs.sql | 2 + installer/data/mysql/updatedatabase.pl | 9 +++ .../en/modules/admin/preferences/circulation.pref | 12 ++++ kohaversion.pl | 2 +- misc/cronjobs/longoverdue.pl | 2 +- t/db_dependent/Circulation.t | 70 ++++++++++++++++---- tools/batchMod.pl | 2 +- 10 files changed, 107 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 17 18:23:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 17 Sep 2013 16:23:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1130-gdcbe50c Message-ID: This is an automated email from the git hooks/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 dcbe50cde84505198dffbd1a65d998287f0902dc (commit) from 88d1e1472857a3996e8704c738e89acd2294369d (commit) Those revisions listed 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 dcbe50cde84505198dffbd1a65d998287f0902dc Author: Galen Charlton Date: Tue Sep 17 16:35:57 2013 +0000 Bug 10897: remove test for module that has become DB-dependent This is an alternative appraoch to fixing this bug; as the compilation test for C4::ILSDI::Services also resides in t/db_dependent/ILSDI_Services.t, we don't need t/ILSDI_Services.t at present. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/ILSDI_Services.t | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) delete mode 100755 t/ILSDI_Services.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 17:52:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 15:52:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1134-gf072cbd Message-ID: This is an automated email from the git hooks/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 f072cbdf9bf35a44364c5374b8284c0583f4e262 (commit) via 5d8ad739293ef8cf22a808404e52a9c74275aaf0 (commit) via 9ab593440b6d2b1f9c417631a4cf5cabcf1a0032 (commit) via e191bb02bfda7f17ae8b4f681314c51d2e7e6b92 (commit) from dcbe50cde84505198dffbd1a65d998287f0902dc (commit) Those revisions listed 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 f072cbdf9bf35a44364c5374b8284c0583f4e262 Author: Mark Tompsett Date: Fri Sep 13 06:47:15 2013 -0400 Bug 10876: Fix opac-MARCdetail.pl displaying items that are meant to be hidden When OpacHiddenItems is used to hide some, but not all of the items for a biblio, then the opac-MARCdetail page displayed all the items, rather than just the ones intended to be visible. By determining the tag and subtag for items.itemnumber, the loop which builds the big array can be filtered to exclude records that should be hidden. Signed-off-by: Tomas Cohen Arazi Works as expected, passes koha-qa also. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 5d8ad739293ef8cf22a808404e52a9c74275aaf0 Author: Tomas Cohen Arazi Date: Mon Sep 16 15:29:04 2013 -0300 Bug 10872: UT for GetHiddenItemnumbers and POD fix This patch adds several unit tests for GetHiddenItemnumbers and fixes the POD for it. It also wraps the tests for rollback, modernizes and adds a license text to it. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Galen Charlton commit 9ab593440b6d2b1f9c417631a4cf5cabcf1a0032 Author: Mark Tompsett Date: Tue Sep 10 16:19:58 2013 -0400 Bug 10872 - C4::Items GetHiddenItems fix and optimization There should be a: "require YAML;" or "use YAML qw/Load/;" as the GetHiddenItems routine has a reference to YAML::Load. This was discovered while adding a GetHiddenItems() call into opac/opac-MARCdetail.pl. I believe this problem dates back to bug 6488 or bug 5984. I also added an optimization to GetHiddenItems to prevent processing if there is nothing in the system preference. Test by searching for a biblio which has some or all of its items hidden. Signed-off-by: Mason James Signed-off-by: Jonathan Druart Maybe return () unless $yaml =~ /\S/; or return () if $yaml =~ /^\s*$/; would have been easier to read. Signed-off-by: Galen Charlton commit e191bb02bfda7f17ae8b4f681314c51d2e7e6b92 Author: Mark Tompsett Date: Thu Jul 11 23:13:42 2013 -0400 Bug 10584 - Hide OPAC biblio details if all items are hidden If there are items for a given biblio number, and they are all hidden, then biblio needs to be hidden. If the biblio needs to be hidden, it immediately redirects to a 404.pl page, just as if the biblionumber does not exist. Arrays used to represent all the items were relocated and used, added if they didn't exist. Arrays representing the hidden items were relocated and used if they existed, added if they didn't exist. Upon debugging the opac-MARCdetail.pl modification, it was discovered the reason getHiddenItems was failing was because 'use YAML qw/Load/;' was not mentioned in C4::Items, and other libraries were triggering the loading of YAML to compensate for opac-detail.pl and opac-ISBDdetail.pl files. Signed-off-by: Mason James Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 10 ++- opac/opac-ISBDdetail.pl | 12 +++- opac/opac-MARCdetail.pl | 22 +++++++ opac/opac-detail.pl | 21 +++---- t/db_dependent/Items.t | 158 ++++++++++++++++++++++++++++++++++++++--------- 5 files changed, 176 insertions(+), 47 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 17:58:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 15:58:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1135-g887900b Message-ID: This is an automated email from the git hooks/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 887900ba597886f8ed06943849be172131f12cee (commit) from f072cbdf9bf35a44364c5374b8284c0583f4e262 (commit) Those revisions listed 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 887900ba597886f8ed06943849be172131f12cee Author: Kyle M Hall Date: Wed Aug 14 14:25:58 2013 -0400 Bug 10731: fix use of IntranetSlipPrinterJS by hold slips Hold slips aren't printing automatically with JS Print Setup because it appears the system preference IntranetSlipPrint is never being passed to the template. Test Plan: 1) Set up JSPrintSetup http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently 2) Place a hold 3) Check the item in to capture the hold 4) Click "Print and confirm" 5) Note the slip does not print automatically 6) Apply this patch 7) Repeat steps 2 through 4 8) Observe that the slip now prints automatically Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/printslip.tt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 18:13:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 16:13:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1137-gda9863f Message-ID: This is an automated email from the git hooks/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 da9863f1a5225d3af7daac1e4874e42fbd7dd369 (commit) via 249b37ef488d90d8cd9104c4d3d806f7a30590d8 (commit) from 887900ba597886f8ed06943849be172131f12cee (commit) Those revisions listed 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 da9863f1a5225d3af7daac1e4874e42fbd7dd369 Author: Jonathan Druart Date: Fri Sep 13 15:55:23 2013 +0200 Bug 9294: Followup : add missing lines. Signed-off-by: Galen Charlton commit 249b37ef488d90d8cd9104c4d3d806f7a30590d8 Author: Owen Leonard Date: Thu Aug 15 16:14:50 2013 -0400 Bug 9294 - Move JavaScript out of circulation template This patch creates a new js file, js/pages/circulation.js, and begins the process of moving JavaScript into it from circulation.tt. I have started the process by focusing on sections which are least dependent on template variables. To test, load a patron for checkout who has something checked out. There should be no JavaScript errors: - Tabs should work. - Showing and hiding the "Add message" form should work. - The "specify due date" datepicker should work. - Controls for selecting checkboxes in the checkouts table should work Signed-off-by: Campbell Reid-Tait Signed-off-by: Jonathan Druart Just found a weird behavior with checkboxes in the checkouts table, but still exists on master. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/pages/circulation.js | 141 ++++++++++++++++++ .../prog/en/modules/circ/circulation.tt | 153 +------------------- 2 files changed, 148 insertions(+), 146 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 18:21:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 16:21:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1138-g990eebf Message-ID: This is an automated email from the git hooks/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 990eebf132fef94dfbac4d3e17fe7acd9ce7b2c6 (commit) from da9863f1a5225d3af7daac1e4874e42fbd7dd369 (commit) Those revisions listed 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 990eebf132fef94dfbac4d3e17fe7acd9ce7b2c6 Author: Marcel de Rooy Date: Wed May 29 14:24:05 2013 +0200 Bug 10376: fix ability to print cart from IE9 & 10 Test plan: 1) Test with Firefox (or any other browser except IE): Add biblio to cart Go to Cart and click Print Does the Cart window come back to its original state after confirm/cancel Print? 2) Test with Internet Explorer (I used IE9; testing another version is fine) Do the same as above. Is behavior now more or less the same? Signed-off-by: Marc Veron 1) Test without patch: IE 10: Does not show print dialog IE 9 (Developer Emulation in IE 10): Does not show print dialog (as expected) FF 21.0 OK Chrome 27.0.1453.110 m: OK 2) Test with patch: IE 10: OK IE 9 (Developer Emulation in IE 10): OK IE 8 (Developer Emulation in IE 10): OK IE 7 (Developer Emulation in IE 10): OK FF 21.0 OK Chrome 27.0.1453.110 m: OK Signed-off-by: Katrin Fischer Trusting Marc here, as I don't have IE available. Regression tests in Firefox and Chromium went well. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 18:34:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 16:34:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1139-g5ed940b Message-ID: This is an automated email from the git hooks/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 5ed940b18eddca2e4cd823afce2e9558b074158d (commit) from 990eebf132fef94dfbac4d3e17fe7acd9ce7b2c6 (commit) Those revisions listed 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 5ed940b18eddca2e4cd823afce2e9558b074158d Author: Jonathan Druart Date: Tue Jul 16 16:43:30 2013 +0200 Bug 10599: add option to unselect on loan items on the batch item modification tool Sometimes when using the batch item modification tool, we would like to automatically uncheck on loan items. This patch also adds a new routine in C4::Circulation, IsItemIssued(), which, when passed an itemnumber, returns whether the item is currently on loan. Test plan: 1/ Go to tools/batchMod.pl. 2/ Enter some barcode (at least 1 should be on loan). 3/ Click on the Continue button. 4/ Click on the "Clear on loan" link. 5/ Check that on loan items are unchecked. Launch the unit test file: prove t/db_dependent/Circulation/IsItemIssued.t http://bugs.koha-community.org/show_bug.cgi?id=10572 Signed-off-by: Liz Rea Works as expected, only modifies items that are checked (still). No regression noted. Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 20 ++++++++++ .../intranet-tmpl/prog/en/js/pages/batchMod.js | 8 +++- .../prog/en/modules/tools/batchMod-edit.tt | 30 +++++++++------ t/db_dependent/Circulation/IsItemIssued.t | 40 ++++++++++++++++++++ tools/batchMod.pl | 2 + 5 files changed, 87 insertions(+), 13 deletions(-) create mode 100644 t/db_dependent/Circulation/IsItemIssued.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 18:43:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 16:43:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1140-g304b8d7 Message-ID: This is an automated email from the git hooks/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 304b8d7de3c75c0002528bcd4b142ed3340d452a (commit) from 5ed940b18eddca2e4cd823afce2e9558b074158d (commit) Those revisions listed 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 304b8d7de3c75c0002528bcd4b142ed3340d452a Author: Galen Charlton Date: Wed Sep 18 16:56:23 2013 +0000 Bug 10599: (follow-up) fix incomplete test case Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Circulation/IsItemIssued.t | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 18 19:11:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 18 Sep 2013 17:11:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1144-g72479fe Message-ID: This is an automated email from the git hooks/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 72479fec404ebf446f53a1c290ac10139e65d418 (commit) via f4a30cc68bb633b6a990f87205f76728e27ae985 (commit) via 2cd9ff8e3eb6bf1625c9fe50d56815df9f8c02ab (commit) via 3086788b26ef8b04e4abbf2cdf94c60ef120cf02 (commit) from 304b8d7de3c75c0002528bcd4b142ed3340d452a (commit) Those revisions listed 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 72479fec404ebf446f53a1c290ac10139e65d418 Author: Galen Charlton Date: Wed Sep 18 17:23:44 2013 +0000 Bug 10601: (follow-up) improvements to ->set() and ->get() This patch improves the POD for C4::BackgroundJob->get(). It also fixes ->set() so that it cannot scribble over values that are properly internal to the object. Signed-off-by: Galen Charlton commit f4a30cc68bb633b6a990f87205f76728e27ae985 Author: Galen Charlton Date: Wed Sep 18 17:21:47 2013 +0000 Bug 10601: (follow-up) unit tests for new ->set() and ->get() This adds unit test for the new methods in C4::BackgroundJob. One of the tests verfies that setting extra values does not scribble over data that is mean to be internal to the C4::BackgroundJob object. To test: Verify that prove -v t/db_dependent/BackgroundJob.t passes. Signed-off-by: Galen Charlton commit 2cd9ff8e3eb6bf1625c9fe50d56815df9f8c02ab Author: Kyle M Hall Date: Fri Aug 16 10:18:15 2013 -0400 Bug 10601 [QA Followup] fix POD error Signed-off-by: Galen Charlton commit 3086788b26ef8b04e4abbf2cdf94c60ef120cf02 Author: Jonathan Druart Date: Tue Jul 16 17:28:43 2013 +0200 Bug 10601: Add a counter on batch items modifications After executing a batch items modifications, a dialog is displayed above the result table. It contains the number of items (and total fields) which has been modified. Note that items that are selected for modification but which do not end up actually be changed are not reported in the final counts. This patch adds two methiods to C4::BackgroundJob, ->set() and ->get(), that allow background jobs to pass arbitrary data back to the client. Test plan: 1/ Go to tools/batchMod.pl 2/ Enter a barcodes list 3/ Check/uncheck items and fill some values to apply 4/ Save 5/ The table summary will be displayed with a dialog box on top: XX item(s) modified (with YY fields modified) Check that XX and YY correspond with what you expected. Signed-off-by: Liz Rea batch modification still seems to work correctly, with the helpful addition of the counter. Thanks! Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/BackgroundJob.pm | 40 +++++++++++ .../prog/en/modules/tools/batchMod-edit.tt | 9 ++- t/db_dependent/BackgroundJob.t | 8 ++- tools/batchMod.pl | 70 +++++++++++++------- 4 files changed, 102 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 20 19:06:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 20 Sep 2013 17:06:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1145-gace5505 Message-ID: This is an automated email from the git hooks/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 ace550530550ba72b93f34b446e681ab72024f8c (commit) from 72479fec404ebf446f53a1c290ac10139e65d418 (commit) Those revisions listed 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 ace550530550ba72b93f34b446e681ab72024f8c Author: David Roberts Date: Mon Sep 16 16:51:33 2013 +0100 Bug 10894: Add ID to main address in member entry form Add an ID to ease customization via jQuery; an ID is already present on alt address but was missing from main address Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 20 19:15:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 20 Sep 2013 17:15:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1147-g45b85a7 Message-ID: This is an automated email from the git hooks/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 45b85a700fcb4c9db07ec0bd13ecd8463696c4c2 (commit) via 3ae471a352fa2b00782c29c5c40f39db04fe510a (commit) from ace550530550ba72b93f34b446e681ab72024f8c (commit) Those revisions listed 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 45b85a700fcb4c9db07ec0bd13ecd8463696c4c2 Author: Tomas Cohen Arazi Date: Thu Sep 19 12:40:03 2013 -0300 Bug 10915: (QA followup) warn if cannot read history.txt This patch makes about.pl test if success opening history.txt, and shows a convenient warning to the end user. No more warnings in the logs (about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 166) and better problem solving information for the end user. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Galen Charlton commit 3ae471a352fa2b00782c29c5c40f39db04fe510a Author: Mason James Date: Fri Sep 20 00:06:20 2013 +1200 Bug 10915: fix About->timeline breakage on incompletely upgraded Koha This patch supplies a default value for the koha-conf.xml setting docdir to handle the case where the user neglects to set it upon upgrade. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Fixes dev and standard installs without docdic tag in koha-conf.xml. Doesn't break when docdir present either. Warning still present on packages install that didn't add the docdir definition in koha-conf.xml Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: about.pl | 68 +++++++++++++--------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 6 ++ 2 files changed, 46 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 19:21:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 17:21:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1148-gda856fc Message-ID: This is an automated email from the git hooks/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 da856fc46cfd4cccb092c339eee0e3ce1262e9d8 (commit) from 45b85a700fcb4c9db07ec0bd13ecd8463696c4c2 (commit) Those revisions listed 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 da856fc46cfd4cccb092c339eee0e3ce1262e9d8 Author: Katrin Fischer Date: Tue Sep 10 21:10:28 2013 +0200 Bug 10871: Make confirmation message for deleting news translatable To test: - Create a news entry in tools > news - Delete the news entry or multiple entries by selecting them using the checkboxes to the left and the delete button at the bottom of the page. Verify confirmation message shows up correctly with patch applied. Bonus: - Update one of the po files and make sure the new strings shows up there. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/koha-news.tt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 19:27:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 17:27:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1149-g213fbdc Message-ID: This is an automated email from the git hooks/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 213fbdc5b40dd7638d652a8fd60f7391d0b10bb1 (commit) from da856fc46cfd4cccb092c339eee0e3ce1262e9d8 (commit) Those revisions listed 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 213fbdc5b40dd7638d652a8fd60f7391d0b10bb1 Author: Tomas Cohen Arazi Date: Fri Jul 19 17:51:30 2013 -0300 Bug 10617 - koha-common init script cleanup Removed unused stuff, added a new config file /etc/default/koha-common to control the init script behaviour. Currently is only a stub. The config file could be put on /etc/sysconfig on RedHat and friends. The init script should work them too. Added a TODO comment regarding the 'status' switch. To test: - Apply the patch on master, build your own packages and install. - The init script should continue to work as expected. (it can be tested replacing the /etc/init.d/koha-common file with debian/koha-common.init on a packages install). - The absence of the /etc/default/koha-common file should not prevent the init script from working. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/koha-common.default | 3 +++ debian/koha-common.init | 33 ++++++++++++++------------------- 2 files changed, 17 insertions(+), 19 deletions(-) create mode 100644 debian/koha-common.default hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 19:35:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 17:35:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1152-g67ad9d2 Message-ID: This is an automated email from the git hooks/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 67ad9d28f5477124d2bf30c0dc48d693657461a7 (commit) via 46574c916090a3e7e9ae9157b4053b1d683ac0e3 (commit) via 9f6e739ce0893fe7570adfa7cc2b7407351138ae (commit) from 213fbdc5b40dd7638d652a8fd60f7391d0b10bb1 (commit) Those revisions listed 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 67ad9d28f5477124d2bf30c0dc48d693657461a7 Author: Galen Charlton Date: Sat Sep 21 17:47:54 2013 +0000 Bug 10622: (follow-up) uppercase "SIP" in documentation and help text "SIP" is an acronym and should be capitalized. Signed-off-by: Galen Charlton commit 46574c916090a3e7e9ae9157b4053b1d683ac0e3 Author: Magnus Enger Date: Fri Aug 9 10:05:23 2013 +0200 Bug 10622 - [SIGNED OFF] Followup: Add --sip, --nosip and --help to man page The original patch for bug 10622 added the --sip, --nosip and --help switches to the koha-list command, but did not update the manpage for the command. This patch does. To test: Run these commands and look at the formatted man page: $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-list.xml $ man -l koha-list.8 Make sure this test passes: $ prove -v xt/verify-debian-docbook.t Signed-off-by: Tomas Cohen Arazi Forgot the docs this time, good catch Magnus Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton commit 9f6e739ce0893fe7570adfa7cc2b7407351138ae Author: Tomas Cohen Arazi Date: Mon Jul 22 11:30:27 2013 -0300 Bug 10622: add --sip and --nosip switches to koha-list Just added those switches. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Magnus Enger I applied the patch on my local dev install, and then copied the patched koha-list script to a couple of servers with actual instances running off the packages, to test the script. - It seems that the -h switch did not work before this patch, now both -h and --help works nicely - --sip and --nosip work as expected, also in combination with --email and --noemail The patch does not add --sip and --nosip to the man page for koha-list, but I will do a followup for that. Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-list.xml | 25 +++++++++-- debian/scripts/koha-list | 99 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 102 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 19:48:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 17:48:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1153-g9bd3a44 Message-ID: This is an automated email from the git hooks/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 9bd3a44944e6a0cb7920c3c53a88c11a8986b146 (commit) from 67ad9d28f5477124d2bf30c0dc48d693657461a7 (commit) Those revisions listed 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 9bd3a44944e6a0cb7920c3c53a88c11a8986b146 Author: Owen Leonard Date: Fri Sep 13 14:45:50 2013 -0400 Bug 10888: Don't hide authorities module from users who lack permission to edit authorities It should be possible for staff client users to search and view authority records even if they don't have permission to edit them. To test, apply the patch and view the staff client as a user with and without "editauthorities" permission. With "editauthorities" permission, authority search results should show both an edit and delete link. Viewing the details of an authority record, one should see a toolbar with edit/delete/new options. The detail view has been altered to use the term "record" in place of "biblio" ("Used in X record(s)). Without "editauthorities" permission, authority search results should show no edit or delete link. Viewing the details of an authority, the only option shown in the toolbar should be "Save." On the staff client home page and in the header's "More" menu the link to the authorities module should now appear with and without permission to edit authorities. This patch also corrects the permissions in the authority export script to allow saving of authority records by users who do not have permission to edit. Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: authorities/export.pl | 2 +- .../prog/en/includes/authorities-toolbar.inc | 17 +++++++++++++---- .../intranet-tmpl/prog/en/includes/header.inc | 2 -- .../en/modules/authorities/searchresultlist.tt | 19 ++++++++++++------- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 -- 5 files changed, 26 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 21:07:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 19:07:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1156-gfe36280 Message-ID: This is an automated email from the git hooks/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 fe3628070a7affddb691ee589ec0e63639d0a36a (commit) via 1dc7d421bc87e3cf027161b08fbb44875c778f49 (commit) via ab362b93a710bddcd385a6a468af6ff682673367 (commit) from 9bd3a44944e6a0cb7920c3c53a88c11a8986b146 (commit) Those revisions listed 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 fe3628070a7affddb691ee589ec0e63639d0a36a Author: Galen Charlton Date: Sat Sep 21 19:16:56 2013 +0000 Bug 7813: (follow-up) use descriptive text for delete link This patch replaces the "times" symbol for the local cover image deletion link with more descriptive text. This was done because the original "X" was small, is not necessarily going to be universally understood to signify the deletion action, and because "×" does not give much context to translators. Signed-off-by: Galen Charlton commit 1dc7d421bc87e3cf027161b08fbb44875c778f49 Author: Jonathan Druart Date: Fri Sep 20 13:06:48 2013 +0200 Bug 7813: (follow-up) improvements for deleting local cover images This patch: - displays a js alert if a problem occurred on deleting the image on the server. - adds a class for the new span (in order to avoid future problem, if someone adds a new span). - adds a title for the [X] link. - deal with the upload_local_cover_images permission (don't display the delete link if the logged in user does not have it). - changes the license version. Signed-off-by: Tomas Cohen Arazi I like the ehancements to the original patch and work as expected. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit ab362b93a710bddcd385a6a468af6ff682673367 Author: Tomas Cohen Arazi Date: Fri Aug 30 16:43:30 2013 -0300 Bug 7813: Ability to delete local cover images This patch adds the ability to delete local cover images from the detail page. It adds an 'X' button to trigger the deletion. It occurs using a new SVC script called cover_images that accepts the following parameters: - action - biblionumber (used for checking imagenumber validity) - imagenumber (repeatable) It then deletes all valid images passed and returns a JSON object containing the imagenumbers and the deletion status (1/0). The operation is triggered using jQuery.ajax, and with the response the corresponding images get deleted. Note: currently one image is deleted at a time, but the code is there to be used. To test: - Open the detail page fr a biblionumber containing one or more cover images, go to its images tab. - Apply the patch, reload the page, go to the images tab. - Thumbnails should look better than before ;-) - An 'X' button should show below each cover. - Clicking the 'X' button should trigger an alert message asking for confirmation. a) Cancel: nothing happens, reload the page and check nothing got deleted. b) Accept: the deleted image should be gone, reload the page to check it doesn't exist anymore and is not a browser/DOM manipulation trick. - Signoff Note: check having more cover images than those that fit the width and see it wraps fine. P.S. I chose not to implement every possible action on the svc script, but another bug could be filled for more improvements. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: David Cook Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 4 + .../prog/en/modules/catalogue/detail.tt | 51 +++++++++++-- svc/cover_images | 76 ++++++++++++++++++++ 3 files changed, 124 insertions(+), 7 deletions(-) create mode 100755 svc/cover_images hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 21:15:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 19:15:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1157-g4885435 Message-ID: This is an automated email from the git hooks/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 4885435c6ad33c2c3f3e93d0c14a9b2d659e2125 (commit) from fe3628070a7affddb691ee589ec0e63639d0a36a (commit) Those revisions listed 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 4885435c6ad33c2c3f3e93d0c14a9b2d659e2125 Author: Owen Leonard Date: Tue Sep 10 12:18:32 2013 -0400 Bug 10868 - Use new DataTables include in catalog templates Bug 10649 introduced a new include file for adding DataTables-related JavaScript assets. This patch adds use of this include file to all catalog-related pages which use DataTables. The checkout history script has been altered to send unformatted dates to the template, and the template now uses the "title-string" sorting filter to enable sorting on unformatted dates. To test, view the following pages and confirm that table sorting is still working correctly: Catalog -> Biblio detail page Catalog -> Biblio detail page -> Checkout history Signed-off-by: Bernardo Gonzalez Kriegel Comment: Sorting works. No koha-qa errors. Signed-off-by: Jonathan Druart Note: On the issue history page: 1/ If the checkin on is empty (the item is currently checked out), the line is sorted in last. 2/ The Renewed column is not sorted by date. Before this patch, the sort was worse. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: catalogue/issuehistory.pl | 8 +----- .../prog/en/modules/catalogue/detail.tt | 8 ++---- .../prog/en/modules/catalogue/issuehistory.tt | 25 +++++++++---------- 3 files changed, 16 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Sep 21 21:22:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 21 Sep 2013 19:22:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1159-g4dae2ba Message-ID: This is an automated email from the git hooks/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 4dae2ba8d6c83a19054dbec7640709dc29b6fa33 (commit) via bef919d60da823117306ded112367fc2b6039df6 (commit) from 4885435c6ad33c2c3f3e93d0c14a9b2d659e2125 (commit) Those revisions listed 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 4dae2ba8d6c83a19054dbec7640709dc29b6fa33 Author: Jonathan Druart Date: Fri Sep 20 10:42:47 2013 +0200 Bug 10651 - (follow-up) add DataTables include to admin/aqbudgets.tt The aqbudgets.tt needs to use the include file too. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit bef919d60da823117306ded112367fc2b6039df6 Author: Owen Leonard Date: Tue Sep 10 08:25:44 2013 -0400 Bug 10651 - Use new DataTables include in administration templates Bug 10649 introduced a new include file for adding DataTables-related JavaScript assets. This patch adds use of this include file to all administration-related pages which use DataTables. To test, view the following pages and confirm that table sorting is still working correctly: - Administration -> Budgets - Administration -> Authority types -> MARC structure - Administration -> Authorized values - Administration -> Library transfer limits - Administration -> Libraries and groups - Administration -> Patron types and categories - Administration -> Cities and towns - Administration -> Item types - Administration -> MARC bibliographic framework -> MARC structure - Administration -> System preferences - Administration -> System preferences -> Local use - Administration -> Z39.50 client targets Signed-off-by: Bernardo Gonzalez Kriegel Comment: Sorting works. No koha-qa errors Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/aqbudgetperiods.tt | 4 +--- .../prog/en/modules/admin/aqbudgets.tt | 4 +--- .../prog/en/modules/admin/auth_tag_structure.tt | 4 +--- .../prog/en/modules/admin/authorised_values.tt | 4 +--- .../en/modules/admin/branch_transfer_limits.tt | 4 +--- .../prog/en/modules/admin/branches.tt | 4 +--- .../prog/en/modules/admin/categorie.tt | 4 +--- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 4 +--- .../prog/en/modules/admin/itemtypes.tt | 4 +--- .../prog/en/modules/admin/marctagstructure.tt | 4 +--- .../prog/en/modules/admin/preferences.tt | 4 +--- .../prog/en/modules/admin/systempreferences.tt | 4 +--- .../prog/en/modules/admin/z3950servers.tt | 4 +--- 13 files changed, 13 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 22 22:53:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 22 Sep 2013 20:53:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.11 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 107d3d8d268520c1095160b528497db7a59b6cb6 (commit) via f6d38e32746df83dd11afbb3d7386ee442e0b4d3 (commit) via 44362556d764f3acbae64f80f7e6f49f3d60bf06 (commit) from acb56877853af69072d5f8b5073810e2e0a7fd7b (commit) Those revisions listed 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 107d3d8d268520c1095160b528497db7a59b6cb6 Author: Bernardo Gonzalez Kriegel Date: Sun Sep 22 17:55:51 2013 -0300 Database update for 3.10.11 release Signed-off-by: Bernardo Gonzalez Kriegel commit f6d38e32746df83dd11afbb3d7386ee442e0b4d3 Author: Bernardo Gonzalez Kriegel Date: Sun Sep 22 12:37:12 2013 -0300 Translation updates for 3.10.11 Signed-off-by: Bernardo Gonzalez Kriegel commit 44362556d764f3acbae64f80f7e6f49f3d60bf06 Author: Bernardo Gonzalez Kriegel Date: Sun Sep 22 16:26:05 2013 -0300 Release notes for 3.10.11 release Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_10_11.txt | 344 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 2190 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 4133 ++-- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 2210 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 4154 ++-- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 2190 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4156 ++-- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 2190 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 4133 ++-- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 2189 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 3797 +-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |26938 ++++++++------------ misc/translator/po/cs-CZ-opac-ccsr.po | 45 +- misc/translator/po/cs-CZ-pref.po | 2028 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 2208 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 4153 ++-- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 2211 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 4155 ++-- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 2194 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 4197 ++-- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2212 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 4151 ++-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 2202 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 4157 ++-- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 2208 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 4154 ++-- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 2195 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 4150 ++-- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 2210 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 4133 ++-- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 2190 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 4144 ++-- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 2210 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 4143 ++-- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2210 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 4158 ++-- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 4010 ++-- .../po/fr-FR-i-staff-t-prog-v-3006000.po |25815 ++++++------------- misc/translator/po/fr-FR-opac-ccsr.po | 68 +- misc/translator/po/fr-FR-pref.po | 445 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 2188 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 4145 ++-- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 2189 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 4140 ++-- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 2190 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 4159 ++-- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 2210 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 4140 ++-- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 2190 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4147 ++-- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 2224 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 4381 ++-- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 2210 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 4138 ++-- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 2204 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 4147 ++-- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 2186 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 4137 ++-- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 2200 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 4145 ++-- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 2187 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 4139 ++-- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 2189 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 4143 ++-- misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 2210 +- misc/translator/po/ku-i-staff-t-prog-v-3006000.po | 4343 ++-- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 2202 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 4140 ++-- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 2190 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 2190 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 4150 ++-- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 2190 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 4140 ++-- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 2212 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 4138 ++-- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 2210 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 4155 ++-- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 2187 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 2211 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 4147 ++-- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 2210 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 2190 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 4163 ++-- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 2187 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 2694 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 4418 ++-- misc/translator/po/pl-PL-pref.po | 26 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 2187 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 4137 ++-- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 2210 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 4154 ++-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 3859 ++-- .../po/pt-PT-i-staff-t-prog-v-3006000.po |21940 +++++----------- misc/translator/po/pt-PT-opac-ccsr.po | 42 +- misc/translator/po/pt-PT-pref.po | 43 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 2202 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 4155 ++-- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 2210 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 4316 ++-- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 2189 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 2208 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 4159 ++-- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 2187 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 2187 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 4133 ++-- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 2188 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 2210 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 4139 ++-- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 2187 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 4133 ++-- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 2187 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 4133 ++-- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2210 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 4154 ++-- .../po/th-THA-i-opac-t-prog-v-3006000.po | 2202 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 2187 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 4136 ++-- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 3997 ++-- .../po/tr-TR-i-staff-t-prog-v-3006000.po |20229 +++++----------- misc/translator/po/tr-TR-opac-ccsr.po | 55 +- misc/translator/po/tr-TR-pref.po | 56 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 2210 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 4309 ++-- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 2187 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 4133 ++-- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 2192 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 4138 ++-- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 2208 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 4152 ++-- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 3333 +-- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |14955 ++++-------- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 19 +- misc/translator/po/zh-Hans-TW-pref.po | 2 +- 143 files changed, 237142 insertions(+), 272900 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_11.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Sep 22 22:54:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 22 Sep 2013 20:54:19 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.11 created. v3.10.11 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.10.11 has been created at 05d428c8c54b008eb44081abb9c92590a9afc9df (tag) tagging 107d3d8d268520c1095160b528497db7a59b6cb6 (commit) replaces v3.10.10 tagged by Bernardo Gonzalez Kriegel on Sun Sep 22 17:57:49 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.10.11 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJSP1nNAAoJEN+HQNGACsDaNOAP/jb4iHztdb2H69PmEvCMhcjn M1O3zBeyDPWZjcsXDgWP9M79BuhB7C0+5ttKKfeiS0jSrQay1zelpXpSrsFWKwgi h6S25V6o1+5Hat0cIzt+o7xKPNVoGleSuG2qZ3zUMFfCNzt2sPAan2HOVVDVER8V MGm2J0DZp1fKTBwSLedVbbCyNYzHyKbCClmVx2/Gz6cHSlG4Y0H3J64a79rKdHId B/An3z0DnQXPOrBda7hzDzcodviD+rEtbWohuvKTksJFWMxnRbV0SxVDpkPJYJrU voZ+/wd4x+/+raEIYJ/qFFBJLB2YS/UvzvexGajTAPamf2oe8hHrIIJaMq5m1dga +wC0A8BB/KfPfsp7gM72+J/r7hKJKXg8fWKSrRQkxQnRPNjnWfzV8ROjYkQgG3tZ JTG4Uq4ekLDY9FbDoZaTpKQmSpzO6NDiPOw6NM4QJMNriIDOBpxDeZpSxCDBi8Dp ck8vAew7ZzFHSQO6m/71ow/I+iNEEN/VFBNMgDYyt1sIKioelMymzWT+yp48ODuL lP6W/l7uMjURM47GJoC9IIBl7njJ2iQddoaCnO4bTLUJE8s7ZdsfECcvIktXFeCX 4mJ25Wz/Kvcyh/df/J8y0WHP8sY2b4Bm73BHHfDXn/siH8fChfB7hVX3BmWEAEuu DDtss1RytziKcu7Zz4O3 =q25P -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (5): Bug 10745: remove more ambiguity for translators for XSLT subfieldSelect parameters Bug 10573: (followup) French translation for printing a basketgroup Release notes for 3.10.11 release Translation updates for 3.10.11 Database update for 3.10.11 release Christophe Croullebois (1): Bug 10573: French translation for printing a basketgroup Colin Campbell (2): Bug 10712: Save missing config variables to install log Bug 10728: fix log noise generated by subscription-renew.pl David Cook (4): Bug 10541: enable cross-browser AJAX in additem.js Bug 10457: fix SQL error when using 'export select items data' in serials claims page Bug 9801: display facet labels in search results only when there are facet values Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01 Fridolyn SOMERS (9): Bug 9362: fix query that finds upcoming due loans Bug 10666: avoid random failures of Daily quotes tests Bug 10362: ensure that all messages and alerts are shown upon checkin Bug 10543: fix false warnings from checks of mandatory item fields Bug 10543 - Unify item mandatory subfields check Bug 10543 - add mandatory subfield check to addorderiso2709.pl Bug 10483: fix item uniqueness check on order form Bug 10741: restore holdability of in-transit items on OPAC search results Bug 10741: reformat test for displaying place hold link in OPAC search results Galen Charlton (10): Bug 10549: (follow-up) make sure ILS-DI GetAvailability response is emitted as UTF-8 bug 10559: remove spurious "statement handle still active" warnings bug 7143: add latest batch of committers Bug 10644: fix typos in test descriptions Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Bug 10481: (follow-up) fix typo in POD Bug 10653: (follow-up) minor tweaks to RotatingCollections tests Bug 10573: (follow-up) update license and copyright statement bug 10728: fix additional log noise generated by subscription-renew.pl Bug 10741: (follow-up) add regression test Janusz Kaczmarek (1): Bug 5262: make authority plugin copy indicators to bib record Jared Camins-Esakov (1): Bug 10686: Remove fields from searches for highlighting Jonathan Druart (3): Bug 10481: FIX No enrollment fee when changing patron category. Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded Bug 10028: fix how ModReceiveOrder() calls NewOrder() Jonathan Field (1): Bug 10704: make OPAC highlighting work across previous/next travel Katrin Fischer (1): Bug 10516 - Follow up - Fixing capitalization Kenza Zaki (2): Bug 10644: add unit tests for ClassSource.pm Bug 10653: add unit tests for C4::RotatingCollections.pm Kyle M Hall (5): Bug 10463: ensure that Quote of the Day feature selects random quotes Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency Bug 10511: fix message preference form glitch concerning phone notifications Bug 10511: (follow-up) jQuery .removeAttr() has only one parameter Bug 10628: make sure AutomaticItemReturn doesn't prevent holds queue from filling local holds with local items Marc Veron (1): Bug 8887: only display desired result when doing exact syspref search Mirko Tietgen (3): bug 10549: make the ILS-DI services advertise that they return UTF-8 Bug 10595: don't display OpacTopissue page when system preference is turned off Bug 10621: use correct from-address for subscription alert emails Nicole C. Engard (3): Bug 10703: Add db documentation for biblioimages table Bug 10703: Document quotes table Bug 10703: Document borrower_files table Owen Leonard (12): Bug 10553: make public lists available on OPAC login page Bug 7598: make strings in acquisitions JavaScript translatable Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable Bug 10576: make strings in additem.js accessible to translation Bug 10516 - Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates Bug 7257: Add a link to remove an individual title from a list in the OPAC Bug 9238 - make fund pull down say 'select fund', not 'select budget' Bug 10081: add library name to IndependentBranches error message Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax Sophie Meynieux (1): Bug 10664: fix error in overdue_notices.pl if there is no active currency Tomas Cohen Arazi (2): Bug 7143 - Updating history and about page Bug 10645: adding missing zebra languages to koha-create manpage root (2): Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm Bug 10642: fix inappropriate uses of $sth->finish() in C4::RotatingCollections.pm ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 11:00:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 09:00:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-129-gcef0a52 Message-ID: This is an automated email from the git hooks/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 cef0a523d1310eec53e623d9bf56f08af2640e58 (commit) via 8eabe9aaa5afefb7efd397a39f2e8b966a828249 (commit) via af4be109047f1619ba30ed75d7f0e4c5a6666c3e (commit) from dbaef6ae87df0debe5fd1a1ce7653ab2bdb17a9b (commit) Those revisions listed 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 cef0a523d1310eec53e623d9bf56f08af2640e58 Author: Chris Hall Date: Mon Sep 23 21:09:06 2013 +1200 Koha 3.8.18 release commit 8eabe9aaa5afefb7efd397a39f2e8b966a828249 Author: Chris Hall Date: Mon Sep 23 21:08:45 2013 +1200 Release notes for 3.8.18 commit af4be109047f1619ba30ed75d7f0e4c5a6666c3e Author: Bernardo Gonzalez Kriegel Date: Sat Sep 21 23:11:09 2013 -0300 Translation updates for 3.8.18 Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...e_notes_3_8_17.txt => release_notes_3_8_18.txt} | 215 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 7257 +-- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/am-Ethi-opac-ccsr.po | 246 +- misc/translator/po/am-Ethi-pref.po | 595 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 7254 +-- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |31696 ++++++---- misc/translator/po/ar-Arab-opac-ccsr.po | 383 +- misc/translator/po/ar-Arab-pref.po | 617 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 7261 +-- .../po/az-AZ-i-staff-t-prog-v-3006000.po |31505 ++++++---- misc/translator/po/az-AZ-opac-ccsr.po | 246 +- misc/translator/po/az-AZ-pref.po | 599 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 7192 ++- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/ben-opac-ccsr.po | 240 +- misc/translator/po/ben-pref.po | 599 +- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 7294 +-- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/bg-Cyrl-opac-ccsr.po | 2224 +- misc/translator/po/bg-Cyrl-pref.po | 597 +- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 7281 +-- .../po/ca-ES-i-staff-t-prog-v-3006000.po |31362 ++++++---- misc/translator/po/ca-ES-opac-ccsr.po | 711 +- misc/translator/po/ca-ES-pref.po | 597 +- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |12551 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |64690 ++++++++++---------- misc/translator/po/cs-CZ-opac-ccsr.po |17574 +----- misc/translator/po/cs-CZ-pref.po | 2663 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 7247 +-- .../po/da-DK-i-staff-t-prog-v-3006000.po |31722 ++++++---- misc/translator/po/da-DK-opac-ccsr.po | 243 +- misc/translator/po/da-DK-pref.po | 617 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 7249 +-- .../po/de-CH-i-staff-t-prog-v-3006000.po |31778 ++++++---- misc/translator/po/de-CH-opac-ccsr.po |18099 +----- misc/translator/po/de-CH-pref.po | 617 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 7160 ++- .../po/de-DE-i-staff-t-prog-v-3006000.po |30738 ++++++---- misc/translator/po/de-DE-opac-ccsr.po | 242 +- misc/translator/po/de-DE-pref.po | 617 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 7272 +-- .../po/el-GR-i-staff-t-prog-v-3006000.po |31760 ++++++---- misc/translator/po/el-GR-opac-ccsr.po | 243 +- misc/translator/po/el-GR-pref.po | 615 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 7308 +-- .../po/en-GB-i-staff-t-prog-v-3006000.po |31662 ++++++---- misc/translator/po/en-GB-opac-ccsr.po | 243 +- misc/translator/po/en-GB-pref.po | 615 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 7258 +-- .../po/en-NZ-i-staff-t-prog-v-3006000.po |31729 ++++++---- misc/translator/po/en-NZ-opac-ccsr.po | 243 +- misc/translator/po/en-NZ-pref.po | 617 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 7170 +-- .../po/es-ES-i-staff-t-prog-v-3006000.po |30718 ++++++---- misc/translator/po/es-ES-opac-ccsr.po | 242 +- misc/translator/po/es-ES-pref.po | 617 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 7256 +-- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/eu-opac-ccsr.po | 243 +- misc/translator/po/eu-pref.po | 611 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 7280 +-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |31333 ++++++---- misc/translator/po/fa-Arab-opac-ccsr.po | 2756 +- misc/translator/po/fa-Arab-pref.po | 599 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 7269 +-- .../po/fi-FI-i-staff-t-prog-v-3006000.po |31265 ++++++---- misc/translator/po/fi-FI-opac-ccsr.po | 243 +- misc/translator/po/fi-FI-pref.po | 617 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 7255 +-- .../po/fr-CA-i-staff-t-prog-v-3006000.po |31701 ++++++---- misc/translator/po/fr-CA-opac-ccsr.po | 243 +- misc/translator/po/fr-CA-pref.po | 615 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 9113 ++- .../po/fr-FR-i-staff-t-prog-v-3006000.po |49573 +++++++-------- misc/translator/po/fr-FR-opac-ccsr.po | 325 +- misc/translator/po/fr-FR-pref.po | 855 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 7287 +-- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |31318 ++++++---- misc/translator/po/gl-opac-ccsr.po | 1914 +- misc/translator/po/gl-pref.po | 615 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 7214 +-- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |31301 ++++++---- misc/translator/po/he-Hebr-opac-ccsr.po | 1672 +- misc/translator/po/he-Hebr-pref.po | 599 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 7260 +-- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |31501 ++++++---- misc/translator/po/hi-opac-ccsr.po | 246 +- misc/translator/po/hi-pref.po | 597 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 7240 +-- .../po/hr-HR-i-staff-t-prog-v-3006000.po |31262 ++++++---- misc/translator/po/hr-HR-opac-ccsr.po | 243 +- misc/translator/po/hr-HR-pref.po | 599 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 7261 +-- .../po/hu-HU-i-staff-t-prog-v-3006000.po |31386 ++++++---- misc/translator/po/hu-HU-opac-ccsr.po | 246 +- misc/translator/po/hu-HU-pref.po | 603 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 7253 +-- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |31759 ++++++---- misc/translator/po/hy-Armn-opac-ccsr.po | 243 +- misc/translator/po/hy-Armn-pref.po | 617 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 7264 +-- .../po/id-ID-i-staff-t-prog-v-3006000.po |31137 ++++++---- misc/translator/po/id-ID-opac-ccsr.po | 240 +- misc/translator/po/id-ID-pref.po | 617 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 7290 +-- .../po/is-IS-i-staff-t-prog-v-3006000.po |31360 ++++++---- misc/translator/po/is-IS-opac-ccsr.po | 246 +- misc/translator/po/is-IS-pref.po | 611 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 7156 ++- .../po/it-IT-i-staff-t-prog-v-3006000.po |30658 ++++++---- misc/translator/po/it-IT-opac-ccsr.po | 242 +- misc/translator/po/it-IT-pref.po | 617 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 7431 +-- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |31429 ++++++---- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 240 +- misc/translator/po/ja-Jpan-JP-pref.po | 599 +- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 7177 +-- .../po/kn-Knda-i-staff-t-prog-v-3006000.po |31246 ++++++---- misc/translator/po/kn-Knda-opac-ccsr.po | 1399 +- misc/translator/po/kn-Knda-pref.po | 599 +- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 7296 +-- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |31325 ++++++---- misc/translator/po/ko-Kore-KP-opac-ccsr.po | 2642 +- misc/translator/po/ko-Kore-KP-pref.po | 617 +- misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 7291 +-- misc/translator/po/ku-i-staff-t-prog-v-3006000.po |31700 +++++----- misc/translator/po/ku-opac-ccsr.po | 731 +- misc/translator/po/ku-pref.po | 611 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 7259 +-- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |31197 ++++++---- misc/translator/po/lo-Laoo-opac-ccsr.po | 243 +- misc/translator/po/lo-Laoo-pref.po | 599 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 7254 +-- .../po/mi-NZ-i-staff-t-prog-v-3006000.po |31788 ++++++---- misc/translator/po/mi-NZ-opac-ccsr.po | 246 +- misc/translator/po/mi-NZ-pref.po | 595 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 7249 +-- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |31499 ++++++---- misc/translator/po/mon-opac-ccsr.po | 246 +- misc/translator/po/mon-pref.po | 599 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 7224 +-- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |31181 ++++++---- misc/translator/po/mr-opac-ccsr.po | 246 +- misc/translator/po/mr-pref.po | 599 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 7270 +-- .../po/ms-MY-i-staff-t-prog-v-3006000.po |31166 ++++++---- misc/translator/po/ms-MY-opac-ccsr.po | 243 +- misc/translator/po/ms-MY-pref.po | 601 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 7242 +-- .../po/nb-NO-i-staff-t-prog-v-3006000.po |31491 ++++++---- misc/translator/po/nb-NO-opac-ccsr.po | 243 +- misc/translator/po/nb-NO-pref.po | 615 +- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 7170 ++- .../po/ne-NE-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/ne-NE-opac-ccsr.po | 655 +- misc/translator/po/ne-NE-pref.po | 599 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 7269 +-- .../po/nl-BE-i-staff-t-prog-v-3006000.po |31386 ++++++---- misc/translator/po/nl-BE-opac-ccsr.po | 243 +- misc/translator/po/nl-BE-pref.po | 617 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 7256 +-- .../po/nl-NL-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/nl-NL-opac-ccsr.po | 243 +- misc/translator/po/nl-NL-pref.po | 599 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 7241 +-- .../po/nn-NO-i-staff-t-prog-v-3006000.po |31490 ++++++---- misc/translator/po/nn-NO-opac-ccsr.po | 246 +- misc/translator/po/nn-NO-pref.po | 599 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 7172 ++- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/pbr-opac-ccsr.po | 762 +- misc/translator/po/pbr-pref.po | 601 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 7251 +-- .../po/pl-PL-i-staff-t-prog-v-3006000.po |31360 ++++++---- misc/translator/po/pl-PL-opac-ccsr.po | 243 +- misc/translator/po/pl-PL-pref.po | 601 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 7192 +-- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |31214 ++++++---- misc/translator/po/prs-opac-ccsr.po | 964 +- misc/translator/po/prs-pref.po | 617 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 7251 +-- .../po/pt-BR-i-staff-t-prog-v-3006000.po |31760 ++++++---- misc/translator/po/pt-BR-opac-ccsr.po | 243 +- misc/translator/po/pt-BR-pref.po | 617 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 9014 ++- .../po/pt-PT-i-staff-t-prog-v-3006000.po |47208 +++++++------- misc/translator/po/pt-PT-opac-ccsr.po | 283 +- misc/translator/po/pt-PT-pref.po | 668 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 7295 +-- .../po/ro-RO-i-staff-t-prog-v-3006000.po |31437 ++++++---- misc/translator/po/ro-RO-opac-ccsr.po | 246 +- misc/translator/po/ro-RO-pref.po | 603 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 7277 +-- .../po/ru-RU-i-staff-t-prog-v-3006000.po |31550 ++++++---- misc/translator/po/ru-RU-opac-ccsr.po | 243 +- misc/translator/po/ru-RU-pref.po | 611 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 7174 ++- .../po/sd-PK-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/sd-PK-opac-ccsr.po | 240 +- misc/translator/po/sd-PK-pref.po | 599 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 7246 +-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |31738 ++++++---- misc/translator/po/sk-SK-opac-ccsr.po | 243 +- misc/translator/po/sk-SK-pref.po | 617 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 7171 ++- .../po/sl-SI-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/sl-SI-opac-ccsr.po | 387 +- misc/translator/po/sl-SI-pref.po | 617 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 7171 ++- .../po/sq-AL-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/sq-AL-opac-ccsr.po | 389 +- misc/translator/po/sq-AL-pref.po | 599 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 7306 +-- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/sr-Cyrl-opac-ccsr.po | 2742 +- misc/translator/po/sr-Cyrl-pref.po | 599 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 7305 +-- .../po/sv-SE-i-staff-t-prog-v-3006000.po |31204 ++++++---- misc/translator/po/sv-SE-opac-ccsr.po | 246 +- misc/translator/po/sv-SE-pref.po | 599 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 7171 ++- .../po/ta-LK-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/ta-LK-opac-ccsr.po | 240 +- misc/translator/po/ta-LK-pref.po | 599 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 7171 ++- misc/translator/po/ta-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/ta-opac-ccsr.po | 240 +- misc/translator/po/ta-pref.po | 599 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 7251 +-- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |31394 ++++++---- misc/translator/po/tet-opac-ccsr.po | 243 +- misc/translator/po/tet-pref.po | 597 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 7297 +-- .../po/th-THA-i-staff-t-prog-v-3006000.po |31096 ++++++---- misc/translator/po/th-THA-opac-ccsr.po | 246 +- misc/translator/po/th-THA-pref.po | 599 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 7184 +-- .../po/tl-PH-i-staff-t-prog-v-3006000.po |31183 ++++++---- misc/translator/po/tl-PH-opac-ccsr.po | 615 +- misc/translator/po/tl-PH-pref.po | 617 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 7365 +-- .../po/tr-TR-i-staff-t-prog-v-3006000.po |30633 +++++---- misc/translator/po/tr-TR-opac-ccsr.po | 268 +- misc/translator/po/tr-TR-pref.po | 615 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 7279 +-- .../po/uk-UA-i-staff-t-prog-v-3006000.po |31573 ++++++---- misc/translator/po/uk-UA-opac-ccsr.po | 243 +- misc/translator/po/uk-UA-pref.po | 607 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 7174 ++- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |31084 ++++++---- misc/translator/po/ur-Arab-opac-ccsr.po | 240 +- misc/translator/po/ur-Arab-pref.po | 601 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 7251 +-- .../po/vi-VN-i-staff-t-prog-v-3006000.po |31121 ++++++---- misc/translator/po/vi-VN-opac-ccsr.po | 240 +- misc/translator/po/vi-VN-pref.po | 595 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 7227 +-- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |31603 ++++++---- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 240 +- misc/translator/po/zh-Hans-CN-pref.po | 599 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po |11706 ++-- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |61499 ++++++++++--------- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 262 +- misc/translator/po/zh-Hans-TW-pref.po | 817 +- 267 files changed, 1518188 insertions(+), 1249328 deletions(-) copy misc/release_notes/{release_notes_3_8_17.txt => release_notes_3_8_18.txt} (57%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 11:01:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 09:01:00 +0000 Subject: [koha-commits] main Koha release repository tag v3.08.18 created. v3.08.13-129-gcef0a52 Message-ID: This is an automated email from the git 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, v3.08.18 has been created at cef0a523d1310eec53e623d9bf56f08af2640e58 (commit) - Log ----------------------------------------------------------------- cef0a523d1310eec53e623d9bf56f08af2640e58 Koha 3.8.18 release ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 15:11:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 13:11:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.05 Message-ID: This is an automated email from the git hooks/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 bfd7e9b8a8ade94678fd589d0128d524a59cbed6 (commit) via 95f7dd603817a0f4f6616b0596cf3f89517b3d79 (commit) via a8a0fbf4dcbe626daddcc1971a62326d6172f75b (commit) via 5b4ebc0435b57d0655c1c6be5c3951862bef16d1 (commit) via 77daa7d76d9883cb53366e968c89179515e9b2b9 (commit) from c806cc8e1998bd9c134f9839f7975d1fffbceef3 (commit) Those revisions listed 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 bfd7e9b8a8ade94678fd589d0128d524a59cbed6 Author: Tomas Cohen Arazi Date: Mon Sep 23 10:21:56 2013 -0300 Increment version for 3.12.5 release commit 95f7dd603817a0f4f6616b0596cf3f89517b3d79 Author: Bernardo Gonzalez Kriegel Date: Sun Sep 22 11:14:16 2013 -0300 Translation updates for 3.12.05 Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 64332b6b9be9ab71b22433533d529573a2f5297f) Signed-off-by: Tomas Cohen Arazi commit a8a0fbf4dcbe626daddcc1971a62326d6172f75b Author: Tomas Cohen Arazi Date: Mon Sep 23 10:15:30 2013 -0300 Update release notes for 3.12.5 release commit 5b4ebc0435b57d0655c1c6be5c3951862bef16d1 Author: Tomas Cohen Arazi Date: Thu Sep 19 12:40:03 2013 -0300 Bug 10915: (QA followup) warn if cannot read history.txt This patch makes about.pl test if success opening history.txt, and shows a convenient warning to the end user. No more warnings in the logs (about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 166) and better problem solving information for the end user. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Galen Charlton (cherry picked from commit 45b85a700fcb4c9db07ec0bd13ecd8463696c4c2) Signed-off-by: Tomas Cohen Arazi commit 77daa7d76d9883cb53366e968c89179515e9b2b9 Author: Mason James Date: Fri Sep 20 00:06:20 2013 +1200 Bug 10915: fix About->timeline breakage on incompletely upgraded Koha This patch supplies a default value for the koha-conf.xml setting docdir to handle the case where the user neglects to set it upon upgrade. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Fixes dev and standard installs without docdic tag in koha-conf.xml. Doesn't break when docdir present either. Warning still present on packages install that didn't add the docdir definition in koha-conf.xml Signed-off-by: Galen Charlton (cherry picked from commit 3ae471a352fa2b00782c29c5c40f39db04fe510a) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: about.pl | 68 +- installer/data/mysql/updatedatabase.pl | 6 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_5.txt | 393 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/am-Ethi-pref.po | 4 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/ar-Arab-pref.po | 8 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4597 +++---- misc/translator/po/az-AZ-pref.po | 4 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 2715 ++-- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/ben-pref.po | 4 +- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 2721 ++-- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/bg-Cyrl-pref.po | 4 +- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 4599 +++---- misc/translator/po/ca-ES-pref.po | 4 +- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 3298 +++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 6553 ++++----- misc/translator/po/cs-CZ-opac-ccsr.po | 39 +- misc/translator/po/cs-CZ-pref.po | 814 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 3195 +++-- .../po/da-DK-i-staff-t-prog-v-3006000.po | 4599 +++---- misc/translator/po/da-DK-pref.po | 8 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/de-CH-i-staff-t-prog-v-3006000.po | 4663 +++---- misc/translator/po/de-CH-pref.po | 8 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 8202 ++++++----- .../po/de-DE-i-staff-t-prog-v-3006000.po | 4668 +++---- misc/translator/po/de-DE-pref.po | 23 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2720 ++-- .../po/el-GR-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/el-GR-pref.po | 8 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/en-GB-i-staff-t-prog-v-3006000.po | 4599 +++---- misc/translator/po/en-GB-pref.po | 8 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 2717 ++-- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/en-NZ-pref.po | 8 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 3213 +++-- .../po/es-ES-i-staff-t-prog-v-3006000.po | 4617 +++---- misc/translator/po/es-ES-pref.po | 15 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 2720 ++-- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/eu-pref.po | 4 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 4595 +++---- misc/translator/po/fa-Arab-pref.po | 6 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 4590 +++---- misc/translator/po/fi-FI-pref.po | 8 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/fr-CA-pref.po | 8 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 3858 +++--- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 5531 ++++---- misc/translator/po/fr-FR-opac-ccsr.po | 13 +- misc/translator/po/fr-FR-pref.po | 134 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 2720 ++-- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 4597 +++---- misc/translator/po/gl-pref.po | 4 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 2721 ++-- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 4593 +++---- misc/translator/po/he-Hebr-pref.po | 4 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 2722 ++-- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 4598 +++---- misc/translator/po/hi-pref.po | 4 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 3205 +++-- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/hr-HR-pref.po | 4 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 2720 ++-- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/hu-HU-pref.po | 4 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 3147 ++--- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 4983 +++---- misc/translator/po/hy-Armn-pref.po | 8 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/id-ID-i-staff-t-prog-v-3006000.po | 4589 +++---- misc/translator/po/id-ID-pref.po | 8 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/is-IS-i-staff-t-prog-v-3006000.po | 4597 +++---- misc/translator/po/is-IS-pref.po | 6 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 6365 ++++----- .../po/it-IT-i-staff-t-prog-v-3006000.po |14221 ++++++++++---------- misc/translator/po/it-IT-pref.po | 22 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 2720 ++-- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 4603 +++---- misc/translator/po/ja-Jpan-JP-pref.po | 4 +- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 2719 ++-- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/kn-Knda-pref.po | 4 +- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 2721 ++-- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 4595 +++---- misc/translator/po/ko-Kore-KP-pref.po | 4 +- misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 2718 ++-- misc/translator/po/ku-i-staff-t-prog-v-3006000.po | 4788 ++++--- misc/translator/po/ku-pref.po | 8 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 2720 ++-- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 4590 +++---- misc/translator/po/lo-Laoo-pref.po | 4 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 4597 +++---- misc/translator/po/mi-NZ-pref.po | 4 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 2722 ++-- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/mon-pref.po | 4 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 2720 ++-- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/mr-pref.po | 4 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 2720 ++-- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 4589 +++---- misc/translator/po/ms-MY-pref.po | 6 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 3201 +++-- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 4597 +++---- misc/translator/po/nb-NO-pref.po | 17 +- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 2715 ++-- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/ne-NE-pref.po | 6 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 2717 ++-- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/nl-BE-pref.po | 8 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/nl-NL-pref.po | 4 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 4610 +++---- misc/translator/po/nn-NO-pref.po | 4 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 2715 ++-- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/pbr-pref.po | 4 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 3175 ++--- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 4600 +++---- misc/translator/po/pl-PL-opac-ccsr.po | 20 +- misc/translator/po/pl-PL-pref.po | 29 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 2715 ++-- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 4589 +++---- misc/translator/po/prs-pref.po | 4 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 2717 ++-- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/pt-BR-pref.po | 8 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 3542 ++--- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 8444 ++++++------ misc/translator/po/pt-PT-opac-ccsr.po | 21 +- misc/translator/po/pt-PT-pref.po | 128 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 4596 +++---- misc/translator/po/ro-RO-pref.po | 4 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 3573 ++--- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 4881 +++---- misc/translator/po/ru-RU-pref.po | 22 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 2715 ++-- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/sd-PK-pref.po | 4 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 3197 +++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 4609 +++---- misc/translator/po/sk-SK-pref.po | 17 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 2713 ++-- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/sl-SI-pref.po | 4 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 2713 ++-- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/sq-AL-pref.po | 6 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 2721 ++-- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/sr-Cyrl-pref.po | 4 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 9356 ++++++------- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 4594 +++---- misc/translator/po/sv-SE-opac-ccsr.po | 152 +- misc/translator/po/sv-SE-pref.po | 2484 ++-- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 2713 ++-- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/ta-LK-pref.po | 4 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 2714 ++-- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/ta-pref.po | 4 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2718 ++-- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/tet-pref.po | 4 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 2722 ++-- .../po/th-THA-i-staff-t-prog-v-3006000.po | 4589 +++---- misc/translator/po/th-THA-pref.po | 4 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 2713 ++-- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 4591 +++---- misc/translator/po/tl-PH-pref.po | 4 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 3429 +++-- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 4619 +++---- misc/translator/po/tr-TR-opac-ccsr.po | 37 +- misc/translator/po/tr-TR-pref.po | 25 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 3575 ++--- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 4875 +++---- misc/translator/po/uk-UA-pref.po | 6 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 2715 ++-- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 4587 +++---- misc/translator/po/ur-Arab-pref.po | 4 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 2729 ++-- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 4589 +++---- misc/translator/po/vi-VN-pref.po | 4 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 2718 ++-- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 4592 +++---- misc/translator/po/zh-Hans-CN-pref.po | 8 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 3215 +++-- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 5188 +++---- misc/translator/po/zh-Hans-TW-pref.po | 91 +- 209 files changed, 267511 insertions(+), 262759 deletions(-) create mode 100644 misc/release_notes/release_notes_3_12_5.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 15:12:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 13:12:23 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.05 created. v3.12.05 Message-ID: This is an automated email from the git 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.12.05 has been created at 8c38bb13b8d88c45face221cac3486e5aa3a02e1 (tag) tagging bfd7e9b8a8ade94678fd589d0128d524a59cbed6 (commit) replaces v3.12.04 tagged by Tomas Cohen Arazi on Mon Sep 23 10:22:35 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.12.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSQECbAAoJEAonLqGy88Ffs9sP/jqC/mCIIB9TevwSQbL7VmfF v2SYuBz7JnWC8Ubl26QetaLmT4pyJ2CkL3hlUXLDYCWxdcfnqBYeqznYvr+Irqw3 yCAF7UZ/FzGs9w1nzVYvlNo7CPfsKrBRvjvoNgEjCs/Q7BZ/3bOTcG0U8ZwIs7Hb RWK4hvUSkUqV0pyLKAzHJGFux8sr2KhFNc1aaJ4/PeFbOM1iTxyAL0sO5TroaUGs ntfOTBsd7s/InrqCfYbJLaoUlrYOPzylZQZsRFkqsJabbBLo7dsvoCOLkXa1SqQs 2sOJ6UGA/Y7qgi9ItclZwjmlPMzmPYBYyNsThBd2YKaSi1RNrvsZ151KAWFSYdeI A97PLO8HGZt4VoFx9prk8vaJuAnhAe16C3CmV+axeXcVgRlJUiIgFuFWJKaqyNJt pShTq/gq79Uh7p70sv6Cmfp4rKvMUvT1I8d/OCbdgxi8aJXdcztSIPTJbSsNdp4R Gnpm52YdKP03xXCtPq4nB7khri8YhEczLzkK3OYCeMjlQSRvDJriGxmNnEsZuEnO i3gQ9dk5L41MU+6JY5DwmPJan0rG316UP0mkCTdjhdALelFd7P4wFQ9FqJPhpbnr yjjwmJ26fi53e3mNBtgC/wycaXCF34xO6tlRFNk3jIxo4hjm3LHRlIRYrccLVVY/ BzPg3FbZGBthRyT0bR02 =TYI4 -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (2): Bug 10573: (followup) French translation for printing a basketgroup Translation updates for 3.12.05 Chris Cormack (1): Bug 10508: (follow-up) fix a typo Christophe Croullebois (1): Bug 10573: French translation for printing a basketgroup Colin Campbell (1): Bug 10728: fix log noise generated by subscription-renew.pl David Cook (3): Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01 Bug 10755 - Add "Keyword as Phrase" to staff client advanced search indexes Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE Fridolyn SOMERS (7): Bug 10543: fix false warnings from checks of mandatory item fields Bug 10543 - Unify item mandatory subfields check Bug 10543 - add mandatory subfield check to addorderiso2709.pl Bug 10483: fix item uniqueness check on order form Bug 10741: restore holdability of in-transit items on OPAC search results Bug 10741: reformat test for displaying place hold link in OPAC search results Bug 10588: improve selection of default branch for OPAC popular items pag Galen Charlton (16): Bug 5652: (follow-up) include subtitle in hyperlink bug 2394: regression test for canreservefromotherbranches Bug 10481: (follow-up) fix typo in POD Bug 10653: (follow-up) minor tweaks to RotatingCollections tests Bug 10573: (follow-up) update license and copyright statement bug 10728: fix additional log noise generated by subscription-renew.pl Bug 10741: (follow-up) add regression test Bug 10766: unbreak reservoir search when UseQueryParser is OFF Bug 9820: display titles in MARC21 name headings better in XSLT mode Bug 10508: (follow-up) remove Perl 5.14 construct Bug 10767: (follow-up) remove FIXME comments Bug 10710: (follow-up) perltidy new code Bug 10693: (follow-up) fix parameter checking in CreateBranchTransferLimit() Bug 7143: history.txt and about page updates Bug 10656: add regression test Bug 10656: (follow-up) handle OPAC sorting of authvals where lib_opac is NULL Janusz Kaczmarek (1): Bug 5262: make authority plugin copy indicators to bib record Jared Camins-Esakov (2): Bug 10686: Remove fields from searches for highlighting Bug 9820 follow-up: fix a typo Jonathan Druart (7): Bug 10716: fix JavaScript error on basket groups page Bug 10481: FIX No enrollment fee when changing patron category. Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded Bug 10028: fix how ModReceiveOrder() calls NewOrder() Bug 10557: remove unused branch parameter from GetBooksellersWithLateOrders Bug 5904: make patron search autocompletion respect IndependentBranches Bug 10786: fix Javascript error on the parcel page Jonathan Field (1): Bug 10704: make OPAC highlighting work across previous/next travel Julian Maurice (1): Bug 2394: Use syspref canreservefromotherbranches in CanItemBeReserved Kenza Zaki (9): Bug 10653: add unit tests for C4::RotatingCollections.pm Bug 10528: add unit tests for C4::Bookseller.pm Bug 10508: add unit tests for C4::Branch Bug 10629: remove inappropriate uses of $sth->finish() in C4::Branch Bug 10767: add unit tests for C4::Circulation routines that use issuingrules Bug 10710: add unit tests for OfflineOperation's routines in C4/Circulation.pm Bug 10692: add unit tests for C4::Circulation routines about transfers Bug 10693: CreateBranchTransferLimit's return value in C4::Circulation.pm should be more explicit Bug 10699: add explicit return value for DeleteBranchTransferLimits() Kyle M Hall (3): Bug 10511: fix message preference form glitch concerning phone notifications Bug 10511: (follow-up) jQuery .removeAttr() has only one parameter Bug 10628: make sure AutomaticItemReturn doesn't prevent holds queue from filling local holds with local items Magnus Enger (2): Bug 9247 - Add two more usage examples to the manpage for koha-mysql Bug 10690 - Warn about trailing slashes in description of OPACBaseURL and staffClientBaseURL Marc Veron (2): Bug 5652: display subtitles on patron checkout and holds summary Bug 8887: only display desired result when doing exact syspref search Mason James (1): Bug 10915: fix About->timeline breakage on incompletely upgraded Koha Nicole C. Engard (4): Bug 10703: Add db documentation for biblioimages table Bug 10703: Document quotes table Bug 10703: Document borrower_files table Bug 10743: Add styles to 'my privacy' page in OPAC Owen Leonard (12): Bug 7257: Add a link to remove an individual title from a list in the OPAC Bug 10614 - have add order form at top and bottom Bug 9238 - make fund pull down say 'select fund', not 'select budget' Bug 10701: fix display of transit status on the bibliographic detail page Bug 10081: add library name to IndependentBranches error message Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax Bug 10587: fix HTML errors on authority detail page in OPAC Bug 10130: widen input fields for library configuration Bug 10656: improve sorting of shelving location and collections on OPAC advanced search form Robin Sheat (1): Bug 10574 - mute the "upgrading from 3.2" message Sophie Meynieux (1): Bug 10727: Replace carriage return with
when printing hold notices Srikanth Dhondi (2): Bug 8712: change "New list" to "Create new list" in OPAC masthead Bug 8712: add 'and' label for inputs in OPAC "fewer options" advanced search page Tomas Cohen Arazi (7): Bug 10645: adding missing zebra languages to koha-create manpage Bug 10593: make AuthoritiesLog default to yes Bug 10678 - Allow framework selection when creating from Z39.50 Bug 10678 - Update addbooks help page Bug 10915: (QA followup) warn if cannot read history.txt Update release notes for 3.12.5 release Increment version for 3.12.5 release root (1): Bug 10642: fix inappropriate uses of $sth->finish() in C4::RotatingCollections.pm ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 17:52:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 15:52:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1160-g449fc4e Message-ID: This is an automated email from the git hooks/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 449fc4e168368cc3b1991152f32a2862b578a04c (commit) from 4dae2ba8d6c83a19054dbec7640709dc29b6fa33 (commit) Those revisions listed 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 449fc4e168368cc3b1991152f32a2862b578a04c Author: Kyle M Hall Date: Tue May 21 15:58:44 2013 -0400 Bug 10305 - _increment_barcode is called twice For some reason, _increment_barcode is called twice in succession in cataloguing/additem.pl Test Plan: 1) Enable autobarcode = incremental 2) Catalog an item, not the barcode 3) Apply this patch 4) Catalog another item, the barcode should be the next in line as previously. No change should be noted. Signed-off-by: Marcel de Rooy ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 5 ----- 1 file changed, 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 17:56:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 15:56:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1161-gd67ef01 Message-ID: This is an automated email from the git hooks/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 d67ef01814fb4ba1519d66d9ad749dfa64e62a76 (commit) from 449fc4e168368cc3b1991152f32a2862b578a04c (commit) Those revisions listed 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 d67ef01814fb4ba1519d66d9ad749dfa64e62a76 Author: Katrin Fischer Date: Tue Sep 10 21:18:13 2013 +0200 Bug 10847: Open link to vendor's website in new window To test: - Create a new vendor or edit an existing one - Make sure you have entered a valid URL for the website - Click the link from the vendor summary page and verify it opens in a new window/tab (depending on your browser configuration) Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 18:13:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 16:13:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1162-g54befcf Message-ID: This is an automated email from the git hooks/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 54befcf59ed85be0041d72760eb1771bcce0492e (commit) from d67ef01814fb4ba1519d66d9ad749dfa64e62a76 (commit) Those revisions listed 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 54befcf59ed85be0041d72760eb1771bcce0492e Author: Mathieu Saby Date: Sun Sep 8 19:38:35 2013 +0200 Bug 10465: remove useless reference to fields 780 and 785 in UNIMARC XSLT files UNIMARCslim2OPACDetail.xsl and UNIMARCslim2intranetDetail.xsl contained references to 780 and 785 fields, that exist in MARC21 but not in UNIMARC. This patch remove the code related to 780 and 785 fields. No effect should be visible. To test : in a UNIMARC Koha 1. Be sure that OPACXSLTDetailsDisplay, OPACXSLTResultsDisplay, XSLTDetailsDisplay and XSLTResultsDisplay sysprefs are set to "default" 2. Apply the patch 3. Search some records in staff interface : the list view and the detail view must be exacty the same as before you apply the patch. 4. search some records in OPAC : the list view and the detail view must be exactly the same as before you apply the patch. Signed-off-by: Bernardo Gonzalez Kriegel Comment: No diplay change, no koha-qa errors. Removes what can't be displayed. Signed-off-by: Katrin Fischer Checked detail pages in OPAC and intranet still display correctly and without errors. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 100 +------------------- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 100 +------------------- 2 files changed, 2 insertions(+), 198 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 18:59:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 16:59:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1163-g115a3e6 Message-ID: This is an automated email from the git hooks/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 115a3e6b60cab0e5000483575ca69736bb40ee2c (commit) from 54befcf59ed85be0041d72760eb1771bcce0492e (commit) Those revisions listed 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 115a3e6b60cab0e5000483575ca69736bb40ee2c Author: Kyle M Hall Date: Wed Sep 18 15:24:08 2013 -0400 Bug 10911: fix invalid links when displaying records that have 880 fields Koha intranet search results using XSLT for records with 880 fields have the details link created by a code path that incorrectly links to some opac pages. Test Plan: 1) Enable XSLT for intranet search results 2) Upload or create a record with at least one 880 field 3) Search for the item ( must have multiple hits to avoid redirection ) 4) Click the title link, note it is broken 5) Apply this patch 6) Click the title link, note it is correct Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no koha-qa errors. Test 1) imported two times sample record 2) reindex 3) search, find example record, broken links 4) applied patch 5) refresh, good links NOTE: A similar (invalid references) problem is present on UNIMARC and NORMAC files I'll file a new bug for those cases. Signed-off-by: Katrin Fischer Works nicely, tested with a different set of sample records with Hebrew 880 fields. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Sep 23 19:52:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 23 Sep 2013 17:52:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1164-g4713a27 Message-ID: This is an automated email from the git hooks/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 4713a27280b9ee0956c4f2d9ee0e63b12260db01 (commit) from 115a3e6b60cab0e5000483575ca69736bb40ee2c (commit) Those revisions listed 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 4713a27280b9ee0956c4f2d9ee0e63b12260db01 Author: Owen Leonard Date: Fri Sep 20 11:31:57 2013 -0400 Bug 10924: fix updating contact note from OPAC If you update your "Contact note" via the OPAC that change doesn't appear in the staff client's "Update patron records" interface. The field is missing from members-update.tt To test, log in to the OPAC and update your details (opac-memberentry.pl), modifying the "Contact note" in the "Alternate address" section. In the staff client, view "Patrons requesting modifications" (members/memgers-update.pl). The changed contact note field should appear in the list of field awaiting approval for that patron. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No koha-qa errors Signed-off-by: Katrin Fischer One line change - contact note now updates perfectly. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Sep 24 16:43:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 24 Sep 2013 14:43:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1165-g39c435e Message-ID: This is an automated email from the git hooks/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 39c435e36fec65dbba795214bdde79932bb4edcf (commit) from 4713a27280b9ee0956c4f2d9ee0e63b12260db01 (commit) Those revisions listed 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 39c435e36fec65dbba795214bdde79932bb4edcf Author: Katrin Fischer Date: Thu Aug 29 22:26:50 2013 +0200 Bug 10803: make "Make payment" in circ easier to translate To test: - Choose a patron account - Add a fine to it - Switch to the checkout tab of the patron account - Check for the "Make payment" link. Make is not a link, but payment is. - Apply patch - Check again, now both words are linked. In translation this string is divided into: . %s Make payment Because of this it's difficult to translate it grammatically. The patch moves 'Make' into the link text, so that both words will show up together in translation. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. No koha-qa errors. Not only improves translatability, also corrects capitalization. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 25 02:28:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 25 Sep 2013 00:28:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1171-gec3c09c Message-ID: This is an automated email from the git hooks/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 ec3c09cbb054d0e3e725c8bfece7bc3699d88750 (commit) via ba60c66f05926680c6002c61c74b17bdc060a703 (commit) via 579b65c9736df56d2dfb4447a2676fa6737655c1 (commit) via 7c290c4d7ea999450575b9914b5a7e8675e7875b (commit) via e23ef9c930f4f95fac80cd300a3ad34195b211d6 (commit) via ded520afdc1b3191d3ec204e3ad10443e7c0925e (commit) from 39c435e36fec65dbba795214bdde79932bb4edcf (commit) Those revisions listed 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 ec3c09cbb054d0e3e725c8bfece7bc3699d88750 Author: Galen Charlton Date: Wed Sep 25 00:33:23 2013 +0000 Bug 9761: DBRev 3.13.00.021 Signed-off-by: Galen Charlton commit ba60c66f05926680c6002c61c74b17bdc060a703 Author: Marcel de Rooy Date: Wed Sep 18 17:06:29 2013 +0200 Bug 9761: Unit tests for ConfirmFutureHolds changes Adds tests for CheckReserves with lookahead parameter. Adds tests for AddReturn with regard to future reserve messages. The following test cases are added, resulting in 8 new tests: a) Add a reserve without date, CheckReserve should return it b) Add a reserve with future date, CheckReserve should not return it c) Add a reserve with future date, CheckReserve should return it if lookahead is high enough d) Check ResFound message of AddReturn for future hold Test plan: Run the test. No fails? Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 579b65c9736df56d2dfb4447a2676fa6737655c1 Author: Marcel de Rooy Date: Wed Sep 18 16:12:09 2013 +0200 Bug 9761: Preliminary measures for adding a unit test Optionally add some branches and categories that may not exist. Test plan: Run the test with or without CPL branch or S (staff) category. Verify that the test does not fail. Signed-off-by: Galen Charlton commit 7c290c4d7ea999450575b9914b5a7e8675e7875b Author: Marcel de Rooy Date: Thu Mar 7 18:46:04 2013 +0100 Bug 9761: Reformulating the preference description After some thought, I had to reformulate what this pref does. No code changes here. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit e23ef9c930f4f95fac80cd300a3ad34195b211d6 Author: Marcel de Rooy Date: Thu Mar 7 14:57:25 2013 +0100 Bug 9761: dbrev for ConfirmFutureHolds Db rev for new pref ConfirmFutureHolds. Test plan: Run [your server]/cgi-bin/koha/installer/install.pl?step=3&op=updatestructure Optionally, run a new install to test sysprefs.sql. Or: Edit sysprefs.sql, leave at least the last few lines including the new one. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit ded520afdc1b3191d3ec204e3ad10443e7c0925e Author: Marcel de Rooy Date: Mon Mar 4 14:47:57 2013 +0100 Bug 9761: Make it possible to confirm future hold requests at checkin time Description: A new pref ConfirmFutureHolds is added. When confirming a hold at checkin time, the number of days in this pref is taken into account when looking for reserves. Note that this pref does not interfere with renewing, issuing or transferring a book. For report Holds to pull, the default end date is calculated with this new preference. The use of ConfirmFutureHolds is useful only when future holds are allowed. Test plan: 1) Enable future holds. Add a number of days into ConfirmFutureHolds. 2) Place a future hold within this number of days. 3) Run holds to pull report. Check default startdate and enddate. 4) Check this book in. Can you confirm the hold? Do not confirm. 5) Issue the book to another patron. You should not see a warning. 6) Renew the book for this patron via opac or staff. No warning either. 7) Check in again. Warning pops up again. 8) Transfer book. Switch branch. Check in. Hold found pops up. Do not confirm. 9) Back to first branch. Check in (with popup). Remove the hold. Add new future hold past the number of days. Check in (no warn). Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 3 +- C4/Reserves.pm | 23 ++++--- circ/pendingreserves.pl | 25 ++++---- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 +++ .../en/modules/admin/preferences/circulation.pref | 7 +- .../prog/en/modules/circ/pendingreserves.tt | 2 +- kohaversion.pl | 2 +- t/db_dependent/Reserves.t | 67 +++++++++++++++++++- 9 files changed, 112 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 25 17:02:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 25 Sep 2013 15:02:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1174-g6b8f716 Message-ID: This is an automated email from the git hooks/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 6b8f716ccfe930603db74d290edee488d431c311 (commit) via a1c5d280f67a632ab9e1fdd32cf4967c3de6fdd6 (commit) via 15f28461e09cffe2917f424b8b7e84cd722b1246 (commit) from ec3c09cbb054d0e3e725c8bfece7bc3699d88750 (commit) Those revisions listed 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 6b8f716ccfe930603db74d290edee488d431c311 Author: Galen Charlton Date: Wed Sep 25 15:11:56 2013 +0000 Bug 10687: DBRev 3.13.00.022 Signed-off-by: Galen Charlton commit a1c5d280f67a632ab9e1fdd32cf4967c3de6fdd6 Author: Galen Charlton Date: Wed Sep 25 15:10:40 2013 +0000 Bug 10687: (follow-up) remove authority 68a/68b tags from translated MARC21 framework scripts Signed-off-by: Galen Charlton commit 15f28461e09cffe2917f424b8b7e84cd722b1246 Author: Bernardo Gonzalez Kriegel Date: Fri Aug 2 11:25:56 2013 -0300 Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework This patch deletes information for default MARC21 auth framework on tags 68a and 68b. Also added update for current installs. RM note: The 68a and 68b fields were defined in an attempt to include both MARC21 classification and MARC21 authority records in the same default framework, but I don't think this has turned out to be useful, as to my knowledge nobody tries to use MARC21 classification records in Koha, and if one were to want to, a distinct record type (or at least auth_type) would be a better way to do it. To test with current authorities_normal_marc21.sql loaded 1) apply the patch 2) run updatedatabase 3) check on database that there are no more references to tags 68a and 68b To test for new installs 1) remove auth frameworks 2) load authorities_normal_marc21.sql 3) check that load without problem 4) check on database that there are no more references to tags 68a and 68b Signed-off-by: Marcel de Rooy Signed-off-by: Paola Rossi Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../marc21/mandatory/authorities_normal_marc21.sql | 58 ++++++-------------- .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../Obligatoire/authorities_normal_marc21.sql | 26 --------- .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../marc21/mandatory/authorities_normal_marc21.sql | 26 --------- .../marc21_authorities_DEFAULT_general.sql | 32 ----------- .../marc21_authorities_DEFAULT_general.sql | 32 ----------- installer/data/mysql/updatedatabase.pl | 8 +++ kohaversion.pl | 2 +- 12 files changed, 25 insertions(+), 289 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Sep 25 18:36:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 25 Sep 2013 16:36:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1176-g40a150f Message-ID: This is an automated email from the git hooks/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 40a150f94e263ff72da3994612a528a888e9c8e6 (commit) via 57793b4548514baf5b17652fa99cc8a00df3a4f4 (commit) from 6b8f716ccfe930603db74d290edee488d431c311 (commit) Those revisions listed 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 40a150f94e263ff72da3994612a528a888e9c8e6 Author: Jonathan Druart Date: Tue Sep 24 14:57:11 2013 +0200 Bug 10730: (follow-up) restore background color for cells Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 57793b4548514baf5b17652fa99cc8a00df3a4f4 Author: Owen Leonard Date: Mon Aug 12 12:31:52 2013 -0400 Bug 10730: Use DataTables on the tag review page This patch enhances the tags review page in the staff client by adding DataTables sorting to the table of tags. It also converts the tag list page (list.tt) to use the new DataTables include introduced by Bug 10649. To test, apply the patch and view the tags review page for various categories: Pending, approved, rejected, all. The table should be sortable by status, term, weight, and date. Sorting by date should work correctly regardless of date format preference. Title sorting on the tag list page should work correctly. Signed-off-by: Julian Maurice Signed-off-by: Jonathan Druart Amended patch: Replace tab with 4 spaces Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tags/list.tt | 4 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 124 ++++++++++++-------- tags/review.pl | 3 - 3 files changed, 75 insertions(+), 56 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 27 18:09:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 27 Sep 2013 16:09:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1177-g4d75243 Message-ID: This is an automated email from the git hooks/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 4d75243e27cab93cd84ee6bbfd71362326569c21 (commit) from 40a150f94e263ff72da3994612a528a888e9c8e6 (commit) Those revisions listed 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 4d75243e27cab93cd84ee6bbfd71362326569c21 Author: Srdjan Date: Wed Jun 5 16:34:29 2013 +1200 Bug 9299: fix LDAP login breakage when ExtendedPatronAttributes is on To test: - Configure an LDAP server and $KOHA_CONF, etc. - Make sure ExtendedPatronAttributes is defined and that there is no attribute defined that is specified to be a unique ID. - Try to log in using an account originating from the LDAP directory. - You will got a software error: Can't use an undefined value as an ARRAY reference at /home/koha/src/C4/Auth_with_ldap.pm line 183. - Apply the patch. - Try to log in again; this time it should work. Signed-off-by: Nu?o L?pez Ans?tegui Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 27 18:28:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 27 Sep 2013 16:28:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1179-ge9c77aa Message-ID: This is an automated email from the git hooks/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 e9c77aaf3acbcf1a2d2d4e492673fe2739685b5d (commit) via 74553d7fef8ebd6059915478bf978596f620a975 (commit) from 4d75243e27cab93cd84ee6bbfd71362326569c21 (commit) Those revisions listed 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 e9c77aaf3acbcf1a2d2d4e492673fe2739685b5d Author: Galen Charlton Date: Fri Sep 27 15:55:29 2013 +0000 Bug 10836: (follow-up) improve display toggles on the OPAC hold request form This patch improves the the toggles for displaying and hiding the hold options div and the toggles for displaying the table of specific copies to request. It also moves the copy table into the hold options div. To test: [1] Select a single title in the OPAC and click on the place hold button. [2] Click 'Show more options', and select a specific copy to request. [3] Click 'Hide options'. Verify that the hold options, including the copy table, are hidden. [4] Click 'Show more options'. Verify that the specific copy radio button is still selected and that the copy selected in step to is selected. [5] Enable DisplayMultiPlaceHold and select several titles to request. [6] Do steps 2, 3, and 4 on various titles on the request form. Verify that toggling the options link for one title on the form affects the visibility only for that title. Signed-off-by: Galen Charlton Signed-off-by: Owen Leonard While signing off I removed one
tag and corrected a float in the CSS. This helps keep the border between individual hold listings. Signed-off-by: Galen Charlton commit 74553d7fef8ebd6059915478bf978596f620a975 Author: Owen Leonard Date: Wed Aug 21 15:24:19 2013 -0400 Bug 10836 - New layout for placing holds in the OPAC This patch changes the layout of the OPAC's place hold screen, eliminating the table in favor of a more flexible, open display. To test, place single and multiple holds under various conditions: - Items which are not available to be place on hold - With OpacHoldNotes on and off - With OPACItemHolds on and off - With OPACAllowHoldDateInFuture on and off - With IndependentBranches on and off - With JavaScript disabled Test setting hold notes, holding specific copies, and setting hold start dates. When setting a hold start date and hold expiration date, the two datepickers should work together to prevent invalid date combinations (dates after today, expiration dates which precede the start date). Signed-off-by: Julian Maurice Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 37 +- .../prog/en/includes/date-format.inc | 0 .../opac-tmpl/prog/en/modules/opac-reserve.tt | 419 ++++++++++---------- 3 files changed, 242 insertions(+), 214 deletions(-) copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/includes/date-format.inc (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Sep 27 18:47:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 27 Sep 2013 16:47:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1182-g7e3f8e0 Message-ID: This is an automated email from the git hooks/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 7e3f8e0838584a89f3fbdce8e956880de8556d7a (commit) via eec049492fe52d546f3fdef96e3257aee3292464 (commit) via bb67591647d99cd85686f7da7cec1591bbf64166 (commit) from e9c77aaf3acbcf1a2d2d4e492673fe2739685b5d (commit) Those revisions listed 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 7e3f8e0838584a89f3fbdce8e956880de8556d7a Author: Galen Charlton Date: Fri Sep 27 17:00:35 2013 +0000 Bug 10901: (follow-up) add space between 'Edit in host' and 'Delink' Signed-off-by: Galen Charlton commit eec049492fe52d546f3fdef96e3257aee3292464 Author: Jonathan Druart Date: Mon Sep 23 09:56:28 2013 +0200 Bug 10901: (follow-up) make the withdrawn column sortable Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit bb67591647d99cd85686f7da7cec1591bbf64166 Author: Jonathan Druart Date: Tue Sep 17 16:31:46 2013 +0200 Bug 10901: Add datatables to the add item page For a biblio with a lot of items, it is not easy to find the one you want to edit. Test plan: Try to edit/delete item from the add item page. Verify there is no regression on this page. Signed-off-by: Pierre Angot Signed-off-by: Katrin Fischer Passes all tests and QA script. Adding, editing and deleting items still works. Search provides useful help for locating the correct items. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/additem.tt | 40 +++++++++++++++++--- 1 file changed, 34 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository