From gitmaster at git.koha-community.org Mon Feb 1 17:31:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Feb 2016 16:31:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-72-gba626aa Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ba626aaa94e19c50aa03ab46bab07752dda841cb (commit) via 3ed86a52ea11d44d4b60c8d4f00147ee8e3f729c (commit) from be7ca57e113d7ba27b86e93ad3ce05e64921b5db (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ba626aaa94e19c50aa03ab46bab07752dda841cb Author: Julian Maurice Date: Mon Feb 1 17:30:52 2016 +0100 Bug 14893: Update DB rev (3.22.02.001) Signed-off-by: Julian Maurice commit 3ed86a52ea11d44d4b60c8d4f00147ee8e3f729c Author: Marcel de Rooy Date: Fri Sep 25 08:50:17 2015 +0200 Bug 14893: Separate temporary storage per instance in Upload.pm To make life easier when multiple instances are uploading temporary files to Koha, this patch adds the database name to the upload subfolder in your /tmp folder. Note: Although multiple instances could share the same subfolder for temporary storage (hashvalue is based on a timestamp too), it will be better to separate them for efficient housekeeping (removing older or partial files with a cronjob etc.) Since multiple instances come with separate permissions, keeping them in separate folders will be much simpler. Permanent storage is not affected by this patch. The location of permanent storage is ruled by the upload_path in each config file. Sharing that space is not recommended too. Although it may not be strictly necessary yet to remove files from the old temp storage folder (before the 3.22 release), the accompanying db rev performs that housekeeping task. Test plan: [1] Do not yet apply this patch. Upload a temporary file (use the tools/upload.pl script without selecting a category). [2] Check /tmp/koha_upload. [3] Apply this patch. Run the db rev with web installer. [4] Upload another temporary file. [5] Check /tmp for folder [your_database]_upload. [6] Check that /tmp/koha_upload is gone and the associated records too. [7] Run the adjusted t/db../Upload.t Followed test plan. Could not do steps before applying patch [1]-[2] (I suppose a local permission problem). After applying patch and updating db file appears in /tmp/[database] as expected. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 0c138700b21341b2fd79e53722605cb3e87fb9d2) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- Koha/Upload.pm | 9 +++++++-- installer/data/mysql/updatedatabase.pl | 17 +++++++++++++++++ t/db_dependent/Upload.t | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 1 17:51:49 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Feb 2016 16:51:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-74-g53bbfa2 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 53bbfa2aab5daf148113de1929193b64f3cf19ef (commit) via 8635b7b6dc97aa9f329d9f9d0b5ddb2245cc9bba (commit) from ba626aaa94e19c50aa03ab46bab07752dda841cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53bbfa2aab5daf148113de1929193b64f3cf19ef Author: Julian Maurice Date: Mon Feb 1 17:55:15 2016 +0100 Bug 11569: Update DB rev (3.22.02.002) Signed-off-by: Julian Maurice commit 8635b7b6dc97aa9f329d9f9d0b5ddb2245cc9bba Author: Aleisha Date: Mon Dec 21 22:45:57 2015 +0000 Bug 11569: Correcting typos in userpermissions.sql Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit cc592b4b38f14813e3ee80c808dfde500e092bd1) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 12 ++++++++++++ installer/data/mysql/userpermissions.sql | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 3 23:57:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Feb 2016 22:57:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-487-g6d24219 Message-ID: This is an automated email from the git hooks/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 6d24219976c332c8fb7da69ceab6374627aeb95c (commit) via 70112cfb8103c9a760bf9b27e7ed8ecb8e5c9278 (commit) from e140603a594576180b846cf9299bee4629442c84 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6d24219976c332c8fb7da69ceab6374627aeb95c Author: Kyle M Hall Date: Thu Jan 28 21:24:52 2016 +0000 Bug 15687 [QA Followup] - Tidy sub to remove tab characters Signed-off-by: Kyle M Hall commit 70112cfb8103c9a760bf9b27e7ed8ecb8e5c9278 Author: Julian Maurice Date: Thu Jan 28 09:32:11 2016 +0100 Bug 15687: Fix xgettext.pl syntax errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: misc/translator/xgettext.pl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 3 23:59:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Feb 2016 22:59:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-488-g5ef5fb5 Message-ID: This is an automated email from the git hooks/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 5ef5fb5617d627da46a4ea475a3d9afc8da6e007 (commit) from 6d24219976c332c8fb7da69ceab6374627aeb95c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ef5fb5617d627da46a4ea475a3d9afc8da6e007 Author: Julian Maurice Date: Wed Jan 6 19:11:27 2016 +0100 Bug 15358: Fix authorities merge Bug 8064 (Merge several biblio records) change some code used in both biblios and authorities merge tool without updating the authorities merge tool. This patch fixes that. Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 6 ++++-- authorities/merge.pl | 22 ++++++++++++++------ cataloguing/merge.pl | 2 +- .../prog/en/includes/merge-record.inc | 20 +++++++++--------- .../prog/en/modules/authorities/merge.tt | 8 +++---- 5 files changed, 35 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 01:10:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 00:10:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-489-g59fc325 Message-ID: This is an automated email from the git hooks/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 59fc32531071e3d4594a8b5555acd41a17921de3 (commit) from 5ef5fb5617d627da46a4ea475a3d9afc8da6e007 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 59fc32531071e3d4594a8b5555acd41a17921de3 Author: Marc V?ron Date: Thu Jan 28 22:05:58 2016 +0100 Bug 15684: Fix encoding issues with quote upload To verify: - Download attachment 'Goethe with umlaut' from Bug 15684 - Go to Tools > Quote Editor - Click "Import quotes" and select the file - The quotes display in a table. Click 'Sav quotes' - Result: Nothing happens To test: - Apply patch - Repeat steps above - Verify that you get a message '2 quotes saved' and that the quotes are added in to the quotes table - Test with attachment 'sample quotes' as well Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- tools/quotes/quotes-upload_ajax.pl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 12:17:39 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 11:17:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-76-gf9978af Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f9978afb60aa845de07fa0c31e1b35b208a8cabb (commit) via af24e8ee01877928335727bf04248b3c372ac574 (commit) from 53bbfa2aab5daf148113de1929193b64f3cf19ef (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f9978afb60aa845de07fa0c31e1b35b208a8cabb Author: Kyle M Hall Date: Thu Jan 28 21:24:52 2016 +0000 Bug 15687 [QA Followup] - Tidy sub to remove tab characters Signed-off-by: Kyle M Hall (cherry picked from commit 6d24219976c332c8fb7da69ceab6374627aeb95c) Signed-off-by: Julian Maurice commit af24e8ee01877928335727bf04248b3c372ac574 Author: Julian Maurice Date: Thu Jan 28 09:32:11 2016 +0100 Bug 15687: Fix xgettext.pl syntax errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 70112cfb8103c9a760bf9b27e7ed8ecb8e5c9278) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: misc/translator/xgettext.pl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 12:36:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 11:36:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-77-g6eb380d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6eb380da3b8908b7a909828082fe95f6d221fe19 (commit) from f9978afb60aa845de07fa0c31e1b35b208a8cabb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6eb380da3b8908b7a909828082fe95f6d221fe19 Author: Marc V?ron Date: Thu Jan 28 22:05:58 2016 +0100 Bug 15684: Fix encoding issues with quote upload To verify: - Download attachment 'Goethe with umlaut' from Bug 15684 - Go to Tools > Quote Editor - Click "Import quotes" and select the file - The quotes display in a table. Click 'Sav quotes' - Result: Nothing happens To test: - Apply patch - Repeat steps above - Verify that you get a message '2 quotes saved' and that the quotes are added in to the quotes table - Test with attachment 'sample quotes' as well Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 59fc32531071e3d4594a8b5555acd41a17921de3) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- tools/quotes/quotes-upload_ajax.pl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 22:11:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 21:11:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-78-gf861cf8 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f861cf879b5a4e65482ba607e80a0b4a8373fc7e (commit) from 6eb380da3b8908b7a909828082fe95f6d221fe19 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f861cf879b5a4e65482ba607e80a0b4a8373fc7e Author: Briana Date: Tue Jan 19 00:57:34 2016 +0000 Bug 14406: When adding messages in patron account, only first name is shown in pull down To test: Log in to staff patron account Go to Checkout tab Click 'Add a new message' Drop down box should show 'Staff - Internal Note' and 'OPAC - [Full name of patron]' Signed-off-by: Owen Leonard Made a tiny change during signoff: uncapitalized "note" Signed-off-by: Jonathan Druart Signed-off-by: Jesse Weaver (cherry picked from commit 9f4d87373abb8517e39c51cdde8fa17104196fea) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 22:18:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 21:18:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-79-g59229f7 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 59229f74805c9bdc817b0c5f65b311f9825ce3b3 (commit) from f861cf879b5a4e65482ba607e80a0b4a8373fc7e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 59229f74805c9bdc817b0c5f65b311f9825ce3b3 Author: Owen Leonard Date: Wed Apr 23 12:59:25 2014 -0400 Bug 6322 - It's possible to view lists/virtualshelves even when virtualshelves is off If the user knows the URL for OPAC lists they can access them even with the virtualshelves preference turned off. This patch copies the solution added to opac-topissues.pl by Bug 10595 and applies it to OPAC lists pages. To test, apply the patch and set the virtualshelves system preference to "don't allow." - Navigate to /cgi-bin/koha/opac-shelves.pl. You should be redirected to an Error 404 page. - Also check: - /cgi-bin/koha/opac-shareshelf.pl. - /cgi-bin/koha/opac-downloadshelf.pl - /cgi-bin/koha/opac-sendshelf.pl - /cgi-bin/koha/opac-addbybiblionumber.pl - Turn virtualshelves back on. Access to lists and list sharing should be restored. Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 2923cfdff4466efed55dd3d3dbee8ba37f6ff882) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-addbybiblionumber.pl | 5 +++++ opac/opac-downloadshelf.pl | 6 ++++++ opac/opac-sendshelf.pl | 6 ++++++ opac/opac-shareshelf.pl | 8 ++++++++ opac/opac-shelves.pl | 6 ++++++ 5 files changed, 31 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 22:21:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 21:21:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-81-g9c1c928 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9c1c9285a84d9341432188258ea56ab5e88a434b (commit) via e78c5cfb4e8192262f807142a5c74c8ed502bcd3 (commit) from 59229f74805c9bdc817b0c5f65b311f9825ce3b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c1c9285a84d9341432188258ea56ab5e88a434b Author: Chloe Date: Thu Jan 21 20:36:22 2016 +0000 Bug 15638: Spelling mistake in request.pl To Test- chek that in line 4 "writen" has been changed to "written" Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 0867ca53d689108475d2bdba94712d6839db928f) Signed-off-by: Julian Maurice commit e78c5cfb4e8192262f807142a5c74c8ed502bcd3 Author: Chloe Date: Thu Jan 21 20:32:41 2016 +0000 Bug 15638: spelling mistake in ~/Koha/reserve/placerequest.pl:4 writen ==> written To Test- check that in line 4 of this file "writin" has been corrected to "written" Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 6bb0b6b2d90402bf1c618f32ddfde83529e63ba8) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: reserve/placerequest.pl | 2 +- reserve/request.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 22:25:21 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 21:25:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-82-gcd0b768 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via cd0b768bd0f9fe7fa373f72d74bc20357695bdf5 (commit) from 9c1c9285a84d9341432188258ea56ab5e88a434b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cd0b768bd0f9fe7fa373f72d74bc20357695bdf5 Author: Jonathan Druart Date: Wed Jan 20 11:28:54 2016 +0000 Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Signed-off-by: Hector Castro Vestiges removed Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 7dc0c67640904a19a73e58c6af330af50d6d16d6) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 1 - t/db_dependent/Branch.t | 1 - 2 files changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 4 22:46:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Feb 2016 21:46:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-83-gec9fd6c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ec9fd6c43f01258d9c26a47d8b8697c62c6887bd (commit) from cd0b768bd0f9fe7fa373f72d74bc20357695bdf5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ec9fd6c43f01258d9c26a47d8b8697c62c6887bd Author: Aleisha Date: Thu Jan 14 00:40:24 2016 +0000 Bug 15574: Better wording for error message when adding a duplicate tag To test: 1) Apply patch 2) Go to a record (ie opac-detail.pl) and add tags that already exist with that record 3) Confirm new error message Signed-off-by: Hector Castro Rewording Ok for common patrons Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 56dde11a4f39b8a9f151d7592a7869f20c8c5f2f) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 11 20:23:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Feb 2016 19:23:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.08-56-g9ac2678 Message-ID: This is an automated email from the git hooks/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.20.x has been updated via 9ac267821e2a174de6ee8747ad9437e40345d3a1 (commit) via 9f190804f6479f3a7c8aebf16cd248f6ac5b6a5e (commit) via e68c77995306d3c53edfae120336e91d036c1dec (commit) via d3324e3f2505ef355cd4b20ad90acd1fe3f1219b (commit) via 67d6b2fb2286ca7f7ed53ca1c4f64c03bf2af7dc (commit) via 9fba5a9f0c7f4d8d144f38ae4cf6b6f5764d42ed (commit) via 38dc5c75c48254c79277424e789e36e58e92dc36 (commit) via 70f5762fb6cd0a89e996496a9a7d2b4f176b805f (commit) via b5cca12611e368463da1f58c13cf800e01eb63a3 (commit) via fffe15f7954476aacd8c951b662b82f9c3191102 (commit) via 856a2bd1a11200a0d03eb87cb55f279465917f9d (commit) via 600b83a136b02d664f4c27dcc9b358e19724f44f (commit) via 6a03a328987e54fe817e2e62bbfcbbd8d1d9becf (commit) via 2b19f959ce0c99b563f3adab12513f075fb62b47 (commit) via 5f51b6f9708acb8ff0a2dbc323621e383a4100b5 (commit) via 231f6d9ebe6cfc72f30d6f5460ffddfe7ca94713 (commit) via 03efedc3e9f8e718642840fae23d864ecaca2f7a (commit) via 4c8945df2386c0e37ba85e41735624307d63cb62 (commit) via c0d4938a76ce0af04807762e9fd40db53a635f87 (commit) via edf5844893500b6e624d291e7e339838afbf38c6 (commit) via 88d4d49b11b43fcc1de49a7c0f7027bf81de5e6f (commit) via 258cb5aaef8dd94e92784c1a0c5de65bb0fab431 (commit) via 5a0dc0c2a49fcb960548fe90f0e97b6a8c12a1ff (commit) via 66e9870a3e50cd937cab93fc23085e372e66cf3e (commit) via 4ccc3451101d6a8341c355bdf0e4129003d98a29 (commit) via 31a50f6eb76d0ba736e18c7133c2de513a505f3c (commit) via a51ef6e248cabe3ca81c978eee8c2f39b09afa39 (commit) via 85df13877290e4c0a4b659aadbcb2865c7058241 (commit) via 14d59c88699dcd369624f65268184aa27807da0d (commit) via 44a331a2b420ec5345274589c76347b225f0b2d3 (commit) via cacbfbf834ffbba85a6778eb311e839aa886913f (commit) via 8e554c858137c5a16d52fc96e24128e45d56a416 (commit) via fa83ce9b6ed410cd99d51c35b29262e41ad19a4b (commit) via e56a39f657dfde13b5e73598dcba38a90e584606 (commit) via 822cb5158696d0f35222c9899ce031a2ac310122 (commit) via 05ef470ecbd2eaccf1577f07ed9e5f750fcd931a (commit) via dead28ef19bffe1e3fa8dd8abb5cea4a6e3ed091 (commit) via 1692d597e29a9b53c4979b2eb48e18f31c01c6e5 (commit) via c5c3d47621cfb39df13fc7e4227fda056813e379 (commit) via c5cb615f9ce18b650a270e444dbc6868aa09fa0d (commit) via 11796d60fa3167bd8b715a2289f90272e65af360 (commit) via 87388b7d3ac56b609e43c1600564d998693b6c3e (commit) via 60e9074bec01d4e16502bb0f9535ba8d11dcf391 (commit) via 7d81810d148dccded70c3cd3ab0a5b7cfd1c2d74 (commit) via 153877f10fd615213fb22f850965ca374b8c02c8 (commit) via 7ab00713f020761fe40abce1f5f4ba55f613437c (commit) via 4ebed3e6364a460b84073ecc3d8f3cbe4b75ab76 (commit) via 9e456ee006a457bd5afc5859bfff269e97677abb (commit) via 56242f3452984be7f92cbc598007e39757d25c24 (commit) via 5ffe29c646e73b5cf594ac3062e2a018647315b2 (commit) via 61c4621217f39fff2e2d91753a028f38c6ece71e (commit) via c3ed8d41526221acc233182a85d66973078e8220 (commit) via cf83f047cad2ac5dd19e7d4f198700c5f0e98a28 (commit) via e6282f66cacfd04e7fe9280b118d28f0c824007f (commit) via f44d4ba891775670d51f034603db7aa702c65f9b (commit) via af677b11d18a04f284dd1e908f0cf2e0486104df (commit) from da58b67a1a60dd462d2d70f96e3af3f43223058c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9ac267821e2a174de6ee8747ad9437e40345d3a1 Author: Kyle M Hall Date: Tue Jan 19 19:03:53 2016 +0000 Bug 15298 [QA Followup] - Fix whitespace issues Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit f98225c7c231926332bba9ec40de786aa58174d6) Signed-off-by: Julian Maurice (cherry picked from commit be7ca57e113d7ba27b86e93ad3ce05e64921b5db) Signed-off-by: Fr?d?ric Demians commit 9f190804f6479f3a7c8aebf16cd248f6ac5b6a5e Author: Chloe Date: Tue Jan 19 01:34:14 2016 +0000 Bug 15298 - z39.50 admin setup, options column suggested changes To Test- 1-first look at the orginal Z39.50/SRU servers administration page (/cgi-bin/koha/admin/z3950servers.pl?op=delete_confirmed&id=6) 2-apply patch 3-now see the new styling of the "action" drop down tab like the one on the saved reports page 4-check that each link works (for delete i reccommend copying one then deleting the copy) Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 142c47fcf4ca966f153d7d60e2f448cb2f5c929d) Signed-off-by: Julian Maurice (cherry picked from commit 76326a09818cd6af8a07f427e56b17ff4c9220d5) Signed-off-by: Fr?d?ric Demians commit e68c77995306d3c53edfae120336e91d036c1dec Author: Marc V?ron Date: Tue Jan 5 15:57:07 2016 +0100 Bug 15472: Do not display links to circulation.pl if remaining_permissions is not set If permission 'circulate_remaining_permissions' is not set, links to 'Circulation' (/circ/circulation-home.pl) on the intranet home page lead to an error message: "Error: You do not have permission to access this page." This patch hides the links if the permission is not set. To test: - Apply patch - Log in to the intranet (staff client) with a patron who has the permission 'circulate_remaining_pernissions' not set - Verify that no links to Circulation appear on the intranet start page (menu top left and menu in main page area) - Log in as a user who has the permission set. - Verify that te links appear as appropriate. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 83936a6b821fe623a6bb7121d128a90107bf703c) Signed-off-by: Julian Maurice (cherry picked from commit daaf3c758c9ba6e642083f4e198b8ad451444c3f) Signed-off-by: Fr?d?ric Demians commit d3324e3f2505ef355cd4b20ad90acd1fe3f1219b Author: Hector Castro Date: Tue Jan 19 15:10:03 2016 -0600 Bug 15598: Also fixing space near exclamation mark in other files To test: -Check that the space near to exclamation mark (!) is fixed Signed-off-by: Briana Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit d3b7ccc87e2da4666617122f05ece2250a7c1500) Signed-off-by: Julian Maurice (cherry picked from commit 7db70b33a4dedd6d1de321a49f4e4be33fd17293) Signed-off-by: Fr?d?ric Demians commit 67d6b2fb2286ca7f7ed53ca1c4f64c03bf2af7dc Author: Hector Castro Date: Tue Jan 19 14:40:02 2016 -0600 Bug 15597: Typo in opac-auth-detail.tt Patch fix a small type To test: - Verify that a double punctuation mark colon (:) is fix it. Signed-off-by: Briana Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 386aafd8bda94581c4eaa070552bf9a025306ceb) Signed-off-by: Julian Maurice (cherry picked from commit 6cb7dc0c0a06839892bcba9172a1603793481f90) Signed-off-by: Fr?d?ric Demians commit 9fba5a9f0c7f4d8d144f38ae4cf6b6f5764d42ed Author: Aleisha Date: Mon Jan 18 20:09:37 2016 +0000 Bug 15589: Changing 'his' to 'their' in OPAC lists To be more gender neutral To test: 1) Go to OPAC lists (opac-shelves.pl) 2) Confirm it now says "Allow anyone to remove their own contributed entries." Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 229cc7e8be66b61b2a0070a83d63cb7afb513d3f) Signed-off-by: Julian Maurice (cherry picked from commit d26086a84c9909dcc96d4f35086f4028a3e4c8bd) Signed-off-by: Fr?d?ric Demians commit 38dc5c75c48254c79277424e789e36e58e92dc36 Author: Kyle M Hall Date: Fri Jan 15 18:20:09 2016 +0000 Bug 15375 [QA Followup] - Fix non-functional restriction message and date Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 43694867676ed627759a302ade7d666ab029490b) Signed-off-by: Julian Maurice (cherry picked from commit db2a954579499d8f21670c157ee50959fe50143e) Signed-off-by: Fr?d?ric Demians commit 70f5762fb6cd0a89e996496a9a7d2b4f176b805f Author: Kyle M Hall Date: Fri Jan 15 18:02:49 2016 +0000 Bug 15375 [QA Followup] - Remove refereces to biblio and biblionumber for patron messages Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit a633af13b6851a15b71140ab123105d02c803da3) Signed-off-by: Julian Maurice (cherry picked from commit 73bf2f2dc83974a9d33c7b02078697a84111def3) Signed-off-by: Fr?d?ric Demians commit b5cca12611e368463da1f58c13cf800e01eb63a3 Author: Marc V?ron Date: Tue Dec 15 11:21:08 2015 +0100 Bug 15375 - Translatability: Fix issues on OPAC page 'Placing a hold' Fix several issues with odd translations on opac-reserve.tt due to string splitting by tags. In addition, streamline messages to make them similar to the same messages on the OPAC summary page (Bug 15374) To test: - Apply patch - Log in to OPAC - with blocked /debarred user (with and without comment and date) - with user who has to much fines - with user who has his card marked as lost - with user with expired account - with user with uncertain address information - Try to put holds - Verify that message about why holds are not possible is correct and displays nicely and that links in messages work - Carefully examine code - Search for regressions (Amended: stray i removed, test plan updated, removed account that is about to expire) Signed-off-by: Aleisha I am going to sign off on this because it works as it should and I think the problems I had in comment 8 are a separate bug. Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit f0face38698b5c803604b37509edad98e2291bcd) Signed-off-by: Julian Maurice (cherry picked from commit dceb3ed02284270af12b711014d30555115403f8) Signed-off-by: Fr?d?ric Demians commit fffe15f7954476aacd8c951b662b82f9c3191102 Author: Hector Castro Date: Mon Jan 11 22:34:01 2016 -0600 Bug 15190: Bad utf8 decode to unapi and fixing status code 200 Fix bad utf8 decoding, also fix status code 200 for no parameters passed to script To reproduce the issue in OPAC 1) Copy from LOC (Z39.50) ISBN 8467020113 or test it with whichever record with special characters 2) Open URL in OPAC cgi-bin/koha/unapi?id=koha:biblionumber:4&format=oai_dc play with oai_dc, srw_dc, mods, mods-full, mods3, mods3-full, rdfdc. Note: marcxml does not fail 3) Enter the new biblionumber for ISBN 8467020113 or the record of your choise 4) An oai_dc record will display, notice about the bad utf8 decoding characters 5) Search the record in OPAC 6) To reproduce code 200 Ok and 300 Multiple choices play with: cgi-bin/koha/unapi cgi-bin/koha/unapi?id=koha:biblionumber:4 7) If possible test in NORMARC (UNIMARC will launch an error because bug 15162) Test plan -Apply patch -Follow steps 2 to 6 -You will see no errors in utf8 Followed test plan, works as expected. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher (cherry picked from commit 283d80729a49c8821a5ce95bcf3affd24cce93e6) Signed-off-by: Julian Maurice (cherry picked from commit 4f976932a489f347becd5eb7f27952dcda35fa3d) Signed-off-by: Fr?d?ric Demians commit 856a2bd1a11200a0d03eb87cb55f279465917f9d Author: Gus Date: Wed Jan 20 03:42:42 2016 +0000 Bug 15624: Spelling mistake in suggestion.pl Test - due to noone being in a comparison name it was not changed 1. search for choosen, see that it was removed 2. search for agregate, see that it was removed Signed-off-by: Hector Castro Typos fixed Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 9c2b0ea1158f7c3cd47e3ece8aa6575f78cc304f) Signed-off-by: Julian Maurice (cherry picked from commit ac36fe478adeb8d0565ca1538db25a57b60380cd) Signed-off-by: Fr?d?ric Demians commit 600b83a136b02d664f4c27dcc9b358e19724f44f Author: Gus Date: Wed Jan 20 02:56:07 2016 +0000 15623 - Spelling mistake in boraccount.pl Test - Search for writen, if not found fix is correct Signed-off-by: Mirko Tietgen Signed-off-by: Marcel de Rooy Gus: You should try git grep writen one more time :) Signed-off-by: Brendan A Gallagher (cherry picked from commit 17a2426e0f6ea79eeea7e70acb670111ee6fa5f5) Signed-off-by: Julian Maurice (cherry picked from commit d5dd89ff78f733be327f258ed1b8be16e3d030ef) Signed-off-by: Fr?d?ric Demians commit 6a03a328987e54fe817e2e62bbfcbbd8d1d9becf Author: Gus Date: Wed Jan 20 02:45:16 2016 +0000 Bug 15621: Spelling mistake in printinvice.pl Test- search for writen, if not found patch successful Signed-off-by: Hector Castro Typo fixed Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 12bd1dc60171fb9c85ef7176908a9f205190b2a6) Signed-off-by: Julian Maurice (cherry picked from commit e23abce8ddd275505caeaaef058e8a90bf61495a) Signed-off-by: Fr?d?ric Demians commit 2b19f959ce0c99b563f3adab12513f075fb62b47 Author: Gus Date: Tue Jan 19 23:13:57 2016 +0000 Bug 15619: Spelling mistake in memberentry.pl Test - Check file for 'konw', notice no instance Signed-off-by: Hector Castro Typo fixed Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 89978bab103cbcf7e83e69d47851e9b0bc16238a) Signed-off-by: Julian Maurice (cherry picked from commit 45095c007839fb4cd46e52e2b3188d9d2b50ebda) Signed-off-by: Fr?d?ric Demians commit 5f51b6f9708acb8ff0a2dbc323621e383a4100b5 Author: Chloe Date: Tue Jan 19 20:40:34 2016 +0000 Bug 15614 - Spelling mistake in circ/pendingreserves.tt: Fullfilled To Test: Check if "fullfilled" has been changed to "fulfilled" in line 137 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 69b5fc9aa16891d7425685219a41078581ef2383) Signed-off-by: Julian Maurice (cherry picked from commit 644e69cb7fa3aac68abe610b7b59045dc92d8d29) Signed-off-by: Fr?d?ric Demians commit 231f6d9ebe6cfc72f30d6f5460ffddfe7ca94713 Author: Jonathan Druart Date: Wed Jan 20 16:14:22 2016 +0000 Bug 15613: Fix 2 other occurrences of paramter vs parameter Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 6c80367f85b92f7b66c9b6255f836bc29f40d660) Signed-off-by: Julian Maurice (cherry picked from commit 8013976d3e00eb3c9ae3370aaa925e0c29048e06) Signed-off-by: Fr?d?ric Demians commit 03efedc3e9f8e718642840fae23d864ecaca2f7a Author: Gus Date: Tue Jan 19 20:28:43 2016 +0000 Bug 15613 - Spelling mistake in opac-shelves.tt Spelling mistake in opac-shelves.tt paramter ==> parameter To test - check the change is made in the file Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 9a109fde4caf3e983f086e60f61cf2fa59b225dd) Signed-off-by: Julian Maurice (cherry picked from commit 314f1f7a2f116bc6a18fe2f14883f5e3bf2a3760) Signed-off-by: Fr?d?ric Demians commit 4c8945df2386c0e37ba85e41735624307d63cb62 Author: Jonathan Druart Date: Wed Jan 20 16:10:33 2016 +0000 Bug 15611: Fix another implimented vs implemented Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 2723e463c0f3b9ee6cec77309bf5f2d97779be02) Signed-off-by: Julian Maurice (cherry picked from commit 6c1b8ddffee6f9c414a14e02b10b428b04eb5e5e) Signed-off-by: Fr?d?ric Demians commit c0d4938a76ce0af04807762e9fd40db53a635f87 Author: Chloe Date: Tue Jan 19 20:56:17 2016 +0000 Bug 15611 - Spelling mistake in patroncards/edit-layout.tt To Test: check that "implimented" has been changed to "implemented" on both lines 478 and 534 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 88607dfaf1d470a24b0b27d0ef4b2be8967cf93a) Signed-off-by: Julian Maurice (cherry picked from commit 74680de7361c31ae87ca35d3e4a6347b05747067) Signed-off-by: Fr?d?ric Demians commit edf5844893500b6e624d291e7e339838afbf38c6 Author: Aleisha Date: Mon Jan 11 21:15:46 2016 +0000 Bug 14641: [SIGNED-OFF] Warns in subscription-add.pl Removes warn using Jonathan's suggestion! To test: 1) Reproduce warns by clicking New Subscription 2) Apply patch 3) Click New Subscription again 4) Confirm warns are gone Signed-off-by: Magnus Enger Patch removes the warn that come when clicking "New subscription" Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit fe7940257537042ff6ffab9c7b718e5b8a5dc368) Signed-off-by: Julian Maurice (cherry picked from commit 0e6346c614bd5707d79fc376dd4d9028c5086bc9) Signed-off-by: Fr?d?ric Demians commit 88d4d49b11b43fcc1de49a7c0f7027bf81de5e6f Author: Aleisha Date: Tue Dec 29 19:39:20 2015 +0000 Bug 14480: Silences warn from editing patron Argument "" isn't numeric in numeric lt (<) TEST PLAN --------- 1) Go to any patron in staff client 2) Click 'Edit' 3) Check error logs -- warnings should exist. 4) Apply patch 5) Reload page -- warnings should not be triggered. 6) Add restriction and save 7) Go back to edit screen -- restriction should be shown 8) Remove restriction and save 9) Go back to edit screen -- Should say "Patron is currently unrestricted" 10) Run koha qa test tools. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 11109501eb6c8b8ee55390cd9860ac6dbf8c908c) Signed-off-by: Julian Maurice (cherry picked from commit c08a13593cbc3a60ac3d5345c93c6c4c362a3835) Signed-off-by: Fr?d?ric Demians commit 258cb5aaef8dd94e92784c1a0c5de65bb0fab431 Author: Marcel de Rooy Date: Wed Jan 13 11:16:02 2016 +0100 Bug 15553: [QA Follow-up] Replace hardcoded tmp and add instance to dirname If you use multiple instances on one server, you could have the situation that instance A creates the cgisess subfolder and instance B could have a permission problem. This patch resolves that by allowing each instance to have its own cgisess subfolder. Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher (cherry picked from commit c4934b2dab427da4304913b3f0f26e0a24606896) Signed-off-by: Julian Maurice (cherry picked from commit d259eaac7ba240cbe9008271d9d123a5758547d8) Signed-off-by: Fr?d?ric Demians commit 5a0dc0c2a49fcb960548fe90f0e97b6a8c12a1ff Author: Blou Date: Mon Jan 11 16:41:11 2016 -0500 Bug 15553 - [SIGNED-OFF] cgisess_ files polluting the /tmp directory When some users want to improve performance, one suggestion is to switch the syspref "sessionstorage" to 'tmp', which store the session info in the /tmp directory instead of the database. Depending on the frequency of the cleaning process (or lack thereof), this can be heavy pollution into the /tmp directory, making it unusable. "rm cgi*" would not even work since cgi* extends to over 8000 items... A simple fix is to modify the target directory in C4/Auth.pm to /tmp/cgisess. Testing scenario: 1) change the syspref SessionStorage to 'tmp' 2) Log into the OPAC, validate that a file named /tmp/cgisess_(something) got created 3) Apply the patch 4) Log into the OPAC, validate that a file /tmp/cgisess/cgisess_(something) got created Signed-off-by: Magnus Enger Works as advertised. Session files are created in /tmp/cgisess/ instead of directly in /tmp. I usually store sessions in memcached, but a couple of times memcached has died on me, and before I knew it, /tmp was so full of sessions files, I could not easily delete them with "rm /tmp/cgisess*". Being able to delete /tmp/cgisess/ should be a bit easier. Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher (cherry picked from commit 3815915a3338c4380da7773acc675b07ac82562d) Signed-off-by: Julian Maurice (cherry picked from commit 6efb2ebc0f81c5eaa7e42475495131f578487ffc) Signed-off-by: Fr?d?ric Demians commit 66e9870a3e50cd937cab93fc23085e372e66cf3e Author: Chloe Date: Tue Jan 19 03:09:50 2016 +0000 Bug 15468 - Search links on callnumbers with parentheses fails on OPAC results page To Test: 1-before plugin search in opac for a call number with either a "(" or a ")" in it 2-it should come back with no results 3-use plugin 4-re-search the call number with "(" or ")" 5-the search should come back with results Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer It seems this only works with OPAC XSLT for results page turned off and OPACItemsResultsDisplay turned on. - Then the callnumbers in the result list will be linked for searching. Signed-off-by: Brendan A Gallagher (cherry picked from commit 6d9a75014e1f1ef7dc84a3d14643271658eacc2e) Signed-off-by: Julian Maurice (cherry picked from commit 27f9eb01197dddb95332871eb5c1ba4fe3589af0) Signed-off-by: Fr?d?ric Demians commit 4ccc3451101d6a8341c355bdf0e4129003d98a29 Author: Chloe Date: Tue Jan 19 21:18:09 2016 +0000 Bug 15592 - spelling mistake in ~/Koha/koha-tmpl/intranet-tmpl/p./plugins/plugins-upload.tt To Test: checkthat "extention" has been changed to "extension" on line 27 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 70086f1681155d8e63c9ee1b149c3f812df8f125) Signed-off-by: Julian Maurice (cherry picked from commit 841aa118e575470af73ef3160c63a421b6d99b58) Signed-off-by: Fr?d?ric Demians commit 31a50f6eb76d0ba736e18c7133c2de513a505f3c Author: Winona Salesky Date: Mon Jan 4 09:33:00 2016 -0500 Bug 15444 - MARC21: Repeated 508 not correctly formatted (missing separator) This patch adds a separator for multiple 508 fields to the XSLT display in the staff and OPAC detail view. Separator is wrapped in span with class=?separator? for easy manipulation via css. To test: * Search the OPAC * Click the title with multiple 508 fields * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 1c5f75fde534db8a2b1329d5dfb83d34d9d29982) Signed-off-by: Julian Maurice (cherry picked from commit c68d58259ef27d187b67f8d39d8dd7578173b1e1) Signed-off-by: Fr?d?ric Demians commit a51ef6e248cabe3ca81c978eee8c2f39b09afa39 Author: Marc V?ron Date: Wed Jan 6 10:29:01 2016 +0100 Bug 15476: Listname not always displayed in shelves.pl To reproduce: - In staff client, go to List and click on the name of an existing list. - At the bottom of the screen, you see a title "Add an item to " but no list name. To test: - Apply patch - Verify that listname appears after "Add an item to " Signed-off-by: Hector Castro Works as advertised. Label/legend for listname displayed Ok Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit df13a5d3e7727f6a7db67aac618fb85c135b2723) Signed-off-by: Julian Maurice (cherry picked from commit 67c26ef476319149954794244310c990552dbf4e) Signed-off-by: Fr?d?ric Demians commit 85df13877290e4c0a4b659aadbcb2865c7058241 Author: Natasha Date: Tue Jan 19 02:51:49 2016 +0000 Bug 14624 - <> for advance_notices.pl wrongly documented To Test Check perldoc for misc/cronjobs/advance_noitces.pl and see that the documentation matches. Ran: $ perldoc misc/cronjobs/advance_noitces.pl Saw expected changes. Koha QA test tools pass too. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Switched due date for the name of the database column date_due as the parameter expects a list of database column names. (cherry picked from commit 4120e48b0ffe974636f8b070ea3c3f3956948409) Signed-off-by: Julian Maurice (cherry picked from commit b3586e5dc7b5c6646c403ee144b33853c21b77cb) Signed-off-by: Fr?d?ric Demians commit 14d59c88699dcd369624f65268184aa27807da0d Author: Chloe Date: Tue Jan 19 21:02:13 2016 +0000 Bug 15609 - spelling mistake in :692: writen ==> written To test: Check that "writen" has been changed to "written" on line 692 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit f37ce198feae78b82b751f1c3d682010b4db0305) Signed-off-by: Julian Maurice (cherry picked from commit 87e96810fc548c3301be54135fa6cc918f83f1fc) Signed-off-by: Fr?d?ric Demians commit 44a331a2b420ec5345274589c76347b225f0b2d3 Author: Jonathan Druart Date: Thu Jan 7 12:50:35 2016 +0000 Bug 15299: Ask for confirmation when deleting a report from second page Some link are hidden when loading the page, by DataTables, we need to use the delegate jQuery method to attach a handler to the click event for all delete links (the ones existing when loading the page, and the ones displayed in the future). Test plan: Have more than 20 reports defined Go on the report list view, then change the number of elements displayed, click "action>delete". You should get a warn. Signed-off-by: Liz Rea Confirm that there is now a confirmation on delete from the list -> action menu Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit dcce65c8fd6f6d4963a3dd0e8b73a79548a2aa8b) Signed-off-by: Julian Maurice Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (cherry picked from commit dfdf3c15de1fc741f6aafcea83d340728c6bffc3) Signed-off-by: Fr?d?ric Demians commit cacbfbf834ffbba85a6778eb311e839aa886913f Author: Briana Date: Tue Jan 19 01:21:50 2016 +0000 Bug 14810 Improve messages in patron anonymizing tool To test: Create circulation records Go to 'http://localhost:8081/cgi-bin/koha/tools/cleanborrowers.pl' Anonymize patron checkout history Message should read 'All checkouts older than [date] have been anonymized When patch is not applied, message reads 'All patrons with checkouts older than [date] have been anonymized" Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit e38564d2132e1e102cec23d239fb81cd987b3de8) Signed-off-by: Julian Maurice (cherry picked from commit 2f3843af990491ea9e628c064838b904f9e9223d) Signed-off-by: Fr?d?ric Demians commit 8e554c858137c5a16d52fc96e24128e45d56a416 Author: Martin Stenberg Date: Mon Sep 21 13:16:39 2015 +0200 Bug 14555: Warns in opac-search.pl Avoid use of uninitialized value in split == Test plan == 1. Go to opac advanced search 2. Click "Search" without any search query 3. Log file will show "Use of uninitialized value in split at ..." 4. Apply this patch 5. Repeat step 1 and 2 6. Log file should no longer show "Use of uninitialized value in split at ..." Sponsored-by: Regionbibliotek Halland / County library of Halland Signed-off-by: Aleisha Signed-off-by: Jonathan Druart At step 2 you have to check a criteria Signed-off-by: Brendan A Gallagher (cherry picked from commit ab81a0feeebf1c01857755f53060dcc255960e9b) Signed-off-by: Julian Maurice (cherry picked from commit 34f20412f89e9320e0fe2a0a3778a3e680566ec3) Signed-off-by: Fr?d?ric Demians commit fa83ce9b6ed410cd99d51c35b29262e41ad19a4b Author: Jonathan Druart Date: Mon Dec 21 12:31:59 2015 +0000 Bug 12636: Do not display unique patron attributes in the batch patron modification Batch patron modification should not offer to update patron attributes with values which are designated as unique since such attributes are required to be unique to a single patron. Test plan: Create some patron attributes, some should be unique. Use the batch patron modification tool to modify patrons. With this patch, the patron attributes marked as unique won't be display anymore. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit b7b94b7012704d99a91ce32723404095a68fe6f1) Signed-off-by: Julian Maurice (cherry picked from commit 4c0506f33e07807d548fe4870d25ea367015c0e1) Signed-off-by: Fr?d?ric Demians commit e56a39f657dfde13b5e73598dcba38a90e584606 Author: Jonathan Druart Date: Fri Aug 21 10:43:13 2015 +0100 Bug 14133: Print notices should be generated with the print template If the overdue notice to send is an email or a SMS and the patron does not provided such information, a print notice is generated. But it will be generated with the email or sms template, which is not useful, especially in the SMS case. The template to use should be the print one. Test plan: 0/ Does not apply this patch and Correctly define the overdue rules to generate an overdue notice to the message_queue table. Check email + SMS 1/ Define an email address and a SMS number for a patron 2/ Generate the overdue notices (misc/cronjobs/overdue_notices.pl [-t]) 3/ 2 notices should have been generated: mtt=email with the email template used mtt=sms with the sms template used 4/ Truncate the message_queue table 5/ Remove the email address and repeat 2 6/ Only 1 notice should have been generated: mtt=print with the email template used 7/ Truncate the message_queue table 8/ Remove the sms alert number and repeat 2 9/ 2 notices should have been generated: mtt=print with the email template used (or sms I suppose) 10/ Apply this patch and repeat previous steps. The print notices should be generated with the print template. IMPORTANT NOTE: This test plan does not take into account the notices generated for the staff ("These messages were not sent directly to the patrons."). However the behavior will also change, the print template will be used in all cases. Is it what we want? Signed-off-by: Chris Seems fine by me Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 581759e985c170db0edb4a895cda641930e5ac11) Signed-off-by: Julian Maurice (cherry picked from commit d55a5ca464f6af91419cab74ee91dbacff9c9722) Signed-off-by: Fr?d?ric Demians commit 822cb5158696d0f35222c9899ce031a2ac310122 Author: Aleisha Date: Thu Jan 14 02:33:23 2016 +0000 Bug 15577: Correcting link redirect To test: 1) Add a restriction to a user 2) Log in as that user in the OPAC 3) Click 'your account page' link in the yellow mesage 4) Confirm you are taken to opac-account.pl Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 5b6457087d0c8be00cbe3d54a7e157706f74908b) Signed-off-by: Julian Maurice (cherry picked from commit 7cfa560631c5a0d116b02aa0499f9da69f8351c0) Signed-off-by: Fr?d?ric Demians commit 05ef470ecbd2eaccf1577f07ed9e5f750fcd931a Author: Jonathan Druart Date: Mon Dec 14 09:32:50 2015 +0000 Bug 15357: Display existing holds even if no items exist If all the items have been deleted for a record and holds exist, the holds are not displayed. You are not able to delete the items from the record detail page, but you can from the items page. Test plan: 1 - Place 1 or more title level holds on a record. 2 - Delete each item individually. 3 - Note that you see the number of holds on the record details page With this patch, that holds are accessible via the holds tab. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 0e4b703d239551207ca72c5b201475418c7cfd9c) Signed-off-by: Julian Maurice (cherry picked from commit 2903bc2909180d3f021f7caf2c1181b2a00c5b2f) Signed-off-by: Fr?d?ric Demians commit dead28ef19bffe1e3fa8dd8abb5cea4a6e3ed091 Author: Jonathan Druart Date: Tue Jan 5 14:37:20 2016 +0000 Bug 15353: Display the patron image where needed On the 3 following pages, the patron image was not displayed: members/discharge.pl members/pay.pl members/paycollect.pl Test plan: Apply this patch and confirm the image is now displayed Followed test plan, image displays as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit bb0c2fce1b87222933bfa5dd02ca614521ba2a0c) Signed-off-by: Julian Maurice (cherry picked from commit 64eb1f88ea741ca06b0a17bf4186ad25c7487f81) Signed-off-by: Fr?d?ric Demians commit 1692d597e29a9b53c4979b2eb48e18f31c01c6e5 Author: Jonathan Druart Date: Tue Jan 5 15:41:36 2016 +0000 Bug 15398: Hide Staff members only in the patron deletion/anonymization tool On bug 9076 (commit 568a4c1230ee9a4002181fcab2c083faf6c323a9), the plan was to hide the Staff members from the tool. But the test was wrong, it was done on the category_code instead of the category_type value. Test plan: 1/ Create a category 'Student' which is not part of the Staff (category_code=S, category_type!=S) 2/ Create a staff category (category_type=S) 3/ Go on the deletion/anonymization tool (tools/cleanborrowers.pl) and confirm that the category Student category is displayed in the dropdown list. Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no errors. Signed-off-by: Kyle M Hall http://bugs.koha-community.org/show_bug.cgi?id=15308 Signed-off-by: Brendan A Gallagher (cherry picked from commit 6f0cdee69b670f1c49693198e335deb26470d961) Signed-off-by: Julian Maurice (cherry picked from commit 5349313187dbea4804b7d0e28db7ad16827afbe5) Signed-off-by: Fr?d?ric Demians commit c5c3d47621cfb39df13fc7e4227fda056813e379 Author: Jonathan Druart Date: Tue Jan 19 16:58:07 2016 +0000 Bug 15391: Fix HoldsQueue.t tests Prior to this patch, in HoldsQueue.t: 63 my @item_types = C4::ItemType->all; 64 my $itemtype = grep { $_->{notforloan} == 1 } @item_types 65 or BAIL_OUT("No adequate itemtype"); Then we use the $itemtype variable (which contains the number of item types not for loan): 92 $dbh->do("INSERT INTO biblioitems (biblionumber, marcxml, itemtype) 93 VALUES ($biblionumber, '', '$itemtype')"); There is obviously something wrong here. The code should be 64 my @not_for_loan = grep { $_->{notforloan} == 1 } @item_types 65 or BAIL_OUT("No adequate itemtype"); 66 my $itemtype = $not_for_loan[0]->{itemtype}; But then some tests don't pass: Actually the problem comes from: commit bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1 Bug 10336: HoldsQueue.t needs to create its own data -my $itemtype = $dbh->selectrow_array("SELECT min(itemtype) FROM itemtypes WHERE notforloan = 0") +my @item_types = C4::ItemType->all; +my $itemtype = grep { $_->{notforloan} == 1 } @item_types The line should have been: my $itemtype = grep { $_->{notforloan} == 0 } @item_types Test plan: Confirm that the tests still pass after this patch applied. Signed-off-by: Kyle M Hall All tests pass pre and post patch Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit b340d1f5bd02e1ddb535db13e321e6b07a166725) Signed-off-by: Julian Maurice (cherry picked from commit 31ab3b277c51c5ae8c3b6ccdfa2a9e007b85a0e3) Signed-off-by: Fr?d?ric Demians commit c5cb615f9ce18b650a270e444dbc6868aa09fa0d Author: Marcel de Rooy Date: Thu Jan 14 12:29:45 2016 +0100 Bug 9754: koha-remove optionally includes var/lib and var/spool Currently, the files in the folder /var/lib/koha/[instance] and also in /var/spool/koha/[instance] are not removed. This patch adds the option -p|--purge-all to include those two directories when removing files. Note: There was a small bug in the for loop. On the -k line the extra shift statement is one too much. NOTE: Verify that you use the adjusted koha-remove in the test plan and not accidentally an older version of this script. Test plan: [1] Create an instance test. [2] Run koha-remove and verify that /var/lib/koha/test still exists. [3] Create an instance test2. [4] Run koha-remove -k -p and verify that the sql database still exists but the two instance folders in var/lib/koha and var/spool/koha are gone. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 1d99fa026bb05225df93e56740456ba185a5937d) Signed-off-by: Julian Maurice (cherry picked from commit 69fd29942c843b8b15df1bb75cd25451344341ba) Signed-off-by: Fr?d?ric Demians commit 11796d60fa3167bd8b715a2289f90272e65af360 Author: Jonathan Druart Date: Mon Dec 28 15:47:01 2015 +0000 Bug 15209: Check the parameter at the beginning of the subroutines It seems better to check if parameters exist at the beginning of a subroutine. It makes the code easier to read and there is 1 indentation level less. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 372881ebfd5552ecb83450c7afea6a76f2df1a0b) Signed-off-by: Julian Maurice (cherry picked from commit 7132c9b49ca0c2abf7592d56e4b467be9107dd3f) Signed-off-by: Fr?d?ric Demians commit 87388b7d3ac56b609e43c1600564d998693b6c3e Author: Jonathan Druart Date: Mon Dec 28 15:46:59 2015 +0000 Bug 15209: Add tests Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit c273e888b0468c6d8e943f9989f6680dc63203fa) Signed-off-by: Julian Maurice (cherry picked from commit bc287802a996b265d008845867f1691eeca576d9) commit 60e9074bec01d4e16502bb0f9535ba8d11dcf391 Author: Colin Campbell Date: Wed Nov 18 14:53:58 2015 +0000 Bug 15209 Validate passed MARC::Record objs in C4::Koha Ensure that a passed MARC::Record is defined before calling its methods. Otherwise you are open to occurences of the error 'Can't call method "field" on an undefined value' In a CGI environment you can live with such sloppiness but in a persistent environment the error can cause the instance to abort. Made all routines passed a MARC::Record validate it before calling its methods. Changed the parameter name from the meaningless record to marcrecord to indicate its content. Added an explicit return for all cases where no valid data returned. Cleaned up some logic for clarity. I think we can assume that GetNormalizedOCLCNumber meant to look at all 035s till it found an OCLC number not just the first. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 960458dee4a9c09506f48fa73950c0e2da3611e7) Signed-off-by: Julian Maurice (cherry picked from commit 958985b2ff7304cc55a620e0cd1f09d31d213463) Signed-off-by: Fr?d?ric Demians commit 7d81810d148dccded70c3cd3ab0a5b7cfd1c2d74 Author: Marcel de Rooy Date: Wed Jan 27 15:44:31 2016 +0100 Bug 15240: [QA Follow-up] Minor adjustments This patch does: [1] It removes some unused modules. [2] It adds some options not listed in the synopsis. [3] It removes an unused sql expression from one query. Note: In fines related code the third parameter of CalcFine sometimes is named as days_overdue too. [4] Corrects a few typos in comments or pod. Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher (cherry picked from commit 8d072272fa396820ec655fb7b45d30eee6fca3e8) Signed-off-by: Julian Maurice (cherry picked from commit b94fc3419dc04d06d7557753cea619633ab4c8dd) Signed-off-by: Fr?d?ric Demians commit 153877f10fd615213fb22f850965ca374b8c02c8 Author: Jonathan Druart Date: Wed Dec 9 11:10:33 2015 +0000 Bug 15240: Do not process issues with a date due later than today There is no need to do this job in Perl, MySQL could do it instead. The idea is to only retrieve the issues info which could be overdued. To test: 1/ Run the script 2/ Apply the patch 3/ Run the script again, notice the exact same results but execution time is faster Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher (cherry picked from commit 0d36c27678a6968304990759657e2312338763eb) Signed-off-by: Julian Maurice (cherry picked from commit e46923af8829f7da9eb3b94e89831b32e68df040) Signed-off-by: Fr?d?ric Demians commit 7ab00713f020761fe40abce1f5f4ba55f613437c Author: Kyle M Hall Date: Wed Jan 27 16:15:42 2016 +0000 Bug 15680 - Fresh install of Koha cannot find any dependencies Revert "Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm" This reverts commit 0e356b214eb049a446a8d089d579775aa49287d7. Fixing the evals in PerlModules.pm to pass perl critic has caused a regression. If appears that using a block eval will not work here, at least not in its current form. (cherry picked from commit c2f667b4f220c5f3cfb904759b5d4bee679f1ed7) Signed-off-by: Julian Maurice (cherry picked from commit ff73d0415fade98b79dcaa185640fff694ea80a5) Signed-off-by: Fr?d?ric Demians commit 4ebed3e6364a460b84073ecc3d8f3cbe4b75ab76 Author: Chloe Date: Thu Jan 21 23:47:42 2016 +0000 Bug 12045 - Transfer impossible if barcode includes spaces have changed the code which strips the white space to only remove the leading and trailing white space instead To Test- 1- go to circulation -> transfer 2- attempt to tranfer an item where the barcode has a space in the middle of it 3- it should fail 4- apply patch 5- try again 6- it should work NOTE: I purposefully added: die "($barcode)"; Before, all spaces were removed. ' white space ' became '(whitespace)' After, only external spaces were remove ' white space ' became '(white space)' Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 47caf69a469cb48ef18754d2e3bf077e5e882aa4) Signed-off-by: Julian Maurice (cherry picked from commit 8fa06fdfde407522d6f647527e1b3fefa52a154d) Signed-off-by: Fr?d?ric Demians commit 9e456ee006a457bd5afc5859bfff269e97677abb Author: Kyle M Hall Date: Fri Jan 8 17:00:36 2016 +0000 Bug 15530 - Editing a course item via a disabled course disables it even if it is on other enabled courses It appears that if the course item is edited by clicking the edit link from an active course, the course item will be set to enabled and the fields will be swapped, if the same course item is edited from a course that is *not* active, the course item will be set to *not* enabled, and the original fields will be swapped back in! The short term work-around is to only edit course items from an enabled course if the item has a course that is enabled. If all the courses it is on are disabled, it doesn't matter what course the item is edited from. Test Plan: 1) Create two courses, 1 enabled and 1 disabled 2) Add an item as a course reserve to both courses 3) Edit the course reserve data for the item via the enabled course 4) Note the course item is enabled ( easy way is to check the database ) 5) Edit the same course reserve data, but via the disabled course 6) Note the course item is now disabled even though it is part of an enabled course! 7) Apply this patch 8) Repeat steps 1 through 5 9) Note the course item is still enabled Signed-off-by: Margaret Holt Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit d10adb26aa661a6b5f6dc9b2fd6f8ab966f98918) Signed-off-by: Julian Maurice (cherry picked from commit 4739952294165f764ee7074f5a71235e328697a3) commit 56242f3452984be7f92cbc598007e39757d25c24 Author: Kyle M Hall Date: Fri Jan 8 17:00:18 2016 +0000 Bug 15530 - Add Unit Test Signed-off-by: Margaret Holt Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 31ffdbf49af617db29c8b6bfcaf01566d84f2a33) Signed-off-by: Julian Maurice (cherry picked from commit cd7d29440f8b1f88b88cba0d9934e3907847793b) commit 5ffe29c646e73b5cf594ac3062e2a018647315b2 Author: Jonathan Druart Date: Tue Jan 19 08:55:49 2016 +0000 Bug 15188: Do not remove unused auths if zebra is not reachable Other conn errors should be checked (wrong user/pwd, etc.) Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit a60943bc1b28696459ea5a28df9874083b9f0966) Signed-off-by: Julian Maurice (cherry picked from commit 67b3f0196ea4129488193f27fd3e28591ff5f33d) Signed-off-by: Fr?d?ric Demians commit 61c4621217f39fff2e2d91753a028f38c6ece71e Author: Alex Arnaud Date: Tue Dec 29 16:46:38 2015 +0100 Bug 15188 - Fixes remove_unused_authorities.pl will delete all authorities if zebra is not running Test plan: 1) Shut down zebra: koha-zebra-ctl.sh stop 2) Execute the script: remove_unused_authorities.pl (with -t if you don't want to really delete from your database). 3) Check that the script would have deleted all the authorities (eg: 31449 authorities parsed, 31449 deleted and 0 unchanged because used). 4) Apply patch 5) Run, notice that the script dies because zebra is unavailable Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit 128e7f54b17501ee43614aa8f8c50c3789921f08) Signed-off-by: Julian Maurice (cherry picked from commit 6b6213deea813bf9040dfa5232546b9a48b41e37) Signed-off-by: Fr?d?ric Demians commit c3ed8d41526221acc233182a85d66973078e8220 Author: Jonathan Druart Date: Tue Dec 9 09:48:58 2014 +0100 Bug 6679: (follow-up) fix 9 perlcritic violations in C4/TmplTokenType.pm Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 8ca35dc7a9291a685a4d22aaf2c18e8023c7be4f) Signed-off-by: Julian Maurice (cherry picked from commit 8022419f58b7dc861f235e568b4abd4c9b26f352) Signed-off-by: Fr?d?ric Demians commit cf83f047cad2ac5dd19e7d4f198700c5f0e98a28 Author: Mason James Date: Tue Sep 25 11:21:43 2012 +1200 Bug 6679 - Fixing code so it passes basic Perl:::Critic tests opac/ilsdi.pl: Stricture disabled at line 217, column 17. See page 429 of PBP. (Severity: 5) Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit f2eb9681457627e24ba44bcbb0aa64792a88cc4e) Signed-off-by: Julian Maurice (cherry picked from commit a6f2231b4fe772b2f2fa5c5ac3bed3449013f163) Signed-off-by: Fr?d?ric Demians commit e6282f66cacfd04e7fe9280b118d28f0c824007f Author: Mason James Date: Wed Jun 27 05:07:46 2012 +1200 Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm Expression form of "eval" at line 71, column 9. See page 161 of PBP. (Severity: 5) Expression form of "eval" at line 85, column 13. See page 161 of PBP. (Severity: 5) Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 0e356b214eb049a446a8d089d579775aa49287d7) Signed-off-by: Julian Maurice (cherry picked from commit f8bd7e717927c65782f544ee0b5a3ec38a3330ad) Signed-off-by: Fr?d?ric Demians commit f44d4ba891775670d51f034603db7aa702c65f9b Author: Mason James Date: Wed Jun 27 01:08:34 2012 +1200 Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm - Subroutine prototypes used at line 86, column 1. See page 194 of PBP. (Severity: 5) Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit ae546e3adefaf06279e4a380346a4a302acd869a) Signed-off-by: Julian Maurice (cherry picked from commit 25344fa446836a99e74f5931ee702748001897e1) Signed-off-by: Fr?d?ric Demians commit af677b11d18a04f284dd1e908f0cf2e0486104df Author: Jonathan Druart Date: Mon Jan 11 11:32:23 2016 +0000 Bug 2669: Change checkboxes to radio buttons on dictionary On creating new dictionary for report, the choice between "All dates" and "Date range" should be a real radio button, not 2 radio buttons with different names (which means they could be selected altogether...) Note that I don't understand what means 'All dates', there is no condition generated for the dictionary. We should not have to select a field if we don't want to add a condition on it :) Test plan: Create a new dictionary for the Patron module, then a date field (dateenrolled or birthdate, etc.) Confirm that the radio buttons now behave as radio buttons... Signed-off-by: Aleisha Looks so much nicer too! Radio buttons display as expected. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit bb6658c2e680d615bccd6d5d2f4c971035a44ea1) Signed-off-by: Julian Maurice (cherry picked from commit 58f3635e6cbc6e5ca0fe086d161237c6e989bfe0) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 5 +- C4/CourseReserves.pm | 22 +++--- C4/Koha.pm | 64 ++++++++-------- C4/TmplToken.pm | 2 +- C4/TmplTokenType.pm | 18 ++--- circ/branchtransfers.pl | 4 +- debian/scripts/koha-remove | 10 ++- .../prog/en/includes/doc-head-close.inc | 2 +- .../intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/modules/admin/clone-rules.tt | 2 +- .../prog/en/modules/admin/z3950servers.tt | 15 +++- .../cataloguing/value_builder/unimarc_field_100.tt | 2 +- .../prog/en/modules/circ/pendingreserves.tt | 2 +- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- .../prog/en/modules/members/memberentrygen.tt | 7 +- .../prog/en/modules/patroncards/edit-layout.tt | 4 +- .../prog/en/modules/plugins/plugins-upload.tt | 2 +- .../prog/en/modules/reports/dictionary.tt | 36 ++++----- .../en/modules/reports/guided_reports_start.tt | 2 +- .../prog/en/modules/reserve/request.tt | 10 +-- .../prog/en/modules/tools/cleanborrowers.tt | 6 +- .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 1 + .../bootstrap/en/modules/opac-auth-detail.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 78 ++++++++++++-------- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 1 + members/boraccount.pl | 2 +- members/discharge.pl | 3 + members/memberentry.pl | 2 +- members/pay.pl | 3 + members/paycollect.pl | 7 +- members/printinvoice.pl | 2 +- misc/cronjobs/advance_notices.pl | 4 +- misc/cronjobs/overdue_notices.pl | 33 +++++---- misc/migration_tools/remove_unused_authorities.pl | 7 ++ opac/ilsdi.pl | 9 +-- opac/opac-main.pl | 2 +- opac/opac-reserve.pl | 9 ++- opac/opac-search.pl | 5 +- opac/unapi | 6 +- reports/dictionary.pl | 49 ++++++------ serials/subscription-add.pl | 1 + suggestion/suggestion.pl | 4 +- t/Auth_with_shibboleth.t | 2 +- t/Koha.t | 7 +- t/db_dependent/CourseReserves.t | 24 +++++- t/db_dependent/HoldsQueue.t | 3 +- tools/modborrowers.pl | 1 + 51 files changed, 286 insertions(+), 210 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 11 20:36:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Feb 2016 19:36:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-490-ga8942c2 Message-ID: This is an automated email from the git hooks/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 a8942c28847e145f74e8373c3447313672cafe1d (commit) from 59fc32531071e3d4594a8b5555acd41a17921de3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a8942c28847e145f74e8373c3447313672cafe1d Author: Kyle M Hall Date: Thu Feb 11 01:26:46 2016 +0000 Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues Revert "DBRev to make notes of the XSS patches and the new important dependency." This reverts commit e140603a594576180b846cf9299bee4629442c84. Revert "Bug 13618: Specific for branches.opac_info" This reverts commit 06e4a50f00efc62bbeb54260350f6f402d2e5e98. Revert "Bug 13618: (follow-up) Specific for other prefs" This reverts commit d6475a111fb701df68862afc6b23a7bfc774787b. Revert "Bug 13618: Fix for debarredcomment and patron messages" This reverts commit dd98c9df92503885f4f88e4cb6ca4c555fb28ee8. Revert "Bug 13618: Do not display html tags in patron's notices" This reverts commit a065b243feaef07586779d7943e00bbda6023db3. Revert "Bug 13618: Do not display   and html tags in item fields content" This reverts commit baeeaffbf894d6eb7d12666071d2d9b9ab66e874. Revert "Bug 13618: Fix for system preference description" This reverts commit a967a09261fb2eebf27cc4a2c523122432a37203. Revert "Bug 13618: Remove html filters for newly pushed code" This reverts commit 0e98662b10197b1d92f2fb8ad50206e598a571e6. Revert "Bug 13618: (follow-up) add missing lines for opac-shelves" This reverts commit fc2fb605e53d8c5774a952bcf620335fbf77c004. Revert "Bug 13618: (follow-up) Specific for ColumnsSettings" This reverts commit bc308fdd9c95b13810bac57a2da9514ff37f570d. Revert "Bug 13618: Fix for edit biblios and items" This reverts commit 811c4e8402593127074ad47a81098f3aad389c94. Revert "Bug 13618: followup to remove tabs" This reverts commit ca8e8c397c8c2392b85d4c3232309ded66f3b8f1. Revert "Bug 13618: Fix last occurrences recently introduced to master" This reverts commit bb417b256b319d8a99ea611b76bad80c4d47004c. Revert "Bug 13618: Fix for news" This reverts commit ae5b98020aeec7d56faa7170cbad3319a8245379. Revert "Bug 13618: Fix escape on sending baskets or shelves by email" This reverts commit a7731ffe25e89d900d57e07f8e3de7b398090980. Revert "Bug 13618: Specific for XSLTBloc" This reverts commit 11fa38dc29e16d94a5ed81eb9e29b84f7e166d6c. Revert "Bug 13618: Specific for Salutation on editing a patron" This reverts commit 36c07ad6d3cf57c31bad4b11370b53aafd4d4806. Revert "Bug 13618: Specific for other prefs" This reverts commit e6ea281a3bcd2c3550578e8f2dd188a7701c77fb. Revert "Bug 13618 - memberentrygen.tt errors Not a GLOB reference" This reverts commit 782487455770a59ab7b30b5e92a1a66c28d30b88. Revert "Bug 13618: Specific for ColumnsSettings" This reverts commit 1834da3da367321771530331e7420ffa94d52979. Revert "Bug 13618: Specific for IntranetUser* and OPACUser* prefs" This reverts commit 21ae62b25310ea0876b087b729cf0b3a2ad7b1e6. Revert "Bug 13618: Fix error 'Not a GLOB reference'" This reverts commit 602bdbab4c6f86aa136158e1459d800d9530e243. Revert "Bug 13618: Specific for the ISBD view" This reverts commit d254362435a9ada5dffa8b5ef1c2a19f5d525f5e. Revert "Bug 13618: Specific for pagination_bar" This reverts commit 8837a8ae68f8089777b824203f3878735ff96591. Revert "Bug 13618: Specific places where we don't need to escape variables - intra" This reverts commit 00eff140b3402a043e31915d1a7b29aec3605433. Revert "Bug 13618: Remove html filters at the intranet" This reverts commit 7db851ff03a168fa46d56bb0e472be249dbd5410. Revert "Bug 13618: Specific places where we don't need to escape variables" This reverts commit 49a3738b8d54580e80e92e74fdba0483008b5cfd. Revert "Bug 13618: Remove html filters at the OPAC" This reverts commit cedaa0e23e0927884f1c5ef2cafde4bcdd6d55ff. Revert "Bug 13618: Use Template::Stash::AutoEscaping to use the html filter" This reverts commit 01b38d3b13f09b927201cba5eb146b6597d4bfeb. Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 -- C4/Templates.pm | 2 - Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 8 -- .../prog/en/includes/acquisitions-search.inc | 2 +- .../prog/en/includes/auth-finder-search.inc | 8 +- .../en/includes/authorities-search-results.inc | 22 +++--- .../prog/en/includes/authorities-search.inc | 8 +- .../intranet-tmpl/prog/en/includes/authorities.inc | 4 +- .../prog/en/includes/borrower_debarments.inc | 2 +- .../en/includes/catalogue/itemsearch_item.csv.inc | 2 +- .../prog/en/includes/catalogue/itemsearch_item.inc | 2 +- .../en/includes/catalogue/itemsearch_item.json.inc | 24 +++--- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 9 +-- .../prog/en/includes/doc-head-close.inc | 4 +- .../intranet-tmpl/prog/en/includes/facets.inc | 6 +- .../intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/includes/merge-record.inc | 2 +- .../prog/en/includes/page-numbers.inc | 6 +- .../prog/en/includes/prefs-admin-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/slip-print.inc | 4 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 20 ++--- .../prog/en/modules/acqui/addorder.tt | 2 +- .../prog/en/modules/acqui/addorderiso2709.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 18 ++--- .../prog/en/modules/acqui/basketgroup.tt | 14 ++-- .../prog/en/modules/acqui/histsearch.tt | 4 +- .../prog/en/modules/acqui/invoice-files.tt | 8 +- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 6 +- .../prog/en/modules/acqui/lateorders.tt | 10 +-- .../prog/en/modules/acqui/modordernotes.tt | 2 +- .../prog/en/modules/acqui/neworderbiblio.tt | 4 +- .../prog/en/modules/acqui/neworderempty.tt | 4 +- .../prog/en/modules/acqui/newordersubscription.tt | 2 +- .../prog/en/modules/acqui/newordersuggestion.tt | 2 +- .../prog/en/modules/acqui/orderreceive.tt | 2 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 8 +- .../en/modules/acqui/tables/members_results.tt | 6 +- .../prog/en/modules/acqui/transferorder.tt | 2 +- .../prog/en/modules/acqui/z3950_search.tt | 6 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 6 +- .../en/modules/admin/auth_subfields_structure.tt | 24 +++--- .../prog/en/modules/admin/auth_tag_structure.tt | 4 +- .../prog/en/modules/admin/authtypes.tt | 6 +- .../prog/en/modules/admin/biblio_framework.tt | 6 +- .../prog/en/modules/admin/branches.tt | 81 ++++++++++---------- .../prog/en/modules/admin/categories.tt | 30 ++++---- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 6 +- .../prog/en/modules/admin/classsources.tt | 16 ++-- .../prog/en/modules/admin/currency.tt | 6 +- .../prog/en/modules/admin/itemtypes.tt | 8 +- .../en/modules/admin/marc_subfields_structure.tt | 22 +++--- .../prog/en/modules/admin/marctagstructure.tt | 4 +- .../prog/en/modules/admin/matching-rules.tt | 46 +++++------ .../prog/en/modules/admin/patron-attr-types.tt | 22 +++--- .../prog/en/modules/admin/preferences.tt | 4 +- .../prog/en/modules/admin/systempreferences.tt | 22 +++--- .../prog/en/modules/admin/z3950servers.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- .../prog/en/modules/authorities/authorities.tt | 8 +- .../modules/authorities/searchresultlist-auth.tt | 2 +- .../en/modules/authorities/searchresultlist.tt | 4 +- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 6 +- .../prog/en/modules/basket/sendbasket.tt | 46 +++++------ .../prog/en/modules/catalogue/ISBDdetail.tt | 2 +- .../prog/en/modules/catalogue/MARCdetail.tt | 10 +-- .../prog/en/modules/catalogue/detail.tt | 24 +++--- .../prog/en/modules/catalogue/imageviewer.tt | 6 +- .../prog/en/modules/catalogue/issuehistory.tt | 8 +- .../prog/en/modules/catalogue/itemsearch.tt | 2 +- .../prog/en/modules/catalogue/moredetail.tt | 8 +- .../prog/en/modules/catalogue/results.tt | 28 +++---- .../prog/en/modules/catalogue/search-history.tt | 8 +- .../prog/en/modules/catalogue/subject.tt | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 16 ++-- .../prog/en/modules/cataloguing/addbooks.tt | 6 +- .../prog/en/modules/cataloguing/additem.tt | 16 ++-- .../prog/en/modules/cataloguing/linkitem.tt | 6 +- .../prog/en/modules/cataloguing/moveitem.tt | 8 +- .../en/modules/cataloguing/value_builder/macles.tt | 14 ++-- .../value_builder/marc21_linking_section.tt | 5 +- .../value_builder/unimarc_field_210c.tt | 4 +- .../cataloguing/value_builder/unimarc_field_4XX.tt | 24 +++--- .../value_builder/unimarc_field_686a.tt | 6 +- .../en/modules/cataloguing/z3950_auth_search.tt | 10 +-- .../prog/en/modules/cataloguing/z3950_search.tt | 4 +- .../prog/en/modules/circ/bookcount.tt | 6 +- .../prog/en/modules/circ/branchoverdues.tt | 8 +- .../prog/en/modules/circ/branchtransfers.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 18 ++--- .../en/modules/circ/circulation_batch_checkouts.tt | 4 +- .../prog/en/modules/circ/on-site_checkouts.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 38 ++++----- .../prog/en/modules/circ/pendingreserves.tt | 2 +- .../prog/en/modules/circ/printslip.tt | 4 +- .../intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- .../prog/en/modules/circ/reserveratios.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 22 +++--- .../prog/en/modules/circ/selectbranchprinter.tt | 8 +- .../prog/en/modules/circ/transfer-slip.tt | 2 +- .../prog/en/modules/circ/transferstoreceive.tt | 4 +- .../prog/en/modules/circ/view_holdsqueue.tt | 2 +- .../prog/en/modules/circ/waitingreserves.tt | 4 +- .../prog/en/modules/installer/auth.tt | 2 +- .../prog/en/modules/installer/step3.tt | 4 +- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 4 +- .../prog/en/modules/labels/label-edit-layout.tt | 4 +- .../intranet-tmpl/prog/en/modules/labels/result.tt | 2 +- .../prog/en/modules/labels/spinelabel-print.tt | 4 +- .../prog/en/modules/members/boraccount.tt | 2 +- .../prog/en/modules/members/member.tt | 2 +- .../prog/en/modules/members/memberentrygen.tt | 36 ++++----- .../prog/en/modules/members/moremember-print.tt | 4 +- .../prog/en/modules/members/moremember-receipt.tt | 8 +- .../prog/en/modules/members/moremember.tt | 13 ++-- .../prog/en/modules/members/notices.tt | 2 +- .../en/modules/members/purchase-suggestions.tt | 4 +- .../prog/en/modules/members/readingrec.tt | 2 +- .../en/modules/members/tables/guarantor_search.tt | 4 +- .../en/modules/members/tables/members_results.tt | 8 +- .../prog/en/modules/offline_circ/process_koc.tt | 6 +- .../prog/en/modules/patron_lists/lists.tt | 2 +- .../prog/en/modules/patroncards/edit-layout.tt | 44 +++++------ .../modules/patroncards/tables/members_results.tt | 4 +- .../en/modules/reports/guided_reports_start.tt | 12 +-- .../prog/en/modules/reports/issues_stats.tt | 4 +- .../prog/en/modules/reports/itemslost.tt | 4 +- .../prog/en/modules/reports/reserves_stats.tt | 4 +- .../prog/en/modules/reports/serials_stats.tt | 2 +- .../prog/en/modules/reserve/request.tt | 14 ++-- .../prog/en/modules/reviews/reviewswaiting.tt | 4 +- .../en/modules/rotating_collections/addItems.tt | 2 +- .../prog/en/modules/serials/add_fields.tt | 4 +- .../prog/en/modules/serials/checkexpiration.tt | 2 +- .../prog/en/modules/serials/claims.tt | 2 +- .../prog/en/modules/serials/result.tt | 10 +-- .../en/modules/serials/routing-preview-slip.tt | 2 +- .../prog/en/modules/serials/routing-preview.tt | 4 +- .../prog/en/modules/serials/routing.tt | 8 +- .../prog/en/modules/serials/serials-collection.tt | 2 +- .../prog/en/modules/serials/serials-edit.tt | 12 +-- .../prog/en/modules/serials/serials-search.tt | 28 +++---- .../prog/en/modules/serials/subscription-add.tt | 6 +- .../en/modules/serials/subscription-bib-search.tt | 4 +- .../en/modules/serials/tables/members_results.tt | 2 +- .../prog/en/modules/services/itemrecorddisplay.tt | 6 +- .../prog/en/modules/suggestion/suggestion.tt | 50 ++++++------ .../intranet-tmpl/prog/en/modules/tags/list.tt | 8 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- .../prog/en/modules/tools/batchMod-del.tt | 2 +- .../prog/en/modules/tools/batchMod-edit.tt | 6 +- .../prog/en/modules/tools/batch_delete_records.tt | 2 +- .../prog/en/modules/tools/inventory.tt | 16 ++-- .../prog/en/modules/tools/koha-news.tt | 4 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 +- .../en/modules/virtualshelves/addbybiblionumber.tt | 12 +-- .../prog/en/modules/virtualshelves/sendshelf.tt | 50 ++++++------ .../prog/en/modules/virtualshelves/shelves.tt | 20 ++--- .../virtualshelves/tables/shelves_results.tt | 2 +- .../en/includes/authorities-search-results.inc | 22 +++--- .../opac-tmpl/bootstrap/en/includes/bodytag.inc | 10 +-- .../bootstrap/en/includes/doc-head-close.inc | 2 +- .../bootstrap/en/includes/masthead-sco.inc | 2 +- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 12 +-- .../opac-tmpl/bootstrap/en/includes/navigation.inc | 4 +- .../bootstrap/en/includes/opac-authorities.inc | 4 +- .../bootstrap/en/includes/opac-bottom.inc | 6 +- .../bootstrap/en/includes/opac-detail-sidebar.inc | 2 +- .../bootstrap/en/includes/opac-facets.inc | 6 +- .../bootstrap/en/includes/page-numbers.inc | 6 +- .../bootstrap/en/includes/shelfbrowser.inc | 4 +- .../opac-tmpl/bootstrap/en/modules/maintenance.tt | 2 +- .../bootstrap/en/modules/opac-ISBDdetail.tt | 2 +- .../bootstrap/en/modules/opac-MARCdetail.tt | 20 ++--- .../bootstrap/en/modules/opac-addbybiblionumber.tt | 14 ++-- .../bootstrap/en/modules/opac-auth-MARCdetail.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 +- .../en/modules/opac-authoritiessearchresultlist.tt | 12 +-- .../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 14 ++-- .../opac-tmpl/bootstrap/en/modules/opac-blocked.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-browser.tt | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 46 +++++------ .../bootstrap/en/modules/opac-downloadcart.tt | 2 +- .../bootstrap/en/modules/opac-downloadshelf.tt | 6 +- .../bootstrap/en/modules/opac-imageviewer.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-main.tt | 8 +- .../bootstrap/en/modules/opac-mymessages.tt | 10 +-- .../bootstrap/en/modules/opac-news-rss.tt | 6 +- .../bootstrap/en/modules/opac-opensearch.tt | 52 ++++++------- .../bootstrap/en/modules/opac-overdrive-search.tt | 8 +- .../bootstrap/en/modules/opac-readingrecord.tt | 10 +-- .../en/modules/opac-registration-confirmation.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- .../bootstrap/en/modules/opac-restrictedpage.tt | 2 +- .../bootstrap/en/modules/opac-results-grouped.tt | 14 ++-- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 40 +++++----- .../opac-tmpl/bootstrap/en/modules/opac-review.tt | 10 +-- .../bootstrap/en/modules/opac-search-history.tt | 8 +- .../bootstrap/en/modules/opac-sendbasket.tt | 52 ++++++------- .../bootstrap/en/modules/opac-sendshelf.tt | 52 ++++++------- .../bootstrap/en/modules/opac-serial-issues.tt | 4 +- .../bootstrap/en/modules/opac-shelves-rss.tt | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 71 ++++++++--------- .../bootstrap/en/modules/opac-showreviews-rss.tt | 20 ++--- .../bootstrap/en/modules/opac-showreviews.tt | 6 +- .../bootstrap/en/modules/opac-suggestions.tt | 18 ++--- .../opac-tmpl/bootstrap/en/modules/opac-tags.tt | 13 ++-- .../bootstrap/en/modules/opac-tags_subject.tt | 2 +- .../bootstrap/en/modules/opac-topissues.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 17 ++-- .../opac-tmpl/bootstrap/en/modules/sco/help.tt | 8 +- .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 14 ++-- .../bootstrap/en/modules/svc/suggestion.tt | 2 +- 213 files changed, 1058 insertions(+), 1076 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 11 20:38:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Feb 2016 19:38:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-492-g71d4942 Message-ID: This is an automated email from the git hooks/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 71d4942c30f30fdbdf89a93f59e89a4f28e0dd3f (commit) via 16e55c1f3283402f766ed844baa5db333ed2f585 (commit) from a8942c28847e145f74e8373c3447313672cafe1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71d4942c30f30fdbdf89a93f59e89a4f28e0dd3f Author: Jonathan Druart Date: Thu Feb 11 11:32:43 2016 +0000 Bug 15760: Fix order by direction for shelves The order_by parameters should not be "$direction $order_by" with quote_names enabled. The correct syntax is { -$direction => $order_by } Test plan for Opac + Staff interfces: Sort list by title or whatever and change the direction Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 16e55c1f3283402f766ed844baa5db333ed2f585 Author: Jonathan Druart Date: Thu Feb 11 10:16:12 2016 +0000 Bug 15760: Avoid SQL injections Asking on #dbix-class, ribasushi told me to set quote_names to the connection options. Indeed it does the fix, globally :) Test plan: 1/ Add the following snippet to the a script (mainpage.pl is a good candidate) use Koha::Virtualshelves; my $s = Koha::Virtualshelves->search({}, { order_by => '1,(select case when (3*2*1=6 AND 000227=000227) then 1 else 1*(select table_name from information_schema.tables)end)=1' }); $s->next; 2/ Execute the script => Without the patch, you should not get any error. If you have the mysql logs enable, you will see the query => With the patch applied, you will get a "unknown column" error Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha/Database.pm | 1 + Koha/Virtualshelves.pm | 2 +- opac/opac-shelves.pl | 3 ++- virtualshelves/shelves.pl | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 12 09:37:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 08:37:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-85-gdc22711 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via dc227112c835d7b5e581da44dfaedccbaf6a1203 (commit) via ba754a4395bcde9bb19bcb12726aef6c45798f74 (commit) from ec9fd6c43f01258d9c26a47d8b8697c62c6887bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dc227112c835d7b5e581da44dfaedccbaf6a1203 Author: Jonathan Druart Date: Thu Feb 11 11:32:43 2016 +0000 Bug 15760: Fix order by direction for shelves The order_by parameters should not be "$direction $order_by" with quote_names enabled. The correct syntax is { -$direction => $order_by } Test plan for Opac + Staff interfces: Sort list by title or whatever and change the direction Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 71d4942c30f30fdbdf89a93f59e89a4f28e0dd3f) Signed-off-by: Julian Maurice commit ba754a4395bcde9bb19bcb12726aef6c45798f74 Author: Jonathan Druart Date: Thu Feb 11 10:16:12 2016 +0000 Bug 15760: Avoid SQL injections Asking on #dbix-class, ribasushi told me to set quote_names to the connection options. Indeed it does the fix, globally :) Test plan: 1/ Add the following snippet to the a script (mainpage.pl is a good candidate) use Koha::Virtualshelves; my $s = Koha::Virtualshelves->search({}, { order_by => '1,(select case when (3*2*1=6 AND 000227=000227) then 1 else 1*(select table_name from information_schema.tables)end)=1' }); $s->next; 2/ Execute the script => Without the patch, you should not get any error. If you have the mysql logs enable, you will see the query => With the patch applied, you will get a "unknown column" error Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 16e55c1f3283402f766ed844baa5db333ed2f585) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/Database.pm | 1 + Koha/Virtualshelves.pm | 2 +- opac/opac-shelves.pl | 3 ++- virtualshelves/shelves.pl | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 12 11:14:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 10:14:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.22.x has been updated via e1966eec6567cb4106bbbc9e77985e73516ea5c1 (commit) via 5561653af2a925be2a0e7816175e7c9d3ec6d92c (commit) from dc227112c835d7b5e581da44dfaedccbaf6a1203 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e1966eec6567cb4106bbbc9e77985e73516ea5c1 Author: Julian Maurice Date: Fri Feb 12 11:00:56 2016 +0100 Increment version for 3.22.3 release Signed-off-by: Julian Maurice commit 5561653af2a925be2a0e7816175e7c9d3ec6d92c Author: Julian Maurice Date: Fri Feb 12 10:57:29 2016 +0100 Update release notes for 3.22.3 release Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_3_22_3.txt | 429 +++++++++++++++++++++++++++ 3 files changed, 436 insertions(+), 1 deletion(-) create mode 100644 misc/release_notes/release_notes_3_22_3.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 12 11:14:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 10:14:08 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.22.03 created. v3.22.03 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.22.03 has been created at ed18148dae1b40aac9efcfeff7a9ae5f8df861e2 (tag) tagging e1966eec6567cb4106bbbc9e77985e73516ea5c1 (commit) replaces v3.22.02 tagged by Julian Maurice on Fri Feb 12 11:18:00 2016 +0100 - Log ----------------------------------------------------------------- Koha release 3.22.03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWvbFYAAoJELCH1RJUPDmpqdgP/2v2pjs6AQjZVoeVs98Ful8C pczPpj3XxsK8jG59oYSPWf9NymqFMTXRLm2AaUbBAfT2QuOkUBqLBa37pUWYHS8P fIc08CMtgcJMvmOtQCU4fmhdRwv3GuoghS1SmAFpxOh51szk+TMG53Jm9cyw5O/Z xarMkSlvxbyigu079exqhCPCTGS07r2LlCGUo6lpzWdJwSnDunZNv6n/xqRphwr2 oR3AbPsIrEW9N9m/dWcL2te6RPd10sMZ28hr3ZDsCNVJBq3At4GITsL3FFslnRo1 rqqZrXY8Wi4LgRXDyPrbRaE7gRewiCMThkK8OHNCM7TBZ/ehWkXZ+0WREisOWWRM qZalsjlmHPPoRNEdBhRctfmlX3UHihfoBLfcBPnoxFlPDOyR+CEwPJd1n2pR6NhD +GMvIyrmTtrU8N1n5461Ff8csw8+99dXIrQ0G4WgmlmFlU1ASM7F+svkPSJ6Y+tC 8navVYAWZftUCD8nrnMwCAsjKGrddGVqwM69IKj3B4TwYdnppn1VK5c97VEC3Lec ULgRls11FZchuveUkIZwm+ZqkqeFyZfyJ/6nKEaSfxOlNOvBiC4vcXVSEVqfYuP3 XvYbcz7Ygf/BzPekabdhV9hMAYsisAwYgNrYK/z7dyqm0RVi71AB/cQaHhbOSgYB w9YTGM5pTggQGv40ctWO =UHY4 -----END PGP SIGNATURE----- Aleisha (9): Bug 13177: Help page for Rotating Collections Bug 13177: Accidental copy/paste error fix Bug 15576: Fix for incorrect link redirect Bug 15577: Correcting link redirect Bug 14480: Silences warn from editing patron Bug 14641: [SIGNED-OFF] Warns in subscription-add.pl Bug 15589: Changing 'his' to 'their' in OPAC lists Bug 11569: Correcting typos in userpermissions.sql Bug 15574: Better wording for error message when adding a duplicate tag Alex Arnaud (1): Bug 15188 - Fixes remove_unused_authorities.pl will delete all authorities if zebra is not running Blou (1): Bug 15553 - [SIGNED-OFF] cgisess_ files polluting the /tmp directory Briana (2): Bug 14810 Improve messages in patron anonymizing tool Bug 14406: When adding messages in patron account, only first name is shown in pull down Chloe (9): Bug 12045 - Transfer impossible if barcode includes spaces Bug 15609 - spelling mistake in :692: writen ==> written Bug 15592 - spelling mistake in ~/Koha/koha-tmpl/intranet-tmpl/p./plugins/plugins-upload.tt Bug 15468 - Search links on callnumbers with parentheses fails on OPAC results page Bug 15611 - Spelling mistake in patroncards/edit-layout.tt Bug 15614 - Spelling mistake in circ/pendingreserves.tt: Fullfilled Bug 15298 - z39.50 admin setup, options column suggested changes Bug 15638: spelling mistake in ~/Koha/reserve/placerequest.pl:4 Bug 15638: Spelling mistake in request.pl Colin Campbell (1): Bug 15209 Validate passed MARC::Record objs in C4::Koha Gus (6): Bug 15613 - Spelling mistake in opac-shelves.tt Bug 15619: Spelling mistake in memberentry.pl Bug 15621: Spelling mistake in printinvice.pl 15623 - Spelling mistake in boraccount.pl Test - Search for writen, if not found fix is correct Bug 15624: Spelling mistake in suggestion.pl Bug 15608: Spelling mistake in MARC21slim2OPACDetail.xsl Hector Castro (4): Bug 15190: Bad utf8 decode to unapi and fixing status code 200 Bug 15597: Typo in opac-auth-detail.tt Bug 15598: Typo in subscription-add.tt Bug 15598: Also fixing space near exclamation mark in other files Jonathan Druart (21): Bug 2669: Change checkboxes to radio buttons on dictionary Bug 6679: (follow-up) fix 9 perlcritic violations in C4/TmplTokenType.pm Bug 15188: Do not remove unused auths if zebra is not reachable Bug 15626: Remove log4perl.conf when using koha-remove Bug 15240: Do not process issues with a date due later than today Bug 15209: Add tests Bug 15209: Check the parameter at the beginning of the subroutines Bug 15391: Fix HoldsQueue.t tests Bug 15398: Hide Staff members only in the patron deletion/anonymization tool Bug 15353: Display the patron image where needed Bug 15357: Display existing holds even if no items exist Bug 4912: Redirect to the appropriate view after editing/deleting a list Bug 14133: Print notices should be generated with the print template Bug 12636: Do not display unique patron attributes in the batch patron modification Bug 15299: Ask for confirmation when deleting a report from second page Bug 15611: Fix another implimented vs implemented Bug 15613: Fix 2 other occurrences of paramter vs parameter Bug 15589: Fix for the staff interface Bug 15628: Remove get_branchinfos_of vestiges Bug 15760: Avoid SQL injections Bug 15760: Fix order by direction for shelves Julian Maurice (6): Remove t/db_dependent/Koha/Objects.t Bug 14893: Update DB rev (3.22.02.001) Bug 11569: Update DB rev (3.22.02.002) Bug 15687: Fix xgettext.pl syntax errors Update release notes for 3.22.3 release Increment version for 3.22.3 release Katrin Fischer (1): Bug 15100: MARC21 - make display of "Dates associated with a name" optional Kyle M Hall (7): Bug 15530 - Add Unit Test Bug 15530 - Editing a course item via a disabled course disables it even if it is on other enabled courses Bug 15680 - Fresh install of Koha cannot find any dependencies Bug 15375 [QA Followup] - Remove refereces to biblio and biblionumber for patron messages Bug 15375 [QA Followup] - Fix non-functional restriction message and date Bug 15298 [QA Followup] - Fix whitespace issues Bug 15687 [QA Followup] - Tidy sub to remove tab characters Marc V?ron (7): Bug 15135: Remove Warning Subroutine HasOverdues redefined Bug 14015 - Checkout: Fix software error if barcode '0' is given Bug 15355: Translatability: Fix issues on check in page Bug 15476: Listname not always displayed in shelves.pl Bug 15375 - Translatability: Fix issues on OPAC page 'Placing a hold' Bug 15472: Do not display links to circulation.pl if remaining_permissions is not set Bug 15684: Fix encoding issues with quote upload Marcel de Rooy (4): Bug 15240: [QA Follow-up] Minor adjustments Bug 9754: koha-remove optionally includes var/lib and var/spool Bug 15553: [QA Follow-up] Replace hardcoded tmp and add instance to dirname Bug 14893: Separate temporary storage per instance in Upload.pm Martin Stenberg (1): Bug 14555: Warns in opac-search.pl Mason James (3): Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm Bug 6679 - Fixing code so it passes basic Perl:::Critic tests Natasha (2): Bug 14624 - <> for advance_notices.pl wrongly documented Bug 15195 - patron details should open in tab Owen Leonard (1): Bug 6322 - It's possible to view lists/virtualshelves even when virtualshelves is off Winona Salesky (1): Bug 15444 - MARC21: Repeated 508 not correctly formatted (missing separator) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 12 12:16:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 11:16:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.08-57-g23716eb Message-ID: This is an automated email from the git hooks/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.20.x has been updated via 23716ebcc330968a4352b563c9aba52f08c00509 (commit) from 9ac267821e2a174de6ee8747ad9437e40345d3a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23716ebcc330968a4352b563c9aba52f08c00509 Author: Fr?d?ric Demians Date: Fri Feb 12 12:23:22 2016 +0100 Bug 15760 RMaint Avoid SQL injections For security purpose, backport a fix to the way the DB connection is established. ----------------------------------------------------------------------- Summary of changes: Koha/Database.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 12 20:43:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 19:43:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-498-g5fec490 Message-ID: This is an automated email from the git hooks/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 5fec49009342c77860b054996008f8ef5269af68 (commit) via 7ef9c1b6f5d490c3e3d9ac8f201410e30ac847cc (commit) via 7cb660c665010c056e9e2c6ccddaebfdd3033a00 (commit) via 1427cacfe74e4cdc3a4aa4d400e3b02305dfc6ec (commit) via de3289506dcda91510dc9c7a867558a29ebefd57 (commit) via bd7e79940d548c417580bb79a2f250751fc4575c (commit) from 71d4942c30f30fdbdf89a93f59e89a4f28e0dd3f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5fec49009342c77860b054996008f8ef5269af68 Author: Jesse Weaver Date: Fri Feb 12 12:43:32 2016 -0700 Bug 15446 - DBrev 3.23.000.018 Signed-off-by: Jesse Weaver commit 7ef9c1b6f5d490c3e3d9ac8f201410e30ac847cc Author: Kyle M Hall Date: Thu Feb 11 10:02:56 2016 +0000 Bug 15446 [QA Followup] - Update new classes Signed-off-by: Jesse Weaver commit 7cb660c665010c056e9e2c6ccddaebfdd3033a00 Author: Jonathan Druart Date: Tue Jan 5 15:24:46 2016 +0000 Bug 15446: (follow-up) Rename Koha::Object[s]->type with _type Some occurrences have been pushed in the meantime. Signed-off-by: Kyle M Hall Signed-off-by: Jesse Weaver commit 1427cacfe74e4cdc3a4aa4d400e3b02305dfc6ec Author: Jonathan Druart Date: Wed Dec 30 17:19:02 2015 +0000 Bug 15446: Update systempreferences rows where type=YesNo and value='' Signed-off-by: Marc V?ron Amended to fix typo in sql statement. Signed-off-by: Kyle M Hall Signed-off-by: Jesse Weaver commit de3289506dcda91510dc9c7a867558a29ebefd57 Author: Jonathan Druart Date: Wed Dec 30 17:15:31 2015 +0000 Bug 15446: Rename Koha::Object[s]->type with _type In a few case (at least systempreferences and export_format (csv profiles), the type method of Koha::Object and Koha::Objects can be in conflict with the column names. Indeed systempreferences.type exists and so the method will return 'Systempreference' (the name of the module) instead of the value of the row in DB. I have found at least 1 place where it can cause issue: In C4::Context->set_preference: 601 my $syspref = Koha::Config::SysPrefs->find( $var ); 602 my $type = $syspref ? $syspref->type() : undef; 603 604 $value = 0 if ( $type && $type eq 'YesNo' && $value eq '' ); type will always be 'Systempreference' and the YesNo pref will be set to an empty string '' instead of 0. I am not sure about the consequences of this, but it is preferable to fix it ASAP. To reproduce: 0/ Do not apply this patch 1/ Edit a YesNo prefs, AutoEmailOpacUser for instance 2/ Set it to "Don't sent" 3/ Check the value in DB, it should be set to an empty string, instead of 0 4/ Apply this patch and try again. Now the value should be 0 Followed test plan, value is now 0 as expected. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Jesse Weaver commit bd7e79940d548c417580bb79a2f250751fc4575c Author: Jonathan Druart Date: Wed Dec 30 17:11:45 2015 +0000 Bug 15446: Add tests Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Jesse Weaver ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- Koha/AudioAlert.pm | 2 +- Koha/AudioAlerts.pm | 2 +- Koha/AuthorisedValue.pm | 2 +- Koha/AuthorisedValues.pm | 2 +- Koha/Authorities.pm | 2 +- Koha/Authority.pm | 2 +- Koha/Authority/Type.pm | 2 +- Koha/Authority/Types.pm | 2 +- Koha/Biblio.pm | 2 +- Koha/BiblioFramework.pm | 2 +- Koha/BiblioFrameworks.pm | 2 +- Koha/Biblioitem.pm | 2 +- Koha/Biblioitems.pm | 2 +- Koha/Biblios.pm | 2 +- Koha/Borrower.pm | 2 +- Koha/Borrowers.pm | 2 +- Koha/Cities.pm | 2 +- Koha/City.pm | 2 +- Koha/Config/SysPref.pm | 2 +- Koha/Config/SysPrefs.pm | 2 +- Koha/Hold.pm | 2 +- Koha/Holds.pm | 2 +- Koha/IssuingRule.pm | 2 +- Koha/IssuingRules.pm | 2 +- Koha/Item.pm | 2 +- Koha/ItemType.pm | 2 +- Koha/ItemTypes.pm | 2 +- Koha/Items.pm | 2 +- Koha/Libraries.pm | 2 +- Koha/Library.pm | 2 +- Koha/LibraryCategories.pm | 2 +- Koha/LibraryCategory.pm | 2 +- Koha/Localization.pm | 2 +- Koha/Localizations.pm | 2 +- Koha/Object.pm | 22 +++++++++++----------- Koha/Objects.pm | 14 ++++++-------- Koha/Patron/Categories.pm | 2 +- Koha/Patron/Category.pm | 2 +- Koha/Serial.pm | 2 +- Koha/Serials.pm | 2 +- Koha/Subscription.pm | 2 +- Koha/Subscription/Histories.pm | 2 +- Koha/Subscription/History.pm | 2 +- Koha/Subscriptions.pm | 2 +- Koha/Virtualshelf.pm | 2 +- Koha/Virtualshelfcontent.pm | 2 +- Koha/Virtualshelfcontents.pm | 2 +- Koha/Virtualshelfshare.pm | 2 +- Koha/Virtualshelfshares.pm | 2 +- Koha/Virtualshelves.pm | 2 +- installer/data/mysql/updatedatabase.pl | 10 ++++++++++ t/db_dependent/Context.t | 5 +++++ 53 files changed, 81 insertions(+), 68 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 13 00:49:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 23:49:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-500-g81c9770 Message-ID: This is an automated email from the git hooks/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 81c9770f28d13129aa2969c4a243988a4f026a6b (commit) via 84e8cafca5e07ad4c2a7cf7129615d20cd9f5ab8 (commit) from 5fec49009342c77860b054996008f8ef5269af68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 81c9770f28d13129aa2969c4a243988a4f026a6b Author: Aleisha Date: Wed Jan 6 00:21:54 2016 +0000 Bug 15411: More changes Changes to Italian and Polish sql files and catalogue help file. TEST PLAN --------- 1) Confirm sql is valid and has Non-fiction. > delete from auth_vals; > source {appropriate file}; 2) Staff -> Search -> Help -- Confirm Non-fiction 3) Run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Jesse Weaver commit 84e8cafca5e07ad4c2a7cf7129615d20cd9f5ab8 Author: Aleisha Date: Tue Dec 22 21:50:37 2015 +0000 Bug 15411: Changing 'Non fiction' to 'Non-fiction' To test: 1) Apply patch 2) Run updatedatabase.pl 3) Go to advanced search in Staff Client (ie /cgi-bin/koha/catalogue/search.pl) 4) Confirm that it says 'Non-fiction' in the 'Any content' drop-down menu under 'Subtype limits' 5) Go to item search (ie /cgi-bin/koha/catalogue/itemsearch.pl) 6) Confirm that it says 'Non-fiction' under 'Collection code' 7) Go to advanced search in OPAC (ie /cgi-bin/koha/opac-search.pl) and click 'More options' 8) Confirm that it says 'Non-fiction' in the 'Content' drop-down menu 9) Go to the details page for a non-fiction book in the OPAC (ie /cgi-bin/koha/opac-detail.pl?biblionumber=2) and click 'Holdings' tab 10) Confirm that it says 'Non-fiction' under 'Collection' heading Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Jesse Weaver ----------------------------------------------------------------------- Summary of changes: .../data/mysql/atomicupdate/bug_15411-change_to_non-fiction.sql | 1 + installer/data/mysql/en/optional/auth_val.sql | 2 +- installer/data/mysql/es-ES/optional/auth_val.sql | 2 +- installer/data/mysql/it-IT/necessari/auth_val.sql | 2 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_15411-change_to_non-fiction.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 13 00:55:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 23:55:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-501-gbc9613b Message-ID: This is an automated email from the git hooks/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 bc9613bf6f6fbc1cf3b7dce63b1828067979926c (commit) from 81c9770f28d13129aa2969c4a243988a4f026a6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc9613bf6f6fbc1cf3b7dce63b1828067979926c Author: Jesse Weaver Date: Fri Feb 12 12:43:32 2016 -0700 Bug 15411: DBrev 3.23.000.019 Signed-off-by: Jesse Weaver ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/atomicupdate/bug_15411-change_to_non-fiction.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_15411-change_to_non-fiction.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 13 00:56:28 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Feb 2016 23:56:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-502-gf363358 Message-ID: This is an automated email from the git hooks/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 f3633586908db81bd5c6406bffaf0db03c1fbd21 (commit) from bc9613bf6f6fbc1cf3b7dce63b1828067979926c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3633586908db81bd5c6406bffaf0db03c1fbd21 Author: Jesse Weaver Date: Fri Feb 12 12:43:32 2016 -0700 Bug 15411: DBrev 3.23.000.019 (part 2) Update Koha.pm and updatedatabase.pl. Signed-off-by: Jesse Weaver ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 15 08:57:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Feb 2016 07:57:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-3-gaf61bfb Message-ID: This is an automated email from the git hooks/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.22.x has been updated via af61bfbcf827fc51e2f27f45afce9bec349a0bb4 (commit) via 3b1e74d7ae5e4f2f2c36a982abdea594ae457117 (commit) via 2393517e396b8022643bfd99e5e2bd57a52c4bcb (commit) from e1966eec6567cb4106bbbc9e77985e73516ea5c1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit af61bfbcf827fc51e2f27f45afce9bec349a0bb4 Author: Jesse Weaver Date: Fri Feb 12 12:43:32 2016 -0700 Bug 15411: Update DB rev (3.22.03.001) Signed-off-by: Julian Maurice commit 3b1e74d7ae5e4f2f2c36a982abdea594ae457117 Author: Aleisha Date: Wed Jan 6 00:21:54 2016 +0000 Bug 15411: More changes Changes to Italian and Polish sql files and catalogue help file. TEST PLAN --------- 1) Confirm sql is valid and has Non-fiction. > delete from auth_vals; > source {appropriate file}; 2) Staff -> Search -> Help -- Confirm Non-fiction 3) Run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Jesse Weaver (cherry picked from commit 81c9770f28d13129aa2969c4a243988a4f026a6b) Signed-off-by: Julian Maurice commit 2393517e396b8022643bfd99e5e2bd57a52c4bcb Author: Aleisha Date: Tue Dec 22 21:50:37 2015 +0000 Bug 15411: Changing 'Non fiction' to 'Non-fiction' To test: 1) Apply patch 2) Run updatedatabase.pl 3) Go to advanced search in Staff Client (ie /cgi-bin/koha/catalogue/search.pl) 4) Confirm that it says 'Non-fiction' in the 'Any content' drop-down menu under 'Subtype limits' 5) Go to item search (ie /cgi-bin/koha/catalogue/itemsearch.pl) 6) Confirm that it says 'Non-fiction' under 'Collection code' 7) Go to advanced search in OPAC (ie /cgi-bin/koha/opac-search.pl) and click 'More options' 8) Confirm that it says 'Non-fiction' in the 'Content' drop-down menu 9) Go to the details page for a non-fiction book in the OPAC (ie /cgi-bin/koha/opac-detail.pl?biblionumber=2) and click 'Holdings' tab 10) Confirm that it says 'Non-fiction' under 'Collection' heading Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Jesse Weaver (cherry picked from commit 84e8cafca5e07ad4c2a7cf7129615d20cd9f5ab8) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/en/optional/auth_val.sql | 2 +- installer/data/mysql/es-ES/optional/auth_val.sql | 2 +- installer/data/mysql/it-IT/necessari/auth_val.sql | 2 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 2 +- installer/data/mysql/updatedatabase.pl | 10 ++++++++++ .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/catalogue/search.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 2 +- 9 files changed, 19 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 16 16:26:10 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Feb 2016 15:26:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-517-g326b4c0 Message-ID: This is an automated email from the git hooks/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 326b4c046e361c79bc40ad29a3f8d0859e161001 (commit) via 974cb2b3863ebd96be44a409aa58832aaff2140e (commit) via 0acc01923b9dc88352f14637aae85895d7b54cd3 (commit) via b7f6303e3ca147b257b9fff6f21ea73b52dae95c (commit) via 50c354e39c6851492637a148e58fda86ae62de5c (commit) via cb143a9a6355bb7d1a636095411a3c2d92b58605 (commit) via cd6e8db177d875cff09aaa173b76a451060bec63 (commit) via 4afc8550c6a612f64bb8c9c5781399d0db549fc1 (commit) via 7178c7c00931fcfc713f1affede1466f2633909c (commit) via e6feb5b10c3b39111e7a89b8489c04d73be5eb7c (commit) via 5901fc5c1253d0fe5aea8011469b5f20cd8b2fb8 (commit) via 0f57ecbb37e12710479b50746d35a17635a2b64a (commit) via f347754d522d1e2e7a23df248ff8674f64becd5d (commit) via 55445457c9096f47913f241c261d378226b2e072 (commit) via 00c89d915b7fd72d47831d69e076e1ace1a7e78f (commit) from f3633586908db81bd5c6406bffaf0db03c1fbd21 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 326b4c046e361c79bc40ad29a3f8d0859e161001 Author: Kyle M Hall Date: Sun Feb 14 12:50:00 2016 +0000 Bug 9021: DBrev 3.23.000.020 Signed-off-by: Kyle M Hall commit 974cb2b3863ebd96be44a409aa58832aaff2140e Author: Jonathan Druart Date: Mon Feb 15 16:26:53 2016 +0000 Bug 9021: Save the provider even if the sms number is not modified Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 0acc01923b9dc88352f14637aae85895d7b54cd3 Author: Jonathan Druart Date: Mon Feb 15 16:26:18 2016 +0000 Bug 9021: Fix conflict with bug 15446 (type vs _type) Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit b7f6303e3ca147b257b9fff6f21ea73b52dae95c Author: Kyle M Hall Date: Thu Feb 11 10:43:40 2016 +0000 Bug 9021 [QA Followup] - Add additional message to deletion warning if provider is in use. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 50c354e39c6851492637a148e58fda86ae62de5c Author: Kyle M Hall Date: Thu Feb 11 06:53:15 2016 +0000 Bug 9021 [QA Followup] - Unit tests Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit cb143a9a6355bb7d1a636095411a3c2d92b58605 Author: Kyle M Hall Date: Wed Feb 10 10:28:37 2016 +0000 Bug 9021 [QA Followup] - Add column to deleted borrowers, set null on provider deletion Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit cd6e8db177d875cff09aaa173b76a451060bec63 Author: Kyle M Hall Date: Wed Feb 10 10:19:00 2016 +0000 Bug 9021 [QA Followup] - Add feedback to delete button if provider is being used * Change links to buttons * Add warning class to delete button if provider is being used Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 4afc8550c6a612f64bb8c9c5781399d0db549fc1 Author: Kyle M Hall Date: Tue Feb 9 15:45:55 2016 +0000 Bug 9021 [QA Followup] - Switch to Koha::Object(s) Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 7178c7c00931fcfc713f1affede1466f2633909c Author: Kyle M Hall Date: Tue Feb 9 15:23:36 2016 +0000 Bug 9021 [QA Followup] - Use same color as circ rules editor for row highlighting Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit e6feb5b10c3b39111e7a89b8489c04d73be5eb7c Author: Kyle M Hall Date: Tue Feb 9 14:52:45 2016 +0000 Bug 9021 [QA Followup] - Fix ENGINE, don't create index on FK Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 5901fc5c1253d0fe5aea8011469b5f20cd8b2fb8 Author: Kyle M Hall Date: Tue Feb 9 14:47:13 2016 +0000 Bug 9021 [QA Followup] - Use Modern::Perl Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 0f57ecbb37e12710479b50746d35a17635a2b64a Author: Kyle M Hall Date: Tue Feb 9 14:45:51 2016 +0000 Bug 9021 [QA Followup] - Use TT plugin instead of passing syspref via script Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit f347754d522d1e2e7a23df248ff8674f64becd5d Author: Mark Tompsett Date: Fri Jan 1 00:30:40 2016 -0500 Bug 9021: Flag issues Check in and check out were failing for me. Specificly, the $borrower->{flags}->{...} was not accessible as a hash, so I put a hash ref check around the code that would fail. TEST PLAN --------- 1) Attempt a checkout -- blows up with "1" not being allowed as a hash ref. 2) Apply patch 3) Attempt same checkout again -- success 4) prove -v t/db_dependent/Circulation_dateexpiry.t -- this triggers CanBookBeIssued -- this should succeed 5) prove -v t/db_dependent/rollingloans.t -- mine skipped the tests, but if configured, it should also trigger and succeed. 6) run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 55445457c9096f47913f241c261d378226b2e072 Author: Mark Tompsett Date: Thu Dec 31 16:49:31 2015 -0500 Bug 9021: Schema update This ensures that the DBIx structure matches the SQL structure changes. See comment #48 as to how this was generated. Also, I had to modify misc/devel/update_dbix_class_files.pl to have an "overwrite_modifications => 1" option to get it to generate. This should correct issues raised in comment #45. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 00c89d915b7fd72d47831d69e076e1ace1a7e78f Author: Kyle M Hall Date: Tue Feb 26 09:12:03 2013 -0500 Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send drivers Nearly all cellular providers allow a person to send an text message to a cellular phone by sending an email to phonenumber at provider. We can leverage this capability to add the ability for Koha to send sms messages to patrons without the need to subscribe to an sms gateway server. Basic plan: 1. Add a table sms_providers to the db to tell Koha what service providers are available, and what domain emails should be sent to. 2. Add borrowers.sms_provider_id to tell Koha which mobile service the patron subscribes to for the number given in smsalertnumber 3. Modify Koha to send an email rather than using SMS::Send if the driver is set to 'Email' Test plan: 0) Get a mobile phone 1) Apply the patch 2) Run updatedatabase.pl 3) Set the value of SMSSendDriver to 'Email' 4) Go to the admin page, the "Additional parameters" area should now have the link "SMS cellular providers" 5) On this page, add some providers. Make sure to add the provider for your own cellular phone service. Here are some examples: Sprint phonenumber at messaging.sprintpcs.com Verizon phonenumber at vtext.com T-Mobile phonenumber at tmomail.net AT&T phonenumber at txt.att.net Only add the domain part in the 'domain' field. So for Verizon, that would be 'vtext.com' 6) Create an account for yourself, add your SMS number, and select your provider from the dropdown box directly below it. 7) Enable SMS messaging for Item check-in and Item checkout 8) Check out an item to yourself 9) Run process_message_queue.pl 10) Wait! You should receive a text message shortly, when I tested it, I received my sms message within the minute. Signed-off-by: Mark Tompsett Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 18 +-- C4/Letters.pm | 12 +- C4/Members.pm | 13 +- Koha/{Borrower.pm => SMS/Provider.pm} | 23 ++-- Koha/{Biblios.pm => SMS/Providers.pm} | 16 ++- Koha/Schema/Result/Borrower.pm | 32 ++++- Koha/Schema/Result/Deletedborrower.pm | 11 +- .../Result/{AudioAlert.pm => SmsProvider.pm} | 59 ++++++--- admin/admin-home.pl | 20 +-- admin/{audio_alerts.pl => sms_providers.pl} | 55 ++++---- installer/data/mysql/kohastructure.sql | 22 +++- installer/data/mysql/updatedatabase.pl | 30 +++++ .../prog/en/modules/admin/admin-home.tt | 5 + .../prog/en/modules/admin/sms_providers.tt | 133 ++++++++++++++++++++ .../prog/en/modules/members/memberentrygen.tt | 13 ++ .../bootstrap/en/modules/opac-messaging.tt | 27 +++- members/memberentry.pl | 6 + opac/opac-messaging.pl | 17 ++- t/db_dependent/Koha/SMS_Providers.t | 75 +++++++++++ 19 files changed, 489 insertions(+), 98 deletions(-) copy Koha/{Borrower.pm => SMS/Provider.pm} (68%) copy Koha/{Biblios.pm => SMS/Providers.pm} (81%) copy Koha/Schema/Result/{AudioAlert.pm => SmsProvider.pm} (52%) copy admin/{audio_alerts.pl => sms_providers.pl} (55%) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt create mode 100644 t/db_dependent/Koha/SMS_Providers.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 16 17:39:30 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Feb 2016 16:39:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-518-g0700b42 Message-ID: This is an automated email from the git hooks/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 0700b421d37ce62f690d568adf6b658e81462789 (commit) from 326b4c046e361c79bc40ad29a3f8d0859e161001 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0700b421d37ce62f690d568adf6b658e81462789 Author: Kyle M Hall Date: Sun Feb 14 14:03:32 2016 +0000 Bug 9021: Update Koha.pm to DBrev 3.23.000.020 Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 16 19:51:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Feb 2016 18:51:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-519-g43bcc1c Message-ID: This is an automated email from the git hooks/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 43bcc1c42cd347ab1565b27038ec3350a1ecf94f (commit) from 0700b421d37ce62f690d568adf6b658e81462789 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 43bcc1c42cd347ab1565b27038ec3350a1ecf94f Author: Tomas Cohen Arazi Date: Tue Feb 16 11:06:09 2016 -0300 Bug 11081: (followup) Rebuild debian/control Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan A Gallagher ----------------------------------------------------------------------- Summary of changes: debian/control | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 17 19:48:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Feb 2016 18:48:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-6-ge3c59a0 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e3c59a0587b00015362ecf4b89372a289666afa4 (commit) via 8931489565e6c272bce18dd3971e932cb78b0074 (commit) via d7ea9255568f37823d97f81e9cbf1c7aff9edffd (commit) from af61bfbcf827fc51e2f27f45afce9bec349a0bb4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3c59a0587b00015362ecf4b89372a289666afa4 Author: Julian Maurice Date: Wed Jan 6 19:11:27 2016 +0100 Bug 15358: Fix authorities merge Bug 8064 (Merge several biblio records) change some code used in both biblios and authorities merge tool without updating the authorities merge tool. This patch fixes that. Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Julian Maurice commit 8931489565e6c272bce18dd3971e932cb78b0074 Author: Jonathan Druart Date: Thu Jan 14 12:27:55 2016 +0000 Bug 15578: Make sure all params will be taken into account when instantiating The tests in t/db_dependent/Koha_Authority.t expects at least 1 authority record in the DB to run them, otherwise they are skipped. On our integration server, the DB does not contain any records, and the tests are skipped. Unfortunately these tests were testing the authid method of Koha::MetadataRecord::Authority. Test plan: Apply the first patch, launch tests => Fail Apply the second patch, launch tests => \o/ Signed-off-by: Jonathan Druart Signed-off-by: Julian Maurice commit d7ea9255568f37823d97f81e9cbf1c7aff9edffd Author: Jonathan Druart Date: Thu Jan 14 12:27:32 2016 +0000 Bug 15578: Insert authority records before processing tests Signed-off-by: Jonathan Druart Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/MetadataRecord.pm | 13 +---- authorities/merge.pl | 20 +++++-- cataloguing/merge.pl | 2 +- .../prog/en/includes/merge-record.inc | 20 +++---- .../prog/en/modules/authorities/merge.tt | 8 +-- t/db_dependent/Koha_Authority.t | 57 ++++++++++++-------- 6 files changed, 69 insertions(+), 51 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Feb 18 19:32:05 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Feb 2016 18:32:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.08-59-g0dc55b8 Message-ID: This is an automated email from the git hooks/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.20.x has been updated via 0dc55b829be249200425174aa38df19fa01f59c7 (commit) via eca6afb6629f1e85de2f278e2ab234678fad2b5a (commit) from 23716ebcc330968a4352b563c9aba52f08c00509 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0dc55b829be249200425174aa38df19fa01f59c7 Author: Kyle M Hall Date: Thu Jan 28 21:24:52 2016 +0000 Bug 15687 [QA Followup] - Tidy sub to remove tab characters Signed-off-by: Kyle M Hall (cherry picked from commit 6d24219976c332c8fb7da69ceab6374627aeb95c) Signed-off-by: Julian Maurice (cherry picked from commit f9978afb60aa845de07fa0c31e1b35b208a8cabb) Signed-off-by: Fr?d?ric Demians commit eca6afb6629f1e85de2f278e2ab234678fad2b5a Author: Julian Maurice Date: Thu Jan 28 09:32:11 2016 +0100 Bug 15687: Fix xgettext.pl syntax errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 70112cfb8103c9a760bf9b27e7ed8ecb8e5c9278) Signed-off-by: Julian Maurice (cherry picked from commit af24e8ee01877928335727bf04248b3c372ac574) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: misc/translator/xgettext.pl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 19 09:37:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Feb 2016 08:37:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-7-g2b3c253 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 2b3c253708df62544cce7a8ccbcdc950836a0aec (commit) from e3c59a0587b00015362ecf4b89372a289666afa4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2b3c253708df62544cce7a8ccbcdc950836a0aec Author: Aleisha Date: Thu Jan 14 22:00:41 2016 +0000 Bug 15573: String and translatability fix to Patron Card Creator Fixing the split string To test: 1) Go to Tools -> Patron Card Creator -> Manage -> Card batches 2) Confirm the table heading reads 'Patron Count' 3) Edit a batch 4) Click Remove duplicates 5) Confirm it reads 'Duplicates removed from batch number X: Y patron(s)' Signed-off-by: Hector Castro Works as described. Rewording Ok for translatability purpose Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit a3d2de6248386d0efc91c317f2c2e84d936198f6) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- patroncards/manage.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 19 09:40:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Feb 2016 08:40:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-9-gb3b0344 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b3b03440f37885cdb4b0d7fe1b49c17cd41a72df (commit) via 7fd9119cd8c8dfdbbef4e05cbae55209e07368a2 (commit) from 2b3c253708df62544cce7a8ccbcdc950836a0aec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b3b03440f37885cdb4b0d7fe1b49c17cd41a72df Author: Kyle M Hall Date: Fri Jan 22 17:41:14 2016 +0000 Bug 15571 [QA Followup] - Remove tabs Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit eb542fb1ff91ca8416058c20692a0201f74596e3) Signed-off-by: Julian Maurice commit 7fd9119cd8c8dfdbbef4e05cbae55209e07368a2 Author: Briana Date: Mon Jan 18 22:32:14 2016 +0000 Bug 15571 reserveforothers permission does not remove Search to hold button from patron account To Test: 1. Create a user without 'reserveforothers' permission 2. Go onto user details 3. 'Search to hold' button should not be there 4. Create a user with 'reserveforothers' permission 5. Repeat steps 6. 'Search to Hold' button should be there Signed-off-by: Owen Leonard Signed-off-by: Briana Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit f118addf0f559448cc8ffc13a522ff4b35718fd3) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 19 09:43:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Feb 2016 08:43:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-10-g6ce3969 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6ce3969d07c5dc55f898d74be9bab41e262314ee (commit) from b3b03440f37885cdb4b0d7fe1b49c17cd41a72df (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6ce3969d07c5dc55f898d74be9bab41e262314ee Author: Aleisha Date: Mon Jan 11 21:33:15 2016 +0000 Bug 15552: Better wording of intranetreadinghistory To test: 1) Find intranetreadinghistory system preference in Administration 2) Confirm new description gives more information and makes sense Signed-off-by: Hector Castro Better wording and much better for translatability purposes Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit c827160122525c45000a4208215ee3fd83aa92b0) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 20 09:45:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Feb 2016 08:45:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.08-73-g5d298d2 Message-ID: This is an automated email from the git hooks/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.20.x has been updated via 5d298d2a4c797f491177c9cb006e18afb0a9279a (commit) via 58b075a08f8d3b8703bb8d9f6a9b0cd4d056525b (commit) via 2d2824976cfe01a6ee0ecd8a0d55ea36d1f490c4 (commit) via d877c78fffc0dd06137f88e1dd99f526c0abd2fc (commit) via ce7091e1bd8b31e29cbe63a64a1a258ff68d09e2 (commit) via 2815b158ce7abeb75380faba663c6cda095a8e1f (commit) via c13bacfde05d7f40e2da80367d90fc4b30918e4b (commit) via cf71b93d91cfc01f3876bd3558eeb7d80a4746e6 (commit) via e1969cbd67b1aa870787b381e87eda57ba6d2fb2 (commit) via 24850371ac78866b62e2ae41283875e1d8e3ac3e (commit) via a381664238b8acb9d6db0d4ae003cac8bbfd0925 (commit) via 9bb8f6940023be55c1f1ba338ca21dc41b6668e1 (commit) via bd927834b2d77d9a3de2028bad965b8d45e561af (commit) via be643167c93f4176137098610aa2b2ea05abffaa (commit) from 0dc55b829be249200425174aa38df19fa01f59c7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5d298d2a4c797f491177c9cb006e18afb0a9279a Author: Aleisha Date: Mon Jan 11 21:33:15 2016 +0000 Bug 15552: Better wording of intranetreadinghistory To test: 1) Find intranetreadinghistory system preference in Administration 2) Confirm new description gives more information and makes sense Signed-off-by: Hector Castro Better wording and much better for translatability purposes Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit c827160122525c45000a4208215ee3fd83aa92b0) Signed-off-by: Julian Maurice (cherry picked from commit 6ce3969d07c5dc55f898d74be9bab41e262314ee) Signed-off-by: Fr?d?ric Demians commit 58b075a08f8d3b8703bb8d9f6a9b0cd4d056525b Author: Kyle M Hall Date: Fri Jan 22 17:41:14 2016 +0000 Bug 15571 [QA Followup] - Remove tabs Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit eb542fb1ff91ca8416058c20692a0201f74596e3) Signed-off-by: Julian Maurice (cherry picked from commit b3b03440f37885cdb4b0d7fe1b49c17cd41a72df) Signed-off-by: Fr?d?ric Demians commit 2d2824976cfe01a6ee0ecd8a0d55ea36d1f490c4 Author: Briana Date: Mon Jan 18 22:32:14 2016 +0000 Bug 15571 reserveforothers permission does not remove Search to hold button from patron account To Test: 1. Create a user without 'reserveforothers' permission 2. Go onto user details 3. 'Search to hold' button should not be there 4. Create a user with 'reserveforothers' permission 5. Repeat steps 6. 'Search to Hold' button should be there Signed-off-by: Owen Leonard Signed-off-by: Briana Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit f118addf0f559448cc8ffc13a522ff4b35718fd3) Signed-off-by: Julian Maurice (cherry picked from commit 7fd9119cd8c8dfdbbef4e05cbae55209e07368a2) Signed-off-by: Fr?d?ric Demians commit d877c78fffc0dd06137f88e1dd99f526c0abd2fc Author: Jesse Weaver Date: Fri Feb 12 12:43:32 2016 -0700 Bug 15411: Update DB rev (3.20.08.002) Signed-off-by: Julian Maurice (cherry picked from commit af61bfbcf827fc51e2f27f45afce9bec349a0bb4) Signed-off-by: Fr?d?ric Demians commit ce7091e1bd8b31e29cbe63a64a1a258ff68d09e2 Author: Aleisha Date: Wed Jan 6 00:21:54 2016 +0000 Bug 15411: More changes Changes to Italian and Polish sql files and catalogue help file. TEST PLAN --------- 1) Confirm sql is valid and has Non-fiction. > delete from auth_vals; > source {appropriate file}; 2) Staff -> Search -> Help -- Confirm Non-fiction 3) Run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Jesse Weaver (cherry picked from commit 81c9770f28d13129aa2969c4a243988a4f026a6b) Signed-off-by: Julian Maurice (cherry picked from commit 3b1e74d7ae5e4f2f2c36a982abdea594ae457117) Signed-off-by: Fr?d?ric Demians commit 2815b158ce7abeb75380faba663c6cda095a8e1f Author: Aleisha Date: Thu Jan 14 00:40:24 2016 +0000 Bug 15574: Better wording for error message when adding a duplicate tag To test: 1) Apply patch 2) Go to a record (ie opac-detail.pl) and add tags that already exist with that record 3) Confirm new error message Signed-off-by: Hector Castro Rewording Ok for common patrons Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 56dde11a4f39b8a9f151d7592a7869f20c8c5f2f) Signed-off-by: Julian Maurice (cherry picked from commit ec9fd6c43f01258d9c26a47d8b8697c62c6887bd) Signed-off-by: Fr?d?ric Demians commit c13bacfde05d7f40e2da80367d90fc4b30918e4b Author: Jonathan Druart Date: Wed Jan 20 11:28:54 2016 +0000 Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Signed-off-by: Hector Castro Vestiges removed Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 7dc0c67640904a19a73e58c6af330af50d6d16d6) Signed-off-by: Julian Maurice (cherry picked from commit cd0b768bd0f9fe7fa373f72d74bc20357695bdf5) Signed-off-by: Fr?d?ric Demians commit cf71b93d91cfc01f3876bd3558eeb7d80a4746e6 Author: Chloe Date: Thu Jan 21 20:36:22 2016 +0000 Bug 15638: Spelling mistake in request.pl To Test- chek that in line 4 "writen" has been changed to "written" Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 0867ca53d689108475d2bdba94712d6839db928f) Signed-off-by: Julian Maurice (cherry picked from commit 9c1c9285a84d9341432188258ea56ab5e88a434b) Signed-off-by: Fr?d?ric Demians commit e1969cbd67b1aa870787b381e87eda57ba6d2fb2 Author: Chloe Date: Thu Jan 21 20:32:41 2016 +0000 Bug 15638: spelling mistake in ~/Koha/reserve/placerequest.pl:4 writen ==> written To Test- check that in line 4 of this file "writin" has been corrected to "written" Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 6bb0b6b2d90402bf1c618f32ddfde83529e63ba8) Signed-off-by: Julian Maurice (cherry picked from commit e78c5cfb4e8192262f807142a5c74c8ed502bcd3) Signed-off-by: Fr?d?ric Demians commit 24850371ac78866b62e2ae41283875e1d8e3ac3e Author: Owen Leonard Date: Wed Apr 23 12:59:25 2014 -0400 Bug 6322 - It's possible to view lists/virtualshelves even when virtualshelves is off If the user knows the URL for OPAC lists they can access them even with the virtualshelves preference turned off. This patch copies the solution added to opac-topissues.pl by Bug 10595 and applies it to OPAC lists pages. To test, apply the patch and set the virtualshelves system preference to "don't allow." - Navigate to /cgi-bin/koha/opac-shelves.pl. You should be redirected to an Error 404 page. - Also check: - /cgi-bin/koha/opac-shareshelf.pl. - /cgi-bin/koha/opac-downloadshelf.pl - /cgi-bin/koha/opac-sendshelf.pl - /cgi-bin/koha/opac-addbybiblionumber.pl - Turn virtualshelves back on. Access to lists and list sharing should be restored. Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 2923cfdff4466efed55dd3d3dbee8ba37f6ff882) Signed-off-by: Julian Maurice (cherry picked from commit 59229f74805c9bdc817b0c5f65b311f9825ce3b3) Signed-off-by: Fr?d?ric Demians commit a381664238b8acb9d6db0d4ae003cac8bbfd0925 Author: Briana Date: Tue Jan 19 00:57:34 2016 +0000 Bug 14406: When adding messages in patron account, only first name is shown in pull down To test: Log in to staff patron account Go to Checkout tab Click 'Add a new message' Drop down box should show 'Staff - Internal Note' and 'OPAC - [Full name of patron]' Signed-off-by: Owen Leonard Made a tiny change during signoff: uncapitalized "note" Signed-off-by: Jonathan Druart Signed-off-by: Jesse Weaver (cherry picked from commit 9f4d87373abb8517e39c51cdde8fa17104196fea) Signed-off-by: Julian Maurice (cherry picked from commit f861cf879b5a4e65482ba607e80a0b4a8373fc7e) Signed-off-by: Fr?d?ric Demians commit 9bb8f6940023be55c1f1ba338ca21dc41b6668e1 Author: Marc V?ron Date: Thu Jan 28 22:05:58 2016 +0100 Bug 15684: Fix encoding issues with quote upload To verify: - Download attachment 'Goethe with umlaut' from Bug 15684 - Go to Tools > Quote Editor - Click "Import quotes" and select the file - The quotes display in a table. Click 'Sav quotes' - Result: Nothing happens To test: - Apply patch - Repeat steps above - Verify that you get a message '2 quotes saved' and that the quotes are added in to the quotes table - Test with attachment 'sample quotes' as well Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 59fc32531071e3d4594a8b5555acd41a17921de3) Signed-off-by: Julian Maurice (cherry picked from commit 6eb380da3b8908b7a909828082fe95f6d221fe19) Signed-off-by: Fr?d?ric Demians commit bd927834b2d77d9a3de2028bad965b8d45e561af Author: Julian Maurice Date: Mon Feb 1 17:55:15 2016 +0100 Bug 11569: Update DB rev (3.20.08.001) Signed-off-by: Julian Maurice (cherry picked from commit 53bbfa2aab5daf148113de1929193b64f3cf19ef) commit be643167c93f4176137098610aa2b2ea05abffaa Author: Aleisha Date: Mon Dec 21 22:45:57 2015 +0000 Bug 11569: Correcting typos in userpermissions.sql Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit cc592b4b38f14813e3ee80c808dfde500e092bd1) Signed-off-by: Julian Maurice (cherry picked from commit 8635b7b6dc97aa9f329d9f9d0b5ddb2245cc9bba) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 1 - Koha.pm | 2 +- .../data/mysql/en/mandatory/userpermissions.sql | 4 ++-- installer/data/mysql/it-IT/necessari/auth_val.sql | 2 +- installer/data/mysql/pl-PL/optional/auth_val.sql | 2 +- installer/data/mysql/updatedatabase.pl | 22 ++++++++++++++++++++ .../prog/en/includes/members-toolbar.inc | 8 +++++-- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- .../prog/en/modules/circ/circulation.tt | 4 ++-- .../prog/en/modules/help/catalogue/search.tt | 4 ++-- .../prog/en/modules/tools/quotes-upload.tt | 2 +- .../bootstrap/en/includes/opac-bottom.inc | 2 +- opac/opac-addbybiblionumber.pl | 10 +++++++++ opac/opac-downloadshelf.pl | 6 ++++++ opac/opac-sendshelf.pl | 6 ++++++ opac/opac-shareshelf.pl | 8 +++++++ opac/opac-shelves.pl | 6 ++++++ reserve/placerequest.pl | 2 +- reserve/request.pl | 2 +- t/db_dependent/Branch.t | 1 - tools/quotes/quotes-upload_ajax.pl | 4 +++- 21 files changed, 81 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 22 21:23:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Feb 2016 20:23:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-520-gea69693 Message-ID: This is an automated email from the git hooks/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 ea69693997fa5ea6f6eef37290c783b507db1213 (commit) from 43bcc1c42cd347ab1565b27038ec3350a1ecf94f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea69693997fa5ea6f6eef37290c783b507db1213 Author: Dobrica Pavlinusic Date: Mon Feb 15 15:23:19 2016 +0100 Bug 15818 - OPAC search with utf-8 characters and without results generates encoding error When searching for something in OPAC which doesn't result in any results but have utf-8 characters in search string we get following encoding error: Cannot decode string with wide characters at /usr/lib/i386-linux-gnu/perl5/5.20/Encode.pm line 215. This is because we are trying to decode string which is allready correctly marked as utf-8. Test scenario: 1) enter search string with utf-8 characters in opac which doesn't return any results 2) verify that you get application error 3) apply this patch 4) re-run query and verify that errror is gone Signed-off-by: Jonathan Druart Step 0: Define "OPACNoResultsFound" with '{QUERY_KW}' Note that I don't get the error (Encode 2.60) but the search terms are not display correctly. Signed-off-by: Marcel de Rooy The variable to be decoded comes from already decoded vars (via the -utf8 flag from CGI), following the trail in Search.pm. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 22 21:27:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Feb 2016 20:27:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-521-gd6329e4 Message-ID: This is an automated email from the git hooks/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 d6329e4f96e46a5e2fbe0ced4d385c42d47e2a84 (commit) from ea69693997fa5ea6f6eef37290c783b507db1213 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d6329e4f96e46a5e2fbe0ced4d385c42d47e2a84 Author: Jonathan Druart Date: Fri Feb 12 14:33:57 2016 +0000 Bug 15810: Make sure the CGI->param is not called in a list context when creating private shelves This patch fixes the following bug: If OpacAllowPublicListCreation is set to "not allow", the creation of a private list raises an error at the OPAC. CGI->param is called in a list context and some parameters are not filled from the template if the pref is set to "not allow". To make sure we don't have a "Odd number of elements in anonymous hash", we force the context to scalar. Test plan: 1/ Set OpacAllowPublicListCreation to "not allow" 2/ Create private and public lists at the OPAC and the intranet => Everything should work fine with this patch applied Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: opac/opac-shelves.pl | 14 +++++++------- virtualshelves/shelves.pl | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 22 21:29:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Feb 2016 20:29:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-523-gf92ef62 Message-ID: This is an automated email from the git hooks/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 f92ef6207bc7346825f097f61e696b4b3685a737 (commit) via ce6c3bb88b426b0d0b945b9e71c695017dcb0fed (commit) from d6329e4f96e46a5e2fbe0ced4d385c42d47e2a84 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f92ef6207bc7346825f097f61e696b4b3685a737 Author: Kyle M Hall Date: Sun Feb 14 14:12:50 2016 +0000 Bug 15736 [QA Followup] - Make add more details to the syspref description Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit ce6c3bb88b426b0d0b945b9e71c695017dcb0fed Author: Jonathan Druart Date: Fri Feb 12 09:07:09 2016 +0000 Bug 15736: Add ShowAllCheckins pref to control the display of checked-in item list on checking Bug 14821 removed the items which were not checked out, but some libraries considered it as a bug. So let's add a new pref to control this behavior. Test plan: 0/ Execute the updatedb entry and set ShowAllCheckins to "Do not show" (default) 1/ Check an item in. If the item was not checked out, it won't be listed 2/ Turn the pref to "Show" 3/ Check an item in If the item was not checked out, it should be listed Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: circ/returns.pl | 5 +++++ installer/data/mysql/atomicupdate/bug_15736.sql | 1 + installer/data/mysql/sysprefs.sql | 1 + .../prog/en/modules/admin/preferences/circulation.pref | 6 ++++++ 4 files changed, 13 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_15736.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 22 21:43:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Feb 2016 20:43:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-525-g15d2305 Message-ID: This is an automated email from the git hooks/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 15d2305caa1fde1caa0381ddaa5e7bfda5e9ac19 (commit) via 74dde4d2c6ce53345392ba498d81affafb8fddf9 (commit) from f92ef6207bc7346825f097f61e696b4b3685a737 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15d2305caa1fde1caa0381ddaa5e7bfda5e9ac19 Author: Brendan Gallagher Date: Mon Feb 22 20:47:49 2016 +0000 Deleting the atomic update for bug Bug 15736 - Add a preference to control whether all items should be shown in checked-in items list commit 74dde4d2c6ce53345392ba498d81affafb8fddf9 Author: Brendan Gallagher Date: Mon Feb 22 20:46:52 2016 +0000 Updating the DB Rev for Bug 15736 - Add a preference to control whether all items should be shown in checked-in items list ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/atomicupdate/bug_15736.sql | 1 - installer/data/mysql/updatedatabase.pl | 10 ++++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_15736.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 22 21:51:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Feb 2016 20:51:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-527-gd6dc21b Message-ID: This is an automated email from the git hooks/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 d6dc21bc3c3f0a8fa66e66406544198b3268423c (commit) via ff0843dca0cb3883a5ce51846baca2905a7ef3b1 (commit) from 15d2305caa1fde1caa0381ddaa5e7bfda5e9ac19 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d6dc21bc3c3f0a8fa66e66406544198b3268423c Author: Jonathan Druart Date: Mon Feb 1 13:13:10 2016 +0000 Bug 15645: Remove the confusing wait var and use found instead Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit ff0843dca0cb3883a5ce51846baca2905a7ef3b1 Author: Kyle M Hall Date: Fri Jan 22 16:36:26 2016 +0000 Bug 15645 - In transit holds do not show as in transit on request.pl A hold in transit will simply appear as an unfilled hold! Test Plan: 1) Place a hold for pickup at a different location 2) Capture that hold for a patron 3) Note you do not see the in transit status on request.pl 4) Apply this patch 5) Refresh the page 6) The hold should now show as in transit! Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 10 +++++----- reserve/request.pl | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 16:19:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 15:19:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-528-g4c6214f Message-ID: This is an automated email from the git hooks/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 4c6214f5c943d8c2f12e7cf84c3965ddc4778956 (commit) from d6dc21bc3c3f0a8fa66e66406544198b3268423c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c6214f5c943d8c2f12e7cf84c3965ddc4778956 Author: Lyon3 Team Date: Tue Jan 26 12:40:11 2016 +0100 Bug 15643 - Every datepicker on serials expected date column updates top issue delete 'expected' and 'supexpected' ids that don't seem useful anymore. Same thing for changeDate2 function Test plan : 1) Search a serial subscription from the Serials Home page 2)Go to serial collection page and make sure it has a mimimal bunch of already received or missing issues 3)Check some received issues to be sure to get extra issues (not only the extected one) in the serial edition page 4) Click on Edit serials button 5) Try to modify whatever date in 'Expected on' column (excepted first one) using datepicker : You can see that the top date of the column is updated instead of the choosen one. 6) Apply patch and redo 1 to 5 steps : now the right date is updated. Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 16:28:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 15:28:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-530-ga66674a Message-ID: This is an automated email from the git hooks/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 a66674a96484124b69d627f6e2e081debafa4a6c (commit) via fb419ba83d8c7b6bf710b42ad3fe61701809fc0e (commit) from 4c6214f5c943d8c2f12e7cf84c3965ddc4778956 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a66674a96484124b69d627f6e2e081debafa4a6c Author: Brendan Gallagher Date: Tue Feb 23 15:33:41 2016 +0000 DBRev for Bug 13534 - Deleting staff patron will delete tags approved by this patron Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit fb419ba83d8c7b6bf710b42ad3fe61701809fc0e Author: Jonathan Druart Date: Wed Jan 13 14:34:29 2016 +0000 Bug 13534: Do not remove tags on deleting a patron On deleting a patron, all the tags approved by this user will be deleted. This can cause data lost. Test plan: 0/ Do not execute the update DB entry 1/ Create 2 patrons A, B 2/ Create some tags with patron A logged in 3/ Approve them with patron B logged in 4/ Delete the 2 patrons => The tags have been deleted 5/ Execute the DB entry 6/ Repeat 1,2,3,4 => The tags have not been deleted and are still shown on the interface (result, detail, tags module) Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/atomicupdate/bug_13534.sql | 6 ++++++ installer/data/mysql/kohastructure.sql | 6 +++--- installer/data/mysql/updatedatabase.pl | 21 +++++++++++++++++++++ 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_13534.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 16:38:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 15:38:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-531-gc00169e Message-ID: This is an automated email from the git hooks/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 c00169e536780bb371351fab8fdd119718145fcd (commit) from a66674a96484124b69d627f6e2e081debafa4a6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c00169e536780bb371351fab8fdd119718145fcd Author: Kyle M Hall Date: Tue Feb 23 15:43:29 2016 +0000 DBRev for Bug 13534 [Followup] - Remove tabs and atomic update file ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/atomicupdate/bug_13534.sql | 6 ---- installer/data/mysql/updatedatabase.pl | 35 +++++++++-------------- 2 files changed, 13 insertions(+), 28 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_13534.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 21:40:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 20:40:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-532-g5939c4b Message-ID: This is an automated email from the git hooks/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 5939c4b2333925f71ededff450e9ea9a8eb5ab26 (commit) from c00169e536780bb371351fab8fdd119718145fcd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5939c4b2333925f71ededff450e9ea9a8eb5ab26 Author: Owen Leonard Date: Thu Feb 11 09:36:25 2016 -0500 Bug 15785 - Use Font Awesome icons in confirmation dialogs We can simplify the staff client's CSS and reduce some image file usage if we modify confirmation dialogs to use Font Awesome icons. This patch makes this change for Administration templates. This patch includes some whitespace changes, so please consider that when looking at diffs. To test, apply the patch and test deletion in the following cases. Test both confirmation and cancel actions. Administration -> Budgets -> Delete budget Administration -> Funds -> Delete fund Administration -> Authority types -> Delete authority type Administration -> Authority types -> MARC Structure -> Delete tag Administration -> Authority types -> MARC Structure -> Subfields -> Delete Administration -> MARC bibliographic framework -> Delete framework Administration -> MARC bibliographic framework -> MARC structure -> Delete Administration -> Cities and Towns -> Delete city Administration -> Classification sources -> Delete classification source Administration -> Classification sources -> Delete classification filing rule Administration -> Item types -> Delete Administration -> Record matching rules -> Delete Administration -> Patron attribute types -> Delete Signed-off-by: Hector Castro Works as advertised. Icons changed Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 25 ++++++++++++ .../prog/en/modules/admin/aqbudgetperiods.tt | 5 +-- .../prog/en/modules/admin/aqbudgets.tt | 40 +++++++++---------- .../en/modules/admin/auth_subfields_structure.tt | 34 +++++++++------- .../prog/en/modules/admin/auth_tag_structure.tt | 23 ++++++----- .../prog/en/modules/admin/authtypes.tt | 4 +- .../prog/en/modules/admin/biblio_framework.tt | 4 +- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 6 +-- .../prog/en/modules/admin/classsources.tt | 42 ++++++++++---------- .../prog/en/modules/admin/itemtypes.tt | 8 ++-- .../prog/en/modules/admin/marctagstructure.tt | 24 ++++++----- .../prog/en/modules/admin/matching-rules.tt | 19 +++++---- .../prog/en/modules/admin/patron-attr-types.tt | 19 +++++---- 13 files changed, 150 insertions(+), 103 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 21:46:38 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 20:46:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-533-g3853800 Message-ID: This is an automated email from the git hooks/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 385380038bbeb5d329dcba7eebacf0287d0d816e (commit) from 5939c4b2333925f71ededff450e9ea9a8eb5ab26 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 385380038bbeb5d329dcba7eebacf0287d0d816e Author: Owen Leonard Date: Thu Feb 11 12:06:39 2016 -0500 Bug 15790 - Don't delete a MARC framework if existing records use that framework If a MARC framework is in use by any records it should not be possible to delete it. Deleting a framework which is in use will leave the deleted framework code in those records. This patch modifies the deletion confirmation dialog so that it will not let the user confirm the deletion if there are records using it. Depends on Bug 15785 - Use Font Awesome icons in confirmation dialogs To test, apply the patch and go to Administration -> MARC frameworks 1. Try to delete a framework which is in use by 1 or more records. The resulting confirmation dialog should prevent you from proceeding. 2. Try to delete a framework which is not in use. Test both canceling and confirming that deletion to make both function correctly. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/biblio_framework.tt | 26 ++++++++++++-------- 1 file changed, 16 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 21:48:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 20:48:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-534-g0987165 Message-ID: This is an automated email from the git hooks/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 0987165d6aab0951259b2101c2133ae4c221357b (commit) from 385380038bbeb5d329dcba7eebacf0287d0d816e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0987165d6aab0951259b2101c2133ae4c221357b Author: Julian Maurice Date: Tue Feb 9 11:16:55 2016 +0100 Bug 15764: Fix timestamp sent by KOCT KOCT plugin send UTC timestamp, it should be converted to local timezone Test plan: 1. Install latest version of KOCT and configure it https://addons.mozilla.org/fr/firefox/addon/koct/ https://wiki.koha-community.org/wiki/Offline_circulation_firefox_plugin 2. Use it to do a checkout and a checkin. See that timestamps are UTC. 3. Click on "Commit to Koha" under "Log" tab 4. Wait for all operations to be processed 5. In Koha, go to Circulation > Offline circulation and check the timestamps were correctly converted to the Koha server's timezone 6. Process the pending operations and see that timestamps are still correct 7. Repeat step 2 8. Now click on "Apply directly" 9. Check the timestamps are correct in Koha NOTE: I could not get "Commit to Koha" to work for me, but I did confirm this corrected behaviour with "Apply directly". Signed-off-by: Mark Tompsett Signed-off-by: Owen Leonard Using the "commit to Koha" option works fine for me. Signed-off-by: Kyle M Hall This patch only affects service.pl, which is not used in any way by the uploader for desktop client files. No changes to the desktop offline circ will be needed. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: offline_circ/service.pl | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 21:49:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 20:49:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-535-g1cb3716 Message-ID: This is an automated email from the git hooks/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 1cb371689da5192caa529149a39c7a4389f056e4 (commit) from 0987165d6aab0951259b2101c2133ae4c221357b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cb371689da5192caa529149a39c7a4389f056e4 Author: Marcel de Rooy Date: Mon Feb 8 14:58:56 2016 +0100 Bug 15756: Some tests for haspermission in C4::Auth Test plan: Run this new test. Signed-off-by: Hector Castro All tests successful. koha-qa.pl run OK. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Auth/haspermission.t | 108 +++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 t/db_dependent/Auth/haspermission.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 22:12:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 21:12:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-537-gefad45a Message-ID: This is an automated email from the git hooks/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 efad45a0e39703017a894d3ffdd1a7078d13af60 (commit) via 80a690588ceac464891dcb2956c3b148433a253c (commit) from 1cb371689da5192caa529149a39c7a4389f056e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit efad45a0e39703017a894d3ffdd1a7078d13af60 Author: Jonathan Druart Date: Fri Feb 5 10:58:20 2016 +0000 Bug 15746: Same fix for "write off" Same fix as before for the "Write off" button next to the "Pay" button. Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 80a690588ceac464891dcb2956c3b148433a253c Author: Jonathan Druart Date: Fri Feb 5 10:46:28 2016 +0000 Bug 15746: Do not record individual payments with randomly picked libraries When a payment is made individualy, the library used to record this payment is randomly picked from the library list. This is because C4::Branch::GetBranch looks at 1. the $branch variable sent by the template, wich does not exist, then 2. the branchname cookie, which does not exist neither, then 3. get the first branchcode from a list of keys (non ordered). To reproduce: - Create a manual invoice for a patron (members/maninvoice.pl?borrowernumber=XXXX) - Pay this fine using the "Pay" button of the corresponding line from the members/pay.pl?borrowernumber=XXXX page Look at the statistics table: select * from statistics order by datetime desc limit 10; The branch value of the first line might not correspond to the library you were using to pay the payment. Test plan: Apply this patch, repeat the steps above and confirm that the library picked is now the one used to pay. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: members/pay.pl | 3 +-- members/paycollect.pl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 22:22:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 21:22:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-539-g0277c54 Message-ID: This is an automated email from the git hooks/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 0277c545b0369046e3d2785689ea52b99d84962f (commit) via cf047247893b04de820ff51e9b2d8f43773af332 (commit) from efad45a0e39703017a894d3ffdd1a7078d13af60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0277c545b0369046e3d2785689ea52b99d84962f Author: Kyle M Hall Date: Thu Feb 4 21:24:53 2016 +0000 Bug 15742 [QA Followup] - Tidy script Script does not appear to have any other modifying patches at this time based on bz splitter. This is a perfect time to clean up this script! Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit cf047247893b04de820ff51e9b2d8f43773af332 Author: Jonathan Druart Date: Thu Feb 4 13:25:14 2016 +0000 Bug 15742: Remove unnecessary loop in j2a cronjob If no branchcode is given, all the libraries are retrieved and the same query (so without using the libraries loop) is executed for each library. Test plan: Use the j2a.pl cronjob to change the category of a child patron If a branchcode is passed to the script, only the children from this branchcode should be updated. But if it is not passed, all children of the DB should be updated. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/j2a.pl | 278 +++++++++++++++++++++++++++++--------------------- 1 file changed, 159 insertions(+), 119 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 22:27:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 21:27:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-540-g27231db Message-ID: This is an automated email from the git hooks/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 27231db75d222ac0dad655e8e8b918afac9477ec (commit) from 0277c545b0369046e3d2785689ea52b99d84962f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 27231db75d222ac0dad655e8e8b918afac9477ec Author: Kyle M Hall Date: Wed Feb 3 15:10:30 2016 +0000 Bug 15730 - 500 error on returns.pl if barcode doesn't exist If a librarian enters a barcode that does not match an item in the database, a 500 error will be displayed instead of the "No item with barcode" message. Test Plan: 1) Enter an invalid barcode on returns.pl 2) Note the 500 error 3) Apply this patch 4) Repeat setp 1 5) Note the "No item with barcode" message Signed-off-by: Aleisha Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: circ/returns.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 22:30:01 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 21:30:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-541-ge93ffac Message-ID: This is an automated email from the git hooks/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 e93ffac3f1dd92a1fa5e10dd52cffcaa5a1c2192 (commit) from 27231db75d222ac0dad655e8e8b918afac9477ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e93ffac3f1dd92a1fa5e10dd52cffcaa5a1c2192 Author: Aleisha Date: Tue Jan 19 03:44:31 2016 +0000 Bug 12051: Adds a Renew tab to the staff client UPDATE: Added to checkin-search.inc to show up on returns.pl To test: 1) Apply patch 2) Confirm that there is now a Renew tab on the pages where there is also a Check-in tab only 3) Attempt to renew a book using this, confirm it works as expected 4) Check if I have missed any pages Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/cat-search.inc | 40 ++++++++++++-------- .../prog/en/includes/cataloging-search.inc | 11 +++++- .../prog/en/includes/checkin-search.inc | 13 ++++++- .../intranet-tmpl/prog/en/includes/circ-search.inc | 16 ++++++-- .../prog/en/includes/contracts-admin-search.inc | 5 ++- .../intranet-tmpl/prog/en/includes/home-search.inc | 16 ++++++-- .../prog/en/includes/patron-search.inc | 10 ++++- .../prog/en/includes/patrons-admin-search.inc | 3 +- koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 1 + 9 files changed, 88 insertions(+), 27 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:07:38 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:07:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-546-g5321349 Message-ID: This is an automated email from the git hooks/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 53213496d2d27c2f3038e7b0b4238f62350967f7 (commit) via aba2f86eb1ff466052ffc2c16744d2463605e90a (commit) via 11e2ea7f2e115f9124360d3a1e951e6bfd55a123 (commit) via 9329e78d769276b84f74cb27ec72c3589810b13e (commit) via e8fbf42254c29eeef675a5a77a2f0b2023d61b8f (commit) from e93ffac3f1dd92a1fa5e10dd52cffcaa5a1c2192 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53213496d2d27c2f3038e7b0b4238f62350967f7 Author: Brendan Gallagher Date: Tue Feb 23 22:10:49 2016 +0000 DBRev Bug 6624 - Allow Koha to use the new read API from OpenLibrary Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit aba2f86eb1ff466052ffc2c16744d2463605e90a Author: Jonathan Druart Date: Wed Feb 17 11:24:16 2016 +0000 Bug 6624: Add test for OpenLibrary Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 11e2ea7f2e115f9124360d3a1e951e6bfd55a123 Author: Srdjan Date: Mon Dec 14 20:08:36 2015 +1300 bug_6624: Added Open Library Search and Read API calls to opac-results.tt and opac-detail.tt Conditional to OpenLibrarySearch syspref Signed-off-by: Nicole Engard Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 9329e78d769276b84f74cb27ec72c3589810b13e Author: Srdjan Date: Mon Dec 14 20:07:08 2015 +1300 bug_6624: Added Open Library Search and Read API to openlibrary.js Signed-off-by: Nicole Engard Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit e8fbf42254c29eeef675a5a77a2f0b2023d61b8f Author: Srdjan Date: Mon Dec 14 20:01:18 2015 +1300 bug_6624: OpenLibrarySearch syspref for OPAC If set to Yes, OPAC search results and details will include buton from Open Library Raed API. In addition, Number of titles held in Open Library and the results link will be reported on the search results screen. Signed-off-by: Nicole Engard Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + C4/UsageStats.pm | 1 + Koha.pm | 2 +- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++ .../admin/preferences/enhanced_content.pref | 6 + koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 2 +- .../bootstrap/en/includes/opac-bottom.inc | 2 +- .../bootstrap/en/includes/openlibrary-readapi.inc | 10 ++ .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 9 +- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 22 ++- koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 180 +++++++++++++++++++- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 2 +- .../Koha/Objects.t => OpenLibrarySearch.t} | 19 +-- 14 files changed, 243 insertions(+), 24 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/openlibrary-readapi.inc copy t/{db_dependent/Koha/Objects.t => OpenLibrarySearch.t} (69%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:15:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:15:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-547-g1302f91 Message-ID: This is an automated email from the git hooks/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 1302f91755012d9d31e87b037cb882bc025b357f (commit) from 53213496d2d27c2f3038e7b0b4238f62350967f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1302f91755012d9d31e87b037cb882bc025b357f Author: Jonathan Druart Date: Tue Feb 16 15:58:44 2016 +0000 Bug 15833: item.biblioitemnumber returns a biblioitem DBIx::Class object 2 links are wrong on the renew page, because item.biblioitemnumber does not return the biblioitemnumber as expect the template. Test plan: Renew an item and check the item link. It should contain a valid biblioitemnumber for the 'bi' parameter. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Link repaired. At first glance, I am wondering if biblioitemnumber is of actual use here; is it only passed back and forth between script and template? Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:33:38 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:33:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-549-ga382c8c Message-ID: This is an automated email from the git hooks/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 a382c8c1cb10687117083be29478a246859daf07 (commit) via f4bcd98d9a2eab285b0280b4eae77987e053fcf3 (commit) from 1302f91755012d9d31e87b037cb882bc025b357f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a382c8c1cb10687117083be29478a246859daf07 Author: Aleisha Date: Mon Feb 1 22:36:06 2016 +0000 Bug 15706: (follow-up) Changing to circulate_remaining_permissions Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit f4bcd98d9a2eab285b0280b4eae77987e053fcf3 Author: Aleisha Date: Sun Jan 31 21:16:18 2016 +0000 Bug 15706: Changing to circulate_remaining_permissions I have only changed this in the includes for the tabs at the top. Dependent on Bug 12051 as that patch adds extra tabs to the top which would need to be changed later To test: 1) Apply Bug 12051 first, then this patch 2) Ensure that Check Out/Check In/Renew tabs still work as they should 3) Check patch for errors or pages I've missed Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/budgets-admin-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc | 8 ++++---- .../intranet-tmpl/prog/en/includes/cities-admin-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/contracts-admin-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/currencies-admin-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 8 ++++---- .../intranet-tmpl/prog/en/includes/patrons-admin-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/prefs-admin-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/printers-admin-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/suggestions-add-search.inc | 2 +- .../intranet-tmpl/prog/en/includes/z3950-admin-search.inc | 2 +- 18 files changed, 35 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:41:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:41:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-550-g9f172a3 Message-ID: This is an automated email from the git hooks/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 9f172a3c1bc8c7cd1664eabac81c5b66877b3952 (commit) from a382c8c1cb10687117083be29478a246859daf07 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9f172a3c1bc8c7cd1664eabac81c5b66877b3952 Author: Owen Leonard Date: Thu Jan 28 08:54:56 2016 -0500 Bug 15691: Show card number minimum and maximum in visible hint when adding a patron The CardnumberLength system preference defines card number minimum and maximum allowed values when adding a patron. This information is currently hidden in a title attribute on the card number input field. This patch moves the information into a
, matching other fields in the entry form which offer details about entry guidelines. To test, apply the patch and open the new patron entry form. Test for various values of CardnumberLength, and with 'cardnumber' mandatory or not mandatory as defined in BorrowerMandatoryField. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:43:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:43:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-551-gd9dc8be Message-ID: This is an automated email from the git hooks/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 d9dc8be41780c3a4332f2fd50f80961d1653c49e (commit) from 9f172a3c1bc8c7cd1664eabac81c5b66877b3952 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9dc8be41780c3a4332f2fd50f80961d1653c49e Author: Owen Leonard Date: Thu Feb 11 08:56:42 2016 -0500 Bug 15670 - Rename "Cancel" to "Cancel hold" when checking in a waiting item When checking in an on-hold item which is waiting, the "Cancel" button cancels the hold, so it should say so. This patch changes the text. This patch also moves the 'cancel hold' button to the middle, on the theory that buttons on the left should default to 'confirm' and buttons on the right should generally imply 'cancel'--as in 'do nothing.' Moving it to the middle seems like a good place to put it where users will have to think about clicking it. To test: 1. Find an hold which has been made 'waiting,' or check in an confirm a pending hold at your library. 2. Check in that item again and verify that the 'Hold found' dialog contains a 'Cancel hold' button which works to cancel the waiting hold. 3. Repeat the process and confirm that the functionality of the other buttons is unchanged. Followed test plan, works as expected. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Feb 23 23:48:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 22:48:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-552-g4bf881d Message-ID: This is an automated email from the git hooks/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 4bf881d32c41b54357949e4d37b1401b1324bc8e (commit) from d9dc8be41780c3a4332f2fd50f80961d1653c49e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4bf881d32c41b54357949e4d37b1401b1324bc8e Author: Aleisha Date: Tue Jan 26 02:57:38 2016 +0000 Bug 15663: Fix 'remove selected items', add a 'delete batch' button In this patch I have fixed the 'Remove selected items' button. I have also added a 'Delete batch' button like there is in the Patron Card Creator. To test: 1) Go to Tools -> Label creator -> New label batch 2) Add 2 items 3) Select the checkbox next to an item you just added and click 'Remove selected items' 4) A pop-up will say that you are yet to select an item. (Please ignore the mistake in the pop-up message, this is being fixed in Bug 15662) 5) Apply patch and refresh. Confirm there is now a 'Delete batch' button in the toolbar 6) Select one item and click 'Remove selected items' 7) Confirm the item is deleted from the batch 8) Select the final item and click 'Remove selected items' 9) Pop-up message will tell you that deleting this item will delete the batch. Click 'Okay' 10) Click 'Delete batch' then 'Okay' 11) Confirm you are redirected to the Labels page and the batch has been deleted. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/labels/label-edit-batch.tt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:00:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:00:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-553-g32e80f4 Message-ID: This is an automated email from the git hooks/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 32e80f456e62548b9dac7087908a6d72533fa0c8 (commit) from 4bf881d32c41b54357949e4d37b1401b1324bc8e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32e80f456e62548b9dac7087908a6d72533fa0c8 Author: Lyon3 Team Date: Mon Jan 25 16:52:37 2016 +0100 Bug 15657 (follow-up bug 15501): add missing semi-colon Signed-off-by: Hector Castro The semicolon it's added Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:01:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:01:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-555-geffe1e2 Message-ID: This is an automated email from the git hooks/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 effe1e27819a3b7d156e4abf5c96dd34d529246f (commit) via c76549dd7b4a090844a5a51664409417f9838923 (commit) from 32e80f456e62548b9dac7087908a6d72533fa0c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit effe1e27819a3b7d156e4abf5c96dd34d529246f Author: Jonathan Druart Date: Wed Jan 27 10:33:24 2016 +0000 Bug 15605: Remove the cursor:pointer style. Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit c76549dd7b4a090844a5a51664409417f9838923 Author: Natasha Date: Wed Jan 20 02:11:37 2016 +0000 Bug 15605 - Accessibility: Can't tab to add link in serials routing list add user popup To Test - 1. Go to Serials and search for a title and then click on it. 2. Click routing list and then Add recipients. 3. Search for a patron. 4. Using the tab key try to navigate onto the Add link. 5. Notice it skips Add. 6. Apply the patch and then repeat steps 1-4, notice the Add link can now be accessed through using the keyboard. Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/serials/tables/members_results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:08:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:08:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-559-ge061b2b Message-ID: This is an automated email from the git hooks/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 e061b2b65cd0cfa1f9e1b51e9d7ea0550c2b6a4f (commit) via 100d800060c26378b91b465926a5993cb5596300 (commit) via 8b2573e24e50d2911d88aa6d9ec969b51f37284b (commit) via f4f307230ab0aeb3d28566dd0e5e9f7b851800b0 (commit) from effe1e27819a3b7d156e4abf5c96dd34d529246f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e061b2b65cd0cfa1f9e1b51e9d7ea0550c2b6a4f Author: Brendan Gallagher Date: Tue Feb 23 23:13:08 2016 +0000 DBRev for Bug 15517 - Tables borrowers and deletedborrowers differ again commit 100d800060c26378b91b465926a5993cb5596300 Author: Jonathan Druart Date: Mon Jan 11 08:35:11 2016 +0000 Bug 15517: Change wording for tests Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 8b2573e24e50d2911d88aa6d9ec969b51f37284b Author: Jonathan Druart Date: Thu Jan 7 15:26:15 2016 +0000 Bug 15517: deleted* tables won't never differ anymore! These tests will ensure that the 4 deleted* tables won't never differ anymore. Test plan: 0/ Do not execute the update DB entry 1/ prove t/db_dependent/db_structure.t should fail 2/ Execute the update DB entry and update the schema with misc/devel/update_dbix_class_files.pl 3/ prove t/db_dependent/db_structure.t should now be happy Signed-off-by: Hector Castro Test pass successfuly. Works as advertised Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit f4f307230ab0aeb3d28566dd0e5e9f7b851800b0 Author: Jonathan Druart Date: Thu Jan 7 15:24:05 2016 +0000 Bug 15517: Resync borrowers and deletedborrowers tables The 2 columns password and userid are not sync and could cause errors when deleting patrons. Signed-off-by: Hector Castro Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/kohastructure.sql | 4 +-- installer/data/mysql/updatedatabase.pl | 12 +++++++++ t/db_dependent/db_structure.t | 43 ++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 t/db_dependent/db_structure.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:13:30 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:13:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-560-g53a0812 Message-ID: This is an automated email from the git hooks/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 53a081278d505b76efbd7c08dbe7d45649779740 (commit) from e061b2b65cd0cfa1f9e1b51e9d7ea0550c2b6a4f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53a081278d505b76efbd7c08dbe7d45649779740 Author: Jesse Weaver Date: Wed Jan 27 16:39:22 2016 -0700 Bug 15514: Fix error with certain repeatable fields in Rancor Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:19:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:19:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-563-gd268d42 Message-ID: This is an automated email from the git hooks/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 d268d428fd984aeb76f617e0e93ef6fdea543230 (commit) via df4b1552211aae130b2ac31b44f45892c342e28c (commit) via 203659ee60b25614eecd01f69e23e3be57952707 (commit) from 53a081278d505b76efbd7c08dbe7d45649779740 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d268d428fd984aeb76f617e0e93ef6fdea543230 Author: Kyle M Hall Date: Thu Feb 11 04:29:55 2016 +0000 Bug 15479 [QA Followup] - Tidy sub to remove tabs causing qa script to fail Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit df4b1552211aae130b2ac31b44f45892c342e28c Author: Colin Campbell Date: Thu Jan 21 11:30:31 2016 +0000 Bug 15479 Add tests for ILS.pm This patch specifically adds a test for the sub added to resolve Bug 15479. As no test script existed to add this two added one which also tests that ILS objects can be instantiated correctly and offer the required interface NOTE: This does not apply without the first patch. Comment #3 suggested a unit test that would fail before and pass after. So while this code is good, it missed the before case. -- mtompset Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 203659ee60b25614eecd01f69e23e3be57952707 Author: Colin Campbell Date: Wed Jan 6 12:56:24 2016 +0000 Bug 15479 Make ILS cardnumber comparison case insensitive The borrowers table is defined COLLATE=utf8_unicode_ci which means that cardnumbers may be saved in either lowercase or uppercase and these are considered equivalent. The server was performing a case sensitive comparison between the incoming patron identifier and that retrieved from the db As a result some renewals were rejected as being on loan to another borrower if the stored cardnumber differed in case. Make code comparison comply with db. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS.pm | 92 +++++++++++++++++++++++++++++++++++---------------------- t/SIPILS.t | 56 +++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 35 deletions(-) create mode 100755 t/SIPILS.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:56:05 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:56:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-564-gadef1d1 Message-ID: This is an automated email from the git hooks/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 adef1d1020255373ec6f954bcd1a02e382305047 (commit) from d268d428fd984aeb76f617e0e93ef6fdea543230 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit adef1d1020255373ec6f954bcd1a02e382305047 Author: Jonathan Druart Date: Thu Jan 7 12:34:54 2016 +0000 Bug 15306: Do not display the translate link if only 1 language is installed It doesn't make sense to offer the option to translate an item type description into another language if there is only one language installed. Test plan: Generates templates for only 1 language Edit an item type and confirm that the link "translate into..." is not displayed. Generates templates for another language Confirm that the link is now displayed. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: admin/itemtypes.pl | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 00:58:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Feb 2016 23:58:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-568-gd929b0f Message-ID: This is an automated email from the git hooks/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 d929b0faa67808b98dbe28bdefef386c33dcf19a (commit) via d0950e61944628645c51b912e02f49732c599dd3 (commit) via 243b797dd11bc0ac1f475195ab765ffbf2220f8b (commit) via 2e4bf9f40e4523e29d241dceb22a114cc70d95ee (commit) from adef1d1020255373ec6f954bcd1a02e382305047 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d929b0faa67808b98dbe28bdefef386c33dcf19a Author: Jonathan Druart Date: Fri Jan 15 10:01:54 2016 +0000 Bug 15285: Fix conflict with the treetable plugin The tables using the treetable plugin don't display correctly (with JS error). The lazy way to fix it is to redefine the dom of the table and remove the button area (B). Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit d0950e61944628645c51b912e02f49732c599dd3 Author: Jonathan Druart Date: Mon Dec 14 12:18:33 2015 +0000 Bug 15285: Update for 3 specific tables The checkouts, currency and items lost tables redefine the dom/sDom and the older C(olvis) should be replaced with the current B(utton). Test plan: To test the whole patch set, you will have to test the 4 tables impacted by this patch as well as the others using the columns settings. The additem has specific code and should be tested keeping that in mind. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 243b797dd11bc0ac1f475195ab765ffbf2220f8b Author: Jonathan Druart Date: Mon Dec 14 12:17:43 2015 +0000 Bug 15285: Update common files This patch moves the Button area all tables which does not redefine the dom/sDom DT parameter. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 2e4bf9f40e4523e29d241dceb22a114cc70d95ee Author: Jonathan Druart Date: Mon Dec 14 12:15:58 2015 +0000 Bug 15285: Upgrade DataTables to 1.10.10 The ColVis DataTables plugin is now retired. We need to upgrade the plugin to 1.10.10 and use the column visibility module for Buttons. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Utils/DataTables/ColumnsSettings.pm | 13 +- .../lib/jquery/plugins/buttons.colVis.min.js | 5 + .../lib/jquery/plugins/dataTables.buttons.min.js | 35 + .../lib/jquery/plugins/jquery.dataTables.colvis.js | 1013 -------------------- .../lib/jquery/plugins/jquery.dataTables.min.js | 319 +++--- .../prog/en/css/buttons.dataTables.min.css | 1 + .../prog/en/css/datatables.colvis.css | 77 -- .../prog/en/includes/columns_settings.inc | 18 +- .../intranet-tmpl/prog/en/includes/datatables.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 2 +- .../prog/en/modules/acqui/acqui-home.tt | 1 + .../prog/en/modules/admin/aqbudgets.tt | 1 + .../prog/en/modules/admin/currency.tt | 10 +- .../prog/en/modules/reports/itemslost.tt | 2 +- 15 files changed, 240 insertions(+), 1261 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/buttons.colVis.min.js create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.buttons.min.js delete mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.colvis.js create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/buttons.dataTables.min.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/datatables.colvis.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 01:02:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 00:02:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-570-g655e356 Message-ID: This is an automated email from the git hooks/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 655e35649c1877224d184de2baf82e3a505ec999 (commit) via 47e78f5c290f14c2af53e747ebae7ec317a0dbbd (commit) from d929b0faa67808b98dbe28bdefef386c33dcf19a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 655e35649c1877224d184de2baf82e3a505ec999 Author: Kyle M Hall Date: Thu Jan 28 23:09:43 2016 +0000 Bug 14930 [QA Followup] - Allow OpacFineNoRenewals to be 0 Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 47e78f5c290f14c2af53e747ebae7ec317a0dbbd Author: Gus Date: Tue Jan 19 03:12:48 2016 +0000 Bug 14930 - Leaving OpacFineNoRenewals blank blocks renewals, but should disable feature To Test - Borrower has some fines and checkouts - Leave OPACFineNoRenewals empty/blank - Try to renew items in the OPAC - notice error message - Add a big value to OpacFineNoRenewals - notice renewals work Leaving the OPACFineNoRenewals empty will disable the feature. Patch works as expected.(Amended to format the commit message and to remove a warn on line 112 / MV) Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: opac/opac-user.pl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 01:05:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 00:05:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-572-gf56ad87 Message-ID: This is an automated email from the git hooks/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 f56ad87648ddef5cba66a4cbae9efb53a221c09a (commit) via 0810027bfadd50fe4b93088e9939327fd4c7f6e9 (commit) from 655e35649c1877224d184de2baf82e3a505ec999 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f56ad87648ddef5cba66a4cbae9efb53a221c09a Author: Kyle M Hall Date: Fri Feb 19 12:51:21 2016 +0000 Bug 14507 [QA Followup] - Restore comment, tidy sub Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 0810027bfadd50fe4b93088e9939327fd4c7f6e9 Author: Colin Campbell Date: Wed Aug 5 12:55:41 2015 +0100 Bug 14507 Use checkpw to check password in Patron Info Some devices are using patron information responses to validate patron passwords to govern access to facilities as we were using C4::Auth::checkpw_hash this only worked in a db password context not other authentication routines. The C4::Auth routines are not very consistent and there isnt a dropin replacement for checkpw_hash this calls checkpw instead. In a password only environment this behaves as the old version did returning field CQ as Y if a valid password or no password is passed in the patron info request and N if an incorrect password is supplied It should also test against the appropriate authentication sources if othere autrhentication schemes are in use Signed-off-by: Liz Rea Tested this with a client who reports that this enables SIP authentication to work correctly with their LDAP server. Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS/Patron.pm | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 01:58:47 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 00:58:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-574-g818b187 Message-ID: This is an automated email from the git hooks/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 818b1871519f0348cc54a60c76e2c8192f36bb3c (commit) via e8c5fb11fbebc86742325aea745bc7253d9110d8 (commit) from f56ad87648ddef5cba66a4cbae9efb53a221c09a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 818b1871519f0348cc54a60c76e2c8192f36bb3c Author: Jonathan Druart Date: Mon Jan 25 10:31:34 2016 +0000 Bug 14244: Does not display patron's info in the checkout history if not authorised The librarian needs CAN_user_circulate_circulate_remaining_permissions to see the checkouts patron's information. Test plan: The "Patron" column of the checkout history page should only be displayed of you have the circulate > circulate_remaining_permissions permission. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit e8c5fb11fbebc86742325aea745bc7253d9110d8 Author: Thomas Misilo Date: Wed Sep 16 13:43:28 2015 -0400 Bug 14244: viewing a bib item's circ history requires circulation permissions On issuehistory.pl you have: flagsrequired => { circulate => "circulate_remaining_permissions" }, But that really doesn't make sense. People should be able to view the history of circulation without having permission to circulate items themselves This patch changes the required permissions from circulate to catalogue. Test Plan: 1. Login as user without the circulate_remaining_permissions 2. Attempt to view Circulation History of an Item 3. Does not work 4. Apply Patch 5. Attempt to view circulation history with a user that has access to the staff side. 6. Can view circulation history now Signed-off-by: Nicole Engard Signed-off-by: Jonathan Druart Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: catalogue/issuehistory.pl | 2 +- .../intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:00:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:00:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-576-g002d7f4 Message-ID: This is an automated email from the git hooks/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 002d7f45e5de35d2b052bf99d6d0dbc329775a3d (commit) via 8c9fe6b2ddb7d9ba2113750d89c0be1e855e9b5d (commit) from 818b1871519f0348cc54a60c76e2c8192f36bb3c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 002d7f45e5de35d2b052bf99d6d0dbc329775a3d Author: Tomas Cohen Arazi Date: Tue Feb 16 10:17:34 2016 -0300 Bug 12549: (QA followup) missing newline in CLI dialog Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 8c9fe6b2ddb7d9ba2113750d89c0be1e855e9b5d Author: Nicholas van Oudtshoorn Date: Tue Dec 22 12:25:47 2015 +0800 Bug 12549: Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems Allows for selection of DejaVu font path when installing from the command line. This is useful for non-debian distributions that don't store the fonts in the same place. Adds a new configuration variable to Makefile.PL: FONT_DIR Defaults to the Debian install location for the fonts. Test plan: 1. Run a CLI install, accepting the defaults. 2. Compare the generated koha-conf.xml to a previous install - the font path for DejaVu fonts should be the same. 3. Run another CLI install, this time choosing a custom path for the fonts 4. Check that the path selected is reflected in the koha-conf.xml file. NOTE: 'perl Makefile.pl' and 'make' generates blib/KOHA_CONF_DIR/koha-conf.xml ran with a weird string for the font dir copied that koha-conf.xml to my home dir reran with all defaults compared the two, and only the font paths differed. Also, I cleaned up the tabs that snuck in. :) Signed-off-by: Mark Tompsett Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 12 ++++++++++-- etc/koha-conf.xml | 24 ++++++++++++------------ rewrite-config.PL | 1 + 3 files changed, 23 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:27:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:27:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-577-g2374c04 Message-ID: This is an automated email from the git hooks/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 2374c0498544803693bf0d833ad982174e21ed73 (commit) from 002d7f45e5de35d2b052bf99d6d0dbc329775a3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2374c0498544803693bf0d833ad982174e21ed73 Author: Owen Leonard Date: Wed Feb 17 12:17:17 2016 -0500 Bug 15847: Correct JSHint errors in basket.js in the staff client This patch corrects minor errors in the staff client's basket.js according to warnings raised by JSHint. To test, apply the patch and run JSHint on basket.js. No warnings should be raised. To confirm that the behavior of the JS is not changed, clear your browser cache if necessary and: - Test adding multiple titles to the Cart from staff client search results. - Confirm that adding titles to the Cart triggers a message by the Cart link. - Test clicking the "Cart" link in the header menu when the Cart popup is open but behind the main window. - Testing emptying the Cart. Signed-off-by: Hector Castro Works as described. No warnigns raised with jshint tool Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:28:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:28:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-578-g9a7c6f6 Message-ID: This is an automated email from the git hooks/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 9a7c6f695c4dd0fe5a1a92534ad0af79adbf1122 (commit) from 2374c0498544803693bf0d833ad982174e21ed73 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a7c6f695c4dd0fe5a1a92534ad0af79adbf1122 Author: Owen Leonard Date: Wed Feb 17 09:54:28 2016 -0500 Bug 15844 - Correct JSHint errors in staff-global.js This patch corrects minor errors in staff-global.js according to warnings raised by JSHint. To test, apply the patch and run JSHint on staff-global.js. No warnings should be raised. To confirm that the behavior of the JS is not changed, clear your browser cache if necessary and: - Confirm that the "Help" link opens the help window. - Confirm that audio alerts work with local and remote sound files - Confirm that the format() method is still working correctly by, for instance, opening the detail page for a bibliographic record with multiple items and choosing 'Edit -> Delete record' from the menu. The error message should read like "2 item(s) are attached to this record..." Signed-off-by: Hector Castro Works as described. No errors with JSHint CLI (6 errors fixed) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:38:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:38:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-579-g20989b7 Message-ID: This is an automated email from the git hooks/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 20989b76b9507bc128c980e4eeebc5891f72e2ff (commit) from 9a7c6f695c4dd0fe5a1a92534ad0af79adbf1122 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 20989b76b9507bc128c980e4eeebc5891f72e2ff Author: Owen Leonard Date: Wed Feb 17 09:33:28 2016 -0500 Bug 15843: Move MARC subfields structure JavaScript into separate file The JavaScript embedded in the MARC subfields structure template is not dependent on template processing and can safely be moved to a separate file. This patch does so. Removed in the process is some lines which were commented out. To test, apply the patch and go to Administration -> MARC framworks. - Click 'MARC structure' for a framework you can edit. - Click 'subfields' for a tag you can edit. - Click 'Edit' for a subfield you can edit. - Confirm that tabs and accordian sections work correctly. - Make changes under Advanced constraints -> Visibility and confirm that they are saved correctly. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/js/marc_subfields_structure.js | 143 +++++++++++++++++ .../en/modules/admin/marc_subfields_structure.tt | 160 +------------------- 2 files changed, 144 insertions(+), 159 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/marc_subfields_structure.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:39:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:39:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-580-gd9b39d2 Message-ID: This is an automated email from the git hooks/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 d9b39d2553271814527de58be23da6d8f28e0f78 (commit) from 20989b76b9507bc128c980e4eeebc5891f72e2ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9b39d2553271814527de58be23da6d8f28e0f78 Author: Jonathan Druart Date: Fri Feb 12 15:26:49 2016 +0000 Bug 15811: follow-up Bug 4912: Redirect to the appropriate view after editing/deleting a list Test plan: 1/ At the opac, go on the the list home page (opac-shelves.pl) 2/ Click on 'new list', create a list and save => You should be redirect to the list 3/ Click on edit, save => You should be redirect to the list 4/ Delete the list => You should be redirect to the list 5/ Edit a list from the list view, save => You should be redirect to the list 6/ Click on a list link (op=view) 7/ Edit the list, save => You should be redirect to the 'show' view 8/ Delete list => You should be redirect to the list Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 1 + opac/opac-shelves.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:42:49 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:42:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-581-g34b7993 Message-ID: This is an automated email from the git hooks/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 34b79932f79f83fbca528083cacbb61f157c05cb (commit) from d9b39d2553271814527de58be23da6d8f28e0f78 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 34b79932f79f83fbca528083cacbb61f157c05cb Author: Marc V?ron Date: Fri Feb 12 10:19:00 2016 +0100 Bug 15808 - Remove "Return to where you were before" from sysprefs This patch removes the link 'return to where you were before' from syspref search result page after failing search. To test: - Apply patch - Go to System preferences in staff client, do a search with something that does not exist - Verify that a message pops up that does not contain the link. Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:45:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:45:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-582-g35ea672 Message-ID: This is an automated email from the git hooks/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 35ea672e7af39e3e54ef0822b85da4ba19ed21bf (commit) from 34b79932f79f83fbca528083cacbb61f157c05cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 35ea672e7af39e3e54ef0822b85da4ba19ed21bf Author: Owen Leonard Date: Wed Feb 3 08:40:20 2016 -0500 Bug 15784: Library deletion warning is incorrectly styled When deleting a library in Administration -> Libraries and groups, the deletion confirmation message is not styled with the standard "dialog alert"
. This patch modifies the confirmation markup to match the standard. Revised to include Font Awesome icons. Depends on Bug 15785. To test, apply the patch and go to Administration -> Libraries and groups. - Try deleting a library. The confirmation box should have the standard "dialog alert" class. - Test the 'confirm' and 'cancel' actions and make sure both complete correctly. Signed-off-by: Owen Leonard Buttons display as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/branches.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:53:33 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:53:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-585-g0195a2a Message-ID: This is an automated email from the git hooks/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 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759 (commit) via 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a (commit) via 3b875d3a2f57557d31a569a8d9a6aadc45e86f84 (commit) from 35ea672e7af39e3e54ef0822b85da4ba19ed21bf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759 Author: Mark Tompsett Date: Thu Feb 11 23:30:36 2016 -0500 Bug 15777 - Refactor and fix the RecordProcessor class TEST PLAN --------- 1) Apply all three patches 2) prove -v t/RecordProcessor.t -- all should be successful 3) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a Author: Mark Tompsett Date: Thu Feb 11 23:23:27 2016 -0500 Bug 15777 - Fix base class to prove refactor and fix required TEST PLAN --------- 1) Apply the testing patch and this patch 2) prove -v t/RecordProcess.t -- will complain about string use with "use strict". This is because it is using the module name, instead of the object instantiated with new(). 3) run koha qa test tools. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 3b875d3a2f57557d31a569a8d9a6aadc45e86f84 Author: Mark Tompsett Date: Wed Feb 10 11:18:40 2016 -0500 Bug 15777 - Test to prove initialization isn't working correctly. TEST PLAN --------- 1) Apply this testing patch 2) prove -v t/RecordProcessor.t -- tests will fail. 3) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha/RecordProcessor.pm | 13 +++++++------ Koha/RecordProcessor/Base.pm | 2 +- t/RecordProcessor.t | 11 +++++++++-- 3 files changed, 17 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:55:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:55:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-586-gd9c19c6 Message-ID: This is an automated email from the git hooks/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 d9c19c6d45ad3f62119e3a29f37e227f635cb85c (commit) from 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9c19c6d45ad3f62119e3a29f37e227f635cb85c Author: Jonathan Druart Date: Fri Feb 12 11:47:22 2016 +0000 Bug 15747: Do not use CGI->param in list context - Auth.pm Test plan: Log you in! Without this patch applied, you will get a warning "Fetching the value or values of a single named parameter" With this patch applied, the warning from C4::Auth line 401 should not appear anymore in the log file. Signed-off-by: Marcel de Rooy Note: no warnings for older CGI versions. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 02:57:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 01:57:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-587-g2a43195 Message-ID: This is an automated email from the git hooks/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 2a43195322c228795b08ebbc165e360c725c2b56 (commit) from d9c19c6d45ad3f62119e3a29f37e227f635cb85c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a43195322c228795b08ebbc165e360c725c2b56 Author: Julian Maurice Date: Thu Feb 4 17:42:42 2016 +0100 Bug 15743: Allow plugins to embed Perl modules This patch allows plugins to embed Perl modules by ignoring Perl modules in plugins directory that don't inherit from Koha::Plugins::Base TEST PLAN --------- 1) Edit koha-conf.xml to have enable_plugins set to 1, and the pluginsdir set to a particular path. 2) Create a dummy plugin file. (e.g. {that path}/Koha/Plugin/Kaboom.pm) Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha/Plugins.pm | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:02:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:02:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-589-ga84264c Message-ID: This is an automated email from the git hooks/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 a84264c92f4c34607fba09f109610e40611078a9 (commit) via 701f427587daa4530041014fae8bf3674351283c (commit) from 2a43195322c228795b08ebbc165e360c725c2b56 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a84264c92f4c34607fba09f109610e40611078a9 Author: Mark Tompsett Date: Mon Feb 1 18:12:44 2016 -0500 Bug 15719: Silence warning in C4/Language.pm during web install This problem was discovered the hard way: - Drop DB - Create DB - Webinstaller run until the screen is: We are ready to do some basic configuration. Please install basic configuration settings to continue the installation. -- The error log file will end with an error about splitting an uninitialized value. TEST PLAN --------- 0) First patch already applied 1) prove -v t/Languages.t -- success, but warn prints 2) Apply this patch 3) prove -v t/Languages.t -- success without warning messages 4) run koha qa test tools Signed-off-by: Hector Castro Works as described. QA test tools run OK Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 701f427587daa4530041014fae8bf3674351283c Author: Mark Tompsett Date: Mon Feb 1 18:26:41 2016 -0500 Bug 15719: Silence warning in C4/Language.pm during web install - tests Test empty database case. TEST PLAN --------- 1) prove -v t/Languages.t -- success (because test case is missing) 2) Apply this patch 3) prove -v t/Languages.t -- success, but warning printed. 4) run koha qa test tools Signed-off-by: Hector Castro Works as advertised. QA test tools rus OK Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Languages.pm | 6 +++++- t/Languages.t | 10 ++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:06:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:06:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-591-gad63a6b Message-ID: This is an automated email from the git hooks/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 ad63a6b8da1cd91f2e03ec4093d76b00cd3045d2 (commit) via 4dba088549d1add43cfd575ebdd3d21689c4a700 (commit) from a84264c92f4c34607fba09f109610e40611078a9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ad63a6b8da1cd91f2e03ec4093d76b00cd3045d2 Author: Nick Clemens Date: Mon Feb 1 15:57:56 2016 +0000 Bug 15699 [QA followup] - Only display firstname if present Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 4dba088549d1add43cfd575ebdd3d21689c4a700 Author: Nick Clemens Date: Thu Jan 28 21:58:37 2016 +0000 Bug 15699 - Course reserves instructors should be in form "Surname, Firstname" for sorting purposes This patch changes the order of the name fields and adds a span class around each in case of library wanting to customize further To test: 1 - Enable course reserves 2 - Add some courses with instrcutors 3 - Note they are of form "Firstname Surname" 4 - Apply patch 5 - Note the change 6 - Note span tags 7 - Note you can hide firstname by adding to intranet user js: $(".instr_firstname, instr_separator").hide(); Sing-off note: This patch displays the names as advertised on cgi-bin/koha/opac-course-reserves.pl Sorting the names would need some more actions but seems not to be intended by this patch. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:08:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:08:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-592-g004727f Message-ID: This is an automated email from the git hooks/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 004727fbbf396382a3b3217969928207e75906d7 (commit) from ad63a6b8da1cd91f2e03ec4093d76b00cd3045d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 004727fbbf396382a3b3217969928207e75906d7 Author: Owen Leonard Date: Thu Jan 28 10:20:07 2016 -0500 Bug 15692 - Move some patron entry form JavaScript into members.js We should strive to keep as much JavaScript as possible out of templates in order to keep things modular and maximize the benefits of browser caching. This patch moves JavaScript out of the patron entry template Two other minor edits: Missing semicolons added on the advice of JSHint. To test, apply the patch and confirm that the following interactions still work on the patron entry form: 1. clear_entry(): With ExtendedPatronAttributes enabled, the "Clear" link next to any attribute form field should work to clear the field. 2. clone_entry(): With ExtendedPatronAttributes enabled and a repeatable attribute defined, it should be possible to click the "New" link to add another instance of that attribute's entry field. 3. update_category_code(): With ExtendedPatronAttributes enabled and an attribute defined which is limited to a single patron category, changing the patron category selection should correctly show or hide the attribute entry form. 4. select_user(): When adding or editing a patron with a "Child" category it should be possible to search for and select a guarantor to add to the record by clicking the "Set to patron" button. Selecting a new guarantor should change the text of the button from "Set to patron" to "Change." 5. noEnterSubmit(): This function should be correctly preventing you from hitting "ENTER" in any form field to submit the form. 6. guarantordelete(): When adding or editing a patron with a "Child" category, it should be possible to clear existing guarantor information by clicking the "Delete" button. Clicking the "Delete" button should change the text of the adjacent button to "Set to patron." 7. select_city(): With one or more cities defined it should be possible to use the drop-down menu of cities to populate the city, state, zip, and country fields. 8. Date of birth entry should have a maximum date limit of yesterday. The drop-down menu of years should go back 100 years. 9. Client-side validation rules should be in effect, requiring that a valid email address be entered in the primary email, secondary email, and alternate address email fields. 10.When editing a patron, the "Add manual restriction" link should display the form for adding a manual restriction, and clicking the "Cancel" link should hide it. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/members.js | 135 +++++++++++++++++++- .../prog/en/modules/members/memberentrygen.tt | 131 +------------------ 2 files changed, 136 insertions(+), 130 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:10:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:10:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-593-g015e201 Message-ID: This is an automated email from the git hooks/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 015e20138a7a400d0da30b0a771a94eede673c05 (commit) from 004727fbbf396382a3b3217969928207e75906d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 015e20138a7a400d0da30b0a771a94eede673c05 Author: Marc V?ron Date: Tue Jan 26 16:33:49 2016 +0100 Bug 15667: Fix date and branch formatting of messages in patron account display This patch fixes the date and branch formatting of messages in patron account display. To verify: Add a new message to a patron account from the 'checkouts' tab in staff, the displayed date is not correctly formatted and the branch displays as code instead as branch name To test: Apply patch, verify that the messages and branch names are properly formatted. Signed-off-by: Hector Castro Works as described. The message dates in checkouts tab follow dateformat sypref Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:12:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:12:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-594-g7ce721e Message-ID: This is an automated email from the git hooks/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 7ce721ebefc13d99ff527fad26b39b7064bd2e11 (commit) from 015e20138a7a400d0da30b0a771a94eede673c05 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7ce721ebefc13d99ff527fad26b39b7064bd2e11 Author: Marc V?ron Date: Mon Jan 25 18:58:54 2016 +0100 Bug 15658: Browse system logs: Add more actions to action filter list The following actions were missing in the action filter list on cgi-bin/koha/tools/viewlog.pl: 'ADDCIRCMESSAGE' 'CHANGE PASS' 'DELCIRCMESSAGE' 'RENEW' 'Run' To test: - Apply patch - Go to Tools > Logs (viewlog.pl) - Verify that the actions appear in the list 'Actions' - Verify that the new entries filter the list as appropriate (in combination with Modules: All or with a meaningful selection in list 'Modules') Note for testing: You have to set a date in 'Display from' to get results Signed-off-by: Hector Castro Logs work as advertised, translated in bug 13474 Signed-off-by: Jonathan Druart "Run" could be more explicit. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:13:19 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:13:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-595-g904a358 Message-ID: This is an automated email from the git hooks/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 904a358da38e2945125170c3e9896193f0c288ce (commit) from 7ce721ebefc13d99ff527fad26b39b7064bd2e11 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 904a358da38e2945125170c3e9896193f0c288ce Author: Marcel de Rooy Date: Mon Jan 25 13:14:56 2016 +0100 Bug 15652: Allow current date in datepicker on opac-reserve If you enable AllowHoldDateInFuture (and its OPAC variant), you get an additional "Hold starts on date". In that field and in "Hold not needed after" it was not possible to enter the current date. Although it does not really make any difference if you leave the startdate empty or put the current date in it, we concluded that it still makes a psychological difference. Some patrons were confused when placing a hold because the first date to select was tomorrow. Instead of telling them "Yes, but you can leave it empty", we should just allow the current date as well. The expiration date ("not needed after") also started on tomorrow. (This field can really be empty.) But there is actually no reason not to allow today here too. If the patron only wants it today, why force tomorrow? How is this arranged? Well, this is one of the simplest Koha patches ever written. It only changes the minDate option of both date pickers in one line from 1 to 0. Test plan: [1] Allow future hold dates via systempreferences. [2] Verify that you can enter today in both fields. [3] Put today in start and expiration date. Place the hold and verify that you can confirm the hold, check out and check in again. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:14:31 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:14:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-596-g5bbeab4 Message-ID: This is an automated email from the git hooks/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 5bbeab483ebc4016fe2c1503b95b8bf84e719c54 (commit) from 904a358da38e2945125170c3e9896193f0c288ce (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5bbeab483ebc4016fe2c1503b95b8bf84e719c54 Author: Owen Leonard Date: Thu Feb 18 10:06:41 2016 -0500 Bug 15600: System preferences broken toolbar looks broken This patch reverts some deletions made to staff-global.css in Bug 11559. The deletions broke the appearance of the floating toolbar in system preferences. To test, apply the patch and clear your browser cache if necessary. - Go to Administration -> System preferences and view a tab with enough content to allow you to scroll and test the appearance of the floating toolbar. Confirm that it looks correct. - Open the advanced cataloging editor and confirm that its toolbar looks correct. - Open the normal cataloging editor and confirm that the floating toolbar looks correct and works correctly. Signed-off-by: Hector Castro Works as advertised. Tollbar looks correct Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:25:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:25:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-598-g7220b27 Message-ID: This is an automated email from the git hooks/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 7220b2798d27493fe36320d73ecef803237a00e7 (commit) via 37b02253899ff294b0b3275c15a488e5ef98807b (commit) from 5bbeab483ebc4016fe2c1503b95b8bf84e719c54 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7220b2798d27493fe36320d73ecef803237a00e7 Author: Brendan Gallagher Date: Wed Feb 24 02:17:53 2016 +0000 DBrev Bug 15526 - Drop nozebra database table Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 37b02253899ff294b0b3275c15a488e5ef98807b Author: Jonathan Druart Date: Mon Jan 11 10:26:33 2016 +0000 Bug 15526: drop table nozebra This table is not used anymore and can be removed. Test plan: In your sql cli: SHOW TABLES; should return nozebra if your DB has been created before bug 7440. Apply this patch and execute the update DB entry. Now the table should have been dropped. Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:53:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:53:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-600-g4f9f596 Message-ID: This is an automated email from the git hooks/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 4f9f596203ff5222ba40272f16fb328cd63dd8b0 (commit) via 6679515f713f150c80bcf8e4313f14f67577b2ce (commit) from 7220b2798d27493fe36320d73ecef803237a00e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4f9f596203ff5222ba40272f16fb328cd63dd8b0 Author: Jonathan Druart Date: Fri Feb 12 15:56:56 2016 +0000 Bug 13778: Only the last column is not sortable Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 6679515f713f150c80bcf8e4313f14f67577b2ce Author: Aleisha Date: Wed Feb 10 20:43:27 2016 +0000 Bug 13778: Putting patron lists buttons into a dropdown menu To test: 1) Go to Tools -> Patron lists 2) If there are no lists, confirm there is a message box saying 'There are no patron lists.' 3) Create a list if you do not already have one. 4) Confirm that in the 'Actions' drop down menu next to the list, the options to 'Add patrons', 'Edit', 'Delete', and 'Print patron cards' are all there and work as expected. Sponsored-by: Catalyst IT Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/patron_lists/lists.tt | 39 +++++++++----------- 1 file changed, 17 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:56:53 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:56:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-601-gd1ead73 Message-ID: This is an automated email from the git hooks/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 d1ead7313cf78581e31c4a210f01709ff228fdb6 (commit) from 4f9f596203ff5222ba40272f16fb328cd63dd8b0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d1ead7313cf78581e31c4a210f01709ff228fdb6 Author: Juan Romay Sieira Date: Tue Feb 9 17:39:32 2016 +0100 Bug 11937 - opac link doesn't open in new window Signed-off-by: Juan Romay Sieira Patch works as expected. From a biblio detail page, the link 'OPAC view: Open in new window' opens a new browser window. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/js/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:58:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:58:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-603-g4f12b22 Message-ID: This is an automated email from the git hooks/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 4f12b2287e21287418edb6380a16799c8e0a96ec (commit) via 393308907ca332339d1be05ee99463dc783126d4 (commit) from d1ead7313cf78581e31c4a210f01709ff228fdb6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4f12b2287e21287418edb6380a16799c8e0a96ec Author: Jonathan Druart Date: Mon Feb 22 10:49:15 2016 +0000 Bug 15845: Do not import Add_Delta_YM from circulation.pl This subroutine is no longer used in this script. Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 393308907ca332339d1be05ee99463dc783126d4 Author: Marcel de Rooy Date: Wed Feb 17 16:32:03 2016 +0100 Bug 15845: Renewal date in circulation.pl is not always correct and not even used If you have a patron category with a hard renewal date, the enrolllment period will be zero. You cannot calculate the renewal date as is done in the script currently. Even more, the renewaldate template var is not even used. Test plan: [1] Verify that checkin/checkout works as expected. [2] Git grep on renewaldate [3] Check the code in circulation.pl for "$renew" Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 9 --------- 1 file changed, 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 03:59:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 02:59:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-604-g5170c91 Message-ID: This is an automated email from the git hooks/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 5170c91f493aaa82d111a6a5215faf0ed53be72b (commit) from 4f12b2287e21287418edb6380a16799c8e0a96ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5170c91f493aaa82d111a6a5215faf0ed53be72b Author: Colin Campbell Date: Wed Feb 17 12:47:56 2016 +0000 Bug 15841 Circulation module's true value misplaced 1; was not at the end of the module as it should be to ensure compilation returns true return it to last line of code where it should be This patch fixes an ovious mistake. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:03:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:03:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-605-gb52cbec Message-ID: This is an automated email from the git hooks/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 b52cbecbfd282060a2a444252d83d263c0783f14 (commit) from 5170c91f493aaa82d111a6a5215faf0ed53be72b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b52cbecbfd282060a2a444252d83d263c0783f14 Author: Mark Tompsett Date: Wed Feb 10 21:51:26 2016 -0500 Bug 15795: C4/Members.pm is floody (Norwegian Patron DB) From the mailing list: "I'm working on 3.22.02 and my logs are FILLED with the following warnings: Members.pm: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/acqui/booksellers.pl admin-home.pl: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/admin/preferences.pl" I agree. Looking at C4/Members.pm other warns are all prepended with $debug. TEST PLAN --------- 1) rm Koha/NorwegianPatronDB.pm -- quickest and dirtiest way to get the load to fail. 2) echo > ~/koha-dev/var/log/koha-error_log -- so it will be easy to spot the log changes. -- back up the log file if you really want it. 3) log into the staff client and go to patrons. -- Check the log file. "Unable to load ..." will be there. 4) echo > ~/koha-dev/var/log/koha-error_log 5) sudo vi /etc/apache2/sites-enabled/{your koha site file} -- Find your staff client entry in your apache configuration file and add: SetEnv DEBUG 1 6) sudo service apache2 restart 7) apply the patch 8) refresh the patron page -- "Unable to load..." will still be there. 9) change the DEBUG value in your apache config to 0 10) sudo sevice apache2 restart 11) echo > ~/koha-dev/var/log/koha-error_log 12) refresh the patron page -- "Unable to load..." will NOT be there. 13) git checkout origin/master -- Koha/NorwegianPatronDB.pm -- to bring it back. 14) refresh the patron page -- "Unable to load..." will still not be there. 15) run koha qa test tools Signed-off-by: Philippe Blouin Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:08:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:08:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-606-ga9a10c5 Message-ID: This is an automated email from the git hooks/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 a9a10c57807a91f550ffc73f6fb32e631d4bdb3f (commit) from b52cbecbfd282060a2a444252d83d263c0783f14 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a9a10c57807a91f550ffc73f6fb32e631d4bdb3f Author: Hector Castro Date: Thu Jan 28 10:40:34 2016 -0600 Bug 15693: Unnecessary punctuation mark when check-in an item in a library other than the home branch To test: 1-Checkin an item in a library other than the home branch. 2-A message will display asking to return the item to the home branch 3-You will see the phrase "Print slip )" 4-Apply patch 5-Reproduce or repeat steps 1-2 and verify the punctuation mark is no longer displayed Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:09:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:09:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-607-gfdd66bc Message-ID: This is an automated email from the git hooks/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 fdd66bc830e8974be67ca43379e4ae3156b0e9cb (commit) from a9a10c57807a91f550ffc73f6fb32e631d4bdb3f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fdd66bc830e8974be67ca43379e4ae3156b0e9cb Author: Gus Date: Wed Jan 20 02:50:13 2016 +0000 15622 - Spelling mistake in printfeercpt.pl writen -> written Search the file for writen, when not found change sucsessful Signed-off-by: Mirko Tietgen Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: members/printfeercpt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:10:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:10:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-608-g17c7c68 Message-ID: This is an automated email from the git hooks/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 17c7c685f12dd09186d369f84cc725984328c5fa (commit) from fdd66bc830e8974be67ca43379e4ae3156b0e9cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 17c7c685f12dd09186d369f84cc725984328c5fa Author: Aleisha Date: Mon Jan 18 03:30:44 2016 +0000 Bug 15416: Warns on guided_reports.pl Initialising $phase variable to be '' if not defined. To test: 1) Go to Reports -> Guided Reports Wizard 2) Notice warns 3) Apply patch 4) Refresh page 5) Confirm warns are gone and page still works as it should Signed-off-by: Hector Castro Warns are gone. Page still works as expected Signed-off-by: Jonathan Druart Amended patch: -my $phase = $input->param('phase'); -$phase //= ''; +my $phase = $input->param('phase') // ''; Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:13:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:13:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-616-g5f71faf Message-ID: This is an automated email from the git hooks/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 5f71faf97185efbfad69e4f2237c9e2d38e7a812 (commit) via 9ac68128d99aff4b8d3cabb98c3e84d0f0658b3a (commit) via e3e507be9e9f90ff075fafba8013c8e54fa1fa00 (commit) via 3387a6114b70cf8de021c4cdf84a687e629efc82 (commit) via afe9d02a819adfeec9468600805ee06df6082b21 (commit) via acf2e684bd4118d40e3bc89b09c0852bc8732d04 (commit) via ae5a199a551aa8a08f5d0c5b2338aeb194aba0c7 (commit) via b44b7224e079a983c991aa06eaae11c350871814 (commit) from 17c7c685f12dd09186d369f84cc725984328c5fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5f71faf97185efbfad69e4f2237c9e2d38e7a812 Author: Mark Tompsett Date: Mon Jan 4 01:16:59 2016 -0500 Bug 14097: Fixed missing test cases Fixed AllowPkiAuth issue caused by 15101. Added missing AudioAlerts TEST PLAN --------- 1) prove -v t/db_dependent/UsageStats.t -- should pass after applying patch 2) Run koha qa test tools Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 9ac68128d99aff4b8d3cabb98c3e84d0f0658b3a Author: Julian FIOL Date: Mon Aug 24 13:51:16 2015 +0200 Bug 14097 : Changing AddReserve prototype call In response of Joubu comment #19 Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit e3e507be9e9f90ff075fafba8013c8e54fa1fa00 Author: Julian FIOL Date: Mon Aug 24 13:50:16 2015 +0200 Bug 14097 : Avoid issue if the number of syspref shared is modified Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 3387a6114b70cf8de021c4cdf84a687e629efc82 Author: Mark Tompsett Date: Sat May 23 00:22:26 2015 -0400 Bug 14097 - Correct noise under Debian The first four patches do not create any noise under Ubuntu 14.04 LTS. Running on Debian Jessie: [SNIP] keys on reference is experimental at t/db_dependent/UsageStats.t line 88. keys on reference is experimental at t/db_dependent/UsageStats.t line 106. keys on reference is experimental at t/db_dependent/UsageStats.t line 119. keys on reference is experimental at t/db_dependent/UsageStats.t line 136. keys on reference is experimental at t/db_dependent/UsageStats.t line 153. keys on reference is experimental at t/db_dependent/UsageStats.t line 162. keys on reference is experimental at t/db_dependent/UsageStats.t line 587. [SNIP] Instead of having 'keys $foo->{bar}', 'keys %{$foo->{bar}}' was used. TEST PLAN --------- 1) On a DEBIAN system (Jessie gives above messages) apply the first 4 patches interactively. 2) $ prove t/db_dependent/UsageStats.t -- trigger noise like above. 3) apply this patch 4) $ prove t/db_dependent/UsageStats.t -- no noise triggered. 5) koha qa test tools Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit afe9d02a819adfeec9468600805ee06df6082b21 Author: Julian FIOL Date: Tue May 12 14:28:56 2015 +0200 Bug 14097: Rollback issue and warning corrected The rollback issue came from '_count' testing. It used a 'DROP TABLE' and 'CREATE TABLE' which implicitly do autocommit. That's why the final rollback could not be. This patch no longer uses t::lib::TestBuilder either because it was the cause of the warning on Comment #1 : "DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1) at t/lib/TestBuilder.pm line 308" Signed-off-by: Bernardo Gonzalez Kriegel Now data is preserved, no errors. Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit acf2e684bd4118d40e3bc89b09c0852bc8732d04 Author: Julian FIOL Date: Mon May 4 15:20:01 2015 +0200 Bug 14097: changing verif_systempreferences_values subroutine It's saving a large number of lines Signed-off-by: Bernardo Gonzalez Kriegel All tests run, no koha-qa errors Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit ae5a199a551aa8a08f5d0c5b2338aeb194aba0c7 Author: Julian FIOL Date: Mon May 4 11:08:14 2015 +0200 Bug 14097: Delete table issues before testing If we delete all biblio DB, we could have some troubles with foreign keys Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit b44b7224e079a983c991aa06eaae11c350871814 Author: Julian FIOL Date: Fri Apr 10 11:07:39 2015 +0200 Bug 14097: Testing C4::UsageStats DESCRIPTION ----------- Add unit tests to C4::UsageStats Subroutine : (V : tested, X : Not tested) V NeedUpdate V BuiltReport X ReportToCommunity V _count TEST PLAN --------- 1. Apply patch 2. prove -v t/db_dependent/UsageStats.t -- All tests should run successfully /!\ I have 1 warning but I don't know where it can come /!\ (in cleanup) DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1) at t/lib/TestBuilder.pm line 308 TEST PLAN OPTIONAL ------------------ Go check bug 13899 to see the coverage of this module. Coverage BEFORE this patch : Statement : 40,5% Branch : 0,0% Condition : 0,0% Subroutine : 55,6% Coverage AFTER this patch : Statement : 81,0% Branch : 100,0% Condition : 100,0% Subroutine : 88,8% Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/UsageStats.pm | 10 +- t/db_dependent/UsageStats.t | 595 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 600 insertions(+), 5 deletions(-) create mode 100644 t/db_dependent/UsageStats.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:14:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:14:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-617-g4c87b50 Message-ID: This is an automated email from the git hooks/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 4c87b50ac32a00fd1056ab3923ecb11bde5c2b51 (commit) from 5f71faf97185efbfad69e4f2237c9e2d38e7a812 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c87b50ac32a00fd1056ab3923ecb11bde5c2b51 Author: Aleisha Date: Tue Jan 19 20:29:24 2016 +0000 Bug 13474: Adding untranslatable log actions to viewlog.tt Added 'Run' Signed-off-by: Aleisha (Amended to remove tab chars to make qa tools happy) Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:17:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:17:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-619-g05be0f2 Message-ID: This is an automated email from the git hooks/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 05be0f29cd2d7175acdf2ddf4a8805ec5b3df15e (commit) via 17190de524c58b8abeca5c65506fe44bfdd93adc (commit) from 4c87b50ac32a00fd1056ab3923ecb11bde5c2b51 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 05be0f29cd2d7175acdf2ddf4a8805ec5b3df15e Author: Kyle M Hall Date: Wed Feb 3 15:22:40 2016 +0000 Bug 12920 [QA Followup] - Show override option below checkouts table when allowed Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 17190de524c58b8abeca5c65506fe44bfdd93adc Author: Natasha Date: Tue Jan 19 00:56:56 2016 +0000 bug 12920 - Remove AllowRenewalLimitOverride from pl scripts and tt files, use Koha.Preference instead Test Plan: 1) Apply this patch 2) Go to circulation.pl 3) Ensure you can still override renewal limits with pref enabled 4) Ensure you can not override renewal limits with pref disabled 5) Go to moremember.pl 6) Repeat steps 3-4 Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 1 - koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- members/moremember.pl | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:18:58 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:18:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-620-g901b7f9 Message-ID: This is an automated email from the git hooks/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 901b7f964b7c2f93a22b41f0fd9a470796cb2fdc (commit) from 05be0f29cd2d7175acdf2ddf4a8805ec5b3df15e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 901b7f964b7c2f93a22b41f0fd9a470796cb2fdc Author: Owen Leonard Date: Thu Feb 18 11:44:52 2016 -0500 Bug 15859: Move some basic MARC editor controls into settings menu This patch moves the following options into a "Settings" menu inspired by the one in the advanced editor: - Switch to advanced editor - Show MARC tag documentation links - Show tags - Change framework To test, apply the patch and open a new or existing record in the standard MARC editor. - Test that the 'Switch to advanced editor' button option works. - Test that the 'Show MARC tag documenation links' option works (and that your choice persists across sessions). - Test that the initial settings for 'Show tags' respects the 'hide_marc' system preference. - Test that the 'Show tags' option works (and that your choice persists across sessions). - Test that framework switching works correctly and that the menu correctly reflects your choice. - Confirm that other toolbar functions work as expected, both in regular editing mode and Fast Cataloging. Signed-off-by: Hector Castro Works as expected. Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/addbiblio.tt | 176 ++++++++++---------- 1 file changed, 92 insertions(+), 84 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:20:33 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:20:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-621-g6656f6b Message-ID: This is an automated email from the git hooks/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 6656f6b704e2a0175e5b4cf2c08bd29eb201d946 (commit) from 901b7f964b7c2f93a22b41f0fd9a470796cb2fdc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6656f6b704e2a0175e5b4cf2c08bd29eb201d946 Author: Hector Castro Date: Thu Feb 18 14:54:53 2016 -0600 Bug 15858: Use Font Awesome icons in dialog alert for addorder.tt A warning is raised when order amount exceed budget or fund this dialog needs to be styled with Font Awesome icons. To test: -Add orders to a basket -Exceed a fund or budget -Notice about the dialog alert -Apply patch -Exceed again and see the new icons Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:21:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:21:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-622-gf40b542 Message-ID: This is an automated email from the git hooks/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 f40b5426441dceed1f27d0f4ebf6d2a2243fb072 (commit) from 6656f6b704e2a0175e5b4cf2c08bd29eb201d946 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f40b5426441dceed1f27d0f4ebf6d2a2243fb072 Author: Aleisha Date: Tue Feb 16 04:01:13 2016 +0000 Bug 15830 - Move Rotating Collections actions into a drop-down list To test: 1) Go to Tools -> Rotating Collections 2) Confirm actions (Add or remove items, Transfer, Edit, Delete) have moved into a drop down menu 3) Confirm all of the actions work as expected Sponsored-by: Catalyst IT Signed-off-by: Marc V?ron Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../rotating_collections/rotatingCollections.tt | 47 +++++++++++++------- 1 file changed, 32 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:23:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:23:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-623-g44c522c Message-ID: This is an automated email from the git hooks/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 44c522ce53c239b5c0f4f6e58fa122a5c2a14a8d (commit) from f40b5426441dceed1f27d0f4ebf6d2a2243fb072 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 44c522ce53c239b5c0f4f6e58fa122a5c2a14a8d Author: Aleisha Date: Tue Feb 16 03:22:46 2016 +0000 Bug 15829 - Rotating Collections is under Patrons on Tools Home - Should be Catalog To test: 1) Notice Rotating Collections is under Patrons & Circ on tools-home.pl 2) Apply patch and refresh page 3) Notice it is now under Catalog and is in the same position it is in on the tools sidebar menu Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tools/tools-home.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:29:58 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:29:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-625-g768e8cc Message-ID: This is an automated email from the git hooks/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 768e8cc6d4af9fe7c5d0d71bd4f3367786d475a1 (commit) via 0a39acec824b8156d414cb9c9effc48b3dfb953a (commit) from 44c522ce53c239b5c0f4f6e58fa122a5c2a14a8d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 768e8cc6d4af9fe7c5d0d71bd4f3367786d475a1 Author: Jonathan Druart Date: Mon Feb 22 11:09:37 2016 +0000 Bug 15828: Remove the required class on label Otherwise the label is red and a bit agressive :) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 0a39acec824b8156d414cb9c9effc48b3dfb953a Author: Owen Leonard Date: Tue Feb 16 12:49:02 2016 -0500 Bug 15828: Upload patron images is hard to read The styling of the patron image upload form causes the text to be smaller than it should be for the main body of a page. This patch revises the form style and cleans up the markup a bit. This patch also adds client-side validation of the form so that a file upload is required, and a card number is required if an image file is selected. To test, apply the patch and go to Tools -> Upload patron images. 1. Confirm that the text in the form is the correct size. 2. With "Zip file" selected, confirm that submitting the form is blocked and the file upload marked as required. 3. With "Image file" selected, confirm that submitting the form with an empty card number field is blocked and the card number field is marked as required. 4. Confirm that uploading zip files and single images still works correctly. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/picture-upload.tt | 47 ++++++++++++++------ 1 file changed, 33 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:31:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:31:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-626-g915c811 Message-ID: This is an automated email from the git hooks/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 915c81191ac01efcc50e58b72aebe140bff3dd98 (commit) from 768e8cc6d4af9fe7c5d0d71bd4f3367786d475a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 915c81191ac01efcc50e58b72aebe140bff3dd98 Author: Aleisha Date: Tue Feb 16 02:49:33 2016 +0000 Bug 15827 - Unfriendly message when saving overdue notice/status triggers To test: 1) Go to Tools -> Overdue notice/status triggers 2) Click Save changes (you don't have to change anything) 3) Confirm message now says 'Changes saved.' which is much nicer Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:32:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:32:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-627-g3f6a933 Message-ID: This is an automated email from the git hooks/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 3f6a9330bb4d6d40b51391e13f558a865a4a6232 (commit) from 915c81191ac01efcc50e58b72aebe140bff3dd98 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3f6a9330bb4d6d40b51391e13f558a865a4a6232 Author: Aleisha Date: Tue Feb 16 04:29:59 2016 +0000 Bug 15826 - Use Font Awesome icons in confirmation dialogs - Tools I only found one confirmation dialog, all the others use javascript. To test: Go to Tools -> Notices and Slips Click Delete on a notice Confirm Yes and No options still work as expected Check Tools module in case I missed any confirm dialogs Sponsored-by: Catalyst IT Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:33:47 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:33:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-628-gf4241d1 Message-ID: This is an automated email from the git hooks/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 f4241d1a49f8bf4ec151bce580112c4c3ab10094 (commit) from 3f6a9330bb4d6d40b51391e13f558a865a4a6232 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f4241d1a49f8bf4ec151bce580112c4c3ab10094 Author: Jesse Weaver Date: Wed Jan 6 13:19:10 2016 -0700 Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl (was: Bug 14658: (followup) fix issue with list context on DBIC call) While working on bug 14659, it was discovered that the call to ...->guarantor in list context will cause the hash to be misaligned if there is no guarantor. Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:39:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:39:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-629-gb1ea7d7 Message-ID: This is an automated email from the git hooks/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 b1ea7d70689cd9d9088badc101dbdaef1e9fd01a (commit) from f4241d1a49f8bf4ec151bce580112c4c3ab10094 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b1ea7d70689cd9d9088badc101dbdaef1e9fd01a Author: Jonathan Druart Date: Wed Feb 10 15:51:02 2016 +0000 Bug 15797: Remove C4::Koha::GetKohaImageurlFromAuthorisedValues This subroutine is no longer in used and can be remove. Test plan: git grep GetKohaImageurlFromAuthorisedValues should not return any results. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 20 -------------------- t/db_dependent/Koha.t | 5 ++--- 2 files changed, 2 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:40:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:40:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-630-g50c6991 Message-ID: This is an automated email from the git hooks/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 50c6991f499242838057534e2e22cdd39d26e911 (commit) from b1ea7d70689cd9d9088badc101dbdaef1e9fd01a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 50c6991f499242838057534e2e22cdd39d26e911 Author: Jonathan Druart Date: Thu Feb 11 13:50:42 2016 +0000 Bug 15796: Remove C4::Koha::get_itemtypeinfos_of This subroutine is no longer in use. Test plan: git grep get_itemtypeinfos_of should not return any results. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Trivial and needed removal. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 17 ----------------- 1 file changed, 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:41:31 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:41:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-632-g2ea901c Message-ID: This is an automated email from the git hooks/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 2ea901c6411063f9b3d245674241c7f012d709cb (commit) via adff231a6763bd57defa9b5036c6df61f9eef99f (commit) from 50c6991f499242838057534e2e22cdd39d26e911 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2ea901c6411063f9b3d245674241c7f012d709cb Author: Jonathan Druart Date: Wed Feb 10 10:32:52 2016 +0000 Bug 15783: AddAuthorisedValue - Remove the subroutine Test plan: prove t/db_dependent/Koha.t should return green git grep AddAuthorisedValue should not return any results Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit adff231a6763bd57defa9b5036c6df61f9eef99f Author: Jonathan Druart Date: Wed Feb 10 10:20:01 2016 +0000 Bug 15783: AddAuthorisedValue - Replace existing calls The C4::Koha::AddAuthorisedValue is only called twice from reports/guided_reports.pl and insert an authorised value. This job can be achieve easily using the Koha::AuthorisedValue module. Test plan: 1/ Create a new guided report 2/ Use an existing group and/or subgroup of reports 3/ Save 4/ Update an existing report 5/ Use an existing group and/or subgroup of reports 6/ Save 7/ Create or update an existing report 8/ Remove its assigned group and subgroup 9/ Save Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 21 ---------------- reports/guided_reports.pl | 14 +++++++++-- t/db_dependent/Koha.t | 58 ++++++++++++++++++++++++++++++++++++++------- 3 files changed, 61 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:43:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:43:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-633-gad8d063 Message-ID: This is an automated email from the git hooks/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 ad8d063ffae574a050a0cdc54dcdf26b23df1350 (commit) from 2ea901c6411063f9b3d245674241c7f012d709cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ad8d063ffae574a050a0cdc54dcdf26b23df1350 Author: Jonathan Druart Date: Tue Feb 9 13:40:01 2016 +0000 Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine This subroutine does not make sense anymore (Koha::DateUtils should be used) and is no longer used. It can be removed safely. Test plan: git grep slashifyDate should not return any results prove t/Koha.t and prove t/db_dependent/Koha.t should return green Signed-off-by: Hector Castro slashifyDate removed, all test pass successfully Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 18 ------------------ t/Koha.t | 9 +-------- t/db_dependent/Koha.t | 13 +++---------- 3 files changed, 4 insertions(+), 36 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:44:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:44:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-634-ge51fe4a Message-ID: This is an automated email from the git hooks/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 e51fe4a8f1a604453302b68cb2ff8bf1b0fb3fc7 (commit) from ad8d063ffae574a050a0cdc54dcdf26b23df1350 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e51fe4a8f1a604453302b68cb2ff8bf1b0fb3fc7 Author: Jonathan Druart Date: Wed Feb 3 16:04:38 2016 +0000 Bug 15731: Remove C4::Reports::Guided::build_authorised_value_list This subroutine has been added by commit 42acfbf75b7bb4ee53c6a6f035e258a0b522ce10 Bug 7993: Save reports with Group/Subgroup hierarchy But it has never been used (or git grep cheats me). Test plan: 1/ git grep build_authorised_value_list should not return any result 2/ Create a report, execute it Everything should work fine. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Reports/Guided.pm | 67 +------------------------------------------------- 1 file changed, 1 insertion(+), 66 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:45:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:45:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-637-gaf6488b Message-ID: This is an automated email from the git hooks/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 af6488b157f85f3f12a84ac70da5524b4b4119b3 (commit) via 741252362450aedc8903ef75658b4c5342f8e6f9 (commit) via dbb24a676e8a8d96f20a9c1c66fdf5fd08ba1d4c (commit) from e51fe4a8f1a604453302b68cb2ff8bf1b0fb3fc7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit af6488b157f85f3f12a84ac70da5524b4b4119b3 Author: Marcel de Rooy Date: Wed Feb 3 15:59:02 2016 +0100 Bug 15714: Add zebra_loglevels to koha-conf.xml This patch adds a commented zebra_loglevels line to the config file. Behavior does not change, but an admin can easily edit the variable. Test plan: Nothing really changed. But if you are not so sure about that, apply the change to /etc/koha/koha-conf-site.xml.in and run koha-create. Check that the new koha-conf contains the line and is not messed up. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 741252362450aedc8903ef75658b4c5342f8e6f9 Author: Marcel de Rooy Date: Tue Feb 2 16:40:06 2016 +0100 Bug 15714: Remove zebra.log and add loglevels The file zebra.log is actually not used, because daemon's --output parameter sends all message to zebra-output (making that stdout goes there too and --stdout does nothing). We do not need any differentiation (if any at all) here; behavior does not change. Note: zebra-error will only contain the daemon's error messages and not the zebra error messages! So you will probably only find messages about stopping zebra in zebra-error. The loglevels are by default none,fatal,warn and can be changed via the zebra_loglevels config variable (read by koha-functions.sh). If you remove 'none', you will have request-messages in the log. You can also keep 'none' and add 'request' to achieve something similar (undocumented however). Some of the parameters passed to daemon when stopping zebra are superfluous and have been removed. Test plan: [1] Remove the file zebra.log. Look at last lines in zebra-error and zebra-output. [2] Remove zebra_loglevels from koha-conf (if present). Start/restart Zebra. Search to verify if Zebra runs. Stop Zebra and check zebra-error for a new line (killed by signal 15). [3] Add fatal,warn in koha-conf:zebra_loglevels (do not include 'none'). Start Zebra. Check zebra-output for a line "[log] zebra_start". Do a search and check zebra-output for lines with "[request]". [4] Verify that zebra.log did not appear again. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit dbb24a676e8a8d96f20a9c1c66fdf5fd08ba1d4c Author: Marcel de Rooy Date: Mon Feb 1 15:36:26 2016 +0100 Bug 15714: Add get_loglevels to koha-functions.sh Preparing for including different log levels in koha-start-zebra. Note that the default response is none,fatal,warn; this is equal to the options passed to zebrasrv in koha-start-zebra (for now). Test plan: [1] Run on the command line: source koha-functions.sh [2] Type get_loglevels [your_instance] By default, you should see: none,fatal,warn [3] Add this line to your koha-conf: how,are,you [4] Run get_loglevels [your_instance] again. Remove the nonsense log levels again.. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-functions.sh | 12 ++++++++++++ debian/scripts/koha-start-zebra | 8 ++++---- debian/scripts/koha-stop-zebra | 8 -------- debian/templates/koha-conf-site.xml.in | 5 +++++ 4 files changed, 21 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:48:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:48:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-638-gaf47f00 Message-ID: This is an automated email from the git hooks/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 af47f00636848e1115b08652abcaec6b789bf672 (commit) from af6488b157f85f3f12a84ac70da5524b4b4119b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit af47f00636848e1115b08652abcaec6b789bf672 Author: Marcel de Rooy Date: Mon Feb 1 13:48:06 2016 +0100 Bug 15713: Restart zebra when rotating logfiles Somehow, it may happen that Zebra keeps writing to the old rotated logfile with extension .log.1. I must add that although I saw that happen (a new log was created and was empty, while Zebra kept writing to log.1 for weeks), I cannot reproduce it every time. By stopping the zebra server in prerotate and starting it again in postrotate, this should not happen at all. In practice, this implies that your Zebra server is restarted once a week. Note: The existing sharedscripts directive makes sure that these actions are not executed for all individual logfiles but once for all matching logfiles (even when running multiple instances). Test plan: [1] Apply the change in koha-common.logrotate to the file /etc/logrotate.d/koha-common. [2] Run logrotate -f /etc/logrotate.conf (forcing a logrotate). [3] Check in zebra-error.log that your zebra server was stopped ('killed by signal 15'). [4] Verify that your Zebra server runs (read: has been restarted). (Do a search..) Signed-off-by: Marcel de Rooy Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: debian/koha-common.logrotate | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:49:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:49:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-639-gd05ca42 Message-ID: This is an automated email from the git hooks/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 d05ca42c75759c5f05fd7818201381cc2468ca50 (commit) from af47f00636848e1115b08652abcaec6b789bf672 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d05ca42c75759c5f05fd7818201381cc2468ca50 Author: Owen Leonard Date: Wed Feb 17 18:27:11 2016 -0500 Bug 15671 - Show branch name instead of branch code in checkout history When viewing the checkout history for a title the branchcode is displayed. This patch alters the template to show the library name instead. To test, apply the patch and locate a title in the staff client which has been checked out at least once. From the detail page, click "Checkout history" in the sidebar. The "Checked out from" column of the checkout history table should show the library name instead of the branchcode. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:50:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:50:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-640-g628a769 Message-ID: This is an automated email from the git hooks/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 628a769a00647a8c9a32b15dbdd20e2bfe46e8f2 (commit) from d05ca42c75759c5f05fd7818201381cc2468ca50 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 628a769a00647a8c9a32b15dbdd20e2bfe46e8f2 Author: Aleisha Date: Tue Jan 26 04:45:51 2016 +0000 Bug 15665: Better wording of error messages when importing MARC frameworks UPDATE: Making error messages the same To test: 1) Go to Admin -> MARC frameworks 2) Click Import next to any framework. You won't actually be overwriting or importing anything as this is only a string fix, so it can be an existing framework 3) Click the Import button without attaching any file. Confirm it says "Please select a spreadsheet (.csv, .ods, .xml) file." and that this makes sense to you 4) Attempt to attach a file that is not a .csv, .ods or .xml file. You should instantly get an error message saying "Please select a CSV (.csv), ODS (.ods) or XML (.xml) file." Confirm this shows up and makes sense to you Signed-off-by: Hector Castro Rewording Ok. Works as described Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:51:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:51:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-641-gf66e675 Message-ID: This is an automated email from the git hooks/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 f66e6755ee85eaf32ccc0d91d72d0f1717e0bc84 (commit) from 628a769a00647a8c9a32b15dbdd20e2bfe46e8f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f66e6755ee85eaf32ccc0d91d72d0f1717e0bc84 Author: Aleisha Date: Tue Jan 26 02:12:38 2016 +0000 Bug 15662: String and translatability fix to Label Creator To test: 1) Go to Tools -> Label Creator -> New label batch 2) Add an item 3) Click 'Remove selected items' button. Confirm message now reads "Please select at least one label to delete." 4) Click 'Remove duplicates' button. Confirm message now reads "Duplicate item(s) removed from batch number X: Y", all in bold. Signed-off-by: Hector Castro Rewording Ok for translatability purpose Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 04:54:21 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 03:54:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-642-g3dcef67 Message-ID: This is an automated email from the git hooks/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 3dcef671726b94067d6905beb1886c627f035f1f (commit) from f66e6755ee85eaf32ccc0d91d72d0f1717e0bc84 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3dcef671726b94067d6905beb1886c627f035f1f Author: Aleisha Date: Wed Jan 27 22:25:08 2016 +0000 Bug 15640: Removing title for links on circulation-home.tt To test: Go to Circulation and ensure there are no titles on hover over the links Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:01:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:01:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-644-g07f85e7 Message-ID: This is an automated email from the git hooks/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 07f85e7f88a971648449df56c644a0fdbfabce8d (commit) via fdc224e1025529726007e345990c682073920aa8 (commit) from 3dcef671726b94067d6905beb1886c627f035f1f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 07f85e7f88a971648449df56c644a0fdbfabce8d Author: Jonathan Druart Date: Wed Jan 20 15:00:33 2016 +0000 Bug 15631: Koha::Cities - remove getidcity and GetCities C4::Members::getidcity and C4::Members::GetCities simply retrieved cities info from the cities table. The job done in members/memberentry.pl looked really weird and complicated. Either I have missed something, or this patch can simplify it. The expected behavior is: 1. Create a new patron => No city selected 2. Edit an existing patron => The borrowers.city value is selected 3. Add a guarantee => The borrowers.city of the guarantor is selected 4. Edit a guarantee => The borrowers.city of the guarantee is selected Test plan: Confirm that the expected behaviors are the ones before and after this patch. Signed-off-by: Natasha Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit fdc224e1025529726007e345990c682073920aa8 Author: Jonathan Druart Date: Wed Jan 20 14:59:48 2016 +0000 Bug 15631: Koha::Cities - remove getzipnamecity C4::Members::getzipnamecity was not used and can be remove safely. Test plan: git grep getzipnamecity should not return any result. Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 67 -------------------- .../en/includes/member-main-address-style-de.inc | 19 +++--- .../en/includes/member-main-address-style-us.inc | 19 +++--- members/memberentry.pl | 32 ++-------- 4 files changed, 26 insertions(+), 111 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:02:30 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:02:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-652-g3b8f35d Message-ID: This is an automated email from the git hooks/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 3b8f35de7924c48d8d6290b114bcb71f39453d48 (commit) via 578b5fef61ff20124f77b96a98b2688796e51b31 (commit) via d564d3732d95455b4626dfa8ca711cd658003c17 (commit) via a007178b873cc84171549f7a93c63a391a1740ca (commit) via 4f5217314cefded2aaa82e9bda0dd1ce6d81a88e (commit) via f4d6c1cd50702011d72ac8cea76065fe319588ba (commit) via 0c7d6db8d7ed1f7158a7210bd0e6f916f720a842 (commit) via d6651ab9490d710d62dfe87d63d70e9ffcbdb040 (commit) from 07f85e7f88a971648449df56c644a0fdbfabce8d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b8f35de7924c48d8d6290b114bcb71f39453d48 Author: Kyle M Hall Date: Fri Feb 5 00:29:22 2016 +0000 Bug 15629 [QA Followup] * Use ->id instead of ->branchcode when possible to eliminate use of that nomenclature * Fix bad use of ->branchcode to ->{branchcode} for unblessed hashref version of Koha::Library Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 578b5fef61ff20124f77b96a98b2688796e51b31 Author: Jonathan Druart Date: Tue Feb 2 13:58:16 2016 +0000 Bug 15629: Fix tests - Koha::Library does not have ->categories but ->get_categories Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit d564d3732d95455b4626dfa8ca711cd658003c17 Author: Jonathan Druart Date: Wed Jan 20 13:22:48 2016 +0000 Bug 15629: Koha::Libraries - Remove GetBranchInfo C4::Branch::GetBranchInfo was only used once in opac/opac-suggestions.pl The occurrence can easily be replaced by a call to Koha::Libraries->find Test plan: 1/ Create a suggestion for library A 2/ Enable OPACViewOthersSuggestions 3/ Use a patron from library B to see the suggestions 4/ The "Suggested for" value should be correctly filled with the library A name. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit a007178b873cc84171549f7a93c63a391a1740ca Author: Jonathan Druart Date: Wed Jan 20 13:13:14 2016 +0000 Bug 15629: Koha::Libraries - Remove ModBranch This subroutine was only used in tests to add/update a library. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 4f5217314cefded2aaa82e9bda0dd1ce6d81a88e Author: Jonathan Druart Date: Wed Jan 20 12:17:43 2016 +0000 Bug 15629: Koha::Libraries - Remove GetBranchDetail C4::Branch::GetBranchDetail retrieved library infos, it could be easily replaced with Koha::Libraries->find When this change needs other big changes, the unblessed method is called, to manipulate a hashref (as before) instead of a Koha::Library object (for instance when $library is sent to GetPreparedLetter). Test plan: 1/ Print a basket group, the library names should be correctly displayed. 2/ Enable emailLibrarianWhenHoldIsPlaced and place a hold, a HOLDPLACED notice will be generated (focus on the library name) 3/ Edit a patron and change his/her library 4/ Generate the advanced notices (misc/cronjobs/advance_notices.pl) and have a look at the generated notices 5/ Same of overdues notices 6/ Set IndependentBranches and use a non superlibrarian user to place a hold. The "pickup at" should be correctly filled. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit f4d6c1cd50702011d72ac8cea76065fe319588ba Author: Jonathan Druart Date: Wed Jan 20 11:22:19 2016 +0000 Bug 15629: Koha::Libraries - Remove GetBranchesInCategory (3) C4::Branch::GetBranchesInCategory is not used anymore and can be removed. Test plan: git grep GetBranchesInCategory should not return any result. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 0c7d6db8d7ed1f7158a7210bd0e6f916f720a842 Author: Jonathan Druart Date: Wed Jan 20 11:22:07 2016 +0000 Bug 15629: Koha::Libraries - Remove GetBranchesInCategory (2) C4::Branch::GetBranchesInCategory can be replaced with Koha::LibraryCategory->libraries Test plan: 1/ Define some 1+ group of libraries with 1+ libraries each 2/ Go on the advanced search (OPAC and Staff) and select a group of libraries 3/ The result should be consistent and only include record from these libraries Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit d6651ab9490d710d62dfe87d63d70e9ffcbdb040 Author: Jonathan Druart Date: Wed Jan 20 11:21:12 2016 +0000 Bug 15629: Koha::Libraries - Remove GetBranchesInCategory (1) For consistency, the branchcodes method of Koha::LibraryCategory should be named libraries. At the moment, there is only one occurrence, in admin/branches.pl Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 +- C4/Branch.pm | 196 -------------------- C4/Circulation.pm | 3 +- C4/Letters.pm | 28 +-- C4/Reserves.pm | 14 +- Koha/LibraryCategory.pm | 2 +- acqui/addorderiso2709.pl | 1 - acqui/pdfformat/layout2pages.pm | 32 ++-- acqui/pdfformat/layout2pagesde.pm | 32 ++-- acqui/pdfformat/layout3pages.pm | 32 ++-- acqui/pdfformat/layout3pagesfr.pm | 32 ++-- admin/branches.pl | 2 +- catalogue/ISBDdetail.pl | 1 - catalogue/search.pl | 4 +- members/members-home.pl | 9 +- members/moremember.pl | 5 +- misc/cronjobs/advance_notices.pl | 3 +- misc/cronjobs/notice_unprocessed_suggestions.pl | 5 +- misc/cronjobs/overdue_notices.pl | 9 +- opac/opac-search.pl | 4 +- opac/opac-suggestions.pl | 3 +- reserve/request.pl | 3 +- t/db_dependent/Branch.t | 127 +++---------- t/db_dependent/Circulation/CheckIfIssuedToPatron.t | 4 +- t/db_dependent/Circulation/CheckValidBarcode.t | 4 +- t/db_dependent/Circulation/GetIssues.t | 3 +- t/db_dependent/Circulation/MarkIssueReturned.t | 4 +- t/db_dependent/Circulation_Branch.t | 8 +- t/db_dependent/Circulation_Issuingrule.t | 8 +- t/db_dependent/Circulation_OfflineOperation.t | 5 +- t/db_dependent/Circulation_issue.t | 8 +- t/db_dependent/ILSDI_Services.t | 6 +- t/db_dependent/Items.t | 14 +- t/db_dependent/Koha/Libraries.t | 2 +- t/db_dependent/Letters.t | 12 +- t/db_dependent/Members/GetAllIssues.t | 4 +- t/db_dependent/Members/GetOverdues.t | 4 +- t/db_dependent/Members/GetPendingIssues.t | 4 +- t/db_dependent/Members/IssueSlip.t | 4 +- t/db_dependent/RotatingCollections.t | 5 +- t/db_dependent/Suggestions.t | 7 +- t/db_dependent/Template/Plugin/Branches.t | 7 +- t/db_dependent/Utils/Datatables_Members.t | 6 +- t/db_dependent/Utils/Datatables_Virtualshelves.t | 5 +- 44 files changed, 199 insertions(+), 479 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:08:10 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:08:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-654-g8e997fb Message-ID: This is an automated email from the git hooks/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 8e997fbafcc635b275c6ca1211e47a4cd38c8140 (commit) via fdc06dec2a6e827a5c04c048a0478a2f80d2cd76 (commit) from 3b8f35de7924c48d8d6290b114bcb71f39453d48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e997fbafcc635b275c6ca1211e47a4cd38c8140 Author: Kyle M Hall Date: Thu Feb 4 22:13:55 2016 +0000 Bug 15471 [QA Followup] - Fix error causing visibility button to not display Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit fdc06dec2a6e827a5c04c048a0478a2f80d2cd76 Author: Julian Maurice Date: Tue Jan 5 12:24:57 2016 +0100 Bug 15471: Add column settings and filters to Holds queue table Add column visibility menu using DataTables Buttons Add a text filter on top of each column Also extend page width so that the large table is better centered Depends on bug 15285 Test plan 1. Go to Holds queue page (circ/view_holdsqueue.pl) 2. Check that table sorting and filtering work well and that you can hide each column 3. Go to Admin > Configure columns and change the settings for this table (Circulation > view_holdsqueue > holds-table). Verify that the settings work by going again to the Holds queue page 4. Check that filters continue to work after hiding some columns Tested on top of 15285, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: admin/columns_settings.yml | 25 ++++++ koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 4 +- .../prog/en/modules/circ/view_holdsqueue.tt | 95 ++++++++++++++++++-- 3 files changed, 113 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:09:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:09:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-656-g3a45020 Message-ID: This is an automated email from the git hooks/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 3a450208b720d7f11dd89901a920222cb3e7d945 (commit) via beef718a0795623da94931b6879be6b1ee1c6f4d (commit) from 8e997fbafcc635b275c6ca1211e47a4cd38c8140 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3a450208b720d7f11dd89901a920222cb3e7d945 Author: Kyle M Hall Date: Thu Feb 4 22:38:32 2016 +0000 Bug 15465 [QA Followup] - Update wording, switch logo, add links * Changed wording to not be github-centric * Added suggested links * Switched to more traditional logo Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit beef718a0795623da94931b6879be6b1ee1c6f4d Author: Gus Date: Wed Jan 20 20:44:00 2016 +0000 Bug 15465 - Created README.md file for github Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:11:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:11:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-660-g0e58904 Message-ID: This is an automated email from the git hooks/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 0e5890475e90711b9f4232d6c380291cb3f3cee4 (commit) via 21745ec3f7c84e1868144733714a0e7d99c0bcfc (commit) via 7d8b1ce26944345e4b1a9726065a9846c4a46cac (commit) via 714899c7f8535f6f970726c784a0074722c86665 (commit) from 3a450208b720d7f11dd89901a920222cb3e7d945 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0e5890475e90711b9f4232d6c380291cb3f3cee4 Author: Nick Clemens Date: Fri Feb 5 16:01:17 2016 +0000 Bug 15343 [QA Followup] * Check for leading/trailing spaces in password * Check hashed password in tests Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 21745ec3f7c84e1868144733714a0e7d99c0bcfc Author: Nick Clemens Date: Fri Jan 15 15:53:30 2016 +0000 Bug 15343 [QA Follow up] Fix captcha display Make captcha visible even if password field is hidden Remove password confirmation field before submitting modification Signed-off-by: Jesse Weaver Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 7d8b1ce26944345e4b1a9726065a9846c4a46cac Author: Kyle M Hall Date: Fri Dec 18 19:30:13 2015 +0000 Bug 15343 [QA Followup] - Fix issues 1) "Contact information" should be "Password" 2) Don't pass sysprefs from the script to the template, use Koha.Preference() 3) minPasswordLength is optional, we cannot always assume it is set 4) Password field when does not follow convention completely when mandatory Signed-off-by: Nick Clemens Signed-off-by: Jesse Weaver Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com commit 714899c7f8535f6f970726c784a0074722c86665 Author: Nick Clemens Date: Sat Dec 12 02:10:06 2015 +0000 Bug 15343 - Allow user to set password on opac-memberentry.pl This patch allows patrons to create thier own password during OPAC self registration. It sets the password field to be hidden by default, and allows for a system generated password if no password is supplied and field is not mandatory 1 - Apply patch 2 - run updatedatabase.pl 3 - Check syspref "PatronSelfRegistrationBorrowerUnwantedField" - it should contain 'password' 4 - Check self registration on opac - there should be no change 5 - Remove 'password' from PatronSelfRegistrationBorrowerUnwantedField 6 - Password field should now be visible in OPAC self registration 7 - Register a patron: If no passwor is supplied you should get a system generated password 8 - Register a patron with a password, your password should be used 9 - Add 'password' to PatronSelfRegistrationBorrowerMnadatoryField 10 - Attempt to register a patron with no password - it should fail 11 - Try all combinations if mismatched/short/missing passwords and view correct error messages 12 - prove t/db_dependent/Members.t Sponsored by : Do Space (www.dospace.org) Signed-off-by: Jesse Weaver Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 13 +++--- ...RegistrationBorrowrUnwantedField_by_default.sql | 1 + .../bootstrap/en/modules/opac-memberentry.tt | 44 +++++++++++++++++++- opac/opac-memberentry.pl | 13 +++++- t/db_dependent/Members.t | 14 ++++++- 5 files changed, 76 insertions(+), 9 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_15343-add_password_to_PatronSelfRegistrationBorrowrUnwantedField_by_default.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 05:17:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 04:17:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-661-gdcae2ad Message-ID: This is an automated email from the git hooks/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 dcae2ad7b411d9040a76413db68922253a6aa400 (commit) from 0e5890475e90711b9f4232d6c380291cb3f3cee4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dcae2ad7b411d9040a76413db68922253a6aa400 Author: Brendan Gallagher Date: Wed Feb 24 04:09:36 2016 +0000 DBRev Bug 15343 - Allow patrons to choose their own password on self registration Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- ..._PatronSelfRegistrationBorrowrUnwantedField_by_default.sql | 1 - installer/data/mysql/updatedatabase.pl | 9 +++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_15343-add_password_to_PatronSelfRegistrationBorrowrUnwantedField_by_default.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 14:28:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 13:28:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-663-gf0d8e0d Message-ID: This is an automated email from the git hooks/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 f0d8e0d6575e68a1ce4978cb09edd7273acb728e (commit) via e146afa93acc51c0613467dd488f8d6918c80ac5 (commit) from dcae2ad7b411d9040a76413db68922253a6aa400 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0d8e0d6575e68a1ce4978cb09edd7273acb728e Author: Kyle M Hall Date: Wed Feb 24 13:34:09 2016 +0000 Bug 15891 [Followup] Signed-off-by: Kyle M Hall commit e146afa93acc51c0613467dd488f8d6918c80ac5 Author: Marcel de Rooy Date: Wed Feb 24 13:39:38 2016 +0100 Bug 15891: Fix errors on updatedatabase Two curly braces.. Test plan: Run the update. Signed-off-by: Marcel de Rooy Signed-off-by: Julian Maurice Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 17:46:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 16:46:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-666-g2114fd6 Message-ID: This is an automated email from the git hooks/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 2114fd67e00f000080d1fad44d5d15289996b3cd (commit) via 635bc98ab89847dbd25625a64eb3fa14f28f95eb (commit) via 4270c1443f1a66de2c9ba7f781176c8c3914c88b (commit) from f0d8e0d6575e68a1ce4978cb09edd7273acb728e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2114fd67e00f000080d1fad44d5d15289996b3cd Author: Kyle M Hall Date: Wed Feb 24 16:45:36 2016 +0000 Bug 15071 [QA Followup] - Update compiled css again Signed-off-by: Kyle M Hall commit 635bc98ab89847dbd25625a64eb3fa14f28f95eb Author: Owen Leonard Date: Wed Feb 17 21:19:30 2016 -0500 Bug 15071 - In OPAC search results, "checked out" status should be more visible - Compiled CSS Compiled CSS file. Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 4270c1443f1a66de2c9ba7f781176c8c3914c88b Author: Owen Leonard Date: Wed Feb 17 21:17:10 2016 -0500 Bug 15071 - In OPAC search results, "checked out" status should be more visible The prog template in the OPAC designated a color for the "unavailable" class associated with items in search results which are checked out. This class never made it into the Bootstrap theme. This patch adds it to the Bootstrap theme's LESS file. To test, apply the patch and search the OPAC for terms that will return checked out items. In the list of search results, on the "availability" line, the "Checked out" text should now be red. The change is visible with XSLT on or off. Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 2 +- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Feb 24 18:04:47 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Feb 2016 17:04:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-667-ga1bd7af Message-ID: This is an automated email from the git hooks/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 a1bd7af5fbb6ad2553617b1b6acb8a5dc77498e7 (commit) from 2114fd67e00f000080d1fad44d5d15289996b3cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1bd7af5fbb6ad2553617b1b6acb8a5dc77498e7 Author: Jonathan Druart Date: Wed Feb 10 17:37:11 2016 +0000 Bug 15798: Remove C4::Koha::displayServers This subroutine is no longer is use and can be removed. Test plan: git grep displayServers should not return any results. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 68 ------------------------------------------------------------ 1 file changed, 68 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 10:50:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 09:50:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-11-g6dffa0c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6dffa0cdc9a7d0946c29b30137b7397bbac5fa2d (commit) from 6ce3969d07c5dc55f898d74be9bab41e262314ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6dffa0cdc9a7d0946c29b30137b7397bbac5fa2d Author: Lyon3 Team Date: Tue Jan 26 12:40:11 2016 +0100 Bug 15643 - Every datepicker on serials expected date column updates top issue delete 'expected' and 'supexpected' ids that don't seem useful anymore. Same thing for changeDate2 function Test plan : 1) Search a serial subscription from the Serials Home page 2)Go to serial collection page and make sure it has a mimimal bunch of already received or missing issues 3)Check some received issues to be sure to get extra issues (not only the extected one) in the serial edition page 4) Click on Edit serials button 5) Try to modify whatever date in 'Expected on' column (excepted first one) using datepicker : You can see that the top date of the column is updated instead of the choosen one. 6) Apply patch and redo 1 to 5 steps : now the right date is updated. Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 4c6214f5c943d8c2f12e7cf84c3965ddc4778956) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 10:53:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 09:53:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-12-g8f637cc Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 8f637cc2ec1d31a2bdc9cd494e94bbd2a2dc381e (commit) from 6dffa0cdc9a7d0946c29b30137b7397bbac5fa2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8f637cc2ec1d31a2bdc9cd494e94bbd2a2dc381e Author: Jonathan Druart Date: Fri Feb 12 14:33:57 2016 +0000 Bug 15810: Make sure the CGI->param is not called in a list context when creating private shelves This patch fixes the following bug: If OpacAllowPublicListCreation is set to "not allow", the creation of a private list raises an error at the OPAC. CGI->param is called in a list context and some parameters are not filled from the template if the pref is set to "not allow". To make sure we don't have a "Odd number of elements in anonymous hash", we force the context to scalar. Test plan: 1/ Set OpacAllowPublicListCreation to "not allow" 2/ Create private and public lists at the OPAC and the intranet => Everything should work fine with this patch applied Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit d6329e4f96e46a5e2fbe0ced4d385c42d47e2a84) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-shelves.pl | 14 +++++++------- virtualshelves/shelves.pl | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 11:00:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 10:00:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-13-gd7587e0 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d7587e0567ac97639e84be668a08d5e6985e3e87 (commit) from 8f637cc2ec1d31a2bdc9cd494e94bbd2a2dc381e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d7587e0567ac97639e84be668a08d5e6985e3e87 Author: Dobrica Pavlinusic Date: Mon Feb 15 15:23:19 2016 +0100 Bug 15818 - OPAC search with utf-8 characters and without results generates encoding error When searching for something in OPAC which doesn't result in any results but have utf-8 characters in search string we get following encoding error: Cannot decode string with wide characters at /usr/lib/i386-linux-gnu/perl5/5.20/Encode.pm line 215. This is because we are trying to decode string which is allready correctly marked as utf-8. Test scenario: 1) enter search string with utf-8 characters in opac which doesn't return any results 2) verify that you get application error 3) apply this patch 4) re-run query and verify that errror is gone Signed-off-by: Jonathan Druart Step 0: Define "OPACNoResultsFound" with '{QUERY_KW}' Note that I don't get the error (Encode 2.60) but the search terms are not display correctly. Signed-off-by: Marcel de Rooy The variable to be decoded comes from already decoded vars (via the -utf8 flag from CGI), following the trail in Search.pm. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit ea69693997fa5ea6f6eef37290c783b507db1213) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 11:12:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 10:12:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-15-g9ad830d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9ad830d04b88e16c44824f3fd1052dd566df3345 (commit) via 71b0885babf336843d931afd09233428f6f8f86d (commit) from d7587e0567ac97639e84be668a08d5e6985e3e87 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9ad830d04b88e16c44824f3fd1052dd566df3345 Author: Brendan Gallagher Date: Tue Feb 23 15:33:41 2016 +0000 Bug 13534: Update DB rev (3.22.03.002) Signed-off-by: Julian Maurice commit 71b0885babf336843d931afd09233428f6f8f86d Author: Jonathan Druart Date: Wed Jan 13 14:34:29 2016 +0000 Bug 13534: Do not remove tags on deleting a patron On deleting a patron, all the tags approved by this user will be deleted. This can cause data lost. Test plan: 0/ Do not execute the update DB entry 1/ Create 2 patrons A, B 2/ Create some tags with patron A logged in 3/ Approve them with patron B logged in 4/ Delete the 2 patrons => The tags have been deleted 5/ Execute the DB entry 6/ Repeat 1,2,3,4 => The tags have not been deleted and are still shown on the interface (result, detail, tags module) Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit fb419ba83d8c7b6bf710b42ad3fe61701809fc0e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/kohastructure.sql | 6 +++--- installer/data/mysql/updatedatabase.pl | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 13:25:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 12:25:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-672-geaaea6e Message-ID: This is an automated email from the git hooks/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 eaaea6ed27c549b64d813afbc3cb14ab3ebadd48 (commit) via a6dc6a28f32baa7c18074a3fff7199495b976567 (commit) via 8627ec5f6a274e46940bb82c52341e012fc6406d (commit) via 9909ef66ef627937c3235261907104abeb504e30 (commit) via 92c37ef4e2e711204a740d3af4e98db201feddbe (commit) from a1bd7af5fbb6ad2553617b1b6acb8a5dc77498e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eaaea6ed27c549b64d813afbc3cb14ab3ebadd48 Author: Kyle M Hall Date: Fri Feb 26 12:28:55 2016 +0000 Bug 4941 - DBRev 3.23.00.027 commit a6dc6a28f32baa7c18074a3fff7199495b976567 Author: Kyle M Hall Date: Fri Feb 26 12:24:04 2016 +0000 Bug 4941 [QA Followup] - Retain singleBranchMode in list of sysprefs passed to XSLT commit 8627ec5f6a274e46940bb82c52341e012fc6406d Author: Jonathan Druart Date: Wed Jan 6 10:41:44 2016 +0000 Bug 4941: Remove the singleBranchMode system preference The singleBranchMode system preference does not make sense. Either the install has only 1 library defined or several. In both case, we can easily guess the behavior to follow. So the idea of this patch is to replace the fetch of this syspref with a call to count the number of libraries defined in DB. Test plan: 1/ From a fresh Koha install, execute the DB entry to remove the pref. 2/ Define only 1 library 3/ Confirm that Koha behaves the same as before (try to change your library, look at the facets) 4/ Create another library (or more) and reinsert the pref and set it: insert into systempreferences (variable, value) values('singleBranchMode', 1); 5/ Execute the DB entry You should get a warning message. 6/ Repeat 3. Signed-off-by: Chris Cormack Does what it says, but will change behaviour for any Koha install that has 2 branches defined, One circulation, and this preference set. If that is an acceptable change, we might need to make sure this is noted well in the release notes. Signed-off-by: Kyle M Hall commit 9909ef66ef627937c3235261907104abeb504e30 Author: Jonathan Druart Date: Wed Jan 6 10:41:42 2016 +0000 Bug 4940: DB Changes Signed-off-by: Chris Cormack http://bugs.koha-community.org/show_bug.cgi?id=4941 Signed-off-by: Kyle M Hall commit 92c37ef4e2e711204a740d3af4e98db201feddbe Author: Jonathan Druart Date: Wed Jan 6 10:41:21 2016 +0000 Bug 4941: Make tests non DB dependent Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 3 +- C4/Koha.pm | 6 +-- C4/Search.pm | 3 +- C4/UsageStats.pm | 1 - C4/XSLT.pm | 9 +++- Koha.pm | 2 +- installer/data/mysql/sysprefs.sql | 1 - installer/data/mysql/updatedatabase.pl | 15 +++++++ .../prog/en/modules/admin/preferences/opac.pref | 7 ---- opac/opac-reserve.pl | 4 +- t/Koha.t | 43 +++++++++++++++++--- t/db_dependent/Koha.t | 21 +--------- 12 files changed, 71 insertions(+), 44 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 13:39:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 12:39:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-17-gae839db Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ae839dbfe4d49f10ee1b93958fd516d7971bf51c (commit) via 7876820211d44624bf65aa70b177555d53206353 (commit) from 9ad830d04b88e16c44824f3fd1052dd566df3345 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae839dbfe4d49f10ee1b93958fd516d7971bf51c Author: Tomas Cohen Arazi Date: Tue Feb 16 10:17:34 2016 -0300 Bug 12549: (QA followup) missing newline in CLI dialog Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 002d7f45e5de35d2b052bf99d6d0dbc329775a3d) Signed-off-by: Julian Maurice commit 7876820211d44624bf65aa70b177555d53206353 Author: Nicholas van Oudtshoorn Date: Tue Dec 22 12:25:47 2015 +0800 Bug 12549: Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems Allows for selection of DejaVu font path when installing from the command line. This is useful for non-debian distributions that don't store the fonts in the same place. Adds a new configuration variable to Makefile.PL: FONT_DIR Defaults to the Debian install location for the fonts. Test plan: 1. Run a CLI install, accepting the defaults. 2. Compare the generated koha-conf.xml to a previous install - the font path for DejaVu fonts should be the same. 3. Run another CLI install, this time choosing a custom path for the fonts 4. Check that the path selected is reflected in the koha-conf.xml file. NOTE: 'perl Makefile.pl' and 'make' generates blib/KOHA_CONF_DIR/koha-conf.xml ran with a weird string for the font dir copied that koha-conf.xml to my home dir reran with all defaults compared the two, and only the font paths differed. Also, I cleaned up the tabs that snuck in. :) Signed-off-by: Mark Tompsett Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 8c9fe6b2ddb7d9ba2113750d89c0be1e855e9b5d) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 12 ++++++++++-- etc/koha-conf.xml | 24 ++++++++++++------------ rewrite-config.PL | 1 + 3 files changed, 23 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 13:54:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 12:54:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-19-g94e6b71 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 94e6b71b4e35d852110537a6dcf00fc1ea3f3546 (commit) via cd5640eb9f8835862d695a2572ad9017b771c13c (commit) from ae839dbfe4d49f10ee1b93958fd516d7971bf51c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 94e6b71b4e35d852110537a6dcf00fc1ea3f3546 Author: Kyle M Hall Date: Fri Feb 19 12:51:21 2016 +0000 Bug 14507 [QA Followup] - Restore comment, tidy sub Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit f56ad87648ddef5cba66a4cbae9efb53a221c09a) Signed-off-by: Julian Maurice commit cd5640eb9f8835862d695a2572ad9017b771c13c Author: Colin Campbell Date: Wed Aug 5 12:55:41 2015 +0100 Bug 14507 Use checkpw to check password in Patron Info Some devices are using patron information responses to validate patron passwords to govern access to facilities as we were using C4::Auth::checkpw_hash this only worked in a db password context not other authentication routines. The C4::Auth routines are not very consistent and there isnt a dropin replacement for checkpw_hash this calls checkpw instead. In a password only environment this behaves as the old version did returning field CQ as Y if a valid password or no password is passed in the patron info request and N if an incorrect password is supplied It should also test against the appropriate authentication sources if othere autrhentication schemes are in use Signed-off-by: Liz Rea Tested this with a client who reports that this enables SIP authentication to work correctly with their LDAP server. Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 0810027bfadd50fe4b93088e9939327fd4c7f6e9) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS/Patron.pm | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 13:56:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 12:56:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-21-g46d7a7d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 46d7a7d2c6fdbd12851777ffd72c2f5175352e07 (commit) via f02054cfcd37a6bd41e563cc7a4f50d6c65145ec (commit) from 94e6b71b4e35d852110537a6dcf00fc1ea3f3546 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 46d7a7d2c6fdbd12851777ffd72c2f5175352e07 Author: Kyle M Hall Date: Thu Jan 28 23:09:43 2016 +0000 Bug 14930 [QA Followup] - Allow OpacFineNoRenewals to be 0 Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 655e35649c1877224d184de2baf82e3a505ec999) Signed-off-by: Julian Maurice commit f02054cfcd37a6bd41e563cc7a4f50d6c65145ec Author: Gus Date: Tue Jan 19 03:12:48 2016 +0000 Bug 14930 - Leaving OpacFineNoRenewals blank blocks renewals, but should disable feature To Test - Borrower has some fines and checkouts - Leave OPACFineNoRenewals empty/blank - Try to renew items in the OPAC - notice error message - Add a big value to OpacFineNoRenewals - notice renewals work Leaving the OPACFineNoRenewals empty will disable the feature. Patch works as expected.(Amended to format the commit message and to remove a warn on line 112 / MV) Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 47e78f5c290f14c2af53e747ebae7ec317a0dbbd) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-user.pl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 14:07:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 13:07:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-23-g1e682f6 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 1e682f6ad939e34207b3e34ad1aead7715216938 (commit) via a7802c5c3f54afa2b08f7d07ae18716b80b6d20a (commit) from 46d7a7d2c6fdbd12851777ffd72c2f5175352e07 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1e682f6ad939e34207b3e34ad1aead7715216938 Author: Julian Maurice Date: Fri Feb 26 14:11:49 2016 +0100 Bug 15071: Update compiled opac.css Signed-off-by: Julian Maurice commit a7802c5c3f54afa2b08f7d07ae18716b80b6d20a Author: Owen Leonard Date: Wed Feb 17 21:17:10 2016 -0500 Bug 15071 - In OPAC search results, "checked out" status should be more visible The prog template in the OPAC designated a color for the "unavailable" class associated with items in search results which are checked out. This class never made it into the Bootstrap theme. This patch adds it to the Bootstrap theme's LESS file. To test, apply the patch and search the OPAC for terms that will return checked out items. In the list of search results, on the "availability" line, the "Checked out" text should now be red. The change is visible with XSLT on or off. Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 4270c1443f1a66de2c9ba7f781176c8c3914c88b) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 2 +- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 14:15:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 13:15:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-26-gc8a0323 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via c8a0323e7b9ee4c736d38f31c8954162ee19c4e5 (commit) via 70ec608f917664411c6fc3357ade58a6261dd86f (commit) via 619060799d5b89c22fe83dfecc229b84a638b0da (commit) from 1e682f6ad939e34207b3e34ad1aead7715216938 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8a0323e7b9ee4c736d38f31c8954162ee19c4e5 Author: Kyle M Hall Date: Thu Feb 11 04:29:55 2016 +0000 Bug 15479 [QA Followup] - Tidy sub to remove tabs causing qa script to fail Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit d268d428fd984aeb76f617e0e93ef6fdea543230) Signed-off-by: Julian Maurice commit 70ec608f917664411c6fc3357ade58a6261dd86f Author: Colin Campbell Date: Thu Jan 21 11:30:31 2016 +0000 Bug 15479 Add tests for ILS.pm This patch specifically adds a test for the sub added to resolve Bug 15479. As no test script existed to add this two added one which also tests that ILS objects can be instantiated correctly and offer the required interface NOTE: This does not apply without the first patch. Comment #3 suggested a unit test that would fail before and pass after. So while this code is good, it missed the before case. -- mtompset Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit df4b1552211aae130b2ac31b44f45892c342e28c) Signed-off-by: Julian Maurice commit 619060799d5b89c22fe83dfecc229b84a638b0da Author: Colin Campbell Date: Wed Jan 6 12:56:24 2016 +0000 Bug 15479 Make ILS cardnumber comparison case insensitive The borrowers table is defined COLLATE=utf8_unicode_ci which means that cardnumbers may be saved in either lowercase or uppercase and these are considered equivalent. The server was performing a case sensitive comparison between the incoming patron identifier and that retrieved from the db As a result some renewals were rejected as being on loan to another borrower if the stored cardnumber differed in case. Make code comparison comply with db. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 203659ee60b25614eecd01f69e23e3be57952707) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/SIP/ILS.pm | 92 +++++++++++++++++++++++++++++++++++---------------------- t/SIPILS.t | 56 +++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 35 deletions(-) create mode 100755 t/SIPILS.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 14:17:06 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 13:17:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-27-g150a030 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 150a030b39c0d554aa0dd77f5e583c7255051b9f (commit) from c8a0323e7b9ee4c736d38f31c8954162ee19c4e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 150a030b39c0d554aa0dd77f5e583c7255051b9f Author: Jesse Weaver Date: Wed Jan 27 16:39:22 2016 -0700 Bug 15514: Fix error with certain repeatable fields in Rancor Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 53a081278d505b76efbd7c08dbe7d45649779740) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 14:34:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 13:34:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-28-g90acad1 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 90acad11d51bf541c7b42fa93944fbb8c846676e (commit) from 150a030b39c0d554aa0dd77f5e583c7255051b9f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 90acad11d51bf541c7b42fa93944fbb8c846676e Author: Julian Maurice Date: Fri Feb 26 14:38:31 2016 +0100 Bug 13534: Update DBIx::Class schema ----------------------------------------------------------------------- Summary of changes: Koha/Schema/Result/TagAll.pm | 15 ++++++++++----- Koha/Schema/Result/TagsApproval.pm | 6 +++--- 2 files changed, 13 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 14:47:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 13:47:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-676-gb73b68f Message-ID: This is an automated email from the git hooks/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 b73b68f6296fb1ac468f6cb8fbf5024c4a4056af (commit) via 4e9b187c1454da3bea23df259518b7c58a4a78b6 (commit) via a44859d082ad97e56dcc6ac771fb7e2104e3f80d (commit) via d2f5f4c90a6d1de84c721fc4ae335c77a646bb2a (commit) from eaaea6ed27c549b64d813afbc3cb14ab3ebadd48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b73b68f6296fb1ac468f6cb8fbf5024c4a4056af Author: Kyle M Hall Date: Fri Feb 26 13:51:29 2016 +0000 Bug 14658 - DBRev 3.23.00.028 Signed-off-by: Kyle M Hall commit 4e9b187c1454da3bea23df259518b7c58a4a78b6 Author: Jonathan Druart Date: Mon Feb 15 16:49:32 2016 +0000 Bug 14658: Remove warning if prefs are not defined Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit a44859d082ad97e56dcc6ac771fb7e2104e3f80d Author: Jesse Weaver Date: Fri Dec 18 10:20:07 2015 -0700 Bug 14658 - (QA followup) make it easier to grep for these syspref names Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit d2f5f4c90a6d1de84c721fc4ae335c77a646bb2a Author: Jesse Weaver Date: Mon Aug 17 15:00:10 2015 -0600 Bug 14658 - Split PatronSelfRegistrationBorrowerUnwantedField into two preferences for creating and editing Test plan: 1) Make sure there is at least one field in PatronSelfRegistrationBorrowerUnwantedField. 2) Apply patch, and update database. 3) Check to make sure that the new system preference PatronSelfModificationBorrowerUnwantedField has the same value as PatronSelfRegistrationBorrowerUnwantedField. 4) Verify that the same fields are hidden for self-registering a new borrower and edting a new one (both on the OPAC). 5) Change PatronSelfModificationBorrowerUnwantedField, and verify that the two preferences correctly apply to editing vs. creating. Signed-off-by: Michael Sauers Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++++++++ .../prog/en/modules/admin/preferences/opac.pref | 9 +++++++-- opac/opac-memberentry.pl | 13 +++++++------ 5 files changed, 26 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:02:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:02:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-680-ga99c29b Message-ID: This is an automated email from the git hooks/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 a99c29b309f240b9bd0724bc1de05aaab053a6a9 (commit) via 5a46d23fee376b43920e58331103009bcaeef2b3 (commit) via fad89a59b91852dca4b260a071930c8e3a5e1603 (commit) via 9fd673f34fb01b79ce65edb6caaa80008dd25539 (commit) from b73b68f6296fb1ac468f6cb8fbf5024c4a4056af (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a99c29b309f240b9bd0724bc1de05aaab053a6a9 Author: Kyle M Hall Date: Fri Feb 26 14:08:03 2016 +0000 Bug 14199 - DBRev 3.23.00.029 Signed-off-by: Kyle M Hall commit 5a46d23fee376b43920e58331103009bcaeef2b3 Author: Marcel de Rooy Date: Sat Jul 11 18:49:45 2015 +0200 Bug 14199: Modify webinstaller sql files for marc21_orgcode plugin This patch updates the sql installer files for new installations. Occurrences to the three plugins marc21_field_003, 040c and 040d are replaced by marc21_orgcode.pl. This has been generated by one sed statement. Test plan: [1] Run a new installation or run some of the changed sql files manually. [2] Verify that marc21_orgcode is linked to fields previously linked to the three old plugins. [3] Do a git grep on the three plugin file names. No occurrences expected. Signed-off-by: Marcel de Rooy Have tested the three english sql files: authorities_normal_marc21.sql: 18 rows with marc21_orgcode (003 and 040a for 9 auth codes) marc21_framework_DEFAULT.sql: 1 row with marc21_orgcode (003) -- this patch does not add them to 040c or 040d; no behavior change.. marc21_simple_bib_frameworks.sql: 8 rows (003 for 8 frameworks) Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Marcel de Rooy The following files do no longer need an adjustment: installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql For details, check Bug 15097: Update MARC21 de-DE frameworks to Update 21. And similar reports for es-ES and it-IT. Verified this change by installing de-DE in the webinstaller. The plugin for field 003 was correctly set to marc21_orgcode.pl. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit fad89a59b91852dca4b260a071930c8e3a5e1603 Author: Marcel de Rooy Date: Sat Jul 11 17:36:18 2015 +0200 Bug 14199: Database revision for marc21_orgcode.pl This patch adds the dbrev in atomicupdate, updating the marc structure for existing installations. (New installation in previous patch.) And it removes the obsolete plugin files. Test plan: Run upgrade. Verify that new plugin is linked (for bib and auth). Check plugin in editor. Signed-off-by: Bernardo Gonzalez Kriegel Plugin tested, added to 040a/c/d Test pass No koha-qa errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 9fd673f34fb01b79ce65edb6caaa80008dd25539 Author: Marcel de Rooy Date: Sat Jul 11 17:22:41 2015 +0200 Bug 14199: Unify marc orgcode plugins, not overwriting existing values This patch copies code from marc21_field_003.pl to create marc21_orgcode.pl for more generic use. Other fields like 040c or 040d should use it too. Note: The plugin is used for authorities too (003, 040a). One behaviour change is added: If the corresponding field is already filled, it will not be overwritten. In the unit test marc21_orgcode already replaces marc21_field_003. Test plan: [1] Attach plugin marc21_orgcode to a field (e.g. 003) and test it in the MARC editor of Cataloguing or Authorities. [2] Check if a value is not overwritten any more. [3] Run unit test t/db_dependent/FrameworkPlugin.t; don't be distracted by the noisy warnings of marc21_field_007.pl. They will be addressed on another report. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- cataloguing/value_builder/marc21_field_003.pl | 46 -------------------- cataloguing/value_builder/marc21_field_040d.pl | 45 ------------------- .../{marc21_field_040c.pl => marc21_orgcode.pl} | 17 ++++---- .../marc21/mandatory/authorities_normal_marc21.sql | 4 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/mandatory/authorities_normal_marc21.sql | 4 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/mandatory/authorities_normal_marc21.sql | 4 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../Obligatoire/authorities_normal_marc21.sql | 36 +++++++-------- .../Obligatoire/marc21_framework_DEFAULT.sql | 2 +- .../Optionnel/marc21_simple_bib_frameworks.sql | 16 +++---- .../marc21/mandatory/authorities_normal_marc21.sql | 4 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../marc21/mandatory/authorities_normal_marc21.sql | 36 +++++++-------- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++---- .../marc21/mandatory/authorities_normal_marc21.sql | 36 +++++++-------- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 +- .../optional/marc21_simple_bib_frameworks.sql | 16 +++---- .../marc21_authorities_DEFAULT_general.sql | 4 +- .../marc21_bibliographic_DEFAULT_general.sql | 2 +- .../marc21_authorities_CHRON_TERM_general.sql | 4 +- .../marc21_authorities_CORPO_NAME_general.sql | 4 +- .../marc21_authorities_GENRE-FORM_general.sql | 4 +- .../marc21_authorities_GEOGR_NAME_general.sql | 4 +- .../marc21_authorities_MEETI_NAME_general.sql | 4 +- .../marc21_authorities_PERSO_NAME_general.sql | 4 +- .../marc21_authorities_TOPIC_TERM_general.sql | 4 +- .../marc21_authorities_UNIF_TITLE_general.sql | 4 +- .../optional/marc21_bibliographic_AR_general.sql | 2 +- .../optional/marc21_bibliographic_BKS_general.sql | 2 +- .../optional/marc21_bibliographic_CF_general.sql | 2 +- .../optional/marc21_bibliographic_IR_general.sql | 2 +- .../optional/marc21_bibliographic_KT_general.sql | 2 +- .../optional/marc21_bibliographic_SER_general.sql | 2 +- .../optional/marc21_bibliographic_SR_general.sql | 2 +- .../optional/marc21_bibliographic_VR_general.sql | 2 +- .../marc21_authorities_DEFAULT_general.sql | 4 +- .../marc21_bibliographic_DEFAULT_general.sql | 2 +- .../marc21_authorities_CHRON_TERM_general.sql | 4 +- .../marc21_authorities_CORPO_NAME_general.sql | 4 +- .../marc21_authorities_GENRE-FORM_general.sql | 4 +- .../marc21_authorities_GEOGR_NAME_general.sql | 4 +- .../marc21_authorities_MEETI_NAME_general.sql | 4 +- .../marc21_authorities_PERSO_NAME_general.sql | 4 +- .../marc21_authorities_TOPIC_TERM_general.sql | 4 +- .../marc21_authorities_UNIF_TITLE_general.sql | 4 +- .../optional/marc21_bibliographic_AR_general.sql | 2 +- .../optional/marc21_bibliographic_BKS_general.sql | 2 +- .../optional/marc21_bibliographic_CF_general.sql | 2 +- .../optional/marc21_bibliographic_IR_general.sql | 2 +- .../optional/marc21_bibliographic_KT_general.sql | 2 +- .../optional/marc21_bibliographic_SER_general.sql | 2 +- .../optional/marc21_bibliographic_SR_general.sql | 2 +- .../optional/marc21_bibliographic_VR_general.sql | 2 +- installer/data/mysql/updatedatabase.pl | 15 +++++++ t/db_dependent/FrameworkPlugin.t | 2 +- 59 files changed, 172 insertions(+), 249 deletions(-) delete mode 100755 cataloguing/value_builder/marc21_field_003.pl delete mode 100755 cataloguing/value_builder/marc21_field_040d.pl rename cataloguing/value_builder/{marc21_field_040c.pl => marc21_orgcode.pl} (78%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:05:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:05:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-682-g566daf8 Message-ID: This is an automated email from the git hooks/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 566daf8c24ad577da1b07c190979ada67877bed7 (commit) via e19db8ca32dd776263b73474ece4e17d88ab17b4 (commit) from a99c29b309f240b9bd0724bc1de05aaab053a6a9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 566daf8c24ad577da1b07c190979ada67877bed7 Author: Nick Clemens Date: Tue Feb 2 14:31:34 2016 +0000 Bug 15697 - [QA Followup] Apply change to NORMARC This patch switches from UNLESS MARC21 to IF UNIMARC - this way changes apply to MARC21 and NORMARC and UNIMARC remains unaffected Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit e19db8ca32dd776263b73474ece4e17d88ab17b4 Author: Nick Clemens Date: Thu Jan 28 20:33:58 2016 +0000 Bug 15697: Unnecessary comma between title and subtitle on opac-detail.pl To test: 1 - Go to Administration->Keyword to MARC mapping 2 - Add a mapping (or ensure it exists) Field name: subtitle MARC field: 245 MARC subfield: b 3 - View a record with a subtitle in the opac 4 - Note in MARC 21 you have "Title of record:, subtitle of record" 5 - Apply patch 6 - View the record again and note the comma is no longer present. Note: this patch removes the comma only for MARC21 where subtitle is not repeatable. UNIMARC seems to be repeatable and does not include punctuation so I believe this may be needed there. Signed-off-by: Hector Castro Works as described. Comma removed from title of the window and breadcrumb section Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:10:47 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:10:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-683-g3a3b047 Message-ID: This is an automated email from the git hooks/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 3a3b0472245153c515b09a3c2c69f3e4cea80121 (commit) from 566daf8c24ad577da1b07c190979ada67877bed7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3a3b0472245153c515b09a3c2c69f3e4cea80121 Author: Barry Cannon Date: Tue Jul 14 12:25:55 2015 +0100 Bug 14523 - Google jackets being blocked when OPAC using HTTPS This patch changes the Google jackets URL to use HTTPS instead of HTTP. Test Plan: 1) Enable Google Jackets 2) Ensure the Koha OPAC instance is configued to use HTTPS 3) Confirm Google jackets display correctly. Signed-off-by: Fr?d?ric Demians Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:14:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:14:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-33-ge06c670 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e06c67044e11ffd9defc20af81d78422ff97a775 (commit) via 54b58784d2a0ecdca0fae799dcff64811d36406f (commit) via 9329290fc5f930d2950c27a4f65d7b08acb3d7ec (commit) via 3a64f9c8470b9ae672e7f9ec0baf9d5ee4dd0b5f (commit) via 17556074415305b47905288773a2d7d71a9ef8cd (commit) from 90acad11d51bf541c7b42fa93944fbb8c846676e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e06c67044e11ffd9defc20af81d78422ff97a775 Author: Brendan Gallagher Date: Tue Feb 23 23:13:08 2016 +0000 Bug 15517: Update DB rev (3.22.03.003) Signed-off-by: Julian Maurice commit 54b58784d2a0ecdca0fae799dcff64811d36406f Author: Julian Maurice Date: Fri Feb 26 15:16:49 2016 +0100 Bug 15517: Change number of tests for 3.22 Signed-off-by: Julian Maurice commit 9329290fc5f930d2950c27a4f65d7b08acb3d7ec Author: Jonathan Druart Date: Mon Jan 11 08:35:11 2016 +0000 Bug 15517: Change wording for tests Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 100d800060c26378b91b465926a5993cb5596300) Signed-off-by: Julian Maurice commit 3a64f9c8470b9ae672e7f9ec0baf9d5ee4dd0b5f Author: Jonathan Druart Date: Thu Jan 7 15:26:15 2016 +0000 Bug 15517: deleted* tables won't never differ anymore! These tests will ensure that the 4 deleted* tables won't never differ anymore. Test plan: 0/ Do not execute the update DB entry 1/ prove t/db_dependent/db_structure.t should fail 2/ Execute the update DB entry and update the schema with misc/devel/update_dbix_class_files.pl 3/ prove t/db_dependent/db_structure.t should now be happy Signed-off-by: Hector Castro Test pass successfuly. Works as advertised Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 8b2573e24e50d2911d88aa6d9ec969b51f37284b) Signed-off-by: Julian Maurice commit 17556074415305b47905288773a2d7d71a9ef8cd Author: Jonathan Druart Date: Thu Jan 7 15:24:05 2016 +0000 Bug 15517: Resync borrowers and deletedborrowers tables The 2 columns password and userid are not sync and could cause errors when deleting patrons. Signed-off-by: Hector Castro Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit f4f307230ab0aeb3d28566dd0e5e9f7b851800b0) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- Koha/Schema/Result/Deletedborrower.pm | 12 ++++----- installer/data/mysql/kohastructure.sql | 4 +-- installer/data/mysql/updatedatabase.pl | 12 +++++++++ t/db_dependent/db_structure.t | 43 ++++++++++++++++++++++++++++++++ 5 files changed, 64 insertions(+), 9 deletions(-) create mode 100644 t/db_dependent/db_structure.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:18:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:18:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-686-g4489270 Message-ID: This is an automated email from the git hooks/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 4489270c5157c40ab0c2b9947ab5a4b9b0b9a57a (commit) via e06aa3249692667074a4d7110920cbe9b232dd64 (commit) via 62860d53ae9653daa07943786bb07482ea9f0bb0 (commit) from 3a3b0472245153c515b09a3c2c69f3e4cea80121 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4489270c5157c40ab0c2b9947ab5a4b9b0b9a57a Author: Kyle M Hall Date: Fri Feb 26 14:21:16 2016 +0000 Bug 15311 [QA Followup] - Remove use of .raw method as it's use was reverted Signed-off-by: Kyle M Hall commit e06aa3249692667074a4d7110920cbe9b232dd64 Author: Kyle M Hall Date: Fri Feb 26 14:20:39 2016 +0000 Bug 15311 - DBRev 3.23.00.030 Signed-off-by: Kyle M Hall commit 62860d53ae9653daa07943786bb07482ea9f0bb0 Author: Barry Cannon Date: Wed Dec 16 10:37:17 2015 +0000 Bug 15311 - Let libraries set text to display when OpacMaintenance = on Added new systempreference OpacMaintenanceNotice. When OpacMaintenance is ON the HTML contents of OpacMaintenanceNotice will be displayed. Enabling OpacMaintenance is all that is required to enable this preference. If OpacMaintenanceNotice is undefined, the default (original) notice will appear when OpacMaintenance is enabled. To test: - Enable OpacMaintenance systempreference - Observe the default maintenance message when OPAC is viewed - Edit OpacMaintenanceNotice systempreference, adding custom HTML - Observe the custom HTML appear on the opac - Remove OpacMaintenanceNotice (mindful of orphaned spaces etc.) - Observe the default opac notice appears in the opac - Disable OpacMaintenance - Observce opac is back online Moving code to atomic update and fixing merge conflict NOTE: Accounted for an SQL typo and autoescaping of the template. If someone else could test this, then I would be fine with marking it signed off. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- .../Bug_15311-OpacMaintenanceNotice_syspref.sql | 1 + installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 11 +++++++++++ .../prog/en/modules/admin/preferences/opac.pref | 6 ++++++ koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt | 9 +++++++-- 6 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/Bug_15311-OpacMaintenanceNotice_syspref.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:21:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:21:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-34-g1f23c54 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 1f23c54b2ca0b59761a5c9b1c170d8f922524774 (commit) from e06c67044e11ffd9defc20af81d78422ff97a775 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1f23c54b2ca0b59761a5c9b1c170d8f922524774 Author: Lyon3 Team Date: Mon Jan 25 16:52:37 2016 +0100 Bug 15657 (follow-up bug 15501): add missing semi-colon Signed-off-by: Hector Castro The semicolon it's added Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 32e80f456e62548b9dac7087908a6d72533fa0c8) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:28:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:28:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-36-g63230f6 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 63230f6bfea8c36246793eaf13791e8a3883af6b (commit) via 93c5535eb5498887052d5c44d661b99b3f550461 (commit) from 1f23c54b2ca0b59761a5c9b1c170d8f922524774 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 63230f6bfea8c36246793eaf13791e8a3883af6b Author: Kyle M Hall Date: Thu Feb 4 21:24:53 2016 +0000 Bug 15742 [QA Followup] - Tidy script Script does not appear to have any other modifying patches at this time based on bz splitter. This is a perfect time to clean up this script! Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 0277c545b0369046e3d2785689ea52b99d84962f) Signed-off-by: Julian Maurice commit 93c5535eb5498887052d5c44d661b99b3f550461 Author: Jonathan Druart Date: Thu Feb 4 13:25:14 2016 +0000 Bug 15742: Remove unnecessary loop in j2a cronjob If no branchcode is given, all the libraries are retrieved and the same query (so without using the libraries loop) is executed for each library. Test plan: Use the j2a.pl cronjob to change the category of a child patron If a branchcode is passed to the script, only the children from this branchcode should be updated. But if it is not passed, all children of the DB should be updated. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit cf047247893b04de820ff51e9b2d8f43773af332) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/j2a.pl | 278 +++++++++++++++++++++++++++++--------------------- 1 file changed, 159 insertions(+), 119 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:30:38 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:30:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-690-g447b1ea Message-ID: This is an automated email from the git hooks/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 447b1ea93938319f42031636694a0036913cd83c (commit) via 69364a41db8879d0b3524d7cf0d31cd48079e35b (commit) via b52e8792093b8e26cf473437694458a52f251c3b (commit) via 77abb023cb396d96f5362df46a633ed0d5d1a386 (commit) from 4489270c5157c40ab0c2b9947ab5a4b9b0b9a57a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 447b1ea93938319f42031636694a0036913cd83c Author: Kyle M Hall Date: Fri Feb 26 14:33:27 2016 +0000 Bug 14395 - DBRev 3.23.00.031 commit 69364a41db8879d0b3524d7cf0d31cd48079e35b Author: Holger Mei?ner Date: Mon Jul 27 15:18:53 2015 +0200 Bug 14395: Unit tests This patch adds test cases for the new syspref NoRenewalBeforePrecision. Tests if GetSoonestRenewDate returns correct values for both 'date' and 'exact_time' settings. Also adds a few comments related to bugs 7413 and 14101. To test: 1) prove t/db_dependent/Circulation.t Sponsored-by: Hochschule f?r Gesundheit (hsg), Germany Signed-off-by: Jesse Weaver commit b52e8792093b8e26cf473437694458a52f251c3b Author: Holger Mei?ner Date: Thu Jul 16 15:22:55 2015 +0200 Bug 14395: Code changes This patch updates the calculation of 'No renewal before' to include the new syspref NoRenewalBeforePrecision. To test: 1) Check out an hour-based loan with 'No renewal before' set to 1. Switch syspref NoRenewalBeforePrecision between 'date' and 'exact time'. Confirm that with both settings the item cannot be renewed until exactly one hour before due. 2) Check out a day-based loan with 'No renewal before' set to 1 day. Confirm that: * with NoRenewalBeforePrecision set to 'date', renewal is possible at 12:00 AM on the day before due. * with NoRenewalBeforePrecision set to 'exact time', renewal is possible at 11:59 PM on the day before due. Sponsored-by: Hochschule f?r Gesundheit (hsg), Germany Signed-off-by: Jesse Weaver commit 77abb023cb396d96f5362df46a633ed0d5d1a386 Author: Holger Mei?ner Date: Wed Jul 15 10:49:41 2015 +0200 Bug 14395: Add new syspref NoRenewalBeforePrecision Currently the 'NoRenwalBefore' setting is always based on the exact DateTime of the due date. This patch introduces a new global syspref for choosing if 'NoRenewalBefore' should instead be calculated based on date only. This is only relevant for loans caluclated in days. Hourly loans are not affected. To test: 1) Apply bug 14101, then apply this patch. 2) Run installer/data/mysql/updatedatabase.pl 3) Confirm that a new syspref NoRenewalBeforePrecision is available in administration. It should let you choose between 'date' (default) and 'exact time'. Sponsored-by: Hochschule f?r Gesundheit (hsg), Germany Signed-off-by: Jesse Weaver ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 33 ++++++++++------ Koha.pm | 2 +- .../Bug_15311-OpacMaintenanceNotice_syspref.sql | 1 - installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 11 ++++++ .../en/modules/admin/preferences/circulation.pref | 7 ++++ t/db_dependent/Circulation.t | 40 ++++++++++++++------ 7 files changed, 71 insertions(+), 25 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/Bug_15311-OpacMaintenanceNotice_syspref.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:40:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:40:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-38-g9973f0e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9973f0e986abf1db68dc177369f85126f77230d2 (commit) via f2c6d5ad4f042ddcbf7127bc5d440cd8032cc8f4 (commit) from 63230f6bfea8c36246793eaf13791e8a3883af6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9973f0e986abf1db68dc177369f85126f77230d2 Author: Jonathan Druart Date: Fri Feb 5 10:58:20 2016 +0000 Bug 15746: Same fix for "write off" Same fix as before for the "Write off" button next to the "Pay" button. Signed-off-by: Hector Castro Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit efad45a0e39703017a894d3ffdd1a7078d13af60) Signed-off-by: Julian Maurice commit f2c6d5ad4f042ddcbf7127bc5d440cd8032cc8f4 Author: Jonathan Druart Date: Fri Feb 5 10:46:28 2016 +0000 Bug 15746: Do not record individual payments with randomly picked libraries When a payment is made individualy, the library used to record this payment is randomly picked from the library list. This is because C4::Branch::GetBranch looks at 1. the $branch variable sent by the template, wich does not exist, then 2. the branchname cookie, which does not exist neither, then 3. get the first branchcode from a list of keys (non ordered). To reproduce: - Create a manual invoice for a patron (members/maninvoice.pl?borrowernumber=XXXX) - Pay this fine using the "Pay" button of the corresponding line from the members/pay.pl?borrowernumber=XXXX page Look at the statistics table: select * from statistics order by datetime desc limit 10; The branch value of the first line might not correspond to the library you were using to pay the payment. Test plan: Apply this patch, repeat the steps above and confirm that the library picked is now the one used to pay. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 80a690588ceac464891dcb2956c3b148433a253c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: members/pay.pl | 3 +-- members/paycollect.pl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 15:42:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 14:42:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-39-g5119b2d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 5119b2d6ef2ee67e65e880724b6c6581b25101bf (commit) from 9973f0e986abf1db68dc177369f85126f77230d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5119b2d6ef2ee67e65e880724b6c6581b25101bf Author: Julian Maurice Date: Tue Feb 9 11:16:55 2016 +0100 Bug 15764: Fix timestamp sent by KOCT KOCT plugin send UTC timestamp, it should be converted to local timezone Test plan: 1. Install latest version of KOCT and configure it https://addons.mozilla.org/fr/firefox/addon/koct/ https://wiki.koha-community.org/wiki/Offline_circulation_firefox_plugin 2. Use it to do a checkout and a checkin. See that timestamps are UTC. 3. Click on "Commit to Koha" under "Log" tab 4. Wait for all operations to be processed 5. In Koha, go to Circulation > Offline circulation and check the timestamps were correctly converted to the Koha server's timezone 6. Process the pending operations and see that timestamps are still correct 7. Repeat step 2 8. Now click on "Apply directly" 9. Check the timestamps are correct in Koha NOTE: I could not get "Commit to Koha" to work for me, but I did confirm this corrected behaviour with "Apply directly". Signed-off-by: Mark Tompsett Signed-off-by: Owen Leonard Using the "commit to Koha" option works fine for me. Signed-off-by: Kyle M Hall This patch only affects service.pl, which is not used in any way by the uploader for desktop client files. No changes to the desktop offline circ will be needed. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 0987165d6aab0951259b2101c2133ae4c221357b) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: offline_circ/service.pl | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:05:38 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:05:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-40-ge6cab05 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e6cab05555d775d3303deffb9016d03b1753ef6a (commit) from 5119b2d6ef2ee67e65e880724b6c6581b25101bf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e6cab05555d775d3303deffb9016d03b1753ef6a Author: Juan Romay Sieira Date: Tue Feb 9 17:39:32 2016 +0100 Bug 11937 - opac link doesn't open in new window Signed-off-by: Juan Romay Sieira Patch works as expected. From a biblio detail page, the link 'OPAC view: Open in new window' opens a new browser window. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit d1ead7313cf78581e31c4a210f01709ff228fdb6) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/js/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:11:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:11:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-41-gf800d1f Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f800d1f3eccafb9a2a9aa6ffd89498f0b6154bb8 (commit) from e6cab05555d775d3303deffb9016d03b1753ef6a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f800d1f3eccafb9a2a9aa6ffd89498f0b6154bb8 Author: Owen Leonard Date: Thu Feb 18 10:06:41 2016 -0500 Bug 15600: System preferences broken toolbar looks broken This patch reverts some deletions made to staff-global.css in Bug 11559. The deletions broke the appearance of the floating toolbar in system preferences. To test, apply the patch and clear your browser cache if necessary. - Go to Administration -> System preferences and view a tab with enough content to allow you to scroll and test the appearance of the floating toolbar. Confirm that it looks correct. - Open the advanced cataloging editor and confirm that its toolbar looks correct. - Open the normal cataloging editor and confirm that the floating toolbar looks correct and works correctly. Signed-off-by: Hector Castro Works as advertised. Tollbar looks correct Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 5bbeab483ebc4016fe2c1503b95b8bf84e719c54) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:14:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:14:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-42-gae2c66c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ae2c66c601a38a30d7ed8e8a074dbb0282de6057 (commit) from f800d1f3eccafb9a2a9aa6ffd89498f0b6154bb8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae2c66c601a38a30d7ed8e8a074dbb0282de6057 Author: Marcel de Rooy Date: Mon Jan 25 13:14:56 2016 +0100 Bug 15652: Allow current date in datepicker on opac-reserve If you enable AllowHoldDateInFuture (and its OPAC variant), you get an additional "Hold starts on date". In that field and in "Hold not needed after" it was not possible to enter the current date. Although it does not really make any difference if you leave the startdate empty or put the current date in it, we concluded that it still makes a psychological difference. Some patrons were confused when placing a hold because the first date to select was tomorrow. Instead of telling them "Yes, but you can leave it empty", we should just allow the current date as well. The expiration date ("not needed after") also started on tomorrow. (This field can really be empty.) But there is actually no reason not to allow today here too. If the patron only wants it today, why force tomorrow? How is this arranged? Well, this is one of the simplest Koha patches ever written. It only changes the minDate option of both date pickers in one line from 1 to 0. Test plan: [1] Allow future hold dates via systempreferences. [2] Verify that you can enter today in both fields. [3] Put today in start and expiration date. Place the hold and verify that you can confirm the hold, check out and check in again. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 904a358da38e2945125170c3e9896193f0c288ce) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:21:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:21:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-43-g5f96cbd Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 5f96cbd933aad1bade1d06b57e58c205aa6ffa35 (commit) from ae2c66c601a38a30d7ed8e8a074dbb0282de6057 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5f96cbd933aad1bade1d06b57e58c205aa6ffa35 Author: Julian Maurice Date: Thu Feb 4 17:42:42 2016 +0100 Bug 15743: Allow plugins to embed Perl modules This patch allows plugins to embed Perl modules by ignoring Perl modules in plugins directory that don't inherit from Koha::Plugins::Base TEST PLAN --------- 1) Edit koha-conf.xml to have enable_plugins set to 1, and the pluginsdir set to a particular path. 2) Create a dummy plugin file. (e.g. {that path}/Koha/Plugin/Kaboom.pm) Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 2a43195322c228795b08ebbc165e360c725c2b56) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/Plugins.pm | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:23:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:23:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-44-g99a3e21 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 99a3e2162a6d552b3633b560ddd91a224a3a8b6e (commit) from 5f96cbd933aad1bade1d06b57e58c205aa6ffa35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 99a3e2162a6d552b3633b560ddd91a224a3a8b6e Author: Jonathan Druart Date: Fri Feb 12 11:47:22 2016 +0000 Bug 15747: Do not use CGI->param in list context - Auth.pm Test plan: Log you in! Without this patch applied, you will get a warning "Fetching the value or values of a single named parameter" With this patch applied, the warning from C4::Auth line 401 should not appear anymore in the log file. Signed-off-by: Marcel de Rooy Note: no warnings for older CGI versions. Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit d9c19c6d45ad3f62119e3a29f37e227f635cb85c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:25:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:25:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-47-gb828a40 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b828a40a7a4c766908fed8b20cf11568ad8bdd5e (commit) via 2d19153fc444abf35da4f65b8267be8f93bf21b4 (commit) via 94a375f39af38b384428eaca05970eece81b09a3 (commit) from 99a3e2162a6d552b3633b560ddd91a224a3a8b6e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b828a40a7a4c766908fed8b20cf11568ad8bdd5e Author: Mark Tompsett Date: Thu Feb 11 23:30:36 2016 -0500 Bug 15777 - Refactor and fix the RecordProcessor class TEST PLAN --------- 1) Apply all three patches 2) prove -v t/RecordProcessor.t -- all should be successful 3) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759) Signed-off-by: Julian Maurice commit 2d19153fc444abf35da4f65b8267be8f93bf21b4 Author: Mark Tompsett Date: Thu Feb 11 23:23:27 2016 -0500 Bug 15777 - Fix base class to prove refactor and fix required TEST PLAN --------- 1) Apply the testing patch and this patch 2) prove -v t/RecordProcess.t -- will complain about string use with "use strict". This is because it is using the module name, instead of the object instantiated with new(). 3) run koha qa test tools. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a) Signed-off-by: Julian Maurice commit 94a375f39af38b384428eaca05970eece81b09a3 Author: Mark Tompsett Date: Wed Feb 10 11:18:40 2016 -0500 Bug 15777 - Test to prove initialization isn't working correctly. TEST PLAN --------- 1) Apply this testing patch 2) prove -v t/RecordProcessor.t -- tests will fail. 3) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 3b875d3a2f57557d31a569a8d9a6aadc45e86f84) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/RecordProcessor.pm | 13 +++++++------ Koha/RecordProcessor/Base.pm | 2 +- t/RecordProcessor.t | 11 +++++++++-- 3 files changed, 17 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:27:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:27:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-48-g6fa2133 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6fa2133a7b82726d7621d5b3da01d64c446f5722 (commit) from b828a40a7a4c766908fed8b20cf11568ad8bdd5e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6fa2133a7b82726d7621d5b3da01d64c446f5722 Author: Jonathan Druart Date: Fri Feb 12 15:26:49 2016 +0000 Bug 15811: follow-up Bug 4912: Redirect to the appropriate view after editing/deleting a list Test plan: 1/ At the opac, go on the the list home page (opac-shelves.pl) 2/ Click on 'new list', create a list and save => You should be redirect to the list 3/ Click on edit, save => You should be redirect to the list 4/ Delete the list => You should be redirect to the list 5/ Edit a list from the list view, save => You should be redirect to the list 6/ Click on a list link (op=view) 7/ Edit the list, save => You should be redirect to the 'show' view 8/ Delete list => You should be redirect to the list Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit d9b39d2553271814527de58be23da6d8f28e0f78) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 1 + opac/opac-shelves.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:29:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:29:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-49-g25705bf Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 25705bf517b5ad3f6306143ef6c438aec318d8fb (commit) from 6fa2133a7b82726d7621d5b3da01d64c446f5722 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25705bf517b5ad3f6306143ef6c438aec318d8fb Author: Owen Leonard Date: Wed Feb 17 09:54:28 2016 -0500 Bug 15844 - Correct JSHint errors in staff-global.js This patch corrects minor errors in staff-global.js according to warnings raised by JSHint. To test, apply the patch and run JSHint on staff-global.js. No warnings should be raised. To confirm that the behavior of the JS is not changed, clear your browser cache if necessary and: - Confirm that the "Help" link opens the help window. - Confirm that audio alerts work with local and remote sound files - Confirm that the format() method is still working correctly by, for instance, opening the detail page for a bibliographic record with multiple items and choosing 'Edit -> Delete record' from the menu. The error message should read like "2 item(s) are attached to this record..." Signed-off-by: Hector Castro Works as described. No errors with JSHint CLI (6 errors fixed) Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 9a7c6f695c4dd0fe5a1a92534ad0af79adbf1122) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:31:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:31:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-50-g3ad0009 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 3ad0009ba7f68d76ad616b867d8aaa7792eb93c0 (commit) from 25705bf517b5ad3f6306143ef6c438aec318d8fb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ad0009ba7f68d76ad616b867d8aaa7792eb93c0 Author: Owen Leonard Date: Wed Feb 17 12:17:17 2016 -0500 Bug 15847: Correct JSHint errors in basket.js in the staff client This patch corrects minor errors in the staff client's basket.js according to warnings raised by JSHint. To test, apply the patch and run JSHint on basket.js. No warnings should be raised. To confirm that the behavior of the JS is not changed, clear your browser cache if necessary and: - Test adding multiple titles to the Cart from staff client search results. - Confirm that adding titles to the Cart triggers a message by the Cart link. - Test clicking the "Cart" link in the header menu when the Cart popup is open but behind the main window. - Testing emptying the Cart. Signed-off-by: Hector Castro Works as described. No warnigns raised with jshint tool Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 2374c0498544803693bf0d833ad982174e21ed73) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:34:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:34:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-51-gfef0f0c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via fef0f0c367328b1f4ca22b9124783b12706d176e (commit) from 3ad0009ba7f68d76ad616b867d8aaa7792eb93c0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fef0f0c367328b1f4ca22b9124783b12706d176e Author: Aleisha Date: Mon Jan 18 03:30:44 2016 +0000 Bug 15416: Warns on guided_reports.pl Initialising $phase variable to be '' if not defined. To test: 1) Go to Reports -> Guided Reports Wizard 2) Notice warns 3) Apply patch 4) Refresh page 5) Confirm warns are gone and page still works as it should Signed-off-by: Hector Castro Warns are gone. Page still works as expected Signed-off-by: Jonathan Druart Amended patch: -my $phase = $input->param('phase'); -$phase //= ''; +my $phase = $input->param('phase') // ''; Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 17c7c685f12dd09186d369f84cc725984328c5fa) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:36:29 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:36:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-52-g71e8855 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 71e8855f1e0e7e593141061e84b6355b7f09608c (commit) from fef0f0c367328b1f4ca22b9124783b12706d176e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71e8855f1e0e7e593141061e84b6355b7f09608c Author: Gus Date: Wed Jan 20 02:50:13 2016 +0000 Bug 15622 - Spelling mistake in printfeercpt.pl writen -> written Search the file for writen, when not found change sucsessful Signed-off-by: Mirko Tietgen Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit fdd66bc830e8974be67ca43379e4ae3156b0e9cb) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: members/printfeercpt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:37:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:37:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-53-g410b567 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 410b567a4c7943b052cfeee04fbd3fd986bbecd6 (commit) from 71e8855f1e0e7e593141061e84b6355b7f09608c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 410b567a4c7943b052cfeee04fbd3fd986bbecd6 Author: Mark Tompsett Date: Wed Feb 10 21:51:26 2016 -0500 Bug 15795: C4/Members.pm is floody (Norwegian Patron DB) From the mailing list: "I'm working on 3.22.02 and my logs are FILLED with the following warnings: Members.pm: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/acqui/booksellers.pl admin-home.pl: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/admin/preferences.pl" I agree. Looking at C4/Members.pm other warns are all prepended with $debug. TEST PLAN --------- 1) rm Koha/NorwegianPatronDB.pm -- quickest and dirtiest way to get the load to fail. 2) echo > ~/koha-dev/var/log/koha-error_log -- so it will be easy to spot the log changes. -- back up the log file if you really want it. 3) log into the staff client and go to patrons. -- Check the log file. "Unable to load ..." will be there. 4) echo > ~/koha-dev/var/log/koha-error_log 5) sudo vi /etc/apache2/sites-enabled/{your koha site file} -- Find your staff client entry in your apache configuration file and add: SetEnv DEBUG 1 6) sudo service apache2 restart 7) apply the patch 8) refresh the patron page -- "Unable to load..." will still be there. 9) change the DEBUG value in your apache config to 0 10) sudo sevice apache2 restart 11) echo > ~/koha-dev/var/log/koha-error_log 12) refresh the patron page -- "Unable to load..." will NOT be there. 13) git checkout origin/master -- Koha/NorwegianPatronDB.pm -- to bring it back. 14) refresh the patron page -- "Unable to load..." will still not be there. 15) run koha qa test tools Signed-off-by: Philippe Blouin Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit b52cbecbfd282060a2a444252d83d263c0783f14) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:38:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:38:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-54-g903dcd0 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 903dcd03b6bad9428a0bebf3509e09818b7d6d12 (commit) from 410b567a4c7943b052cfeee04fbd3fd986bbecd6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 903dcd03b6bad9428a0bebf3509e09818b7d6d12 Author: Colin Campbell Date: Wed Feb 17 12:47:56 2016 +0000 Bug 15841 Circulation module's true value misplaced 1; was not at the end of the module as it should be to ensure compilation returns true return it to last line of code where it should be This patch fixes an ovious mistake. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 5170c91f493aaa82d111a6a5215faf0ed53be72b) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Feb 26 16:40:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Feb 2016 15:40:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-56-g51112ef Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 51112ef8a4edbc65b31536635595a8c79ef25ae3 (commit) via 6ebce7c2cfad56cdaf0244607809464412a67d2d (commit) from 903dcd03b6bad9428a0bebf3509e09818b7d6d12 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 51112ef8a4edbc65b31536635595a8c79ef25ae3 Author: Jonathan Druart Date: Mon Feb 22 10:49:15 2016 +0000 Bug 15845: Do not import Add_Delta_YM from circulation.pl This subroutine is no longer used in this script. Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 4f12b2287e21287418edb6380a16799c8e0a96ec) Signed-off-by: Julian Maurice commit 6ebce7c2cfad56cdaf0244607809464412a67d2d Author: Marcel de Rooy Date: Wed Feb 17 16:32:03 2016 +0100 Bug 15845: Renewal date in circulation.pl is not always correct and not even used If you have a patron category with a hard renewal date, the enrolllment period will be zero. You cannot calculate the renewal date as is done in the script currently. Even more, the renewaldate template var is not even used. Test plan: [1] Verify that checkin/checkout works as expected. [2] Git grep on renewaldate [3] Check the code in circulation.pl for "$renew" Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com (cherry picked from commit 393308907ca332339d1be05ee99463dc783126d4) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 9 --------- 1 file changed, 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 27 16:15:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Feb 2016 15:15:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-59-gc550fad Message-ID: This is an automated email from the git hooks/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.22.x has been updated via c550fad4495a59f5be191d33eb414845535c379e (commit) via d12e51d433b3fe6031aa4c9133c4b8b4098fc15f (commit) via 74f8e3b7653c47644886bf162faf0bbc30cb8933 (commit) from 51112ef8a4edbc65b31536635595a8c79ef25ae3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c550fad4495a59f5be191d33eb414845535c379e Author: Julian Maurice Date: Sat Feb 27 16:03:06 2016 +0100 Increment version for 3.22.4 release Signed-off-by: Julian Maurice commit d12e51d433b3fe6031aa4c9133c4b8b4098fc15f Author: Julian Maurice Date: Sat Feb 27 15:44:22 2016 +0100 Translation updates for Koha 3.22.4 release Signed-off-by: Julian Maurice commit 74f8e3b7653c47644886bf162faf0bbc30cb8933 Author: Julian Maurice Date: Sat Feb 27 16:13:43 2016 +0100 Update release notes for 3.22.4 release Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_3_22_4.md | 325 + misc/translator/po/am-Ethi-marc-MARC21.po | 900 +- misc/translator/po/am-Ethi-marc-NORMARC.po | 2 +- misc/translator/po/am-Ethi-marc-UNIMARC.po | 2 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 500 +- misc/translator/po/am-Ethi-staff-help.po | 144 +- misc/translator/po/am-Ethi-staff-prog.po | 1731 ++- misc/translator/po/ar-Arab-marc-MARC21.po | 904 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 525 +- misc/translator/po/ar-Arab-pref.po | 25 +- misc/translator/po/ar-Arab-staff-help.po | 205 +- misc/translator/po/ar-Arab-staff-prog.po |12963 ++++++++-------- misc/translator/po/az-AZ-marc-MARC21.po | 900 +- misc/translator/po/az-AZ-marc-NORMARC.po | 2 +- misc/translator/po/az-AZ-marc-UNIMARC.po | 2 +- misc/translator/po/az-AZ-opac-bootstrap.po | 511 +- misc/translator/po/az-AZ-staff-help.po | 144 +- misc/translator/po/az-AZ-staff-prog.po | 1748 ++- misc/translator/po/be-BY-marc-MARC21.po | 900 +- misc/translator/po/be-BY-marc-NORMARC.po | 2 +- misc/translator/po/be-BY-marc-UNIMARC.po | 2 +- misc/translator/po/be-BY-opac-bootstrap.po | 529 +- misc/translator/po/be-BY-staff-help.po | 144 +- misc/translator/po/be-BY-staff-prog.po | 1752 ++- misc/translator/po/bg-Cyrl-marc-MARC21.po | 900 +- misc/translator/po/bg-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/bg-Cyrl-marc-UNIMARC.po | 2 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 504 +- misc/translator/po/bg-Cyrl-staff-help.po | 144 +- misc/translator/po/bg-Cyrl-staff-prog.po | 1729 ++- misc/translator/po/bn-IN-marc-MARC21.po | 932 +- misc/translator/po/bn-IN-marc-NORMARC.po | 2 +- misc/translator/po/bn-IN-marc-UNIMARC.po | 2 +- misc/translator/po/bn-IN-opac-bootstrap.po | 764 +- misc/translator/po/bn-IN-staff-help.po | 144 +- misc/translator/po/bn-IN-staff-prog.po | 1726 ++- misc/translator/po/ca-ES-marc-MARC21.po | 900 +- misc/translator/po/ca-ES-marc-NORMARC.po | 2 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 2 +- misc/translator/po/ca-ES-opac-bootstrap.po | 518 +- misc/translator/po/ca-ES-staff-help.po | 144 +- misc/translator/po/ca-ES-staff-prog.po | 1741 ++- misc/translator/po/cs-CZ-marc-MARC21.po | 910 +- misc/translator/po/cs-CZ-marc-NORMARC.po | 2 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 2 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 526 +- misc/translator/po/cs-CZ-pref.po | 13 +- misc/translator/po/cs-CZ-staff-help.po | 164 +- misc/translator/po/cs-CZ-staff-prog.po | 1817 ++- misc/translator/po/da-DK-marc-MARC21.po | 908 +- misc/translator/po/da-DK-marc-NORMARC.po | 22 +- misc/translator/po/da-DK-marc-UNIMARC.po | 50 +- misc/translator/po/da-DK-opac-bootstrap.po | 545 +- misc/translator/po/da-DK-staff-help.po | 144 +- misc/translator/po/da-DK-staff-prog.po | 1816 +-- misc/translator/po/de-CH-marc-MARC21.po | 1224 +- misc/translator/po/de-CH-marc-NORMARC.po | 2 +- misc/translator/po/de-CH-marc-UNIMARC.po | 2 +- misc/translator/po/de-CH-opac-bootstrap.po | 2925 ++-- misc/translator/po/de-CH-pref.po | 14 +- misc/translator/po/de-CH-staff-help.po | 225 +- misc/translator/po/de-CH-staff-prog.po |12047 ++++++++------- misc/translator/po/de-DE-marc-MARC21.po | 906 +- misc/translator/po/de-DE-marc-NORMARC.po | 2 +- misc/translator/po/de-DE-marc-UNIMARC.po | 2 +- misc/translator/po/de-DE-opac-bootstrap.po | 535 +- misc/translator/po/de-DE-pref.po | 34 +- misc/translator/po/de-DE-staff-help.po | 239 +- misc/translator/po/de-DE-staff-prog.po | 1804 ++- misc/translator/po/el-GR-marc-MARC21.po | 900 +- misc/translator/po/el-GR-marc-NORMARC.po | 2 +- misc/translator/po/el-GR-marc-UNIMARC.po | 2 +- misc/translator/po/el-GR-opac-bootstrap.po | 539 +- misc/translator/po/el-GR-staff-help.po | 144 +- misc/translator/po/el-GR-staff-prog.po | 1752 ++- misc/translator/po/en-GB-marc-MARC21.po | 900 +- misc/translator/po/en-GB-marc-NORMARC.po | 2 +- misc/translator/po/en-GB-marc-UNIMARC.po | 2 +- misc/translator/po/en-GB-opac-bootstrap.po | 517 +- misc/translator/po/en-GB-staff-help.po | 144 +- misc/translator/po/en-GB-staff-prog.po | 1760 +-- misc/translator/po/en-NZ-marc-MARC21.po | 900 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 2 +- misc/translator/po/en-NZ-opac-bootstrap.po | 518 +- misc/translator/po/en-NZ-staff-help.po | 144 +- misc/translator/po/en-NZ-staff-prog.po | 1760 ++- misc/translator/po/eo-marc-MARC21.po | 900 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 2372 +-- misc/translator/po/eo-staff-help.po | 144 +- misc/translator/po/eo-staff-prog.po | 1726 ++- misc/translator/po/es-ES-marc-MARC21.po | 920 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 2 +- misc/translator/po/es-ES-opac-bootstrap.po | 530 +- misc/translator/po/es-ES-staff-help.po | 204 +- misc/translator/po/es-ES-staff-prog.po | 1805 ++- misc/translator/po/eu-marc-MARC21.po | 900 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 523 +- misc/translator/po/eu-staff-help.po | 144 +- misc/translator/po/eu-staff-prog.po | 1737 ++- misc/translator/po/fa-Arab-marc-MARC21.po | 900 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 522 +- misc/translator/po/fa-Arab-staff-help.po | 144 +- misc/translator/po/fa-Arab-staff-prog.po | 1753 ++- misc/translator/po/fi-FI-marc-MARC21.po | 900 +- misc/translator/po/fi-FI-marc-NORMARC.po | 2 +- misc/translator/po/fi-FI-marc-UNIMARC.po | 2 +- misc/translator/po/fi-FI-opac-bootstrap.po | 517 +- misc/translator/po/fi-FI-staff-help.po | 144 +- misc/translator/po/fi-FI-staff-prog.po | 1766 ++- misc/translator/po/fo-FO-marc-MARC21.po | 900 +- misc/translator/po/fo-FO-marc-NORMARC.po | 2 +- misc/translator/po/fo-FO-marc-UNIMARC.po | 2 +- misc/translator/po/fo-FO-opac-bootstrap.po | 494 +- misc/translator/po/fo-FO-staff-help.po | 144 +- misc/translator/po/fo-FO-staff-prog.po | 1726 ++- misc/translator/po/fr-CA-marc-MARC21.po | 900 +- misc/translator/po/fr-CA-marc-NORMARC.po | 2 +- misc/translator/po/fr-CA-marc-UNIMARC.po | 2 +- misc/translator/po/fr-CA-opac-bootstrap.po | 576 +- misc/translator/po/fr-CA-staff-help.po | 144 +- misc/translator/po/fr-CA-staff-prog.po |18887 +++++++++++++---------- misc/translator/po/fr-FR-marc-MARC21.po | 900 +- misc/translator/po/fr-FR-marc-NORMARC.po | 2 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 2 +- misc/translator/po/fr-FR-opac-bootstrap.po | 693 +- misc/translator/po/fr-FR-staff-help.po | 144 +- misc/translator/po/fr-FR-staff-prog.po | 2107 +-- misc/translator/po/gl-marc-MARC21.po | 900 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 504 +- misc/translator/po/gl-staff-help.po | 144 +- misc/translator/po/gl-staff-prog.po | 1743 ++- misc/translator/po/he-Hebr-marc-MARC21.po | 900 +- misc/translator/po/he-Hebr-marc-NORMARC.po | 2 +- misc/translator/po/he-Hebr-marc-UNIMARC.po | 2 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 494 +- misc/translator/po/he-Hebr-staff-help.po | 144 +- misc/translator/po/he-Hebr-staff-prog.po | 1750 +-- misc/translator/po/hi-marc-MARC21.po | 900 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 514 +- misc/translator/po/hi-staff-help.po | 144 +- misc/translator/po/hi-staff-prog.po | 1744 ++- misc/translator/po/hr-HR-marc-MARC21.po | 900 +- misc/translator/po/hr-HR-marc-NORMARC.po | 2 +- misc/translator/po/hr-HR-marc-UNIMARC.po | 2 +- misc/translator/po/hr-HR-opac-bootstrap.po | 521 +- misc/translator/po/hr-HR-staff-help.po | 144 +- misc/translator/po/hr-HR-staff-prog.po | 1764 +-- misc/translator/po/hu-HU-marc-MARC21.po | 900 +- misc/translator/po/hu-HU-marc-NORMARC.po | 2 +- misc/translator/po/hu-HU-marc-UNIMARC.po | 2 +- misc/translator/po/hu-HU-opac-bootstrap.po | 506 +- misc/translator/po/hu-HU-staff-help.po | 146 +- misc/translator/po/hu-HU-staff-prog.po | 1756 +-- misc/translator/po/hy-Armn-marc-MARC21.po | 900 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 2 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 526 +- misc/translator/po/hy-Armn-pref.po | 23 +- misc/translator/po/hy-Armn-staff-help.po | 148 +- misc/translator/po/hy-Armn-staff-prog.po | 1778 +-- misc/translator/po/id-ID-marc-MARC21.po | 900 +- misc/translator/po/id-ID-marc-NORMARC.po | 2 +- misc/translator/po/id-ID-marc-UNIMARC.po | 2 +- misc/translator/po/id-ID-opac-bootstrap.po | 526 +- misc/translator/po/id-ID-staff-help.po | 144 +- misc/translator/po/id-ID-staff-prog.po | 1743 ++- misc/translator/po/is-IS-marc-MARC21.po | 900 +- misc/translator/po/is-IS-marc-NORMARC.po | 2 +- misc/translator/po/is-IS-marc-UNIMARC.po | 2 +- misc/translator/po/is-IS-opac-bootstrap.po | 518 +- misc/translator/po/is-IS-staff-help.po | 144 +- misc/translator/po/is-IS-staff-prog.po | 1739 ++- misc/translator/po/it-IT-marc-MARC21.po | 904 +- misc/translator/po/it-IT-marc-NORMARC.po | 2 +- misc/translator/po/it-IT-marc-UNIMARC.po | 2 +- misc/translator/po/it-IT-opac-bootstrap.po | 532 +- misc/translator/po/it-IT-staff-help.po | 243 +- misc/translator/po/it-IT-staff-prog.po | 2139 +-- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 900 +- misc/translator/po/ja-Jpan-JP-marc-NORMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 498 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 144 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 1740 ++- misc/translator/po/ka-marc-MARC21.po | 900 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 494 +- misc/translator/po/ka-staff-help.po | 144 +- misc/translator/po/ka-staff-prog.po | 1726 ++- misc/translator/po/km-KH-marc-MARC21.po | 900 +- misc/translator/po/km-KH-marc-NORMARC.po | 2 +- misc/translator/po/km-KH-marc-UNIMARC.po | 2 +- misc/translator/po/km-KH-opac-bootstrap.po | 494 +- misc/translator/po/km-KH-staff-help.po | 144 +- misc/translator/po/km-KH-staff-prog.po | 1726 ++- misc/translator/po/kn-Knda-marc-MARC21.po | 900 +- misc/translator/po/kn-Knda-marc-NORMARC.po | 2 +- misc/translator/po/kn-Knda-marc-UNIMARC.po | 2 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 498 +- misc/translator/po/kn-Knda-staff-help.po | 144 +- misc/translator/po/kn-Knda-staff-prog.po | 1757 +-- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 900 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 2 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 519 +- misc/translator/po/ko-Kore-KP-staff-help.po | 144 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 1764 ++- misc/translator/po/ku-Arab-marc-MARC21.po | 900 +- misc/translator/po/ku-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ku-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 522 +- misc/translator/po/ku-Arab-staff-help.po | 144 +- misc/translator/po/ku-Arab-staff-prog.po | 1753 ++- misc/translator/po/lo-Laoo-marc-MARC21.po | 900 +- misc/translator/po/lo-Laoo-marc-NORMARC.po | 2 +- misc/translator/po/lo-Laoo-marc-UNIMARC.po | 2 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 509 +- misc/translator/po/lo-Laoo-staff-help.po | 144 +- misc/translator/po/lo-Laoo-staff-prog.po | 1759 ++- misc/translator/po/mi-NZ-marc-MARC21.po | 900 +- misc/translator/po/mi-NZ-marc-NORMARC.po | 2 +- misc/translator/po/mi-NZ-marc-UNIMARC.po | 2 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 517 +- misc/translator/po/mi-NZ-staff-help.po | 144 +- misc/translator/po/mi-NZ-staff-prog.po | 1739 ++- misc/translator/po/ml-marc-MARC21.po | 900 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 494 +- misc/translator/po/ml-staff-help.po | 144 +- misc/translator/po/ml-staff-prog.po | 1726 ++- misc/translator/po/mon-marc-MARC21.po | 900 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 514 +- misc/translator/po/mon-staff-help.po | 144 +- misc/translator/po/mon-staff-prog.po | 1749 ++- misc/translator/po/mr-marc-MARC21.po | 900 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 510 +- misc/translator/po/mr-staff-help.po | 144 +- misc/translator/po/mr-staff-prog.po | 1755 ++- misc/translator/po/ms-MY-marc-MARC21.po | 900 +- misc/translator/po/ms-MY-marc-NORMARC.po | 2 +- misc/translator/po/ms-MY-marc-UNIMARC.po | 2 +- misc/translator/po/ms-MY-opac-bootstrap.po | 524 +- misc/translator/po/ms-MY-staff-help.po | 144 +- misc/translator/po/ms-MY-staff-prog.po | 1755 ++- misc/translator/po/nb-NO-marc-MARC21.po | 900 +- misc/translator/po/nb-NO-marc-NORMARC.po | 2 +- misc/translator/po/nb-NO-marc-UNIMARC.po | 2 +- misc/translator/po/nb-NO-opac-bootstrap.po | 577 +- misc/translator/po/nb-NO-pref.po | 32 +- misc/translator/po/nb-NO-staff-help.po | 144 +- misc/translator/po/nb-NO-staff-prog.po |11134 ++++++------- misc/translator/po/ne-NE-marc-MARC21.po | 900 +- misc/translator/po/ne-NE-marc-NORMARC.po | 2 +- misc/translator/po/ne-NE-marc-UNIMARC.po | 2 +- misc/translator/po/ne-NE-opac-bootstrap.po | 494 +- misc/translator/po/ne-NE-staff-help.po | 144 +- misc/translator/po/ne-NE-staff-prog.po | 1726 ++- misc/translator/po/nl-BE-marc-MARC21.po | 900 +- misc/translator/po/nl-BE-marc-NORMARC.po | 2 +- misc/translator/po/nl-BE-marc-UNIMARC.po | 2 +- misc/translator/po/nl-BE-opac-bootstrap.po | 524 +- misc/translator/po/nl-BE-staff-help.po | 144 +- misc/translator/po/nl-BE-staff-prog.po | 1764 +-- misc/translator/po/nl-NL-marc-MARC21.po | 900 +- misc/translator/po/nl-NL-marc-NORMARC.po | 2 +- misc/translator/po/nl-NL-marc-UNIMARC.po | 2 +- misc/translator/po/nl-NL-opac-bootstrap.po | 522 +- misc/translator/po/nl-NL-staff-help.po | 144 +- misc/translator/po/nl-NL-staff-prog.po | 1741 ++- misc/translator/po/nn-NO-marc-MARC21.po | 900 +- misc/translator/po/nn-NO-marc-NORMARC.po | 2 +- misc/translator/po/nn-NO-marc-UNIMARC.po | 2 +- misc/translator/po/nn-NO-opac-bootstrap.po | 514 +- misc/translator/po/nn-NO-staff-help.po | 144 +- misc/translator/po/nn-NO-staff-prog.po | 1742 ++- misc/translator/po/oc-marc-MARC21.po | 900 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 522 +- misc/translator/po/oc-staff-help.po | 144 +- misc/translator/po/oc-staff-prog.po | 1748 +-- misc/translator/po/pbr-marc-MARC21.po | 900 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 494 +- misc/translator/po/pbr-staff-help.po | 144 +- misc/translator/po/pbr-staff-prog.po | 1726 ++- misc/translator/po/pl-PL-marc-MARC21.po | 900 +- misc/translator/po/pl-PL-marc-NORMARC.po | 2 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 2 +- misc/translator/po/pl-PL-opac-bootstrap.po | 708 +- misc/translator/po/pl-PL-pref.po | 234 +- misc/translator/po/pl-PL-staff-help.po | 211 +- misc/translator/po/pl-PL-staff-prog.po | 1939 ++- misc/translator/po/prs-marc-MARC21.po | 900 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 494 +- misc/translator/po/prs-staff-help.po | 144 +- misc/translator/po/prs-staff-prog.po | 1751 ++- misc/translator/po/pt-BR-marc-MARC21.po | 900 +- misc/translator/po/pt-BR-marc-NORMARC.po | 2 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 2 +- misc/translator/po/pt-BR-opac-bootstrap.po | 524 +- misc/translator/po/pt-BR-staff-help.po | 156 +- misc/translator/po/pt-BR-staff-prog.po | 1777 ++- misc/translator/po/pt-PT-marc-MARC21.po | 900 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 2 +- misc/translator/po/pt-PT-opac-bootstrap.po | 527 +- misc/translator/po/pt-PT-staff-help.po | 144 +- misc/translator/po/pt-PT-staff-prog.po | 1766 ++- misc/translator/po/ro-RO-marc-MARC21.po | 900 +- misc/translator/po/ro-RO-marc-NORMARC.po | 2 +- misc/translator/po/ro-RO-marc-UNIMARC.po | 2 +- misc/translator/po/ro-RO-opac-bootstrap.po | 517 +- misc/translator/po/ro-RO-staff-help.po | 146 +- misc/translator/po/ro-RO-staff-prog.po | 1756 +-- misc/translator/po/ru-RU-marc-MARC21.po | 900 +- misc/translator/po/ru-RU-marc-NORMARC.po | 2 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 2 +- misc/translator/po/ru-RU-opac-bootstrap.po | 529 +- misc/translator/po/ru-RU-staff-help.po | 144 +- misc/translator/po/ru-RU-staff-prog.po | 1752 ++- misc/translator/po/rw-RW-marc-MARC21.po | 900 +- misc/translator/po/rw-RW-marc-NORMARC.po | 2 +- misc/translator/po/rw-RW-marc-UNIMARC.po | 2 +- misc/translator/po/rw-RW-opac-bootstrap.po | 494 +- misc/translator/po/rw-RW-staff-help.po | 144 +- misc/translator/po/rw-RW-staff-prog.po | 1726 ++- misc/translator/po/sd-PK-marc-MARC21.po | 900 +- misc/translator/po/sd-PK-marc-NORMARC.po | 2 +- misc/translator/po/sd-PK-marc-UNIMARC.po | 2 +- misc/translator/po/sd-PK-opac-bootstrap.po | 494 +- misc/translator/po/sd-PK-staff-help.po | 144 +- misc/translator/po/sd-PK-staff-prog.po | 1729 ++- misc/translator/po/sk-SK-marc-MARC21.po | 906 +- misc/translator/po/sk-SK-marc-NORMARC.po | 2 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 2 +- misc/translator/po/sk-SK-opac-bootstrap.po | 530 +- misc/translator/po/sk-SK-pref.po | 14 +- misc/translator/po/sk-SK-staff-help.po | 195 +- misc/translator/po/sk-SK-staff-prog.po | 1812 ++- misc/translator/po/sl-SI-marc-MARC21.po | 900 +- misc/translator/po/sl-SI-marc-NORMARC.po | 2 +- misc/translator/po/sl-SI-marc-UNIMARC.po | 2 +- misc/translator/po/sl-SI-opac-bootstrap.po | 494 +- misc/translator/po/sl-SI-staff-help.po | 144 +- misc/translator/po/sl-SI-staff-prog.po | 1726 ++- misc/translator/po/sq-AL-marc-MARC21.po | 900 +- misc/translator/po/sq-AL-marc-NORMARC.po | 2 +- misc/translator/po/sq-AL-marc-UNIMARC.po | 2 +- misc/translator/po/sq-AL-opac-bootstrap.po | 494 +- misc/translator/po/sq-AL-staff-help.po | 144 +- misc/translator/po/sq-AL-staff-prog.po | 1729 ++- misc/translator/po/sr-Cyrl-marc-MARC21.po | 900 +- misc/translator/po/sr-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/sr-Cyrl-marc-UNIMARC.po | 2 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 504 +- misc/translator/po/sr-Cyrl-staff-help.po | 144 +- misc/translator/po/sr-Cyrl-staff-prog.po | 1735 ++- misc/translator/po/sv-SE-marc-MARC21.po | 900 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 2 +- misc/translator/po/sv-SE-opac-bootstrap.po | 520 +- misc/translator/po/sv-SE-staff-help.po | 144 +- misc/translator/po/sv-SE-staff-prog.po | 1759 ++- misc/translator/po/sw-KE-marc-MARC21.po | 900 +- misc/translator/po/sw-KE-marc-NORMARC.po | 2 +- misc/translator/po/sw-KE-marc-UNIMARC.po | 2 +- misc/translator/po/sw-KE-opac-bootstrap.po | 494 +- misc/translator/po/sw-KE-staff-help.po | 144 +- misc/translator/po/sw-KE-staff-prog.po | 1726 ++- misc/translator/po/ta-LK-marc-MARC21.po | 900 +- misc/translator/po/ta-LK-marc-NORMARC.po | 2 +- misc/translator/po/ta-LK-marc-UNIMARC.po | 2 +- misc/translator/po/ta-LK-opac-bootstrap.po | 494 +- misc/translator/po/ta-LK-staff-help.po | 144 +- misc/translator/po/ta-LK-staff-prog.po | 1726 ++- misc/translator/po/ta-marc-MARC21.po | 900 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 494 +- misc/translator/po/ta-staff-help.po | 144 +- misc/translator/po/ta-staff-prog.po | 1726 ++- misc/translator/po/tet-marc-MARC21.po | 900 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 520 +- misc/translator/po/tet-staff-help.po | 144 +- misc/translator/po/tet-staff-prog.po | 9345 ++++++----- misc/translator/po/th-TH-marc-MARC21.po | 900 +- misc/translator/po/th-TH-marc-NORMARC.po | 2 +- misc/translator/po/th-TH-marc-UNIMARC.po | 2 +- misc/translator/po/th-TH-opac-bootstrap.po | 510 +- misc/translator/po/th-TH-staff-help.po | 144 +- misc/translator/po/th-TH-staff-prog.po | 1743 ++- misc/translator/po/tl-PH-marc-MARC21.po | 900 +- misc/translator/po/tl-PH-marc-NORMARC.po | 2 +- misc/translator/po/tl-PH-marc-UNIMARC.po | 2 +- misc/translator/po/tl-PH-opac-bootstrap.po | 494 +- misc/translator/po/tl-PH-staff-help.po | 144 +- misc/translator/po/tl-PH-staff-prog.po | 1743 ++- misc/translator/po/tr-TR-marc-MARC21.po | 904 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 2 +- misc/translator/po/tr-TR-opac-bootstrap.po | 526 +- misc/translator/po/tr-TR-pref.po | 30 +- misc/translator/po/tr-TR-staff-help.po | 237 +- misc/translator/po/tr-TR-staff-prog.po | 2229 +-- misc/translator/po/uk-UA-marc-MARC21.po | 900 +- misc/translator/po/uk-UA-marc-NORMARC.po | 2 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 2 +- misc/translator/po/uk-UA-opac-bootstrap.po | 533 +- misc/translator/po/uk-UA-staff-help.po | 144 +- misc/translator/po/uk-UA-staff-prog.po | 1745 ++- misc/translator/po/ur-Arab-marc-MARC21.po | 900 +- misc/translator/po/ur-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ur-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 494 +- misc/translator/po/ur-Arab-staff-help.po | 144 +- misc/translator/po/ur-Arab-staff-prog.po | 1726 ++- misc/translator/po/vi-VN-marc-MARC21.po | 900 +- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 2 +- misc/translator/po/vi-VN-opac-bootstrap.po | 520 +- misc/translator/po/vi-VN-staff-help.po | 144 +- misc/translator/po/vi-VN-staff-prog.po | 1761 ++- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 900 +- misc/translator/po/zh-Hans-CN-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-CN-marc-UNIMARC.po | 2 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 514 +- misc/translator/po/zh-Hans-CN-staff-help.po | 144 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 1764 +-- misc/translator/po/zh-Hans-TW-marc-MARC21.po | 908 +- misc/translator/po/zh-Hans-TW-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-TW-marc-UNIMARC.po | 2 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 508 +- misc/translator/po/zh-Hans-TW-pref.po | 10 +- misc/translator/po/zh-Hans-TW-staff-help.po | 209 +- misc/translator/po/zh-Hans-TW-staff-prog.po | 2179 ++- 463 files changed, 163626 insertions(+), 149145 deletions(-) create mode 100644 misc/release_notes/release_notes_3_22_4.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 27 18:32:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Feb 2016 17:32:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-60-gd45c052 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d45c0526905c7b1906e106327cef5b5b46deb555 (commit) from c550fad4495a59f5be191d33eb414845535c379e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d45c0526905c7b1906e106327cef5b5b46deb555 Author: Julian Maurice Date: Sat Feb 27 18:26:08 2016 +0100 Fix an error in fr-CA-opac-bootstrap.po msgfmt failure misc/translator/po/fr-CA-opac-bootstrap.po:2206: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: In the directive number 1, the character 'M' is not a valid conversion specifier. msgfmt: found 1 fatal error 1639 translated messages, 3 fuzzy translations. Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: misc/translator/po/fr-CA-opac-bootstrap.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Feb 27 18:33:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Feb 2016 17:33:23 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.22.04 created. v3.22.04 Message-ID: This is an automated email from the git 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.22.04 has been created at ea28a92dd86b025e99cae13a88b64f9bc613ce8f (tag) tagging d45c0526905c7b1906e106327cef5b5b46deb555 (commit) replaces v3.22.03 tagged by Julian Maurice on Sat Feb 27 18:35:02 2016 +0100 - Log ----------------------------------------------------------------- Koha release 3.22.04 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJW0d5GAAoJELCH1RJUPDmpv84P/3HdaEVKOiDCL3TEcxlMD7zz TzLafSpWA9YOMaLuzOLu2qmwtw+6GuSLEz2db+osQ6/wqRVIsN7aZ93xkeROvZv4 N4Atbx3GsknjTLgqgOFMIOsETvRbnuhkHNuqhvIE/5sOm0cgwqNJXNC/pzKimxVn X9Lkor/knFUchfYDRCmJ0fCmNSfrp3bSf02qhDSYHzwif2mHuIlMRuif6rZ52Bya 6aEBmOnD1o3q4clhf5vOXEkXmEe0pHIq/Zv5urjt4CSiV9dJYQqSuMZp1d9wXC+y QxJRHhO3Vy3L+oE+vxCmlvl9LJ4L+klvkQTBGdhMN5+g59MtlfRw8CegIOUbRS/Z 2+Tays+M1Bz0wbd3BgkVIMOJ69wB0uxKg/HelJVQGfDxp55gjBuNsP9H9PsokmW9 ZKHAJvtHFjE7Vdhdul4dBYaahCtTynxXBGnvGUn93HslYb5VwkrARmLuaVch1Dc3 z/ioQZ800EPTNqd71aRvTxz7b9LQAU81NzB+cITlPjsaGgNv0bOG1oy/xGXQqpbG rsBTfE+ZiroNdZxkFxszXjhRLmOjJ3ZSgKe5fHNeRJXbjuZAaW1zPSyYk5vxyjWV 0iA/Papeliv5wCIN/ew1CDmlDuYzW6bmPnASR3z4zhdlq0JbCltVSNCSKfTGQBFY wjLODxOJuwTguj9CGGS8 =SSFc -----END PGP SIGNATURE----- Aleisha (5): Bug 15411: Changing 'Non fiction' to 'Non-fiction' Bug 15411: More changes Bug 15573: String and translatability fix to Patron Card Creator Bug 15552: Better wording of intranetreadinghistory Bug 15416: Warns on guided_reports.pl Brendan Gallagher (2): Bug 13534: Update DB rev (3.22.03.002) Bug 15517: Update DB rev (3.22.03.003) Briana (1): Bug 15571 reserveforothers permission does not remove Search to hold button from patron account Colin Campbell (4): Bug 14507 Use checkpw to check password in Patron Info Bug 15479 Make ILS cardnumber comparison case insensitive Bug 15479 Add tests for ILS.pm Bug 15841 Circulation module's true value misplaced Dobrica Pavlinusic (1): Bug 15818 - OPAC search with utf-8 characters and without results generates encoding error Gus (2): Bug 14930 - Leaving OpacFineNoRenewals blank blocks renewals, but should disable feature Bug 15622 - Spelling mistake in printfeercpt.pl writen -> written Jesse Weaver (2): Bug 15411: Update DB rev (3.22.03.001) Bug 15514: Fix error with certain repeatable fields in Rancor Jonathan Druart (13): Bug 15578: Insert authority records before processing tests Bug 15578: Make sure all params will be taken into account when instantiating Bug 15810: Make sure the CGI->param is not called in a list context when creating private shelves Bug 13534: Do not remove tags on deleting a patron Bug 15517: Resync borrowers and deletedborrowers tables Bug 15517: deleted* tables won't never differ anymore! Bug 15517: Change wording for tests Bug 15742: Remove unnecessary loop in j2a cronjob Bug 15746: Do not record individual payments with randomly picked libraries Bug 15746: Same fix for "write off" Bug 15747: Do not use CGI->param in list context - Auth.pm Bug 15811: follow-up Bug 4912: Redirect to the appropriate view after editing/deleting a list Bug 15845: Do not import Add_Delta_YM from circulation.pl Juan Romay Sieira (1): Bug 11937 - opac link doesn't open in new window Julian Maurice (10): Bug 15358: Fix authorities merge Bug 15071: Update compiled opac.css Bug 13534: Update DBIx::Class schema Bug 15517: Change number of tests for 3.22 Bug 15764: Fix timestamp sent by KOCT Bug 15743: Allow plugins to embed Perl modules Update release notes for 3.22.4 release Translation updates for Koha 3.22.4 release Increment version for 3.22.4 release Fix an error in fr-CA-opac-bootstrap.po Kyle M Hall (5): Bug 15571 [QA Followup] - Remove tabs Bug 14507 [QA Followup] - Restore comment, tidy sub Bug 14930 [QA Followup] - Allow OpacFineNoRenewals to be 0 Bug 15479 [QA Followup] - Tidy sub to remove tabs causing qa script to fail Bug 15742 [QA Followup] - Tidy script Lyon3 Team (2): Bug 15643 - Every datepicker on serials expected date column updates top issue Bug 15657 (follow-up bug 15501): add missing semi-colon Marcel de Rooy (2): Bug 15652: Allow current date in datepicker on opac-reserve Bug 15845: Renewal date in circulation.pl is not always correct and not even used Mark Tompsett (4): Bug 15777 - Test to prove initialization isn't working correctly. Bug 15777 - Fix base class to prove refactor and fix required Bug 15777 - Refactor and fix the RecordProcessor class Bug 15795: C4/Members.pm is floody (Norwegian Patron DB) Nicholas van Oudtshoorn (1): Bug 12549: Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems Owen Leonard (4): Bug 15071 - In OPAC search results, "checked out" status should be more visible Bug 15600: System preferences broken toolbar looks broken Bug 15844 - Correct JSHint errors in staff-global.js Bug 15847: Correct JSHint errors in basket.js in the staff client Tomas Cohen Arazi (1): Bug 12549: (QA followup) missing newline in CLI dialog ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Feb 28 09:48:49 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Feb 2016 08:48:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-1-g37562b1 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 37562b175b7429e91b6a315807f7d5fe579bdf35 (commit) from d45c0526905c7b1906e106327cef5b5b46deb555 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 37562b175b7429e91b6a315807f7d5fe579bdf35 Author: Julian Maurice Date: Sun Feb 28 09:53:32 2016 +0100 Add missing languages in 3.22.4 release notes Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_22_4.md | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Feb 29 17:30:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Feb 2016 16:30:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.22.00-691-g5f5a7ff Message-ID: This is an automated email from the git hooks/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 5f5a7ffaf81a0eaa9240f0790f91b04503484552 (commit) from 447b1ea93938319f42031636694a0036913cd83c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5f5a7ffaf81a0eaa9240f0790f91b04503484552 Author: Kyle M Hall Date: Mon Feb 29 16:35:15 2016 +0000 Bug 15471 [QA Followup] - Revert use of raw method which is no longer used do to the reversion of bug 13618 Revert "Bug 15471 [QA Followup] - Fix error causing visibility button to not display" This reverts commit 8e997fbafcc635b275c6ca1211e47a4cd38c8140. Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository